@charset "UTF-8";

.c-border {
  color: #707070 !important
}

.bg-c-border {
  background: #707070 !important
}

.bg-c-border-opacity {
  background: rgba(112, 112, 112, 0.7) !important
}

.bg-hover-c-border:hover {
  background: #707070 !important
}

.font-c-border {
  color: #707070 !important
}

.bg-font-c-border {
  color: #707070 !important
}

.border-c-border {
  border-color: #707070 !important
}

.border-top-c-border {
  border-top-color: #707070 !important
}

.border-bottom-c-border {
  border-bottom-color: #707070 !important
}

.border-left-c-border {
  border-left-color: #707070 !important
}

.border-right-c-border {
  border-right-color: #707070 !important
}

.brown {
  color: #074c1f !important
}

.bg-brown {
  background: #074c1f !important
}

.bg-brown-opacity {
  background: rgba(112, 70, 46, 0.7) !important
}

.bg-hover-brown:hover {
  background: #074c1f !important
}

.font-brown {
  color: #074c1f !important
}

.bg-font-brown {
  color: #074c1f !important
}

.border-brown {
  border-color: #074c1f !important
}

.border-top-brown {
  border-top-color: #074c1f !important
}

.border-bottom-brown {
  border-bottom-color: #074c1f !important
}

.border-left-brown {
  border-left-color: #074c1f !important
}

.border-right-brown {
  border-right-color: #074c1f !important
}

.gray {
  color: #F5F5F5 !important
}

.bg-gray {
  background: #F5F5F5 !important
}

.bg-gray-opacity {
  background: rgba(245, 245, 245, 0.7) !important
}

.bg-hover-gray:hover {
  background: #F5F5F5 !important
}

.font-gray {
  color: #F5F5F5 !important
}

.bg-font-gray {
  color: #F5F5F5 !important
}

.border-gray {
  border-color: #F5F5F5 !important
}

.border-top-gray {
  border-top-color: #F5F5F5 !important
}

.border-bottom-gray {
  border-bottom-color: #F5F5F5 !important
}

.border-left-gray {
  border-left-color: #F5F5F5 !important
}

.border-right-gray {
  border-right-color: #F5F5F5 !important
}

.black {
  color: #000 !important
}

.bg-black {
  background: #000 !important
}

.bg-black-opacity {
  background: rgba(0, 0, 0, 0.7) !important
}

.bg-hover-black:hover {
  background: #000 !important
}

.font-black {
  color: #000 !important
}

.bg-font-black {
  color: #000 !important
}

.border-black {
  border-color: #000 !important
}

.border-top-black {
  border-top-color: #000 !important
}

.border-bottom-black {
  border-bottom-color: #000 !important
}

.border-left-black {
  border-left-color: #000 !important
}

.border-right-black {
  border-right-color: #000 !important
}

.white {
  color: #fff !important
}

.bg-white {
  background: #fff !important
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.7) !important
}

.bg-hover-white:hover {
  background: #fff !important
}

.font-white {
  color: #fff !important
}

.bg-font-white {
  color: #fff !important
}

.border-white {
  border-color: #fff !important
}

.border-top-white {
  border-top-color: #fff !important
}

.border-bottom-white {
  border-bottom-color: #fff !important
}

.border-left-white {
  border-left-color: #fff !important
}

.border-right-white {
  border-right-color: #fff !important
}

.transparent {
  color: rgba(255, 255, 255, 0.3) !important
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.3) !important
}

.bg-transparent-opacity {
  background: rgba(255, 255, 255, 0.7) !important
}

.bg-hover-transparent:hover {
  background: rgba(255, 255, 255, 0.3) !important
}

.font-transparent {
  color: rgba(255, 255, 255, 0.3) !important
}

.bg-font-transparent {
  color: rgba(255, 255, 255, 0.3) !important
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0.3) !important
}

.border-top-transparent {
  border-top-color: rgba(255, 255, 255, 0.3) !important
}

.border-bottom-transparent {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important
}

.border-left-transparent {
  border-left-color: rgba(255, 255, 255, 0.3) !important
}

.border-right-transparent {
  border-right-color: rgba(255, 255, 255, 0.3) !important
}

.topics {
  color: #b7df80 !important
}

.bg-topics {
  background: #b7df80 !important
}

.bg-topics-opacity {
  background: rgba(2, 147, 173, 0.7) !important
}

.bg-hover-topics:hover {
  background: #b7df80 !important
}

.font-topics {
  color: #b7df80 !important
}

.bg-font-topics {
  color: #b7df80 !important
}

.border-topics {
  border-color: #b7df80 !important
}

.border-top-topics {
  border-top-color: #b7df80 !important
}

.border-bottom-topics {
  border-bottom-color: #b7df80 !important
}

.border-left-topics {
  border-left-color: #b7df80 !important
}

.border-right-topics {
  border-right-color: #b7df80 !important
}

.event {
  color: #C9AA00 !important
}

.bg-event {
  background: #C9AA00 !important
}

.bg-event-opacity {
  background: rgba(201, 170, 0, 0.7) !important
}

.bg-hover-event:hover {
  background: #C9AA00 !important
}

.font-event {
  color: #C9AA00 !important
}

.bg-font-event {
  color: #C9AA00 !important
}

.border-event {
  border-color: #C9AA00 !important
}

.border-top-event {
  border-top-color: #C9AA00 !important
}

.border-bottom-event {
  border-bottom-color: #C9AA00 !important
}

.border-left-event {
  border-left-color: #C9AA00 !important
}

.border-right-event {
  border-right-color: #C9AA00 !important
}

.sky {
  color: #b7df80 !important
}

.bg-sky {
  background: #b7df80 !important
}

.bg-sky-opacity {
  background: rgba(2, 147, 173, 0.7) !important
}

.bg-hover-sky:hover {
  background: #b7df80 !important
}

.font-sky {
  color: #b7df80 !important
}

.bg-font-sky {
  color: #b7df80 !important
}

.border-sky {
  border-color: #b7df80 !important
}

.border-top-sky {
  border-top-color: #b7df80 !important
}

.border-bottom-sky {
  border-bottom-color: #b7df80 !important
}

.border-left-sky {
  border-left-color: #b7df80 !important
}

.border-right-sky {
  border-right-color: #b7df80 !important
}

a,
abbr,
acronym,
address,
applet,
article,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

form input,
form textarea {
  -webkit-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

@media (-o-min-device-pixel-ratio:2/1),
(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx),
only screen and (-webkit-min-device-pixel-ratio:2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%
}

img {
  border: none;
  -ms-interpolation-mode: bicubic
}

p {
  margin: 0 0 1em 0
}

ol,
ul {
  list-style: none;
  list-style-position: inside
}

ol li,
ul li {
  margin-bottom: 0.5em
}

dl {
  margin: 0
}

dl dt {
  margin: 0;
  font-weight: bold
}

dl dt a {
  font-weight: bold
}

dl dd {
  margin-bottom: 0.5em
}

hr {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0 0;
  height: 1px
}

hr.solid {
  border-style: solid;
  border-color: #ccc
}

hr.dotted {
  border-style: dotted;
  border-color: #ccc
}

hr.dashed {
  border-style: dashed;
  border-color: #bbb
}

hr.trans {
  border-color: transparent;
  margin: 25px 0
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit
}

span.highlight {
  font-weight: bold;
  color: #f79531
}


.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
  content: " ";
  display: block;
  line-height: 0
}

.cf:after,
.clearfix:after {
  content: " ";
  display: block;
  clear: both
}

a:hover img.hover,
span:hover img.hover {
  opacity: 0.8
}

.b,
img.b {
  display: block
}

img.auto {
  display: block;
  margin: 0 auto
}

img.full {
  height: auto;
  width: 100%
}

img.max {
  height: auto;
  max-width: 100%
}

body {
  color: #074c1f;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;

}

.font-normal {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

button,
input,
select,
textarea {
  font-family: arial, helvetica, clean, sans-serif;
  font-size: 14px
}

@media only screen and (max-width:767px) {

  button,
  input,
  select,
  textarea {
    font-size: 14px
  }
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
  font-size: 14px
}

@media only screen and (max-width:767px) {

  code,
  kbd,
  pre,
  samp,
  tt {
    font-size: 14px
  }
}

blockquote,
dl,
ol,
pre,
td,
th,
ul {
  line-height: 1.5;
  font-size: 14px
}

@media only screen and (max-width:767px) {

  blockquote,
  dl,
  ol,
  pre,
  td,
  th,
  ul {
    font-size: 14px
  }
}

p {
  line-height: 1.5;
  font-size: 16px
}

@media only screen and (max-width:767px) {
  p {
    font-size: 16px
  }
}

dl,
ol,
ul {
  list-style-position: outside;
  font-size: 14px
}

@media only screen and (max-width:767px) {

  dl,
  ol,
  ul {
    font-size: 14px
  }
}

.supp {
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .supp {
    font-size: 12px
  }
}

blockquote p,
dd p,
dl p,
dt p,
ol p,
pre p,
td p,
th p,
ul p {
  font-size: 14px;
  padding: 10px 0
}

@media only screen and (max-width:767px) {

  blockquote p,
  dd p,
  dl p,
  dt p,
  ol p,
  pre p,
  td p,
  th p,
  ul p {
    font-size: 14px
  }
}

.bold {
  font-weight: bold
}

em {
  font-weight: bold
}

b {
  font-weight: bold
}

a {
  color: #074c1f;
  text-decoration: underline
}

a:hover {
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: bold
}

@media only screen and (max-width:767px) {

  blockquote,
  dl,
  ol,
  pre,
  td,
  th,
  ul {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {

  blockquote,
  dl,
  ol,
  pre,
  td,
  th,
  ul {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  p {
    font-size: 12px;
    padding: 5px 0
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  p {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {

  dl,
  ol,
  ul {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {

  dl,
  ol,
  ul {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .supp {
    font-size: 10px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .supp {
    font-size: 10px
  }
}

@media only screen and (max-width:767px) {

  blockquote p,
  dd p,
  dl p,
  dt p,
  ol p,
  pre p,
  td p,
  th p,
  ul p {
    font-size: 12px;
    padding: 5px 0
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {

  blockquote p,
  dd p,
  dl p,
  dt p,
  ol p,
  pre p,
  td p,
  th p,
  ul p {
    font-size: 12px
  }
}

.header .header_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 0
}

@media (min-width:576px) {
  .header .header_inner {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .header .header_inner {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .header .header_inner {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .header .header_inner {
    max-width: 1140px
  }
}

.header .header_desc {
  width: calc(50% - 100px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.header .header_desc p {
  font-size: 14px;
  color: #074c1f
}

@media only screen and (max-width:767px) {
  .header .header_desc p {
    font-size: 14px
  }
}

.header .header_logo {
  width: 200px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: center
}

.header .header_logo img {
  width: 128px;
  height: 128px
}

.header .header_search {
  width: calc(50% - 100px);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header .header_search:after,
.header .header_search:before {
  content: " ";
  display: block;
  line-height: 0
}

.header .header_search:after {
  content: " ";
  display: block;
  clear: both
}

.header .header_search input {
  width: 270px;
  padding: 10px;
  border-radius: 5px 5px 5px 5px !important;
  font-size: 12px;
  border: 1px solid #074c1f
}

@media only screen and (max-width:767px) {
  .header .header_search input {
    font-size: 12px
  }
}

.header .header_search input::-webkit-input-placeholder {
  color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::-moz-placeholder {
  color: rgba(112, 70, 46, 0.3)
}

.header .header_search input:-ms-input-placeholder {
  color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::-ms-input-placeholder {
  color: rgba(112, 70, 46, 0.3)
}

.header .header_search input::placeholder {
  color: rgba(112, 70, 46, 0.3)
}

.header .header_search i,
.header .header_search svg {
  position: absolute;
  right: 10px;
  color: #074c1f
}

.header .header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.header .header_sns li {
  margin: 0 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #074c1f;
  border-radius: 50%;
  width: 30px;
  height: 30px
}

.header .header_sns li a {
  color: #074c1f
}

.header .header_sns li svg {
  color: #074c1f
}

.header .header_links {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0
}

.header .header_menu {
  display: none
}

.header.is-close .header_links {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.header.is-short .header_inner {
  display: none
}

.header.is-short .header_links {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 10000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0
}

.header-sp {
  display: none
}

@media only screen and (max-width:767px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 97;
    padding: 10px 0
  }

  .header .header_desc,
  .header .header_search {
    display: none
  }

  .header .header_inner {
    padding-top: 0;
    padding-bottom: 0
  }

  .header .header_logo {
    height: auto;
    margin: 0 auto;
    text-align: center
  }

  .header .header_logo img {
    max-width: 50px;
    height: auto
  }

  .header .header_sns {
    margin: 0 auto
  }

  .header .header_links {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 70px
  }

  .header .header_links ul li {
    white-space: nowrap
  }

  .header .header_links.is-active {
    width: 100%
  }

  .header .header_links.is-active .header_links_body {
    opacity: 1
  }

  .header .header_menu {
    display: block;
    position: fixed;
    top: 28px;
    left: 22px;
    z-index: 100;
    cursor: pointer
  }

  .header .header_menu .header_border {
    -webkit-transition: 200ms all ease;
    -o-transition: 200ms all ease;
    transition: 200ms all ease
  }

  .header .header_menu.is-active .header_border-1 {
    width: 38px;
    -webkit-transform: translate(2px, 1px) rotate(45deg);
    -ms-transform: translate(2px, 1px) rotate(45deg);
    transform: translate(2px, 1px) rotate(45deg)
  }

  .header .header_menu.is-active .header_border-2 {
    width: 0
  }

  .header .header_menu.is-active .header_border-3 {
    width: 38px;
    -webkit-transform: translate(1px, 28px) rotate(-45deg);
    -ms-transform: translate(1px, 28px) rotate(-45deg);
    transform: translate(1px, 28px) rotate(-45deg)
  }
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gnav ul li {
  padding: 0 20px;
  margin: 0
}

.gnav ul li a {
  text-decoration: none;
  color: #074c1f;
  font-size: 14px;
  position: relative;
  display: block
}

@media only screen and (max-width:767px) {
  .gnav ul li a {
    font-size: 14px
  }
}

.gnav ul li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 1px solid #074c1f;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease
}

.gnav ul li a:hover:before {
  width: 100%
}

@media only screen and (max-width:767px) {
  .gnav {
    display: block
  }

  .gnav ul {
    display: block
  }

  .gnav ul li {
    display: block;
    padding: 20px 10px;
    margin: 0;
    border-bottom: 1px solid #074c1f;
    position: relative
  }

  .gnav ul li svg {
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    color: #707070;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.5em
  }

  .gnav ul li:last-child {
    border-bottom: none
  }
}

.l-slideNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.l-slideNav.-active {
  width: 100%
}

.l-slideNav.-active .l-slideNav_body {
  opacity: 1
}

.l-slideNav .l-slideNav_body {
  position: relative;
  top: 15%;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 300ms 0.5s ease;
  -o-transition: opacity 300ms 0.5s ease;
  transition: opacity 300ms 0.5s ease
}

.l-slideNav a {
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none
}

@media only screen and (max-width:767px) {
  .l-slideNav a {
    font-size: 14px
  }
}

.l-slideNav a:focus,
.l-slideNav a:hover {
  color: #f1f1f1
}

.l-slideNav a.nav--sp__list__item__link {
  width: 40%
}

.l-slideNav nav ul li {
  padding: 20px 10px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #074c1f;
  position: relative
}

.l-slideNav nav ul li svg {
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em
}

.l-slideNav nav ul li:last-child {
  border-bottom: none
}

.footer {
  text-align: center;
  padding: 50px 0;
  background: #43A047
}

.footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px
}

.footer nav ul li {
  padding: 5px 20px
}

.footer nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .footer nav ul li a {
    font-size: 14px
  }
}

.footer .footer_logo {
  padding: 15px 0;
  text-align: center
}

.footer .footer_logo img {
  width: 50%;
  height: 50%
}

.footer .footer_copyright {
  color: #fff;
  padding: 15px 0
}

.footer .footer_copyright small {
  font-size: 10px
}

@media only screen and (max-width:767px) {
  .footer .footer_copyright small {
    font-size: 10px
  }
}

@media only screen and (max-width:767px) {
  .footer nav ul {
    display: block;
    margin: 0 auto 15px
  }

  .footer nav ul:after,
  .footer nav ul:before {
    content: " ";
    display: block;
    line-height: 0
  }

  .footer nav ul:after {
    content: " ";
    display: block;
    clear: both
  }

  .footer nav ul li {
    padding: 5px 20px
  }

  .footer nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .footer nav ul li a {
    font-size: 14px
  }
}

.content {
  font-size: 16px
    /*!
   * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
}

@-ms-viewport {
  .content {
    width: device-width
  }
}

.content html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

.content *,
.content :after,
.content :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.content .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .content .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .content .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .content .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .content .container {
    max-width: 1140px
  }
}

.content .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.content .no-gutters {
  margin-right: 0;
  margin-left: 0
}

.content .no-gutters>.col,
.content .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.content .col,
.content .col-1,
.content .col-2,
.content .col-3,
.content .col-4,
.content .col-5,
.content .col-6,
.content .col-7,
.content .col-8,
.content .col-9,
.content .col-10,
.content .col-11,
.content .col-12,
.content .col-auto,
.content .col-lg,
.content .col-lg-1,
.content .col-lg-2,
.content .col-lg-3,
.content .col-lg-4,
.content .col-lg-5,
.content .col-lg-6,
.content .col-lg-7,
.content .col-lg-8,
.content .col-lg-9,
.content .col-lg-10,
.content .col-lg-11,
.content .col-lg-12,
.content .col-lg-auto,
.content .col-md,
.content .col-md-1,
.content .col-md-2,
.content .col-md-3,
.content .col-md-4,
.content .col-md-5,
.content .col-md-6,
.content .col-md-7,
.content .col-md-8,
.content .col-md-9,
.content .col-md-10,
.content .col-md-11,
.content .col-md-12,
.content .col-md-auto,
.content .col-sm,
.content .col-sm-1,
.content .col-sm-2,
.content .col-sm-3,
.content .col-sm-4,
.content .col-sm-5,
.content .col-sm-6,
.content .col-sm-7,
.content .col-sm-8,
.content .col-sm-9,
.content .col-sm-10,
.content .col-sm-11,
.content .col-sm-12,
.content .col-sm-auto,
.content .col-xl,
.content .col-xl-1,
.content .col-xl-2,
.content .col-xl-3,
.content .col-xl-4,
.content .col-xl-5,
.content .col-xl-6,
.content .col-xl-7,
.content .col-xl-8,
.content .col-xl-9,
.content .col-xl-10,
.content .col-xl-11,
.content .col-xl-12,
.content .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.content .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.content .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.content .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.content .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.content .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.content .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.content .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.content .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.content .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.content .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.content .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.content .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.content .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.content .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.content .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.content .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.content .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.content .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.content .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.content .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.content .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.content .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.content .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.content .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.content .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.content .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.content .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.content .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.content .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.content .offset-1 {
  margin-left: 8.333333%
}

.content .offset-2 {
  margin-left: 16.666667%
}

.content .offset-3 {
  margin-left: 25%
}

.content .offset-4 {
  margin-left: 33.333333%
}

.content .offset-5 {
  margin-left: 41.666667%
}

.content .offset-6 {
  margin-left: 50%
}

.content .offset-7 {
  margin-left: 58.333333%
}

.content .offset-8 {
  margin-left: 66.666667%
}

.content .offset-9 {
  margin-left: 75%
}

.content .offset-10 {
  margin-left: 83.333333%
}

.content .offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .content .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .content .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .content .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .content .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .content .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .content .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .content .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .content .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .content .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .content .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .content .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .content .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .content .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .content .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .content .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .content .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .content .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .content .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .content .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .content .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .content .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .content .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .content .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .content .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .content .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .content .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .content .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .content .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .content .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .content .offset-sm-0 {
    margin-left: 0
  }

  .content .offset-sm-1 {
    margin-left: 8.333333%
  }

  .content .offset-sm-2 {
    margin-left: 16.666667%
  }

  .content .offset-sm-3 {
    margin-left: 25%
  }

  .content .offset-sm-4 {
    margin-left: 33.333333%
  }

  .content .offset-sm-5 {
    margin-left: 41.666667%
  }

  .content .offset-sm-6 {
    margin-left: 50%
  }

  .content .offset-sm-7 {
    margin-left: 58.333333%
  }

  .content .offset-sm-8 {
    margin-left: 66.666667%
  }

  .content .offset-sm-9 {
    margin-left: 75%
  }

  .content .offset-sm-10 {
    margin-left: 83.333333%
  }

  .content .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .content .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .content .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .content .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .content .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .content .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .content .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .content .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .content .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .content .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .content .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .content .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .content .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .content .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .content .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .content .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .content .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .content .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .content .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .content .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .content .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .content .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .content .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .content .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .content .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .content .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .content .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .content .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .content .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .content .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .content .offset-md-0 {
    margin-left: 0
  }

  .content .offset-md-1 {
    margin-left: 8.333333%
  }

  .content .offset-md-2 {
    margin-left: 16.666667%
  }

  .content .offset-md-3 {
    margin-left: 25%
  }

  .content .offset-md-4 {
    margin-left: 33.333333%
  }

  .content .offset-md-5 {
    margin-left: 41.666667%
  }

  .content .offset-md-6 {
    margin-left: 50%
  }

  .content .offset-md-7 {
    margin-left: 58.333333%
  }

  .content .offset-md-8 {
    margin-left: 66.666667%
  }

  .content .offset-md-9 {
    margin-left: 75%
  }

  .content .offset-md-10 {
    margin-left: 83.333333%
  }

  .content .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .content .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .content .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .content .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .content .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .content .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .content .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .content .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .content .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .content .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .content .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .content .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .content .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .content .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .content .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .content .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .content .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .content .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .content .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .content .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .content .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .content .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .content .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .content .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .content .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .content .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .content .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .content .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .content .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .content .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .content .offset-lg-0 {
    margin-left: 0
  }

  .content .offset-lg-1 {
    margin-left: 8.333333%
  }

  .content .offset-lg-2 {
    margin-left: 16.666667%
  }

  .content .offset-lg-3 {
    margin-left: 25%
  }

  .content .offset-lg-4 {
    margin-left: 33.333333%
  }

  .content .offset-lg-5 {
    margin-left: 41.666667%
  }

  .content .offset-lg-6 {
    margin-left: 50%
  }

  .content .offset-lg-7 {
    margin-left: 58.333333%
  }

  .content .offset-lg-8 {
    margin-left: 66.666667%
  }

  .content .offset-lg-9 {
    margin-left: 75%
  }

  .content .offset-lg-10 {
    margin-left: 83.333333%
  }

  .content .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .content .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .content .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .content .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .content .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .content .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .content .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .content .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .content .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .content .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .content .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .content .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .content .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .content .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .content .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .content .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .content .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .content .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .content .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .content .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .content .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .content .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .content .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .content .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .content .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .content .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .content .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .content .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .content .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .content .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .content .offset-xl-0 {
    margin-left: 0
  }

  .content .offset-xl-1 {
    margin-left: 8.333333%
  }

  .content .offset-xl-2 {
    margin-left: 16.666667%
  }

  .content .offset-xl-3 {
    margin-left: 25%
  }

  .content .offset-xl-4 {
    margin-left: 33.333333%
  }

  .content .offset-xl-5 {
    margin-left: 41.666667%
  }

  .content .offset-xl-6 {
    margin-left: 50%
  }

  .content .offset-xl-7 {
    margin-left: 58.333333%
  }

  .content .offset-xl-8 {
    margin-left: 66.666667%
  }

  .content .offset-xl-9 {
    margin-left: 75%
  }

  .content .offset-xl-10 {
    margin-left: 83.333333%
  }

  .content .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.content .d-none {
  display: none !important
}

.content .d-inline {
  display: inline !important
}

.content .d-inline-block {
  display: inline-block !important
}

.content .d-block {
  display: block !important
}

.content .d-table {
  display: table !important
}

.content .d-table-row {
  display: table-row !important
}

.content .d-table-cell {
  display: table-cell !important
}

.content .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.content .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:576px) {
  .content .d-sm-none {
    display: none !important
  }

  .content .d-sm-inline {
    display: inline !important
  }

  .content .d-sm-inline-block {
    display: inline-block !important
  }

  .content .d-sm-block {
    display: block !important
  }

  .content .d-sm-table {
    display: table !important
  }

  .content .d-sm-table-row {
    display: table-row !important
  }

  .content .d-sm-table-cell {
    display: table-cell !important
  }

  .content .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .content .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .content .d-md-none {
    display: none !important
  }

  .content .d-md-inline {
    display: inline !important
  }

  .content .d-md-inline-block {
    display: inline-block !important
  }

  .content .d-md-block {
    display: block !important
  }

  .content .d-md-table {
    display: table !important
  }

  .content .d-md-table-row {
    display: table-row !important
  }

  .content .d-md-table-cell {
    display: table-cell !important
  }

  .content .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .content .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .content .d-lg-none {
    display: none !important
  }

  .content .d-lg-inline {
    display: inline !important
  }

  .content .d-lg-inline-block {
    display: inline-block !important
  }

  .content .d-lg-block {
    display: block !important
  }

  .content .d-lg-table {
    display: table !important
  }

  .content .d-lg-table-row {
    display: table-row !important
  }

  .content .d-lg-table-cell {
    display: table-cell !important
  }

  .content .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .content .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .content .d-xl-none {
    display: none !important
  }

  .content .d-xl-inline {
    display: inline !important
  }

  .content .d-xl-inline-block {
    display: inline-block !important
  }

  .content .d-xl-block {
    display: block !important
  }

  .content .d-xl-table {
    display: table !important
  }

  .content .d-xl-table-row {
    display: table-row !important
  }

  .content .d-xl-table-cell {
    display: table-cell !important
  }

  .content .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .content .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .content .d-print-none {
    display: none !important
  }

  .content .d-print-inline {
    display: inline !important
  }

  .content .d-print-inline-block {
    display: inline-block !important
  }

  .content .d-print-block {
    display: block !important
  }

  .content .d-print-table {
    display: table !important
  }

  .content .d-print-table-row {
    display: table-row !important
  }

  .content .d-print-table-cell {
    display: table-cell !important
  }

  .content .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .content .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.content .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.content .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.content .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.content .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.content .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.content .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.content .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.content .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.content .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.content .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.content .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.content .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.content .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.content .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.content .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.content .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.content .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.content .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.content .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.content .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.content .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.content .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.content .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.content .align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}

.content .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.content .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.content .align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}

.content .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.content .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}

@media (min-width:576px) {
  .content .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .content .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .content .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .content .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .content .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .content .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .content .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .content .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .content .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .content .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .content .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .content .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .content .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .content .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .content .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .content .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .content .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .content .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .content .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .content .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .content .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .content .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .content .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .content .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .content .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .content .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .content .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .content .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .content .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .content .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .content .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .content .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .content .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .content .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .content .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .content .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .content .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .content .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .content .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .content .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .content .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .content .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .content .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .content .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .content .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .content .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .content .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .content .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .content .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .content .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .content .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .content .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .content .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .content .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .content .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .content .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .content .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .content .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .content .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .content .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .content .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .content .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .content .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .content .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .content .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .content .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .content .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .content .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .content .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .content .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .content .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .content .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .content .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .content .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .content .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .content .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .content .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .content .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .content .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .content .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .content .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .content .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .content .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .content .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .content .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .content .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .content .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .content .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .content .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .content .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .content .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .content .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .content .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .content .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .content .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .content .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .content .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .content .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .content .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .content .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .content .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .content .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .content .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .content .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .content .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .content .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .content .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .content .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .content .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .content .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .content .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .content .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .content .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .content .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .content .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .content .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

.content .menu {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px
}

.content .menu a {
  display: block;
  text-decoration: none;
  color: #074c1f
}

.content .menu a:hover {
  opacity: 0.7
}

.content .menu .menu_pic img {
  width: 100%;
  height: auto
}

.content .menu .menu_title {
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px
}

.content .menu .menu_price {
  margin: 0;
  font-size: 14px;
  color: #074c1f
}

.content .menu .menu_desc {
  padding: 15px 0
}

.content .menu .menu_desc p {
  margin: 0;
  font-size: 13px
}

.content .menu-border {
  border: 1px solid #eee;
  padding: 15px
}

@media only screen and (max-width:767px) {
  .content .menu {
    margin-bottom: 15px
  }

  .content .menu .menu_title {
    font-size: 14px
  }
}

.content .news {
  width: 100%;
  margin-bottom: 30px
}

.content .news a {
  text-decoration: none;
  display: inline-block
}

.content .news a:hover {
  opacity: 0.7
}

.content .news .news_pic {
  margin-bottom: 10px
}

.content .news .news_pic img {
  height: auto;
  max-width: 100%;
  display: block
}

.content .news .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0
}

.content .news .news_meta ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content .news .news_meta ul li {
  padding-right: 10px
}

.content .news .news_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #b7df80;
  border: 1px solid #b7df80;
  color: #b7df80;
  text-decoration: none
}

@media only screen and (max-width:767px) {
  .content .news .news_meta ul li a {
    font-size: 12px
  }
}

.content .news .news_title {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.2
}

@media only screen and (max-width:767px) {
  .content .news .news_title {
    font-size: 18px
  }
}

.content .news .news_titleBorder {
  font-size: 24px;
  padding: 10px 15px;
  margin: 15px 0;
  border-left: 2px solid #ccc
}

@media only screen and (max-width:767px) {
  .content .news .news_titleBorder {
    font-size: 18px
  }
}

.content .news .news_time {
  margin-left: 5px;
  font-size: 12px
}


@media only screen and (max-width:767px) {
  .content .news .news_time {
    font-size: 12px
  }
}

.content .news .news_desc p {
  font-size: 13px;
  margin-bottom: 5px
}

@media only screen and (max-width:767px) {
  .content .news .news_desc p {
    font-size: 13px
  }
}

.content .news .news_body .news_desc p {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .content .news .news_body .news_desc p {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  .content .news {
    margin-bottom: 15px
  }
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  padding: 0px 0
}

.content h1 {
  font-size: 28px
}

.content h2 {
  font-size: 24px;
  color: #074c1f
}

.content h3 {
  font-size: 22px
}

.content h4 {
  font-size: 18px
}

.content h5 {
  font-size: 16px
}

.content h6 {
  font-size: 14px
}

.content strong {
  color: #074c1f;
  font-weight: bold
}

.content em {
  font-style: italic;
  font-weight: bold
}

.content figure {
  margin-bottom: 15px
}

.content img {
  max-width: 100%;
  height: auto
}

.content table {
  width: 100%
}

.content table td,
.content table th {
  padding: 15px;
  vertical-align: top
}

.content table th {
  font-weight: bold
}

.content ol,
.content ul {
  padding: 1em 0 1em 2em
}

.content ul {
  list-style: disc
}

.content ol {
  list-style: decimal
}

.content iframe.googlemap {
  width: 100%;
  height: 300px
}

.content .alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw
}

.content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw
}

@media only screen and (min-width:1200px) {
  .content .content iframe.googlemap {
    height: 450px
  }
}

.main {
  padding: 50px 0
}

.main .main_title {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  padding-bottom: 30px
}

@media only screen and (max-width:767px) {
  .main .main_title {
    font-size: 18px
  }
}

.main .main_title span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .main .main_title span {
    font-size: 14px
  }
}

.main.main-lp {
  padding-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#074c1f), to(#fff));
  background: -o-linear-gradient(#074c1f, #fff);
  background: linear-gradient(#074c1f, #fff)
}

@media only screen and (max-width:767px) {
  .main {
    padding: 30px 0
  }
}

.jumbotron .jumbotron_item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
  width: 100%;
  height: calc(100vh - 290px)
}

.jumbotron img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

@media only screen and (max-width:767px) {
  .jumbotron .jumbotron_item {
    height: calc(350px)
  }
}

.sec {
  padding: 50px 0;
}

.sec:after,
.sec:before {
  content: " ";
  display: block;
  line-height: 0
}

.sec:after {
  content: " ";
  display: block;
  clear: both
}

.sec.sec-bg {
  background: -o-repeating-linear-gradient(135deg, #fff 0px, #fff 2px, #fafafa 2px, #fafafa 4px);
  background: repeating-linear-gradient(-45deg, #fff 0px, #fff 2px, #fafafa 2px, #fafafa 4px)
}

.sec.sec-border {
  border-top: 1px solid #eee
}

.sec .sec_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .sec .sec_inner {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .sec .sec_inner {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .sec .sec_inner {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .sec .sec_inner {
    max-width: 1140px
  }
}

.sec .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.sec .sec_header {
  margin: 0 0 30px
}

.sec .sec_btn {
  max-width: 600px;
  margin: 30px auto
}

@media only screen and (max-width:767px) {
  .sec {
    padding: 30px 0
  }

  .sec .sec_btn {
    height: auto;
    max-width: 100%
  }
}

.title {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28px
}

@media only screen and (max-width:767px) {
  .title {
    font-size: 18px
  }
}

.title span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .title span {
    font-size: 14px
  }
}

.title-en {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .title-en {
    font-size: 14px
  }
}

.news {
  width: 100%;
  margin-bottom: 30px
}

.news a {
  text-decoration: none;
  display: inline-block
}

.news a:hover {
  opacity: 0.7
}

.news .news_pic {
  margin-bottom: 10px
}

.news .news_pic img {
  height: auto;
  max-width: 100%;
  display: block
}

.news .news_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0
}

.news .news_meta ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news .news_meta ul li {
  padding-right: 10px
}

.news .news_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #43A047;
  border: 1px solid #43A047;
  color: #43A047;
  text-decoration: none
}

@media only screen and (max-width:767px) {
  .news .news_meta ul li a {
    font-size: 12px
  }
}

.news .news_title {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1.2
}

@media only screen and (max-width:767px) {
  .news .news_title {
    font-size: 18px
  }
}

.news .news_titleBorder {
  font-size: 24px;
  padding: 10px 15px;
  margin: 15px 0;
  border-left: 2px solid #ccc
}

@media only screen and (max-width:767px) {
  .news .news_titleBorder {
    font-size: 18px
  }
}

.news .news_time {
  margin-left: 5px;
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .news .news_time {
    font-size: 12px
  }
}

.news .news_desc p {
  font-size: 13px;
  margin-bottom: 5px
}

@media only screen and (max-width:767px) {
  .news .news_desc p {
    font-size: 13px
  }
}

.news .news_body .news_desc p {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .news .news_body .news_desc p {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  .news {
    margin-bottom: 15px
  }
}

.label {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 10px
}

@media only screen and (max-width:767px) {
  .label {
    font-size: 10px
  }
}

.label-c-border {
  color: #707070;
  border: 1px solid #707070
}

.label-c-border a {
  color: #707070
}

.label-brown {
  color: #074c1f;
  border: 1px solid #074c1f
}

.label-brown a {
  color: #074c1f
}

.label-gray {
  color: #F5F5F5;
  border: 1px solid #F5F5F5
}

.label-gray a {
  color: #F5F5F5
}

.label-black {
  color: #000;
  border: 1px solid #000
}

.label-black a {
  color: #000
}

.label-white {
  color: #fff;
  border: 1px solid #fff
}

.label-white a {
  color: #fff
}

.label-transparent {
  color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3)
}

.label-transparent a {
  color: rgba(255, 255, 255, 0.3)
}

.label-topics {
  color: #b7df80;
  border: 1px solid #b7df80
}

.label-topics a {
  color: #b7df80
}

.label-event {
  color: #C9AA00;
  border: 1px solid #C9AA00
}

.label-event a {
  color: #C9AA00
}

.label-sky {
  color: #b7df80;
  border: 1px solid #b7df80
}

.label-sky a {
  color: #b7df80
}

.bnr {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  height: 200px;
  font-size: 28px
}

@media only screen and (max-width:767px) {
  .bnr {
    font-size: 18px
  }
}

.bnr .bnr_inner {
  width: 100%;
  height: 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5)
}

.bnr .bnr_inner span {
  font-size: 14px;
  font-weight: bold;
  display: block
}

@media only screen and (max-width:767px) {
  .bnr .bnr_inner span {
    font-size: 14px
  }
}

.bnr:hover .bnr_inner {
  background: rgba(0, 0, 0, 0.2)
}

.bnr-about {
  background: url("../images/about_bnr.png") no-repeat
}

.bnr-access {
  background: url("../images/access_bnr.png") no-repeat
}

@media only screen and (max-width:767px) {
  .bnr {
    margin: 0 auto 30px;
    background-position: center center
  }

  .bnr .bnr_inner {
    padding: 80px 10px
  }
}

.btn {
  display: block;
  padding: 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important
}

@media only screen and (max-width:767px) {
  .btn {
    font-size: 16px
  }
}

.btn:hover {
  opacity: 0.8
}

.btn-default {
  border: 1px solid #707070;
  background-color: #fff;
  position: relative
}

.btn-default i,
.btn-default svg {
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  color: #707070;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em
}

.btn-default:hover i,
.btn-default:hover svg {
  right: 5px
}

.btn-send {
  font-weight: bold;
  background-color: #074c1f;
  color: #fff
}

.btn-back {
  background-color: #eee;
  color: #074c1f;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .btn-back {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  .btn {
    width: 100%;
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .btn {
    font-size: 12px
  }
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto
}

.contact .contact_icon {
  font-size: 35px;
  margin-right: 15px
}

@media only screen and (max-width:767px) {
  .contact .contact_icon {
    font-size: 18px
  }
}

.contact .contact_body p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  line-height: 1
}

@media only screen and (max-width:767px) {
  .contact .contact_body p {
    font-size: 13px
  }
}

.contact .contact_body p span {
  display: block;
  font-weight: bold;
  font-size: 34px
}

@media only screen and (max-width:767px) {
  .contact .contact_body p span {
    font-size: 18px
  }
}

.contact .contact_btn {
  max-width: 560px;
  margin: 0 auto
}

@media only screen and (max-width:767px) {
  .contact .contact_tel {
    margin: 15px auto
  }

  .contact .contact_tel .contact_tel_icon {
    font-size: 35px;
    margin-right: 15px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .contact .contact_tel .contact_tel_icon {
    font-size: 18px
  }
}

@media only screen and (max-width:767px) {
  .contact .contact_tel .contact_tel_body p {
    font-size: 12px;
    margin: 0;
    padding: 0
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .contact .contact_tel .contact_tel_body p {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .contact .contact_tel .contact_tel_body span {
    font-size: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .contact .contact_btn {
    height: auto;
    max-width: 100%
  }
}

.article .article_title {
  text-align: center;
  font-size: 28px
}

@media only screen and (max-width:767px) {
  .article .article_title {
    font-size: 18px
  }
}

.article .article_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article .article_meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.article .article_meta ul li {
  padding-right: 10px
}

.article .article_meta ul li a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #b7df80;
  border: 1px solid #b7df80;
  color: #b7df80;
  text-decoration: none
}

@media only screen and (max-width:767px) {
  .article .article_meta ul li a {
    font-size: 14px
  }
}

.article .article_meta time {
  margin-left: auto;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .article .article_meta time {
    font-size: 14px
  }
}

.article .article_pic img {
  max-width: 100%;
  height: auto
}

.article-menu .article_title {
  text-align: left;
  margin-bottom: 30px
}

.lp .lp_header {
  padding-top: 50px
}

.lp .lp_title {
  text-align: center;
  font-size: 40px;
  color: #fff
}

@media only screen and (max-width:767px) {
  .lp .lp_title {
    font-size: 18px
  }
}

.lp .lp_header_desc {
  text-align: center
}

.lp .lp_header_desc p {
  color: #fff;
  font-size: 18px;
  font-weight: bold
}

@media only screen and (max-width:767px) {
  .lp .lp_header_desc p {
    font-size: 18px
  }
}

.lp .lp_body {
  padding-top: 30px
}

.lp .lp_pic {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  display: block;
  width: 100%
}

.lp .lp_pic .lp_picOverlay {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 100%;
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  width: 100%
}

.lp .lp_pic .lp_picOverlay p {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:767px) {
  .lp .lp_pic .lp_picOverlay p {
    font-size: 18px
  }
}

.lp .lp_pic-sm {
  margin-bottom: 30px
}

.lp .lp_pic-lg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 206%;
  display: block
}

.lp .lp_footer {
  padding: 30px;
  margin-top: 30px
}

@media only screen and (max-width:767px) {
  .lp .lp_body {
    padding-top: 15px
  }

  .lp .lp_footer {
    padding: 15px;
    margin-top: 15px
  }
}

.address .address_map iframe {
  width: 100%;
  height: 300px
}

.address .address_table {
  margin-top: 10px;
  width: 100%
}

.address .address_table td,
.address .address_table th {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 12px
}

@media only screen and (max-width:767px) {

  .address .address_table td,
  .address .address_table th {
    font-size: 12px
  }
}

.address .address_table th {
  text-align: left;
  font-weight: bold;
  white-space: nowrap
}

@media only screen and (max-width:767px) {
  .address .address_map iframe {
    height: 200px
  }
}

.media .media_title {
  font-size: 28px;
  margin: 15px 0
}

@media only screen and (max-width:767px) {
  .media .media_title {
    font-size: 18px
  }
}

.media .media_desc p {
  font-size: 16px;
  padding: 15px 0
}

@media only screen and (max-width:767px) {
  .media .media_desc p {
    font-size: 16px
  }
}

.media .media_pic img {
  height: auto;
  max-width: 100%
}

.pageTitle {
  padding: 30px 0;
  text-align: center;
  background: #43A047;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 28px
}

.pageTitle:after,
.pageTitle:before {
  content: " ";
  display: block;
  line-height: 0
}

.pageTitle:after {
  content: " ";
  display: block;
  clear: both
}

@media only screen and (max-width:767px) {
  .pageTitle {
    font-size: 18px
  }
}

.pageTitle span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .pageTitle span {
    font-size: 14px
  }
}

.info {
  margin-top: 30px
}

.info .info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc
}

.info .info_list li {
  padding: 5px 30px;
  margin: 0;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc
}

.info .info_list li p {
  padding: 0;
  margin: 0
}

.info .info_list li span {
  color: #074c1f
}

.info .info_list li:last-child {
  border-right: none
}

@media only screen and (max-width:767px) {
  .info .info_list {
    display: block;
    padding: 15px
  }

  .info .info_list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: none
  }

  .info .info_list li:last-child {
    border-bottom: none
  }
}

.about .about_pic img {
  width: 100%
}

.about .about_body {
  padding: 50px 0
}

.about .about_title {
  text-align: center;
  font-size: 28px
}

@media only screen and (max-width:767px) {
  .about .about_title {
    font-size: 18px
  }
}

.about .about_desc p {
  font-size: 16px;
  margin: 30px auto
}

@media only screen and (max-width:767px) {
  .about .about_desc p {
    font-size: 16px
  }
}

.form .form_row {
  padding: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex
}

.form .form_row .form_label {
  width: 200px;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .form .form_row .form_label {
    font-size: 14px
  }
}

.form .form_row .form_label span {
  color: #b7df80;
  border: 1px solid #b7df80;
  padding: 2px 5px;
  margin-left: 20px;
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .form .form_row .form_label span {
    font-size: 12px
  }
}

.form .form_row .form_content {
  width: calc(100% - 200px)
}

.form .form_row .form_content input,
.form .form_row .form_content textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px 5px 5px 5px !important;
  border: 1px solid #074c1f
}

.form .form_row .form_content textarea {
  min-height: 200px
}

.form .form_row .form_content.form_content-tel input {
  width: 6em
}

.form .form_row-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .form .form_content {
    margin-top: 15px
  }
}

.archive {
  border: 1px solid #ccc;
  margin-bottom: 30px
}

.archive:last-child {
  margin-bottom: 0
}

.archive .archive_title {
  font-size: 16px;
  padding: 20px 10px;
  line-height: 1;
  border-bottom: 1px solid #ccc
}

@media only screen and (max-width:767px) {
  .archive .archive_title {
    font-size: 16px
  }
}

.archive .archive_list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1
}

.archive .archive_list li:last-child {
  border-bottom: none
}

.archive .archive_list li a {
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  position: relative;
  line-height: 1;
  -webkit-transition: all 300ms 0s ease;
  -o-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease
}

.archive .archive_list li a:after {
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  margin-top: -0.5em;
  font-size: 14px;
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #bbb
}

@media only screen and (max-width:767px) {
  .archive .archive_list li a:after {
    font-size: 14px
  }
}

.archive .archive_list li a:hover {
  background-color: rgba(99, 99, 99, 0.1)
}

.breadcrumb {
  padding: 15px 0
}

.breadcrumb .breadcrumb_inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1
}

@media (min-width:576px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .breadcrumb .breadcrumb_inner {
    max-width: 1140px
  }
}

.breadcrumb span {
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .breadcrumb span {
    font-size: 12px
  }
}

.breadcrumb a {
  text-decoration: none;
  font-size: 12px;
  color: #666
}

@media only screen and (max-width:767px) {
  .breadcrumb a {
    font-size: 12px
  }
}

.breadcrumb i {
  margin: 0 5px;
  color: rgba(112, 70, 46, 0.8)
}

.breadcrumb svg {
  font-size: 12px;
  margin: 0 5px
}

@media only screen and (max-width:767px) {
  .breadcrumb svg {
    font-size: 12px
  }
}

.postLinks {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -js-display: flex
}

.postLink {
  width: 50%;
  padding: 15px 0
}

.postLink a {
  text-decoration: none;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .postLink a {
    font-size: 14px
  }
}

.postLink-prev i,
.postLink-prev svg {
  margin-right: 10px
}

.postLink-next {
  text-align: right
}

.postLink-next i,
.postLink-next svg {
  margin-left: 10px
}

@media only screen and (max-width:767px) {
  .postLinks {
    margin-top: 20px
  }

  .postLink {
    padding: 0
  }

  .postLink a {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .postLink a {
    font-size: 12px
  }
}

.pagetop {
  background: #5D4037;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1
}

@media only screen and (max-width:767px) {
  .pagetop {
    font-size: 12px
  }
}

.pagetop:hover {
  opacity: 0.8
}

.pagetop i,
.pagetop svg {
  margin: 5px 5px 0 0;
  font-size: 15px
}

@media only screen and (max-width:767px) {

  .pagetop i,
  .pagetop svg {
    font-size: 15px
  }
}

.comments {
  border-top: 1px solid #ddd;
  padding-top: 50px;
  margin-top: 50px;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .comments {
    font-size: 14px
  }
}

.comments .comment-respond .comment-reply-title {
  font-size: 18px
}

@media only screen and (max-width:767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 18px
  }
}

.comments .comment-respond+p {
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
  text-align: right
}

.comments .comment-form .comment-notes {
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-notes {
    font-size: 12px
  }
}

.comments .comment-form .logged-in-as {
  text-align: right;
  font-size: 14px
}

@media only screen and (max-width:767px) {
  .comments .comment-form .logged-in-as {
    font-size: 14px
  }
}

.comments .comment-form .comment-form-comment label {
  display: block
}

.comments .comment-form .comment-form-comment textarea {
  width: 100%;
  height: 200px;
  padding: 10px
}

.comments .comment-form .comment-form-author,
.comments .comment-form .comment-form-email,
.comments .comment-form .comment-form-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.comments .comment-form .comment-form-author label,
.comments .comment-form .comment-form-email label,
.comments .comment-form .comment-form-url label {
  width: 180px;
  white-space: nowrap
}

.comments .comment-form .comment-form-author input,
.comments .comment-form .comment-form-email input,
.comments .comment-form .comment-form-url input {
  width: calc(100% - 180px);
  padding: 10px
}

.comments .comment-form .comment-form-cookies-consent {
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px
  }
}

.comments .comment-form .form-submit {
  text-align: center
}

.comments .comment-form .form-submit .submit {
  display: inline-block;
  padding: 15px 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important;
  border: none;
  background-color: #eee;
  position: relative
}

@media only screen and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 16px
  }
}

.comments .comment-form .form-submit .submit:hover {
  opacity: 0.8
}

.comments .commentlist .comment {
  padding: 15px 0;
  border-bottom: 1px dotted #ddd
}

.comments .commentlist .comment:last-child {
  border-bottom: none
}

.comments .commentlist .comment .children {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #eee
}

.comments .commentlist .comment .comment-body .comment-awaiting-moderation {
  text-align: center;
  display: block;
  padding-top: 15px
}

.comments .commentlist .comment .comment-body .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.comments .commentlist .comment .comment-body .comment-author cite {
  margin-left: 10px
}

.comments .commentlist .comment .comment-body .comment-meta {
  text-align: right;
  font-size: 12px
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body .comment-meta {
    font-size: 12px
  }
}

.comments .commentlist .comment .comment-body p {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 16px
  }
}

.comments .commentlist .comment .comment-body .reply {
  text-align: center
}

.comments .commentlist .comment .comment-body .reply .comment-reply-link {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border-radius: 5px 5px 5px 5px !important;
  border: none;
  background-color: #eee
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .comment-body .reply .comment-reply-link {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  .comments {
    padding-top: 30px;
    margin-top: 30px
  }

  .comments .comment-respond .comment-reply-title {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-respond .comment-reply-title {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .logged-in-as {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .logged-in-as {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-comment textarea {
    height: 100px
  }
}

@media only screen and (max-width:767px) {

  .comments .comment-form .comment-form-author,
  .comments .comment-form .comment-form-email,
  .comments .comment-form .comment-form-url {
    display: block
  }

  .comments .comment-form .comment-form-author label,
  .comments .comment-form .comment-form-email label,
  .comments .comment-form .comment-form-url label {
    display: block;
    width: 100%
  }

  .comments .comment-form .comment-form-author input,
  .comments .comment-form .comment-form-email input,
  .comments .comment-form .comment-form-url input {
    width: 100%
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .comment-form-cookies-consent {
    font-size: 12px
  }
}

@media only screen and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .comment-form .form-submit .submit {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  .comments .commentlist .comment .children {
    padding-left: 15px;
    margin-left: 15px
  }

  .comments .commentlist .comment .comment-body p {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .comments .commentlist .comment .comment-body p {
    font-size: 14px
  }
}

.pageNav {
  padding: 0 15px
}

.pageNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pageNav ul li {
  border-left: 1px solid #074c1f;
  margin-bottom: 0;
  line-height: 1
}

.pageNav ul li:last-child {
  border-right: 1px solid #074c1f
}

.pageNav ul li a,
.pageNav ul li span {
  color: #074c1f;
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px
}

@media only screen and (max-width:767px) {

  .pageNav ul li a,
  .pageNav ul li span {
    font-size: 16px
  }
}

.pageNav ul li a:hover,
.pageNav ul li span:hover {
  opacity: 0.7
}

.slide-menu {
  position: absolute;
  z-index: 999
}

.menu {
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px
}

.menu a {
  display: block;
  text-decoration: none;
  color: #074c1f
}

.menu a:hover {
  opacity: 0.7
}

.menu .menu_pic img {
  width: 100%;
  height: auto
}

.menu .menu_title {
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px
}

.menu .menu_price {
  margin: 0;
  font-size: 14px;
  color: #074c1f
}

.menu .menu_desc {
  padding: 15px 0
}

.menu .menu_desc p {
  margin: 0;
  font-size: 13px
}

.menu-border {
  border: 1px solid #eee;
  padding: 15px
}

@media only screen and (max-width:767px) {
  .menu {
    margin-bottom: 15px
  }

  .menu .menu_title {
    font-size: 14px
  }
}

.wp-block-quote {
  border-left: 4px solid #000;
  padding-left: 1em
}

.wp-block-quote p {
  font-size: 16px;
  margin-bottom: 0
}

.wp-block-quote cite {
  color: #666
}

.wp-block-tag-cloud a {
  text-decoration: underline;
  color: #0073aa;
  display: inline-block;
  margin-right: 5px
}

.wp-block-table td,
.wp-block-table th {
  padding: 15px;
  vertical-align: top;
  border: 1px solid #000
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d
}

.wp-block-pullquote blockquote .block-editor-rich-text p {
  font-size: 28px;
  line-height: 1.6;
  font-family: "Noto Serif JP"
}

.wp-block-pullquote blockquote cite {
  color: #666
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
  max-width: 100px
}

.wp-block-more {
  display: block;
  text-align: center;
  white-space: nowrap
}

.wp-block-search .wp-block-search__input {
  border-radius: 4px;
  border: 1px solid #8d96a0;
  color: rgba(14, 28, 46, 0.62);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px;
  padding: 5px 3px
}

.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
  box-shadow: inset 0 -1px 0 #ccc;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 13px
}

.wp-block-calendar caption {
  caption-side: top;
  text-align: center
}

.wp-block-calendar table th {
  font-weight: 700 !important
}

.wp-block-calendar table a {
  color: #007bff;
  text-decoration: none
}

.wp-block-calendar table a:hover {
  text-decoration: underline
}

.wp-block-categories a {
  color: #0073aa;
  text-decoration: underline
}

.wp-block-categories a:hover {
  text-decoration: none
}

.wp-block-latest-comments a {
  color: #0073aa;
  -webkit-transition-property: border, background, color;
  -o-transition-property: border, background, color;
  transition-property: border, background, color;
  -webkit-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  text-decoration: underline
}

.wp-block-latest-comments a:hover {
  text-decoration: none
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important
}

@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
  }
}

.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat
}

.slick-next,
.slick-prev {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: 25px
}

[dir=rtl] .slick-prev {
  left: auto
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: 25px
}

[dir=rtl] .slick-next {
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #074c1f;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #074c1f;
  opacity: 0.75
}

@media only screen and (max-width:767px) {
  .slick-dots {
    bottom: -25px
  }
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}