@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.3; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*mediaquery*/
/*set*/
/*margin*/
.mauto {
  margin: 0 auto; }

.mt0 {
  margin-top: 0; }

.mt05 {
  margin-top: 0.5em; }

.mt1 {
  margin-top: 1em; }

.mt2 {
  margin-top: 2em; }

.mb0 {
  margin-bottom: 0; }

.mb05 {
  margin-bottom: 0.5em; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.mr0 {
  margin-right: 0; }

.mr05 {
  margin-right: 0.5em; }

.mr1 {
  margin-right: 1em; }

.mr2 {
  margin-right: 2em; }

.ml0 {
  margin-left: 0; }

.ml05 {
  margin-left: 0.5em; }

.ml1 {
  margin-left: 1em; }

.ml2 {
  margin-left: 2em; }

/*width*/
.w100 {
  width: 100%; }

.w90 {
  width: 90%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

.w60 {
  width: 60%; }

.w55 {
  width: 55%; }

.w50 {
  width: 50%; }

.w45 {
  width: 45%; }

.w40 {
  width: 40%; }

.w35 {
  width: 35%; }

.w30 {
  width: 30%; }

.w20 {
  width: 20%; }

.w10 {
  width: 10%; }

@media screen and (max-width: 640px) {
  .w100, .w90, .w80, .w70, .w60, .w55, .w50, .w45, .w40, .w35, .w30, .w20, .w10 {
    width: 100%; } }

/*img*/
img {
  display: block;
  max-width: 100%;
  vertical-align: bottom; }

/*text*/
.txtc {
  text-align: center; }

.txtr {
  text-align: right; }

.txtl {
  text-align: left; }

/*font-size*/
.fs15 {
  font-size: 1.5em; }

.fs13 {
  font-size: 1.3em; }

.fs09 {
  font-size: 0.9em; }

.fs08 {
  font-size: 0.8em; }

/*float*/
.fl {
  float: left; }
  @media screen and (max-width: 640px) {
    .fl {
      float: none; } }

.fr {
  float: right; }
  @media screen and (max-width: 640px) {
    .fr {
      float: none; } }

.single_content address, .single_content blockquote, .single_content dd, .single_content div, .single_content dl, .single_content dt, .single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6, .single_content noframes, .single_content ol, .single_content p, .single_content ul, .single_content center, .single_content dir, .single_content hr, .single_content menu, .single_content pre {
  display: block;
  unicode-bidi: embed; }

.single_content li {
  display: list-item;
  line-height: 1.3; }

.single_content table {
  display: table; }

.single_content tr {
  display: table-row; }

.single_content thead {
  display: table-header-group; }

.single_content tbody {
  display: table-row-group; }

.single_content tfoot {
  display: table-footer-group; }

.single_content col {
  display: table-column; }

.single_content colgroup {
  display: table-column-group; }

.single_content td, .single_content th {
  display: table-cell; }

.single_content caption {
  display: table-caption; }

.single_content th {
  font-weight: bolder;
  text-align: center; }

.single_content caption {
  text-align: center; }

.single_content h1 {
  font-size: 2em;
  margin: .67em 0; }

.single_content h2 {
  font-size: 1.5em;
  margin: .75em 0; }

.single_content h3 {
  font-size: 1.17em;
  margin: .83em 0; }

.single_content h4, .single_content p, .single_content blockquote, .single_content ul, .single_content fieldset, .single_content form, .single_content ol, .single_content dl, .single_content dir, .single_content menu {
  margin: 1.12em 0; }

.single_content h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.single_content h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.single_content h1, .single_content h2, .single_content h3, .single_content h4, .single_content h5, .single_content h6, .single_content b, .single_content strong {
  font-weight: bolder; }

.single_content blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.single_content cite, .single_content em, .single_content var, .single_content address {
  font-style: italic; }

.single_content pre, .single_content tt, .single_content code, .single_content kbd, .single_content samp {
  font-family: monospace; }

.single_content pre {
  white-space: pre; }

.single_content button, .single_content textarea, .single_content input, .single_content select {
  display: inline-block; }

.single_content big {
  font-size: 1.17em; }

.single_content small, .single_content sub, .single_content sup {
  font-size: .83em; }

.single_content sub {
  vertical-align: sub; }

.single_content sup {
  vertical-align: super; }

.single_content table {
  border-spacing: 2px; }

.single_content thead, .single_content tbody, .single_content tfoot {
  vertical-align: middle; }

.single_content td, .single_content th, .single_content tr {
  vertical-align: inherit; }

.single_content s, .single_content strike, .single_content del {
  text-decoration: line-through; }

.single_content hr {
  border: 1px inset; }

.single_content ol, .single_content ul, .single_content dir, .single_content menu, .single_content dd {
  margin-left: 1.5em; }

.single_content ol {
  list-style-type: decimal;
  line-height: 1.3; }

.single_content ol ul, .single_content ul ol, .single_content ul ul, .single_content ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.single_content u, .single_content ins {
  text-decoration: underline; }

.single_content br:before {
  content: "\A";
  white-space: pre-line; }

.single_content center {
  text-align: center; }

.single_content :link, .single_content :visited {
  text-decoration: underline; }

.single_content :focus {
  outline: thin dotted invert; }

.single_content ul {
  list-style: disc;
  line-height: 1.3; }

.single_content img {
  display: inline; }

.single_content p {
  line-height: 1.3; }

/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #555;
  text-decoration: none;
  transition: .2s; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #fff; }

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  width: 100%;
  padding: 0 30px;
  max-width: 1260px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 15px 25px; } }

section {
  position: relative;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    section {
      padding: 20px 0; } }

a.btn_link, div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap .btn-lg, div.bs_wrap .btn-group-lg > .btn {
  position: relative;
  display: inline-block;
  padding: 0 3em;
  color: #222;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: transparent;
  border: 3px solid #222;
  transition: .2s; }
  a.btn_link::before, div.bs_wrap .btn:not(.disabled):not(:disabled)::before, div.bs_wrap .btn-lg::before, div.bs_wrap .btn-group-lg > .btn::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 100%;
    height: 48px;
    background-image: url(../img/bg_yellowline.png);
    z-index: -1;
    transition: .3s; }
  a.btn_link::after, div.bs_wrap .btn:not(.disabled):not(:disabled)::after, div.bs_wrap .btn-lg::after, div.bs_wrap .btn-group-lg > .btn::after {
        /*
        font-family: "Font Awesome 5 Solid";
        content: "\f105";
		font-family: 'Font Awesome\ 5 Brands';
		font-family: 'Font Awesome\ 5 Free';
		font-family: 'Font Awesome\ 5 Free';
        */
    position: absolute;
    right: 20px;
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    line-height: 48px;
    /*z-index: 2;*/
    transition: .3s; }
  a.btn_link:hover, div.bs_wrap .btn:hover:not(:disabled):not(.disabled), div.bs_wrap .btn-lg:hover, div.bs_wrap .btn-group-lg > .btn:hover {
    color: #fff;
    opacity: 1; }
    a.btn_link:hover::before, div.bs_wrap .btn:not(.disabled):not(:disabled):hover::before, div.bs_wrap .btn-lg:hover::before, div.bs_wrap .btn-group-lg > .btn:hover::before {
      top: 0;
      left: 0;
      background-image: none;
      background-color: #222; }
    a.btn_link:hover::after, div.bs_wrap .btn:not(.disabled):not(:disabled):hover::after, div.bs_wrap .btn-lg:hover::after, div.bs_wrap .btn-group-lg > .btn:hover::after {
      color: #fff; }

a.txtlink {
  text-decoration: underline;
  color: #e57a92; }

div.bth_wrap a.btn_link::before, div.bth_wrap div.bs_wrap .btn:not(.disabled):not(:disabled)::before, div.bs_wrap div.bth_wrap .btn:not(.disabled):not(:disabled)::before, div.bth_wrap div.bs_wrap .btn-lg::before, div.bs_wrap div.bth_wrap .btn-lg::before, div.bth_wrap div.bs_wrap .btn-group-lg > .btn::before, div.bs_wrap div.bth_wrap .btn-group-lg > .btn::before {
  background-image: url(../img/bg_greenline.png); }
div.bth_wrap a.btn_link:hover::before, div.bth_wrap div.bs_wrap .btn:not(.disabled):not(:disabled):hover::before, div.bs_wrap div.bth_wrap .btn:not(.disabled):not(:disabled):hover::before, div.bth_wrap div.bs_wrap .btn-lg:hover::before, div.bs_wrap div.bth_wrap .btn-lg:hover::before, div.bth_wrap div.bs_wrap .btn-group-lg > .btn:hover::before, div.bs_wrap div.bth_wrap .btn-group-lg > .btn:hover::before {
  background-image: none; }
div.bth_wrap a.btn_link:first-child, div.bth_wrap div.bs_wrap .btn:first-child:not(:disabled):not(.disabled), div.bs_wrap div.bth_wrap .btn:first-child:not(:disabled):not(.disabled), div.bth_wrap div.bs_wrap .btn-lg:first-child, div.bs_wrap div.bth_wrap .btn-lg:first-child, div.bth_wrap div.bs_wrap .btn-group-lg > .btn:first-child, div.bs_wrap div.bth_wrap .btn-group-lg > .btn:first-child {
  margin-right: 10px; }
div.bth_wrap a.btn_link:last-child, div.bth_wrap div.bs_wrap .btn:last-child:not(:disabled):not(.disabled), div.bs_wrap div.bth_wrap .btn:last-child:not(:disabled):not(.disabled), div.bth_wrap div.bs_wrap .btn-lg:last-child, div.bs_wrap div.bth_wrap .btn-lg:last-child, div.bth_wrap div.bs_wrap .btn-group-lg > .btn:last-child, div.bs_wrap div.bth_wrap .btn-group-lg > .btn:last-child {
  margin-right: 0; }
@media screen and (max-width: 640px) {
  div.bth_wrap a.btn_link, div.bth_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap div.bth_wrap .btn:not(:disabled):not(.disabled), div.bth_wrap div.bs_wrap .btn-lg, div.bs_wrap div.bth_wrap .btn-lg, div.bth_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap div.bth_wrap .btn-group-lg > .btn {
    display: block; }
    div.bth_wrap a.btn_link:first-child, div.bth_wrap div.bs_wrap .btn:first-child:not(:disabled):not(.disabled), div.bs_wrap div.bth_wrap .btn:first-child:not(:disabled):not(.disabled), div.bth_wrap div.bs_wrap .btn-lg:first-child, div.bs_wrap div.bth_wrap .btn-lg:first-child, div.bth_wrap div.bs_wrap .btn-group-lg > .btn:first-child, div.bs_wrap div.bth_wrap .btn-group-lg > .btn:first-child {
      margin-right: 0;
      margin-bottom: 12px; } }

a:hover {
  color: #055cbd;
  transition: .2s; }
  a:hover img {
    opacity: .85; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*sns*/
ul.ul_sns {
  display: flex; }
  ul.ul_sns li {
    margin-right: 8px; }
    ul.ul_sns li:last-child {
      margin-right: 0; }
    ul.ul_sns li a {
      display: block;
      width: 28px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      color: #fff;
      font-size: 12px;
      background-color: #000;
      border-radius: 50%; }
      ul.ul_sns li a:hover {
        background-color: #055cbd; }

/*flex*/
ul.ul_flex {
  display: flex;
  margin: 0 auto; }
  ul.ul_flex li {
    margin-right: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden; }
    ul.ul_flex li:nth-child(3n) {
      margin-right: 0; }
    ul.ul_flex li .txt_wrap {
      padding: 1em; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1em;
        font-size: 13px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
          padding: .5em 1em;
          font-weight: bold;
          color: #fff;
          font-size: 12px;
          background: #222;
          border-radius: 6px; }
        ul.ul_flex li .txt_wrap div.cat_time_wrap time {
          display: inline-block; }
      ul.ul_flex li .txt_wrap a.title {
        font-weight: bold;
        line-height: 1.5; }
  @media screen and (max-width: 768px) {
    ul.ul_flex li .txt_wrap div.cat_time_wrap {
      display: block; }
      ul.ul_flex li .txt_wrap div.cat_time_wrap .cat {
        display: inline-block;
        margin-bottom: .5em;
        padding: .3em .5em; } }
  @media screen and (max-width: 640px) {
    ul.ul_flex {
      display: block;
      width: 95%; }
      ul.ul_flex li {
        margin-right: 0;
        margin-bottom: 20px; } }

/*youtube*/
.youtube {
  /*width: 100%;*/
  max-width: 580px;
  height: auto;
  aspect-ratio: 16 / 9; }
  @media screen and (max-width: 640px) {
    .youtube {
      max-width: 100%; } }
  .youtube iframe {
    width: 100%;
    height: 100%; }

/*googlemap
.ggmap {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    
    iframe,object,embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
*/
/* -------------------------------- 
header components 
--------------------------------- */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8); }
  .header h1 {
    position: relative; }
    .header h1 img {
      height: 28px; }
  @media screen and (max-width: 640px) {
    .header {
      display: block;
      padding: 20px; }
      .header h1 img {
        height: 25px; } }
  .header .headerright {
    display: flex;
    justify-content: flex-end; }
    .header .headerright .head_tel {
      letter-spacing: 0;
      font-weight: bold;
      margin-left: 15px;
      line-height: 29px;
      height: 29px; }
    .header .headerright .top {
      display: flex;
      justify-content: flex-end; }
      .header .headerright .top .ul_sns {
        margin-left: 15px; }
    .header .headerright nav ul.nav {
      text-align: right; }
      .header .headerright nav ul.nav > li {
        display: inline-block;
        line-height: 28px;
        /*drop*/ }
        .header .headerright nav ul.nav > li > a {
          /*
          padding:0 1em;
          font-weight: bold;
          font-size: 15px;
          letter-spacing: .05em;
          border-right: 2px solid #222;
          */
          display: inline-block;
          padding: 0 1em;
          margin-right: 8px;
          font-weight: bold;
          font-size: 14px;
          line-height: 28px;
          height: 28px;
          letter-spacing: .05em;
          border-radius: 13px;
          background: #f2f2f2;
          color: #222; }
        .header .headerright nav ul.nav > li:hover a {
          color: #fff;
          background: #055cbd; }
        .header .headerright nav ul.nav > li.drop {
          position: relative; }
          .header .headerright nav ul.nav > li.drop .dropdownContain {
            width: 240px;
            position: absolute;
            z-index: 2;
            left: 50%;
            margin-left: -120px;
            /* half of width */
            top: -500px;
            padding-top: 16px;
            background: transparent;
            z-index: 5; }
            .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut {
              width: 240px;
              position: relative;
              margin-top: 0px;
              opacity: 0;
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
              transition: .2s; }
              .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut .triangle {
                width: 0;
                height: 0;
                position: absolute;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 8px solid #055cbd;
                top: -8px;
                left: 50%;
                margin-left: -8px; }
              .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul {
                background: #fff;
                z-index: 3; }
                .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li {
                  color: #777;
                  transition: .2s; }
                  .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li:hover {
                    background: #222; }
                  .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li a {
                    display: block;
                    padding: 14px 0;
                    width: 100%;
                    text-align: center;
                    font-weight: bold;
                    font-size: 14px;
                    color: #222;
                    background: #fff; }
                    .header .headerright nav ul.nav > li.drop .dropdownContain .dropOut ul li a:hover {
                      color: #fff;
                      background: #055cbd; }
          .header .headerright nav ul.nav > li.drop:hover .dropdownContain {
            top: 14px; }
          .header .headerright nav ul.nav > li.drop:hover .underline {
            border-bottom-color: #777; }
          .header .headerright nav ul.nav > li.drop:hover .dropOut {
            opacity: 1;
            margin-top: 8px;
            transition: .2s; }
        .header .headerright nav ul.nav > li:last-child {
          margin-right: 0; }
          .header .headerright nav ul.nav > li:last-child > a {
            margin-right: 0;
            border-right: none; }

/*smartphone*/
/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 30px;
  z-index: 999; }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #222;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 13px; }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }

.hamburger.active span {
  background-color: #fff; }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg); }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg); }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #e57a92;
  z-index: 998; }
  #navigation .navigation_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px; }
    #navigation .navigation_inner .navigation_menu .navigation_item {
      width: 300px;
      margin: 16px auto 0 auto; }
      #navigation .navigation_inner .navigation_menu .navigation_item a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 36px;
        letter-spacing: .2em;
        text-align: center;
        color: #fff;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          #navigation .navigation_inner .navigation_menu .navigation_item a {
            font-size: 1.1em;
            line-height: 32px; } }
      #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns {
        margin-top: 30px;
        display: flex;
        justify-content: center; }
        #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li {
          margin-right: 10px; }
          #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #000;
            font-size: 16px;
            background: #fff; }
            @media screen and (max-width: 640px) {
              #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a i {
                padding-left: 4px; } }
    #navigation .navigation_inner .accordion {
      width: 100%;
      max-width: 360px;
      margin: 30px auto 20px;
      background: #FFF;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
      #navigation .navigation_inner .accordion .link, #navigation .navigation_inner .accordion .single {
        cursor: pointer;
        display: block;
        padding: 14px 14px 14px 20px;
        color: #4D4D4D;
        font-size: 13px;
        font-weight: 700;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    #navigation .navigation_inner .accordion li:last-child .link {
      border-bottom: 0; }
    #navigation .navigation_inner .accordion li i {
      position: absolute;
      top: 16px;
      left: 12px;
      font-size: 18px;
      color: #595959;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      #navigation .navigation_inner .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px; }
    #navigation .navigation_inner .accordion li.open .link {
      color: #b63b4d; }
    #navigation .navigation_inner .accordion li.open i {
      color: #b63b4d; }
      #navigation .navigation_inner .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #navigation .navigation_inner .accordion li.default .submenu {
      display: block; }
    #navigation .navigation_inner .submenu {
      display: none;
      background: #555;
      font-size: 13px; }
      #navigation .navigation_inner .submenu li {
        border-bottom: 1px solid #777; }
      #navigation .navigation_inner .submenu a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 13px 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        #navigation .navigation_inner .submenu a:hover {
          background: #222;
          color: #FFF; }

/*sidefixed*/
div.sidefixed {
  position: fixed;
  /*top: calc(50% - 263px);*/
  top: calc(50% - 305px);
  right: 0;
  z-index: 3; }
  div.sidefixed a {
    display: flex;
    justify-content: flex-end; }
  @media screen and (max-width: 1366px) {
    div.sidefixed {
      /*top: calc(50% - 230px);*/ }
      div.sidefixed a img {
        /*height: 230px;*/ } }

div.indexspbtn_wrap {
  display: flex;
  justify-content: space-between;
  padding: 70px 20px 0px; }
  div.indexspbtn_wrap a {
    /*display: block;
    width: 49%;*/
    display: flex;
    justify-content: center;
    width: 33.333%; }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  padding: 50px 0;
  text-align: left;
  font-size: .9em;
  color: #fff;
  background: #000; }
  footer div.inner {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1366px) {
      footer div.inner {
        max-width: 1180px; } }
    footer div.inner div.add {
      font-size: 1.1em;
      line-height: 1.8;
      font-weight: bold; }
      footer div.inner div.add ul.ul_sns {
        margin: .5em 0 1em; }
        footer div.inner div.add ul.ul_sns a {
          color: #000;
          background: #fff; }
          footer div.inner div.add ul.ul_sns a:hover {
            background: #459dff; }
    footer div.inner ul.footer_nav_sp {
      margin-top: 3em; }
      footer div.inner ul.footer_nav_sp li a {
        color: #fff;
        font-weight: bold; }
        footer div.inner ul.footer_nav_sp li a::after {
          margin-left: 1em;
          font-family: 'Font Awesome\ 5 Free';
          content: "\f105";
          /*z-index: 2;*/
          transition: .2s; }
      footer div.inner ul.footer_nav_sp li:last-child {
        margin-top: .5em; }
    footer div.inner div.footer_nav_wrap {
      display: flex;
      justify-content: right; }
      footer div.inner div.footer_nav_wrap div.box {
        margin-left: 3em;
        font-size: .9em; }
        footer div.inner div.footer_nav_wrap div.box ul.footer_nav {
          margin-bottom: 1em; }
          footer div.inner div.footer_nav_wrap div.box ul.footer_nav li {
            line-height: 1.9;
            font-weight: bold; }
            footer div.inner div.footer_nav_wrap div.box ul.footer_nav li.gray a {
              color: #C5C5C5; }
            footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a {
              color: #fff; }
              footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover {
                color: #459dff; }
    @media screen and (max-width: 640px) {
      footer div.inner {
        display: block;
        text-align: center; }
        footer div.inner div.add {
          width: 100%; }
          footer div.inner div.add ul.ul_sns {
            justify-content: center; }
        footer div.inner div.footer_nav_wrap {
          display: none; } }
  footer div.flex div.inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid #fff;
    align-items: center; }
    footer div.flex div.inner div.footer_bnr a {
      display: inline-block;
      padding: 8px;
      width: 150px;
      background: #fff; }
      footer div.flex div.inner div.footer_bnr a img {
        width: 100%; }
    @media screen and (max-width: 640px) {
      footer div.flex div.inner {
        display: block; }
        footer div.flex div.inner div.footer_bnr {
          margin-bottom: 20px; } }

/* -------------------------------- 
index components 
--------------------------------- */
/*swiper*/
body.home section.pickup, body.geibunkyo section.pickup {
  /*スライド本体*/
  padding: 140px 0 50px; }
  @media screen and (max-width: 1366px) {
    body.home section.pickup, body.geibunkyo section.pickup {
      padding: 90px 0 10px; } }
  @media screen and (max-width: 640px) {
    body.home section.pickup, body.geibunkyo section.pickup {
      padding-top: 30px; } }
  body.home section.pickup .swiper-container-pickup, body.geibunkyo section.pickup .swiper-container-pickup {
    position: relative;
    overflow: hidden; }
    body.home section.pickup .swiper-container-pickup .swiper-wrapper, body.geibunkyo section.pickup .swiper-container-pickup .swiper-wrapper {
      position: relative;
      z-index: -1; }
    @media screen and (max-width: 1366px) {
      body.home section.pickup .swiper-container-pickup, body.geibunkyo section.pickup .swiper-container-pickup {
        margin: 0 auto;
        max-width: 1160px; } }
  body.home section.pickup .swiper-wrapper, body.geibunkyo section.pickup .swiper-wrapper {
    position: relative;
    margin: 30px auto; }
  body.home section.pickup .swiper-slide, body.geibunkyo section.pickup .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: auto; }
    @media screen and (max-width: 640px) {
      body.home section.pickup .swiper-slide, body.geibunkyo section.pickup .swiper-slide {
        display: block; } }
  body.home section.pickup .pickup_title, body.geibunkyo section.pickup .pickup_title {
    position: absolute;
    top: 0;
    left: calc(50% - 700px);
    width: 260px;
    z-index: 3; }
    body.home section.pickup .pickup_title img, body.geibunkyo section.pickup .pickup_title img {
      width: 100%; }
    @media screen and (max-width: 1366px) {
      body.home section.pickup .pickup_title, body.geibunkyo section.pickup .pickup_title {
        width: 220px;
        left: calc(50% - 580px); } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .pickup_title, body.geibunkyo section.pickup .pickup_title {
        width: 50%;
        left: 20px; } }
  body.home section.pickup .swiper-slide-shadow-left, body.home section.pickup .swiper-slide-shadow-right, body.geibunkyo section.pickup .swiper-slide-shadow-left, body.geibunkyo section.pickup .swiper-slide-shadow-right {
    display: none; }
  body.home section.pickup .swiper-button-prev,
  body.home section.pickup .swiper-button-next, body.geibunkyo section.pickup .swiper-button-prev,
  body.geibunkyo section.pickup .swiper-button-next {
    background-image: none;
    position: absolute;
    top: 0;
    margin-top: 30px;
    width: auto;
    height: auto;
    cursor: pointer;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2; }
  body.home section.pickup .swiper-button-prev, body.geibunkyo section.pickup .swiper-button-prev {
    height: 600px;
    left: calc(50% - 600px); }
    body.home section.pickup .swiper-button-prev img, body.geibunkyo section.pickup .swiper-button-prev img {
      height: 100%; }
    @media screen and (max-width: 1366px) {
      body.home section.pickup .swiper-button-prev, body.geibunkyo section.pickup .swiper-button-prev {
        left: calc(50% - 580px); } }
  body.home section.pickup .swiper-button-next, body.geibunkyo section.pickup .swiper-button-next {
    height: 600px;
    right: calc(50% - 600px); }
    body.home section.pickup .swiper-button-next img, body.geibunkyo section.pickup .swiper-button-next img {
      height: 100%; }
    @media screen and (max-width: 1366px) {
      body.home section.pickup .swiper-button-next, body.geibunkyo section.pickup .swiper-button-next {
        right: calc(50% - 580px); } }
  @media screen and (max-width: 640px) {
    body.home section.pickup .swiper-button-prev, body.geibunkyo section.pickup .swiper-button-prev {
      width: 15px;
      height: 380px;
      left: 15px; }
      body.home section.pickup .swiper-button-prev img, body.geibunkyo section.pickup .swiper-button-prev img {
        width: 100%; }
    body.home section.pickup .swiper-button-next, body.geibunkyo section.pickup .swiper-button-next {
      width: 15px;
      height: 380px;
      right: 15px; }
      body.home section.pickup .swiper-button-next img, body.geibunkyo section.pickup .swiper-button-next img {
        width: 100%; } }
body.home section.pickup, body.geibunkyo section.pickup {
  /*スライド中身*/ }
  body.home section.pickup .slide_inner, body.geibunkyo section.pickup .slide_inner {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 940px; }
    body.home section.pickup .slide_inner div.img, body.geibunkyo section.pickup .slide_inner div.img {
      width: 45%; }
      body.home section.pickup .slide_inner div.img img, body.geibunkyo section.pickup .slide_inner div.img img {
        width: 100%;
        height: auto; }
    body.home section.pickup .slide_inner div.txt, body.geibunkyo section.pickup .slide_inner div.txt {
      display: flex;
      flex-direction: column;
      padding-left: 50px;
      width: 55%; }
      body.home section.pickup .slide_inner div.txt p.date, body.geibunkyo section.pickup .slide_inner div.txt p.date {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 1.8em; }
      body.home section.pickup .slide_inner div.txt h2, body.geibunkyo section.pickup .slide_inner div.txt h2 {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 2.2em;
        line-height: 1.3; }
      body.home section.pickup .slide_inner div.txt p.subtitle, body.geibunkyo section.pickup .slide_inner div.txt p.subtitle {
        margin-bottom: 16px;
        font-weight: bold;
        font-size: 1.2em; }
      body.home section.pickup .slide_inner div.txt div.cat_wrap, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap {
        margin-bottom: 32px; }
        body.home section.pickup .slide_inner div.txt div.cat_wrap span, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span {
          display: inline-block;
          margin-right: .5em;
          margin-bottom: .5em;
          padding: .3em 1em .4em;
          color: #fff;
          font-size: .9em;
          font-weight: bold;
          letter-spacing: 0;
          border-radius: 6px; }
          body.home section.pickup .slide_inner div.txt div.cat_wrap span:last-child, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span:last-child {
            margin-right: 0; }
        body.home section.pickup .slide_inner div.txt div.cat_wrap span.type, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span.type {
          background: #ffb57a;
          background: -moz-linear-gradient(-45deg, #ffb57a 0%, #ed1e79 100%);
          background: -webkit-linear-gradient(-45deg, #ffb57a 0%, #ed1e79 100%);
          background: linear-gradient(135deg, #ffb57a 0%, #ed1e79 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb57a', endColorstr='#ed1e79',GradientType=1 ); }
        body.home section.pickup .slide_inner div.txt div.cat_wrap span.place, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span.place {
          background: #00a99d;
          background: -moz-linear-gradient(-45deg, #00a99d 0%, #104097 100%);
          background: -webkit-linear-gradient(-45deg, #00a99d 0%, #104097 100%);
          background: linear-gradient(135deg, #00a99d 0%, #104097 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#104097',GradientType=1 ); }
        body.home section.pickup .slide_inner div.txt div.cat_wrap span.ticket, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span.ticket {
          background: #ff3019;
          background: -moz-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
          background: -webkit-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
          background: linear-gradient(135deg, #ff3019 0%, #cf0404 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); }
      body.home section.pickup .slide_inner div.txt p.event_text, body.geibunkyo section.pickup .slide_inner div.txt p.event_text {
        max-height: 290px;
        font-size: .9em;
        font-weight: bold;
        line-height: 1.5;
        overflow: hidden; }
      body.home section.pickup .slide_inner div.txt div.btn_wrap, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap {
        margin-top: auto; }
        body.home section.pickup .slide_inner div.txt div.btn_wrap a.btn_link, body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn-lg, body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn-group-lg > .btn, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap a.btn_link, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn-lg, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn-group-lg > .btn {
          width: 100%; }
    @media screen and (max-width: 1366px) {
      body.home section.pickup .slide_inner, body.geibunkyo section.pickup .slide_inner {
        max-width: 900px; } }
    @media screen and (max-width: 640px) {
      body.home section.pickup .slide_inner, body.geibunkyo section.pickup .slide_inner {
        display: block;
        justify-content: flex-start;
        padding: 0 50px; }
        body.home section.pickup .slide_inner div.img, body.geibunkyo section.pickup .slide_inner div.img {
          width: 100%; }
        body.home section.pickup .slide_inner div.txt, body.geibunkyo section.pickup .slide_inner div.txt {
          margin-left: -25px;
          padding: 20px 0 0;
          width: calc(100% + 50px); }
          body.home section.pickup .slide_inner div.txt p.date, body.geibunkyo section.pickup .slide_inner div.txt p.date {
            font-size: 1.2em; }
          body.home section.pickup .slide_inner div.txt h2, body.geibunkyo section.pickup .slide_inner div.txt h2 {
            font-size: 1.5em; }
          body.home section.pickup .slide_inner div.txt p.subtitle, body.geibunkyo section.pickup .slide_inner div.txt p.subtitle {
            font-size: 1em; }
          body.home section.pickup .slide_inner div.txt p.event_text, body.geibunkyo section.pickup .slide_inner div.txt p.event_text {
            max-height: auto;
            overflow: visible; }
          body.home section.pickup .slide_inner div.txt div.cat_wrap span, body.geibunkyo section.pickup .slide_inner div.txt div.cat_wrap span {
            display: inline-block;
            margin-bottom: .5em;
            font-size: 11px; }
          body.home section.pickup .slide_inner div.txt div.btn_wrap, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap {
            margin-top: auto; }
            body.home section.pickup .slide_inner div.txt div.btn_wrap a.btn_link, body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn-lg, body.home section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.home section.pickup .slide_inner div.txt div.btn_wrap .btn-group-lg > .btn, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap a.btn_link, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn-lg, body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.geibunkyo section.pickup .slide_inner div.txt div.btn_wrap .btn-group-lg > .btn {
              width: 95%; } }

/*nopickup*/
body.home section.nopickup {
  padding: 120px 0 50px; }

/*lineup*/
body.home section.lineup, body.geibunkyo section.lineup {
  position: relative;
  margin: 50px 0;
  background-color: #f2f2f2; }
  @media screen and (max-width: 640px) {
    body.home section.lineup, body.geibunkyo section.lineup {
      padding-top: 20px;
      margin-top: 25px; } }
  body.home section.lineup img.bg_lineup_img, body.geibunkyo section.lineup img.bg_lineup_img {
    position: absolute;
    top: -40px;
    right: 40px; }
  body.home section.lineup div.title_wrap, body.geibunkyo section.lineup div.title_wrap {
    position: relative;
    margin: -70px auto 0;
    width: 100%;
    max-width: 1200px;
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      body.home section.lineup div.title_wrap, body.geibunkyo section.lineup div.title_wrap {
        max-width: 1140px; } }
    @media screen and (max-width: 640px) {
      body.home section.lineup div.title_wrap, body.geibunkyo section.lineup div.title_wrap {
        margin: 25px auto; }
        body.home section.lineup div.title_wrap h3, body.geibunkyo section.lineup div.title_wrap h3 {
          text-align: center; }
          body.home section.lineup div.title_wrap h3 img, body.geibunkyo section.lineup div.title_wrap h3 img {
            display: inline-block;
            height: 50px; } }
  body.home section.lineup div.inner, body.geibunkyo section.lineup div.inner {
    position: relative;
    margin-top: 65px;
    /*padding: 65px 30px 25px;*/ }
    @media screen and (max-width: 1366px) {
      body.home section.lineup div.inner, body.geibunkyo section.lineup div.inner {
        margin-top: 35px;
        max-width: 1200px; } }
    body.home section.lineup div.inner .swiper-container-lineup, body.geibunkyo section.lineup div.inner .swiper-container-lineup {
      margin: 0 auto;
      padding-bottom: 5px;
      position: relative;
      overflow: hidden;
      z-index: 1; }
      body.home section.lineup div.inner .swiper-container-lineup .swiper-slide, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        background: #fff;
        height: auto; }
        body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner {
          display: flex;
          flex-direction: column;
          width: 100%; }
          body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.img a, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.img a {
            display: block; }
            body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.img a img, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.img a img {
              width: 100%;
              height: auto; }
          body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt {
            position: relative;
            display: flex;
            flex-direction: column;
            padding: 15px 15px 20px;
            height: 100%; }
            body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt p.date, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt p.date {
              margin-bottom: 1em;
              font-weight: bold;
              font-size: .85em; }
            body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt h2, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt h2 {
              margin-bottom: 1em;
              font-size: 1em;
              font-weight: bold;
              line-height: 1.4; }
            body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap {
              margin-top: auto; }
              body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span {
                display: inline-block;
                margin-right: .4em;
                padding: .2em .8em .3em;
                color: #fff;
                font-weight: bold;
                font-size: 11px;
                letter-spacing: 0;
                border-radius: 6px; }
                body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span:last-child, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span:last-child {
                  margin-right: 0; }
              body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.type, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.type {
                background: #ffb57a;
                background: -moz-linear-gradient(-45deg, #ffb57a 0%, #ed1e79 100%);
                background: -webkit-linear-gradient(-45deg, #ffb57a 0%, #ed1e79 100%);
                background: linear-gradient(135deg, #ffb57a 0%, #ed1e79 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb57a', endColorstr='#ed1e79',GradientType=1 ); }
              body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.place, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.place {
                background: #00a99d;
                background: -moz-linear-gradient(-45deg, #00a99d 0%, #104097 100%);
                background: -webkit-linear-gradient(-45deg, #00a99d 0%, #104097 100%);
                background: linear-gradient(135deg, #00a99d 0%, #104097 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a99d', endColorstr='#104097',GradientType=1 ); }
              body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.ticket, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt div.cat_wrap span.ticket {
                background: #ff3019;
                background: -moz-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
                background: -webkit-linear-gradient(-45deg, #ff3019 0%, #cf0404 100%);
                background: linear-gradient(135deg, #ff3019 0%, #cf0404 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); }
            body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt a.imgmore, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt a.imgmore {
              position: absolute;
              right: 0;
              bottom: -5px;
              width: 80px;
              height: 10px; }
              body.home section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt a.imgmore img, body.geibunkyo section.lineup div.inner .swiper-container-lineup .swiper-slide div.slide_inner div.txt a.imgmore img {
                width: 100%; }
    body.home section.lineup div.inner .swiper-button-next, body.geibunkyo section.lineup div.inner .swiper-button-next {
      margin-top: 0;
      width: 36px;
      height: 36px;
      right: -20px;
      background-image: url(../img/pickupnext.png);
      background-size: cover; }
    body.home section.lineup div.inner .swiper-button-prev, body.geibunkyo section.lineup div.inner .swiper-button-prev {
      margin-top: 0;
      width: 36px;
      height: 36px;
      left: -20px;
      background-image: url(../img/pickupprev.png);
      background-size: cover; }
    @media screen and (max-width: 1366px) {
      body.home section.lineup div.inner .swiper-button-next, body.geibunkyo section.lineup div.inner .swiper-button-next {
        right: 12px; }
      body.home section.lineup div.inner .swiper-button-prev, body.geibunkyo section.lineup div.inner .swiper-button-prev {
        left: 12px; } }
    @media screen and (max-width: 640px) {
      body.home section.lineup div.inner, body.geibunkyo section.lineup div.inner {
        margin-top: 0;
        padding: 0 80px; }
        body.home section.lineup div.inner .swiper-button-next, body.geibunkyo section.lineup div.inner .swiper-button-next {
          width: 30px;
          height: 30px;
          right: 25px; }
        body.home section.lineup div.inner .swiper-button-prev, body.geibunkyo section.lineup div.inner .swiper-button-prev {
          width: 30px;
          height: 30px;
          left: 25px; } }
  body.home section.lineup div.btn_wrap, body.geibunkyo section.lineup div.btn_wrap {
    position: absolute;
    top: -27px;
    right: calc(50% - 600px);
    z-index: 1; }
    @media screen and (max-width: 1366px) {
      body.home section.lineup div.btn_wrap, body.geibunkyo section.lineup div.btn_wrap {
        right: calc(50% - 570px); } }
    @media screen and (max-width: 640px) {
      body.home section.lineup div.btn_wrap, body.geibunkyo section.lineup div.btn_wrap {
        position: relative;
        padding: 20px 0;
        top: auto;
        right: auto;
        text-align: center; } }

/*news*/
body.home section.news {
  padding-top: 15px; }
  body.home section.news div.inner {
    display: flex;
    justify-content: space-between;
    padding-top: 0; }
    @media screen and (max-width: 1366px) {
      body.home section.news div.inner {
        max-width: 1180px; } }
    body.home section.news div.inner div.left {
      flex: 0 0 65%;
      width: 65%; }
      body.home section.news div.inner div.left ul {
        margin-top: 24px; }
        body.home section.news div.inner div.left ul li {
          padding: 2em 1em;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          font-weight: bold;
          border-bottom: 1px dotted #000; }
          body.home section.news div.inner div.left ul li:first-child {
            border-top: 1px dotted #000; }
          body.home section.news div.inner div.left ul li time {
            display: inline-block;
            width: 120px; }
    body.home section.news div.inner div.right {
      flex: 0 0 29%;
      width: 29%; }
      body.home section.news div.inner div.right div.tw_wrap {
        margin-bottom: 20px; }
        body.home section.news div.inner div.right div.tw_wrap div.tw_header {
          display: flex;
          justify-content: space-between;
          margin-bottom: 16px; }
          body.home section.news div.inner div.right div.tw_wrap div.tw_header h4 {
            font-weight: bold; }
    @media screen and (max-width: 640px) {
      body.home section.news div.inner {
        display: block; }
        body.home section.news div.inner div.left {
          width: 100%; }
          body.home section.news div.inner div.left div.title_wrap h3 {
            text-align: center; }
            body.home section.news div.inner div.left div.title_wrap h3 img {
              display: inline-block;
              height: 50px; }
          body.home section.news div.inner div.left ul {
            margin-top: 24px; }
            body.home section.news div.inner div.left ul li {
              padding: 1em;
              overflow: visible;
              white-space: inherit;
              text-overflow: inherit;
              line-height: 1.5; }
        body.home section.news div.inner div.right {
          width: 100%; }
          body.home section.news div.inner div.right div.tw_wrap {
            margin-top: 40px; } }

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  padding-top: 89px; }
  body.sub .breadcrumbs .bc_inner {
    padding: .7em 40px;
    font-size: 12px;
    background: #f2f2f2; }
@media screen and (max-width: 640px) {
  body.sub .breadcrumbs {
    padding-top: 30px; }
    body.sub .breadcrumbs .bc_inner {
      padding: .7em 20px;
      font-size: 11px;
      line-height: 1.3; } }

/*共通*/
body.sub div.main p {
  line-height: 1.7; }
body.sub div.main section.section_top {
  padding-top: 0; }
body.sub div.main section.section_top > div.inner,
body.sub div.main section.section > div.inner {
  padding-top: 30px; }
body.sub div.main h1.page_title {
  position: relative;
  padding: 60px 0 60px .5em;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: .4em; }
  @media screen and (max-width: 640px) {
    body.sub div.main h1.page_title {
      padding: 30px 0 30px .5em;
      font-size: 1.1em; } }
body.sub div.main h2.h2_bggray {
  padding: 2em 0;
  font-size: 1.2em;
  font-weight: bold;
  background: #f2f2f2; }
body.sub div.main h2.h2_bg_pinkline {
  padding: 2em 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  background: url(../img/bg_pinkline.png); }
  body.sub div.main h2.h2_bg_pinkline span {
    display: inline-block;
    margin-left: -1em;
    padding: .5em .5em .5em 1em;
    letter-spacing: .5em;
    background: #fff; }
  @media screen and (max-width: 640px) {
    body.sub div.main h2.h2_bg_pinkline {
      padding: 1.5em 0;
      font-size: 1em;
      line-height: 1.5; }
      body.sub div.main h2.h2_bg_pinkline span {
        padding: .5em .5em .5em 1em;
        margin-left: 0; } }
body.sub div.main h3.h3_border {
  display: inline-block;
  margin-bottom: 1em;
  padding: 1em 0 .3em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #222; }
body.sub div.main h3.h3 {
  margin-bottom: 1em;
  padding: 1em 0;
  font-size: 1em;
  font-weight: bold; }
body.sub div.main p.setsumei {
  margin-bottom: 1em; }
body.sub div.main div.flexbox {
  display: flex;
  justify-content: space-between;
  margin: 30px 0; }
  body.sub div.main div.flexbox div.txt {
    flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    width: 55%; }
    body.sub div.main div.flexbox div.txt h2 {
      margin: .5em 0 1.5em;
      font-size: 1.2em;
      font-weight: bold; }
    body.sub div.main div.flexbox div.txt p {
      line-height: 2; }
  body.sub div.main div.flexbox div.img {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    width: 40%; }
    body.sub div.main div.flexbox div.img img {
      display: block;
      margin-bottom: 20px;
      width: 100%;
      max-width: 100%; }
      body.sub div.main div.flexbox div.img img:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 640px) {
    body.sub div.main div.flexbox {
      display: block; }
      body.sub div.main div.flexbox div.txt {
        width: 100%; }
      body.sub div.main div.flexbox div.img {
        width: 100%; } }
body.sub div.main div.flexreverse {
  flex-direction: row-reverse; }

/*top pinkline*/
body.floorguide div.main,
body.about div.main,
body.largehall div.main,
body.smallhall div.main,
body.conferenceroom div.main,
body.exhibition div.main,
body.lounge div.main,
body.archive div.main {
  position: relative; }
  body.floorguide div.main::after,
  body.about div.main::after,
  body.largehall div.main::after,
  body.smallhall div.main::after,
  body.conferenceroom div.main::after,
  body.exhibition div.main::after,
  body.lounge div.main::after,
  body.archive div.main::after {
    position: absolute;
    content: "";
    left: 0;
    top: 135px;
    width: 100%;
    height: 100px;
    background: url(../img/bg_pinkline.png);
    z-index: -1; }
  body.floorguide div.main h1.page_title,
  body.about div.main h1.page_title,
  body.largehall div.main h1.page_title,
  body.smallhall div.main h1.page_title,
  body.conferenceroom div.main h1.page_title,
  body.exhibition div.main h1.page_title,
  body.lounge div.main h1.page_title,
  body.archive div.main h1.page_title {
    padding-bottom: 70px; }
body.floorguide div.mein_second::after,
body.about div.mein_second::after,
body.largehall div.mein_second::after,
body.smallhall div.mein_second::after,
body.conferenceroom div.mein_second::after,
body.exhibition div.mein_second::after,
body.lounge div.mein_second::after,
body.archive div.mein_second::after {
  top: -20px; }
@media screen and (max-width: 640px) {
  body.floorguide div.main::after,
  body.about div.main::after,
  body.largehall div.main::after,
  body.smallhall div.main::after,
  body.conferenceroom div.main::after,
  body.exhibition div.main::after,
  body.lounge div.main::after,
  body.archive div.main::after {
    top: 80px; }
  body.floorguide div.main h1.page_title,
  body.about div.main h1.page_title,
  body.largehall div.main h1.page_title,
  body.smallhall div.main h1.page_title,
  body.conferenceroom div.main h1.page_title,
  body.exhibition div.main h1.page_title,
  body.lounge div.main h1.page_title,
  body.archive div.main h1.page_title {
    padding-bottom: 30px; } }

/*access*/
/*top pinkline*/
body.accessmap div.main2 {
  position: relative;
  margin-top: 40px;
  padding-top: 25px; }
  body.accessmap div.main2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(../img/bg_pinkline.png);
    z-index: -1; }
body.accessmap div.mein_second::after {
  top: -20px; }

/*form*/
div.bs_wrap {
  /*!
   * Bootswatch v4.0.0
   * Homepage: https://bootswatch.com
   * Copyright 2012-2018 Thomas Park
   * Licensed under MIT
   * Based on Bootstrap
  */
  /*!
   * Bootstrap 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)
   */
  @import url("https://fonts.googleapis.com/css?family=Raleway:400,700");
  /*
  code,
  kbd,
  pre,
  samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
  */
  /*
  p {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }
  */
  /*
  .alert, .alert p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  */
  /*contactform7*/
  /*add confirm*/ }
  div.bs_wrap :root {
    --blue: #4582EC;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d9534f;
    --orange: #fd7e14;
    --yellow: #f0ad4e;
    --green: #02B875;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #4582EC;
    --secondary: #adb5bd;
    --success: #02B875;
    --info: #17a2b8;
    --warning: #f0ad4e;
    --danger: #d9534f;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px; }
  div.bs_wrap *,
  div.bs_wrap *::before,
  div.bs_wrap *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  div.bs_wrap html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent; }
@-ms-viewport {
  div.bs_wrap {
    width: device-width; } }
  div.bs_wrap article, div.bs_wrap aside, div.bs_wrap dialog, div.bs_wrap figcaption, div.bs_wrap figure, div.bs_wrap footer, div.bs_wrap header, div.bs_wrap hgroup, div.bs_wrap main, div.bs_wrap nav, div.bs_wrap section {
    display: block; }
  div.bs_wrap body {
    margin: 0;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
    background-color: #fff; }
  div.bs_wrap [tabindex="-1"]:focus {
    outline: 0 !important; }
  div.bs_wrap hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible; }
  div.bs_wrap h1, div.bs_wrap h2, div.bs_wrap h3, div.bs_wrap h4, div.bs_wrap h5, div.bs_wrap h6 {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  div.bs_wrap p {
    margin-top: 0;
    margin-bottom: 1rem; }
  div.bs_wrap abbr[title],
  div.bs_wrap abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0; }
  div.bs_wrap address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  div.bs_wrap ol,
  div.bs_wrap ul,
  div.bs_wrap dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  div.bs_wrap ol ol,
  div.bs_wrap ul ul,
  div.bs_wrap ol ul,
  div.bs_wrap ul ol {
    margin-bottom: 0; }
  div.bs_wrap dt {
    font-weight: 700; }
  div.bs_wrap dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  div.bs_wrap blockquote {
    margin: 0 0 1rem; }
  div.bs_wrap dfn {
    font-style: italic; }
  div.bs_wrap b,
  div.bs_wrap strong {
    font-weight: bolder; }
  div.bs_wrap small {
    font-size: 80%; }
  div.bs_wrap sub,
  div.bs_wrap sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline; }
  div.bs_wrap sub {
    bottom: -.25em; }
  div.bs_wrap sup {
    top: -.5em; }
  div.bs_wrap a {
    color: #4582EC;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
  div.bs_wrap a:hover {
    color: #1559cf;
    text-decoration: underline; }
  div.bs_wrap a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  div.bs_wrap a:not([href]):not([tabindex]):hover, div.bs_wrap a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  div.bs_wrap a:not([href]):not([tabindex]):focus {
    outline: 0; }
  div.bs_wrap pre,
  div.bs_wrap code,
  div.bs_wrap kbd,
  div.bs_wrap samp {
    font-family: monospace, monospace;
    font-size: 1em; }
  div.bs_wrap pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar; }
  div.bs_wrap figure {
    margin: 0 0 1rem; }
  div.bs_wrap img {
    vertical-align: middle;
    border-style: none; }
  div.bs_wrap svg:not(:root) {
    overflow: hidden; }
  div.bs_wrap table {
    border-collapse: collapse; }
  div.bs_wrap caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom; }
  div.bs_wrap th {
    text-align: inherit; }
  div.bs_wrap label {
    display: inline-block;
    margin-bottom: .5rem; }
  div.bs_wrap button {
    border-radius: 0; }
  div.bs_wrap button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  div.bs_wrap input,
  div.bs_wrap button,
  div.bs_wrap select,
  div.bs_wrap optgroup,
  div.bs_wrap textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  div.bs_wrap button,
  div.bs_wrap input {
    overflow: visible; }
  div.bs_wrap button,
  div.bs_wrap select {
    text-transform: none; }
  div.bs_wrap button,
  div.bs_wrap html [type="button"],
  div.bs_wrap [type="reset"],
  div.bs_wrap [type="submit"] {
    -webkit-appearance: button; }
  div.bs_wrap button::-moz-focus-inner,
  div.bs_wrap [type="button"]::-moz-focus-inner,
  div.bs_wrap [type="reset"]::-moz-focus-inner,
  div.bs_wrap [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  div.bs_wrap input[type="radio"],
  div.bs_wrap input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  div.bs_wrap input[type="date"],
  div.bs_wrap input[type="time"],
  div.bs_wrap input[type="datetime-local"],
  div.bs_wrap input[type="month"] {
    -webkit-appearance: listbox; }
  div.bs_wrap textarea {
    overflow: auto;
    resize: vertical; }
  div.bs_wrap fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  div.bs_wrap legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal; }
  div.bs_wrap progress {
    vertical-align: baseline; }
  div.bs_wrap [type="number"]::-webkit-inner-spin-button,
  div.bs_wrap [type="number"]::-webkit-outer-spin-button {
    height: auto; }
  div.bs_wrap [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  div.bs_wrap [type="search"]::-webkit-search-cancel-button,
  div.bs_wrap [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  div.bs_wrap ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  div.bs_wrap output {
    display: inline-block; }
  div.bs_wrap summary {
    display: list-item;
    cursor: pointer; }
  div.bs_wrap template {
    display: none; }
  div.bs_wrap [hidden] {
    display: none !important; }
  div.bs_wrap h1, div.bs_wrap h2, div.bs_wrap h3, div.bs_wrap h4, div.bs_wrap h5, div.bs_wrap h6,
  div.bs_wrap .h1, div.bs_wrap .h2, div.bs_wrap .h3, div.bs_wrap .h4, div.bs_wrap .h5, div.bs_wrap .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit; }
  div.bs_wrap h1, div.bs_wrap .h1 {
    font-size: 2.6575rem; }
  div.bs_wrap h2, div.bs_wrap .h2 {
    font-size: 2.126rem; }
  div.bs_wrap h3, div.bs_wrap .h3 {
    font-size: 1.86025rem; }
  div.bs_wrap h4, div.bs_wrap .h4 {
    font-size: 1.5945rem; }
  div.bs_wrap h5, div.bs_wrap .h5 {
    font-size: 1.32875rem; }
  div.bs_wrap h6, div.bs_wrap .h6 {
    font-size: 1.063rem; }
  div.bs_wrap .lead {
    font-size: 1.32875rem;
    font-weight: 300; }
  div.bs_wrap .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  div.bs_wrap .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  div.bs_wrap .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  div.bs_wrap .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; }
  div.bs_wrap hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap small,
  div.bs_wrap .small {
    font-size: 80%;
    font-weight: 400; }
  div.bs_wrap mark,
  div.bs_wrap .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  div.bs_wrap .list-unstyled {
    padding-left: 0;
    list-style: none; }
  div.bs_wrap .list-inline {
    padding-left: 0;
    list-style: none; }
  div.bs_wrap .list-inline-item {
    display: inline-block; }
  div.bs_wrap .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }
  div.bs_wrap .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  div.bs_wrap .blockquote {
    margin-bottom: 1rem;
    font-size: 1.32875rem; }
  div.bs_wrap .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96; }
  div.bs_wrap .blockquote-footer::before {
    content: "\2014 \00A0"; }
  div.bs_wrap .img-fluid {
    max-width: 100%;
    height: auto; }
  div.bs_wrap .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto; }
  div.bs_wrap .figure {
    display: inline-block; }
  div.bs_wrap .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  div.bs_wrap .figure-caption {
    font-size: 90%;
    color: #868e96; }
  div.bs_wrap code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word; }
  div.bs_wrap a > code {
    color: inherit; }
  div.bs_wrap kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem; }
  div.bs_wrap kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
  div.bs_wrap pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
  div.bs_wrap pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }
  div.bs_wrap .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  div.bs_wrap .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    div.bs_wrap .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    div.bs_wrap .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    div.bs_wrap .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    div.bs_wrap .container {
      max-width: 1140px; } }
  div.bs_wrap .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  div.bs_wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  div.bs_wrap .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  div.bs_wrap .no-gutters > .col,
  div.bs_wrap .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  div.bs_wrap .col-1, div.bs_wrap .col-2, div.bs_wrap .col-3, div.bs_wrap .col-4, div.bs_wrap .col-5, div.bs_wrap .col-6, div.bs_wrap .col-7, div.bs_wrap .col-8, div.bs_wrap .col-9, div.bs_wrap .col-10, div.bs_wrap .col-11, div.bs_wrap .col-12, div.bs_wrap .col,
  div.bs_wrap .col-auto, div.bs_wrap .col-sm-1, div.bs_wrap .col-sm-2, div.bs_wrap .col-sm-3, div.bs_wrap .col-sm-4, div.bs_wrap .col-sm-5, div.bs_wrap .col-sm-6, div.bs_wrap .col-sm-7, div.bs_wrap .col-sm-8, div.bs_wrap .col-sm-9, div.bs_wrap .col-sm-10, div.bs_wrap .col-sm-11, div.bs_wrap .col-sm-12, div.bs_wrap .col-sm,
  div.bs_wrap .col-sm-auto, div.bs_wrap .col-md-1, div.bs_wrap .col-md-2, div.bs_wrap .col-md-3, div.bs_wrap .col-md-4, div.bs_wrap .col-md-5, div.bs_wrap .col-md-6, div.bs_wrap .col-md-7, div.bs_wrap .col-md-8, div.bs_wrap .col-md-9, div.bs_wrap .col-md-10, div.bs_wrap .col-md-11, div.bs_wrap .col-md-12, div.bs_wrap .col-md,
  div.bs_wrap .col-md-auto, div.bs_wrap .col-lg-1, div.bs_wrap .col-lg-2, div.bs_wrap .col-lg-3, div.bs_wrap .col-lg-4, div.bs_wrap .col-lg-5, div.bs_wrap .col-lg-6, div.bs_wrap .col-lg-7, div.bs_wrap .col-lg-8, div.bs_wrap .col-lg-9, div.bs_wrap .col-lg-10, div.bs_wrap .col-lg-11, div.bs_wrap .col-lg-12, div.bs_wrap .col-lg,
  div.bs_wrap .col-lg-auto, div.bs_wrap .col-xl-1, div.bs_wrap .col-xl-2, div.bs_wrap .col-xl-3, div.bs_wrap .col-xl-4, div.bs_wrap .col-xl-5, div.bs_wrap .col-xl-6, div.bs_wrap .col-xl-7, div.bs_wrap .col-xl-8, div.bs_wrap .col-xl-9, div.bs_wrap .col-xl-10, div.bs_wrap .col-xl-11, div.bs_wrap .col-xl-12, div.bs_wrap .col-xl,
  div.bs_wrap .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  div.bs_wrap .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  div.bs_wrap .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  div.bs_wrap .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  div.bs_wrap .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  div.bs_wrap .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  div.bs_wrap .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  div.bs_wrap .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  div.bs_wrap .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  div.bs_wrap .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  div.bs_wrap .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  div.bs_wrap .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  div.bs_wrap .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  div.bs_wrap .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  div.bs_wrap .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  div.bs_wrap .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  div.bs_wrap .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  div.bs_wrap .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  div.bs_wrap .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  div.bs_wrap .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  div.bs_wrap .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  div.bs_wrap .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  div.bs_wrap .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  div.bs_wrap .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  div.bs_wrap .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  div.bs_wrap .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  div.bs_wrap .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  div.bs_wrap .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  div.bs_wrap .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  div.bs_wrap .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  div.bs_wrap .offset-1 {
    margin-left: 8.3333333333%; }
  div.bs_wrap .offset-2 {
    margin-left: 16.6666666667%; }
  div.bs_wrap .offset-3 {
    margin-left: 25%; }
  div.bs_wrap .offset-4 {
    margin-left: 33.3333333333%; }
  div.bs_wrap .offset-5 {
    margin-left: 41.6666666667%; }
  div.bs_wrap .offset-6 {
    margin-left: 50%; }
  div.bs_wrap .offset-7 {
    margin-left: 58.3333333333%; }
  div.bs_wrap .offset-8 {
    margin-left: 66.6666666667%; }
  div.bs_wrap .offset-9 {
    margin-left: 75%; }
  div.bs_wrap .offset-10 {
    margin-left: 83.3333333333%; }
  div.bs_wrap .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 576px) {
    div.bs_wrap .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    div.bs_wrap .col-sm-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    div.bs_wrap .col-sm-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    div.bs_wrap .col-sm-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    div.bs_wrap .col-sm-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    div.bs_wrap .col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    div.bs_wrap .col-sm-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    div.bs_wrap .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    div.bs_wrap .col-sm-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    div.bs_wrap .col-sm-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    div.bs_wrap .col-sm-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    div.bs_wrap .col-sm-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    div.bs_wrap .col-sm-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    div.bs_wrap .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    div.bs_wrap .order-sm-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    div.bs_wrap .order-sm-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    div.bs_wrap .order-sm-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    div.bs_wrap .order-sm-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    div.bs_wrap .order-sm-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    div.bs_wrap .order-sm-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    div.bs_wrap .order-sm-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    div.bs_wrap .order-sm-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    div.bs_wrap .order-sm-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    div.bs_wrap .order-sm-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    div.bs_wrap .order-sm-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    div.bs_wrap .order-sm-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    div.bs_wrap .order-sm-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    div.bs_wrap .order-sm-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    div.bs_wrap .order-sm-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    div.bs_wrap .offset-sm-0 {
      margin-left: 0; }
    div.bs_wrap .offset-sm-1 {
      margin-left: 8.3333333333%; }
    div.bs_wrap .offset-sm-2 {
      margin-left: 16.6666666667%; }
    div.bs_wrap .offset-sm-3 {
      margin-left: 25%; }
    div.bs_wrap .offset-sm-4 {
      margin-left: 33.3333333333%; }
    div.bs_wrap .offset-sm-5 {
      margin-left: 41.6666666667%; }
    div.bs_wrap .offset-sm-6 {
      margin-left: 50%; }
    div.bs_wrap .offset-sm-7 {
      margin-left: 58.3333333333%; }
    div.bs_wrap .offset-sm-8 {
      margin-left: 66.6666666667%; }
    div.bs_wrap .offset-sm-9 {
      margin-left: 75%; }
    div.bs_wrap .offset-sm-10 {
      margin-left: 83.3333333333%; }
    div.bs_wrap .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
    div.bs_wrap .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    div.bs_wrap .col-md-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    div.bs_wrap .col-md-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    div.bs_wrap .col-md-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    div.bs_wrap .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    div.bs_wrap .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    div.bs_wrap .col-md-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    div.bs_wrap .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    div.bs_wrap .col-md-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    div.bs_wrap .col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    div.bs_wrap .col-md-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    div.bs_wrap .col-md-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    div.bs_wrap .col-md-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    div.bs_wrap .col-md-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    div.bs_wrap .order-md-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    div.bs_wrap .order-md-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    div.bs_wrap .order-md-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    div.bs_wrap .order-md-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    div.bs_wrap .order-md-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    div.bs_wrap .order-md-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    div.bs_wrap .order-md-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    div.bs_wrap .order-md-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    div.bs_wrap .order-md-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    div.bs_wrap .order-md-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    div.bs_wrap .order-md-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    div.bs_wrap .order-md-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    div.bs_wrap .order-md-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    div.bs_wrap .order-md-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    div.bs_wrap .order-md-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    div.bs_wrap .offset-md-0 {
      margin-left: 0; }
    div.bs_wrap .offset-md-1 {
      margin-left: 8.3333333333%; }
    div.bs_wrap .offset-md-2 {
      margin-left: 16.6666666667%; }
    div.bs_wrap .offset-md-3 {
      margin-left: 25%; }
    div.bs_wrap .offset-md-4 {
      margin-left: 33.3333333333%; }
    div.bs_wrap .offset-md-5 {
      margin-left: 41.6666666667%; }
    div.bs_wrap .offset-md-6 {
      margin-left: 50%; }
    div.bs_wrap .offset-md-7 {
      margin-left: 58.3333333333%; }
    div.bs_wrap .offset-md-8 {
      margin-left: 66.6666666667%; }
    div.bs_wrap .offset-md-9 {
      margin-left: 75%; }
    div.bs_wrap .offset-md-10 {
      margin-left: 83.3333333333%; }
    div.bs_wrap .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 992px) {
    div.bs_wrap .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    div.bs_wrap .col-lg-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    div.bs_wrap .col-lg-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    div.bs_wrap .col-lg-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    div.bs_wrap .col-lg-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    div.bs_wrap .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    div.bs_wrap .col-lg-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    div.bs_wrap .col-lg-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    div.bs_wrap .col-lg-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    div.bs_wrap .col-lg-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    div.bs_wrap .col-lg-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    div.bs_wrap .col-lg-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    div.bs_wrap .col-lg-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    div.bs_wrap .col-lg-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    div.bs_wrap .order-lg-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    div.bs_wrap .order-lg-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    div.bs_wrap .order-lg-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    div.bs_wrap .order-lg-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    div.bs_wrap .order-lg-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    div.bs_wrap .order-lg-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    div.bs_wrap .order-lg-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    div.bs_wrap .order-lg-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    div.bs_wrap .order-lg-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    div.bs_wrap .order-lg-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    div.bs_wrap .order-lg-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    div.bs_wrap .order-lg-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    div.bs_wrap .order-lg-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    div.bs_wrap .order-lg-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    div.bs_wrap .order-lg-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    div.bs_wrap .offset-lg-0 {
      margin-left: 0; }
    div.bs_wrap .offset-lg-1 {
      margin-left: 8.3333333333%; }
    div.bs_wrap .offset-lg-2 {
      margin-left: 16.6666666667%; }
    div.bs_wrap .offset-lg-3 {
      margin-left: 25%; }
    div.bs_wrap .offset-lg-4 {
      margin-left: 33.3333333333%; }
    div.bs_wrap .offset-lg-5 {
      margin-left: 41.6666666667%; }
    div.bs_wrap .offset-lg-6 {
      margin-left: 50%; }
    div.bs_wrap .offset-lg-7 {
      margin-left: 58.3333333333%; }
    div.bs_wrap .offset-lg-8 {
      margin-left: 66.6666666667%; }
    div.bs_wrap .offset-lg-9 {
      margin-left: 75%; }
    div.bs_wrap .offset-lg-10 {
      margin-left: 83.3333333333%; }
    div.bs_wrap .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1200px) {
    div.bs_wrap .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }
    div.bs_wrap .col-xl-auto {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    div.bs_wrap .col-xl-1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }
    div.bs_wrap .col-xl-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
    div.bs_wrap .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    div.bs_wrap .col-xl-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
    div.bs_wrap .col-xl-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }
    div.bs_wrap .col-xl-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    div.bs_wrap .col-xl-7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }
    div.bs_wrap .col-xl-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }
    div.bs_wrap .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
    div.bs_wrap .col-xl-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }
    div.bs_wrap .col-xl-11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }
    div.bs_wrap .col-xl-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    div.bs_wrap .order-xl-first {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    div.bs_wrap .order-xl-last {
      -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
      order: 13; }
    div.bs_wrap .order-xl-0 {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    div.bs_wrap .order-xl-1 {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    div.bs_wrap .order-xl-2 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    div.bs_wrap .order-xl-3 {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3; }
    div.bs_wrap .order-xl-4 {
      -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
      order: 4; }
    div.bs_wrap .order-xl-5 {
      -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
      order: 5; }
    div.bs_wrap .order-xl-6 {
      -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
      order: 6; }
    div.bs_wrap .order-xl-7 {
      -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
      order: 7; }
    div.bs_wrap .order-xl-8 {
      -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
      order: 8; }
    div.bs_wrap .order-xl-9 {
      -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
      order: 9; }
    div.bs_wrap .order-xl-10 {
      -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
      order: 10; }
    div.bs_wrap .order-xl-11 {
      -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
      order: 11; }
    div.bs_wrap .order-xl-12 {
      -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
      order: 12; }
    div.bs_wrap .offset-xl-0 {
      margin-left: 0; }
    div.bs_wrap .offset-xl-1 {
      margin-left: 8.3333333333%; }
    div.bs_wrap .offset-xl-2 {
      margin-left: 16.6666666667%; }
    div.bs_wrap .offset-xl-3 {
      margin-left: 25%; }
    div.bs_wrap .offset-xl-4 {
      margin-left: 33.3333333333%; }
    div.bs_wrap .offset-xl-5 {
      margin-left: 41.6666666667%; }
    div.bs_wrap .offset-xl-6 {
      margin-left: 50%; }
    div.bs_wrap .offset-xl-7 {
      margin-left: 58.3333333333%; }
    div.bs_wrap .offset-xl-8 {
      margin-left: 66.6666666667%; }
    div.bs_wrap .offset-xl-9 {
      margin-left: 75%; }
    div.bs_wrap .offset-xl-10 {
      margin-left: 83.3333333333%; }
    div.bs_wrap .offset-xl-11 {
      margin-left: 91.6666666667%; } }
  div.bs_wrap .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent; }
  div.bs_wrap .table th,
  div.bs_wrap .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table .table {
    background-color: #fff; }
  div.bs_wrap .table-sm th,
  div.bs_wrap .table-sm td {
    padding: 0.3rem; }
  div.bs_wrap .table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table-bordered th,
  div.bs_wrap .table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table-bordered thead th,
  div.bs_wrap .table-bordered thead td {
    border-bottom-width: 2px; }
  div.bs_wrap .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  div.bs_wrap .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  div.bs_wrap .table-primary,
  div.bs_wrap .table-primary > th,
  div.bs_wrap .table-primary > td {
    background-color: #cbdcfa; }
  div.bs_wrap .table-hover .table-primary:hover {
    background-color: #b4ccf8; }
  div.bs_wrap .table-hover .table-primary:hover > td,
  div.bs_wrap .table-hover .table-primary:hover > th {
    background-color: #b4ccf8; }
  div.bs_wrap .table-secondary,
  div.bs_wrap .table-secondary > th,
  div.bs_wrap .table-secondary > td {
    background-color: #e8eaed; }
  div.bs_wrap .table-hover .table-secondary:hover {
    background-color: #dadde2; }
  div.bs_wrap .table-hover .table-secondary:hover > td,
  div.bs_wrap .table-hover .table-secondary:hover > th {
    background-color: #dadde2; }
  div.bs_wrap .table-success,
  div.bs_wrap .table-success > th,
  div.bs_wrap .table-success > td {
    background-color: #b8ebd8; }
  div.bs_wrap .table-hover .table-success:hover {
    background-color: #a4e5cd; }
  div.bs_wrap .table-hover .table-success:hover > td,
  div.bs_wrap .table-hover .table-success:hover > th {
    background-color: #a4e5cd; }
  div.bs_wrap .table-info,
  div.bs_wrap .table-info > th,
  div.bs_wrap .table-info > td {
    background-color: #bee5eb; }
  div.bs_wrap .table-hover .table-info:hover {
    background-color: #abdde5; }
  div.bs_wrap .table-hover .table-info:hover > td,
  div.bs_wrap .table-hover .table-info:hover > th {
    background-color: #abdde5; }
  div.bs_wrap .table-warning,
  div.bs_wrap .table-warning > th,
  div.bs_wrap .table-warning > td {
    background-color: #fbe8cd; }
  div.bs_wrap .table-hover .table-warning:hover {
    background-color: #f9ddb5; }
  div.bs_wrap .table-hover .table-warning:hover > td,
  div.bs_wrap .table-hover .table-warning:hover > th {
    background-color: #f9ddb5; }
  div.bs_wrap .table-danger,
  div.bs_wrap .table-danger > th,
  div.bs_wrap .table-danger > td {
    background-color: #f4cfce; }
  div.bs_wrap .table-hover .table-danger:hover {
    background-color: #efbbb9; }
  div.bs_wrap .table-hover .table-danger:hover > td,
  div.bs_wrap .table-hover .table-danger:hover > th {
    background-color: #efbbb9; }
  div.bs_wrap .table-light,
  div.bs_wrap .table-light > th,
  div.bs_wrap .table-light > td {
    background-color: #fdfdfe; }
  div.bs_wrap .table-hover .table-light:hover {
    background-color: #ececf6; }
  div.bs_wrap .table-hover .table-light:hover > td,
  div.bs_wrap .table-hover .table-light:hover > th {
    background-color: #ececf6; }
  div.bs_wrap .table-dark,
  div.bs_wrap .table-dark > th,
  div.bs_wrap .table-dark > td {
    background-color: #c6c8ca; }
  div.bs_wrap .table-hover .table-dark:hover {
    background-color: #b9bbbe; }
  div.bs_wrap .table-hover .table-dark:hover > td,
  div.bs_wrap .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
  div.bs_wrap .table-active,
  div.bs_wrap .table-active > th,
  div.bs_wrap .table-active > td {
    background-color: rgba(0, 0, 0, 0.075); }
  div.bs_wrap .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075); }
  div.bs_wrap .table-hover .table-active:hover > td,
  div.bs_wrap .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
  div.bs_wrap .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e; }
  div.bs_wrap .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: rgba(0, 0, 0, 0.1); }
  div.bs_wrap .table-dark {
    color: #fff;
    background-color: #212529; }
  div.bs_wrap .table-dark th,
  div.bs_wrap .table-dark td,
  div.bs_wrap .table-dark thead th {
    border-color: #32383e; }
  div.bs_wrap .table-dark.table-bordered {
    border: 0; }
  div.bs_wrap .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  div.bs_wrap .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575.98px) {
    div.bs_wrap .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    div.bs_wrap .table-responsive-sm > .table-bordered {
      border: 0; } }
  @media (max-width: 767.98px) {
    div.bs_wrap .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    div.bs_wrap .table-responsive-md > .table-bordered {
      border: 0; } }
  @media (max-width: 991.98px) {
    div.bs_wrap .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    div.bs_wrap .table-responsive-lg > .table-bordered {
      border: 0; } }
  @media (max-width: 1199.98px) {
    div.bs_wrap .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
    div.bs_wrap .table-responsive-xl > .table-bordered {
      border: 0; } }
  div.bs_wrap .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  div.bs_wrap .table-responsive > .table-bordered {
    border: 0; }
  div.bs_wrap .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1.1rem;
    font-size: 1.063rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  div.bs_wrap .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  div.bs_wrap .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b9d0f8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25); }
  div.bs_wrap .form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1; }
  div.bs_wrap .form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  div.bs_wrap .form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1; }
  div.bs_wrap .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  div.bs_wrap .form-control:disabled, div.bs_wrap .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  div.bs_wrap select.form-control:not([size]):not([multiple]) {
    height: calc(2.5945rem + 2px); }
  div.bs_wrap select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  div.bs_wrap .form-control-file,
  div.bs_wrap .form-control-range {
    display: block;
    width: 100%; }
  div.bs_wrap .col-form-label {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  div.bs_wrap .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.32875rem;
    line-height: 1.5; }
  div.bs_wrap .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.930125rem;
    line-height: 1.5; }
  div.bs_wrap .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
  div.bs_wrap .form-control-plaintext.form-control-sm, div.bs_wrap .input-group-sm > .form-control-plaintext.form-control,
  div.bs_wrap .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  div.bs_wrap .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  div.bs_wrap .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  div.bs_wrap .input-group-sm > .input-group-append > .form-control-plaintext.btn, div.bs_wrap .form-control-plaintext.form-control-lg, div.bs_wrap .input-group-lg > .form-control-plaintext.form-control,
  div.bs_wrap .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  div.bs_wrap .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  div.bs_wrap .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  div.bs_wrap .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }
  div.bs_wrap .form-control-sm, div.bs_wrap .input-group-sm > .form-control,
  div.bs_wrap .input-group-sm > .input-group-prepend > .input-group-text,
  div.bs_wrap .input-group-sm > .input-group-append > .input-group-text,
  div.bs_wrap .input-group-sm > .input-group-prepend > .btn,
  div.bs_wrap .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.930125rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  div.bs_wrap select.form-control-sm:not([size]):not([multiple]), div.bs_wrap .input-group-sm > select.form-control:not([size]):not([multiple]),
  div.bs_wrap .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  div.bs_wrap .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  div.bs_wrap .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
  div.bs_wrap .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8951875rem + 2px); }
  div.bs_wrap .form-control-lg, div.bs_wrap .input-group-lg > .form-control,
  div.bs_wrap .input-group-lg > .input-group-prepend > .input-group-text,
  div.bs_wrap .input-group-lg > .input-group-append > .input-group-text,
  div.bs_wrap .input-group-lg > .input-group-prepend > .btn,
  div.bs_wrap .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.32875rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  div.bs_wrap select.form-control-lg:not([size]):not([multiple]), div.bs_wrap .input-group-lg > select.form-control:not([size]):not([multiple]),
  div.bs_wrap .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
  div.bs_wrap .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
  div.bs_wrap .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
  div.bs_wrap .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.993125rem + 2px); }
  div.bs_wrap .form-group {
    margin-bottom: 1rem; }
  div.bs_wrap .form-text {
    display: block;
    margin-top: 0.25rem; }
  div.bs_wrap .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  div.bs_wrap .form-row > .col,
  div.bs_wrap .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
  div.bs_wrap .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  div.bs_wrap .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem; }
  div.bs_wrap .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }
  div.bs_wrap .form-check-label {
    margin-bottom: 0; }
  div.bs_wrap .form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem; }
  div.bs_wrap .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }
  div.bs_wrap .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #02B875; }
  div.bs_wrap .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(2, 184, 117, 0.8);
    border-radius: .2rem; }
  div.bs_wrap .was-validated .form-control:valid, div.bs_wrap .form-control.is-valid, div.bs_wrap .was-validated
  .custom-select:valid,
  div.bs_wrap .custom-select.is-valid {
    border-color: #02B875; }
  div.bs_wrap .was-validated .form-control:valid:focus, div.bs_wrap .form-control.is-valid:focus, div.bs_wrap .was-validated
  .custom-select:valid:focus,
  div.bs_wrap .custom-select.is-valid:focus {
    border-color: #02B875;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.25); }
  div.bs_wrap .was-validated .form-control:valid ~ .valid-feedback,
  div.bs_wrap .was-validated .form-control:valid ~ .valid-tooltip, div.bs_wrap .form-control.is-valid ~ .valid-feedback,
  div.bs_wrap .form-control.is-valid ~ .valid-tooltip, div.bs_wrap .was-validated
  .custom-select:valid ~ .valid-feedback,
  div.bs_wrap .was-validated
  .custom-select:valid ~ .valid-tooltip,
  div.bs_wrap .custom-select.is-valid ~ .valid-feedback,
  div.bs_wrap .custom-select.is-valid ~ .valid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .form-check-input:valid ~ .form-check-label, div.bs_wrap .form-check-input.is-valid ~ .form-check-label {
    color: #02B875; }
  div.bs_wrap .was-validated .form-check-input:valid ~ .valid-feedback,
  div.bs_wrap .was-validated .form-check-input:valid ~ .valid-tooltip, div.bs_wrap .form-check-input.is-valid ~ .valid-feedback,
  div.bs_wrap .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-control-input:valid ~ .custom-control-label, div.bs_wrap .custom-control-input.is-valid ~ .custom-control-label {
    color: #02B875; }
  div.bs_wrap .was-validated .custom-control-input:valid ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #3dfdb6; }
  div.bs_wrap .was-validated .custom-control-input:valid ~ .valid-feedback,
  div.bs_wrap .was-validated .custom-control-input:valid ~ .valid-tooltip, div.bs_wrap .custom-control-input.is-valid ~ .valid-feedback,
  div.bs_wrap .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #03ea95; }
  div.bs_wrap .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(2, 184, 117, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(2, 184, 117, 0.25); }
  div.bs_wrap .was-validated .custom-file-input:valid ~ .custom-file-label, div.bs_wrap .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #02B875; }
  div.bs_wrap .was-validated .custom-file-input:valid ~ .custom-file-label::before, div.bs_wrap .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
  div.bs_wrap .was-validated .custom-file-input:valid ~ .valid-feedback,
  div.bs_wrap .was-validated .custom-file-input:valid ~ .valid-tooltip, div.bs_wrap .custom-file-input.is-valid ~ .valid-feedback,
  div.bs_wrap .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-file-input:valid:focus ~ .custom-file-label, div.bs_wrap .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.25); }
  div.bs_wrap .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #d9534f; }
  div.bs_wrap .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(217, 83, 79, 0.8);
    border-radius: .2rem; }
  div.bs_wrap .was-validated .form-control:invalid, div.bs_wrap .form-control.is-invalid, div.bs_wrap .was-validated
  .custom-select:invalid,
  div.bs_wrap .custom-select.is-invalid {
    border-color: #d9534f; }
  div.bs_wrap .was-validated .form-control:invalid:focus, div.bs_wrap .form-control.is-invalid:focus, div.bs_wrap .was-validated
  .custom-select:invalid:focus,
  div.bs_wrap .custom-select.is-invalid:focus {
    border-color: #d9534f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
  div.bs_wrap .was-validated .form-control:invalid ~ .invalid-feedback,
  div.bs_wrap .was-validated .form-control:invalid ~ .invalid-tooltip, div.bs_wrap .form-control.is-invalid ~ .invalid-feedback,
  div.bs_wrap .form-control.is-invalid ~ .invalid-tooltip, div.bs_wrap .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  div.bs_wrap .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  div.bs_wrap .custom-select.is-invalid ~ .invalid-feedback,
  div.bs_wrap .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .form-check-input:invalid ~ .form-check-label, div.bs_wrap .form-check-input.is-invalid ~ .form-check-label {
    color: #d9534f; }
  div.bs_wrap .was-validated .form-check-input:invalid ~ .invalid-feedback,
  div.bs_wrap .was-validated .form-check-input:invalid ~ .invalid-tooltip, div.bs_wrap .form-check-input.is-invalid ~ .invalid-feedback,
  div.bs_wrap .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-control-input:invalid ~ .custom-control-label, div.bs_wrap .custom-control-input.is-invalid ~ .custom-control-label {
    color: #d9534f; }
  div.bs_wrap .was-validated .custom-control-input:invalid ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #f0b9b8; }
  div.bs_wrap .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  div.bs_wrap .was-validated .custom-control-input:invalid ~ .invalid-tooltip, div.bs_wrap .custom-control-input.is-invalid ~ .invalid-feedback,
  div.bs_wrap .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e27c79; }
  div.bs_wrap .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, div.bs_wrap .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
  div.bs_wrap .was-validated .custom-file-input:invalid ~ .custom-file-label, div.bs_wrap .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #d9534f; }
  div.bs_wrap .was-validated .custom-file-input:invalid ~ .custom-file-label::before, div.bs_wrap .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
  div.bs_wrap .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  div.bs_wrap .was-validated .custom-file-input:invalid ~ .invalid-tooltip, div.bs_wrap .custom-file-input.is-invalid ~ .invalid-feedback,
  div.bs_wrap .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  div.bs_wrap .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, div.bs_wrap .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); }
  div.bs_wrap .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  div.bs_wrap .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    div.bs_wrap .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      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: 0; }
    div.bs_wrap .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    div.bs_wrap .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    div.bs_wrap .form-inline .form-control-plaintext {
      display: inline-block; }
    div.bs_wrap .form-inline .input-group {
      width: auto; }
    div.bs_wrap .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    div.bs_wrap .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    div.bs_wrap .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    div.bs_wrap .form-inline .custom-control-label {
      margin-bottom: 0; } }
  div.bs_wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1.1rem;
    font-size: 1.063rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  div.bs_wrap .btn:hover, div.bs_wrap .btn:focus {
    text-decoration: none; }
  div.bs_wrap .btn:focus, div.bs_wrap .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25); }
  div.bs_wrap .btn.disabled, div.bs_wrap .btn:disabled {
    opacity: 0.65; }
  div.bs_wrap .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  div.bs_wrap .btn:not(:disabled):not(.disabled):active, div.bs_wrap .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
  div.bs_wrap a.btn.disabled,
  div.bs_wrap fieldset:disabled a.btn {
    pointer-events: none; }
  div.bs_wrap .btn-primary {
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .btn-primary:hover {
    color: #fff;
    background-color: #226be8;
    border-color: #1863e6; }
  div.bs_wrap .btn-primary:focus, div.bs_wrap .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5); }
  div.bs_wrap .btn-primary.disabled, div.bs_wrap .btn-primary:disabled {
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .btn-primary:not(:disabled):not(.disabled):active, div.bs_wrap .btn-primary:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1863e6;
    border-color: #165edb; }
  div.bs_wrap .btn-primary:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-primary:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5); }
  div.bs_wrap .btn-secondary {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  div.bs_wrap .btn-secondary:hover {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6; }
  div.bs_wrap .btn-secondary:focus, div.bs_wrap .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  div.bs_wrap .btn-secondary.disabled, div.bs_wrap .btn-secondary:disabled {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  div.bs_wrap .btn-secondary:not(:disabled):not(.disabled):active, div.bs_wrap .btn-secondary:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #919ca6;
    border-color: #8a95a1; }
  div.bs_wrap .btn-secondary:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-secondary:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  div.bs_wrap .btn-success {
    color: #fff;
    background-color: #02B875;
    border-color: #02B875; }
  div.bs_wrap .btn-success:hover {
    color: #fff;
    background-color: #02925d;
    border-color: #018655; }
  div.bs_wrap .btn-success:focus, div.bs_wrap .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5); }
  div.bs_wrap .btn-success.disabled, div.bs_wrap .btn-success:disabled {
    color: #fff;
    background-color: #02B875;
    border-color: #02B875; }
  div.bs_wrap .btn-success:not(:disabled):not(.disabled):active, div.bs_wrap .btn-success:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #018655;
    border-color: #01794d; }
  div.bs_wrap .btn-success:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-success:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5); }
  div.bs_wrap .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  div.bs_wrap .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  div.bs_wrap .btn-info:focus, div.bs_wrap .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  div.bs_wrap .btn-info.disabled, div.bs_wrap .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  div.bs_wrap .btn-info:not(:disabled):not(.disabled):active, div.bs_wrap .btn-info:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  div.bs_wrap .btn-info:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-info:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  div.bs_wrap .btn-warning {
    color: #212529;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  div.bs_wrap .btn-warning:hover {
    color: #212529;
    background-color: #ed9d2b;
    border-color: #ec971f; }
  div.bs_wrap .btn-warning:focus, div.bs_wrap .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  div.bs_wrap .btn-warning.disabled, div.bs_wrap .btn-warning:disabled {
    color: #212529;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  div.bs_wrap .btn-warning:not(:disabled):not(.disabled):active, div.bs_wrap .btn-warning:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ec971f;
    border-color: #ea9214; }
  div.bs_wrap .btn-warning:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-warning:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  div.bs_wrap .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  div.bs_wrap .btn-danger:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c; }
  div.bs_wrap .btn-danger:focus, div.bs_wrap .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  div.bs_wrap .btn-danger.disabled, div.bs_wrap .btn-danger:disabled {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  div.bs_wrap .btn-danger:not(:disabled):not(.disabled):active, div.bs_wrap .btn-danger:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29; }
  div.bs_wrap .btn-danger:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-danger:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  div.bs_wrap .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  div.bs_wrap .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  div.bs_wrap .btn-light:focus, div.bs_wrap .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  div.bs_wrap .btn-light.disabled, div.bs_wrap .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  div.bs_wrap .btn-light:not(:disabled):not(.disabled):active, div.bs_wrap .btn-light:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
  div.bs_wrap .btn-light:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-light:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  div.bs_wrap .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  div.bs_wrap .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  div.bs_wrap .btn-dark:focus, div.bs_wrap .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  div.bs_wrap .btn-dark.disabled, div.bs_wrap .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  div.bs_wrap .btn-dark:not(:disabled):not(.disabled):active, div.bs_wrap .btn-dark:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
  div.bs_wrap .btn-dark:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-dark:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  div.bs_wrap .btn-outline-primary {
    color: #4582EC;
    background-color: transparent;
    background-image: none;
    border-color: #4582EC; }
  div.bs_wrap .btn-outline-primary:hover {
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .btn-outline-primary:focus, div.bs_wrap .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5); }
  div.bs_wrap .btn-outline-primary.disabled, div.bs_wrap .btn-outline-primary:disabled {
    color: #4582EC;
    background-color: transparent; }
  div.bs_wrap .btn-outline-primary:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-primary:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.5); }
  div.bs_wrap .btn-outline-secondary {
    color: #adb5bd;
    background-color: transparent;
    background-image: none;
    border-color: #adb5bd; }
  div.bs_wrap .btn-outline-secondary:hover {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  div.bs_wrap .btn-outline-secondary:focus, div.bs_wrap .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  div.bs_wrap .btn-outline-secondary.disabled, div.bs_wrap .btn-outline-secondary:disabled {
    color: #adb5bd;
    background-color: transparent; }
  div.bs_wrap .btn-outline-secondary:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-secondary:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  div.bs_wrap .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  div.bs_wrap .btn-outline-success {
    color: #02B875;
    background-color: transparent;
    background-image: none;
    border-color: #02B875; }
  div.bs_wrap .btn-outline-success:hover {
    color: #fff;
    background-color: #02B875;
    border-color: #02B875; }
  div.bs_wrap .btn-outline-success:focus, div.bs_wrap .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5); }
  div.bs_wrap .btn-outline-success.disabled, div.bs_wrap .btn-outline-success:disabled {
    color: #02B875;
    background-color: transparent; }
  div.bs_wrap .btn-outline-success:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-success:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #02B875;
    border-color: #02B875; }
  div.bs_wrap .btn-outline-success:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(2, 184, 117, 0.5); }
  div.bs_wrap .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  div.bs_wrap .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  div.bs_wrap .btn-outline-info:focus, div.bs_wrap .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  div.bs_wrap .btn-outline-info.disabled, div.bs_wrap .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  div.bs_wrap .btn-outline-info:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-info:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  div.bs_wrap .btn-outline-info:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  div.bs_wrap .btn-outline-warning {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e; }
  div.bs_wrap .btn-outline-warning:hover {
    color: #212529;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  div.bs_wrap .btn-outline-warning:focus, div.bs_wrap .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  div.bs_wrap .btn-outline-warning.disabled, div.bs_wrap .btn-outline-warning:disabled {
    color: #f0ad4e;
    background-color: transparent; }
  div.bs_wrap .btn-outline-warning:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-warning:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  div.bs_wrap .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5); }
  div.bs_wrap .btn-outline-danger {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f; }
  div.bs_wrap .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  div.bs_wrap .btn-outline-danger:focus, div.bs_wrap .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  div.bs_wrap .btn-outline-danger.disabled, div.bs_wrap .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent; }
  div.bs_wrap .btn-outline-danger:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-danger:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  div.bs_wrap .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5); }
  div.bs_wrap .btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa; }
  div.bs_wrap .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  div.bs_wrap .btn-outline-light:focus, div.bs_wrap .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  div.bs_wrap .btn-outline-light.disabled, div.bs_wrap .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  div.bs_wrap .btn-outline-light:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-light:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  div.bs_wrap .btn-outline-light:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  div.bs_wrap .btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40; }
  div.bs_wrap .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  div.bs_wrap .btn-outline-dark:focus, div.bs_wrap .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  div.bs_wrap .btn-outline-dark.disabled, div.bs_wrap .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  div.bs_wrap .btn-outline-dark:not(:disabled):not(.disabled):active, div.bs_wrap .btn-outline-dark:not(:disabled):not(.disabled).active,
  div.bs_wrap .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  div.bs_wrap .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div.bs_wrap .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  div.bs_wrap .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  div.bs_wrap .btn-link {
    font-weight: 400;
    color: #4582EC;
    background-color: transparent; }
  div.bs_wrap .btn-link:hover {
    color: #1559cf;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  div.bs_wrap .btn-link:focus, div.bs_wrap .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  div.bs_wrap .btn-link:disabled, div.bs_wrap .btn-link.disabled {
    color: #868e96; }
  div.bs_wrap .btn-lg, div.bs_wrap .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.32875rem;
    line-height: 1.5;
    border-radius: 0.3rem; }
  div.bs_wrap .btn-sm, div.bs_wrap .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.930125rem;
    line-height: 1.5;
    border-radius: 0.2rem; }
  div.bs_wrap .btn-block {
    display: block;
    width: 100%; }
  div.bs_wrap .btn-block + .btn-block {
    margin-top: 0.5rem; }
  div.bs_wrap input[type="submit"].btn-block,
  div.bs_wrap input[type="reset"].btn-block,
  div.bs_wrap input[type="button"].btn-block {
    width: 100%; }
  div.bs_wrap .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  div.bs_wrap .fade.show {
    opacity: 1; }
  div.bs_wrap .collapse {
    display: none; }
  div.bs_wrap .collapse.show {
    display: block; }
  div.bs_wrap tr.collapse.show {
    display: table-row; }
  div.bs_wrap tbody.collapse.show {
    display: table-row-group; }
  div.bs_wrap .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease; }
  div.bs_wrap .dropup,
  div.bs_wrap .dropdown {
    position: relative; }
  div.bs_wrap .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  div.bs_wrap .dropdown-toggle:empty::after {
    margin-left: 0; }
  div.bs_wrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1.063rem;
    color: #343a40;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem; }
  div.bs_wrap .dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem; }
  div.bs_wrap .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  div.bs_wrap .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  div.bs_wrap .dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem; }
  div.bs_wrap .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  div.bs_wrap .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  div.bs_wrap .dropright .dropdown-toggle::after {
    vertical-align: 0; }
  div.bs_wrap .dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem; }
  div.bs_wrap .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  div.bs_wrap .dropleft .dropdown-toggle::after {
    display: none; }
  div.bs_wrap .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  div.bs_wrap .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  div.bs_wrap .dropleft .dropdown-toggle::before {
    vertical-align: 0; }
  div.bs_wrap .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  div.bs_wrap .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
  div.bs_wrap .dropdown-item:hover, div.bs_wrap .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  div.bs_wrap .dropdown-item.active, div.bs_wrap .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #4582EC; }
  div.bs_wrap .dropdown-item.disabled, div.bs_wrap .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }
  div.bs_wrap .dropdown-menu.show {
    display: block; }
  div.bs_wrap .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.930125rem;
    color: #868e96;
    white-space: nowrap; }
  div.bs_wrap .btn-group,
  div.bs_wrap .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle; }
  div.bs_wrap .btn-group > .btn,
  div.bs_wrap .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  div.bs_wrap .btn-group > .btn:hover,
  div.bs_wrap .btn-group-vertical > .btn:hover {
    z-index: 1; }
  div.bs_wrap .btn-group > .btn:focus, div.bs_wrap .btn-group > .btn:active, div.bs_wrap .btn-group > .btn.active,
  div.bs_wrap .btn-group-vertical > .btn:focus,
  div.bs_wrap .btn-group-vertical > .btn:active,
  div.bs_wrap .btn-group-vertical > .btn.active {
    z-index: 1; }
  div.bs_wrap .btn-group .btn + .btn,
  div.bs_wrap .btn-group .btn + .btn-group,
  div.bs_wrap .btn-group .btn-group + .btn,
  div.bs_wrap .btn-group .btn-group + .btn-group,
  div.bs_wrap .btn-group-vertical .btn + .btn,
  div.bs_wrap .btn-group-vertical .btn + .btn-group,
  div.bs_wrap .btn-group-vertical .btn-group + .btn,
  div.bs_wrap .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }
  div.bs_wrap .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  div.bs_wrap .btn-toolbar .input-group {
    width: auto; }
  div.bs_wrap .btn-group > .btn:first-child {
    margin-left: 0; }
  div.bs_wrap .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  div.bs_wrap .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  div.bs_wrap .btn-group > .btn:not(:first-child),
  div.bs_wrap .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  div.bs_wrap .dropdown-toggle-split {
    padding-right: 0.825rem;
    padding-left: 0.825rem; }
  div.bs_wrap .dropdown-toggle-split::after {
    margin-left: 0; }
  div.bs_wrap .btn-sm + .dropdown-toggle-split, div.bs_wrap .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem; }
  div.bs_wrap .btn-lg + .dropdown-toggle-split, div.bs_wrap .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem; }
  div.bs_wrap .btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  div.bs_wrap .btn-group-vertical .btn,
  div.bs_wrap .btn-group-vertical .btn-group {
    width: 100%; }
  div.bs_wrap .btn-group-vertical > .btn + .btn,
  div.bs_wrap .btn-group-vertical > .btn + .btn-group,
  div.bs_wrap .btn-group-vertical > .btn-group + .btn,
  div.bs_wrap .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  div.bs_wrap .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  div.bs_wrap .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  div.bs_wrap .btn-group-vertical > .btn:not(:first-child),
  div.bs_wrap .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  div.bs_wrap .btn-group-toggle > .btn,
  div.bs_wrap .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0; }
  div.bs_wrap .btn-group-toggle > .btn input[type="radio"],
  div.bs_wrap .btn-group-toggle > .btn input[type="checkbox"],
  div.bs_wrap .btn-group-toggle > .btn-group > .btn input[type="radio"],
  div.bs_wrap .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  div.bs_wrap .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%; }
  div.bs_wrap .input-group > .form-control,
  div.bs_wrap .input-group > .custom-select,
  div.bs_wrap .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  div.bs_wrap .input-group > .form-control:focus,
  div.bs_wrap .input-group > .custom-select:focus,
  div.bs_wrap .input-group > .custom-file:focus {
    z-index: 3; }
  div.bs_wrap .input-group > .form-control + .form-control,
  div.bs_wrap .input-group > .form-control + .custom-select,
  div.bs_wrap .input-group > .form-control + .custom-file,
  div.bs_wrap .input-group > .custom-select + .form-control,
  div.bs_wrap .input-group > .custom-select + .custom-select,
  div.bs_wrap .input-group > .custom-select + .custom-file,
  div.bs_wrap .input-group > .custom-file + .form-control,
  div.bs_wrap .input-group > .custom-file + .custom-select,
  div.bs_wrap .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
  div.bs_wrap .input-group > .form-control:not(:last-child),
  div.bs_wrap .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  div.bs_wrap .input-group > .form-control:not(:first-child),
  div.bs_wrap .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  div.bs_wrap .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  div.bs_wrap .input-group > .custom-file:not(:last-child) .custom-file-label,
  div.bs_wrap .input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  div.bs_wrap .input-group > .custom-file:not(:first-child) .custom-file-label,
  div.bs_wrap .input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  div.bs_wrap .input-group-prepend,
  div.bs_wrap .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  div.bs_wrap .input-group-prepend .btn,
  div.bs_wrap .input-group-append .btn {
    position: relative;
    z-index: 2; }
  div.bs_wrap .input-group-prepend .btn + .btn,
  div.bs_wrap .input-group-prepend .btn + .input-group-text,
  div.bs_wrap .input-group-prepend .input-group-text + .input-group-text,
  div.bs_wrap .input-group-prepend .input-group-text + .btn,
  div.bs_wrap .input-group-append .btn + .btn,
  div.bs_wrap .input-group-append .btn + .input-group-text,
  div.bs_wrap .input-group-append .input-group-text + .input-group-text,
  div.bs_wrap .input-group-append .input-group-text + .btn {
    margin-left: -1px; }
  div.bs_wrap .input-group-prepend {
    margin-right: -1px; }
  div.bs_wrap .input-group-append {
    margin-left: -1px; }
  div.bs_wrap .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1.1rem;
    margin-bottom: 0;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }
  div.bs_wrap .input-group-text input[type="radio"],
  div.bs_wrap .input-group-text input[type="checkbox"] {
    margin-top: 0; }
  div.bs_wrap .input-group > .input-group-prepend > .btn,
  div.bs_wrap .input-group > .input-group-prepend > .input-group-text,
  div.bs_wrap .input-group > .input-group-append:not(:last-child) > .btn,
  div.bs_wrap .input-group > .input-group-append:not(:last-child) > .input-group-text,
  div.bs_wrap .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  div.bs_wrap .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  div.bs_wrap .input-group > .input-group-append > .btn,
  div.bs_wrap .input-group > .input-group-append > .input-group-text,
  div.bs_wrap .input-group > .input-group-prepend:not(:first-child) > .btn,
  div.bs_wrap .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  div.bs_wrap .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  div.bs_wrap .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  div.bs_wrap .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  div.bs_wrap .custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem; }
  div.bs_wrap .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  div.bs_wrap .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #4582EC; }
  div.bs_wrap .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(69, 130, 236, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(69, 130, 236, 0.25); }
  div.bs_wrap .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #e7effd; }
  div.bs_wrap .custom-control-input:disabled ~ .custom-control-label {
    color: #868e96; }
  div.bs_wrap .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }
  div.bs_wrap .custom-control-label {
    margin-bottom: 0; }
  div.bs_wrap .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd; }
  div.bs_wrap .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }
  div.bs_wrap .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem; }
  div.bs_wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4582EC; }
  div.bs_wrap .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  div.bs_wrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #4582EC; }
  div.bs_wrap .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  div.bs_wrap .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(69, 130, 236, 0.5); }
  div.bs_wrap .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(69, 130, 236, 0.5); }
  div.bs_wrap .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  div.bs_wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4582EC; }
  div.bs_wrap .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  div.bs_wrap .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(69, 130, 236, 0.5); }
  div.bs_wrap .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.5945rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  div.bs_wrap .custom-select:focus {
    border-color: #b9d0f8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(185, 208, 248, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(185, 208, 248, 0.5); }
  div.bs_wrap .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  div.bs_wrap .custom-select[multiple], div.bs_wrap .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  div.bs_wrap .custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef; }
  div.bs_wrap .custom-select::-ms-expand {
    opacity: 0; }
  div.bs_wrap .custom-select-sm {
    height: calc(1.8951875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%; }
  div.bs_wrap .custom-select-lg {
    height: calc(2.993125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%; }
  div.bs_wrap .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.5945rem + 2px);
    margin-bottom: 0; }
  div.bs_wrap .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.5945rem + 2px);
    margin: 0;
    opacity: 0; }
  div.bs_wrap .custom-file-input:focus ~ .custom-file-control {
    border-color: #b9d0f8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25); }
  div.bs_wrap .custom-file-input:focus ~ .custom-file-control::before {
    border-color: #b9d0f8; }
  div.bs_wrap .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  div.bs_wrap .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.5945rem + 2px);
    padding: 0.5rem 1.1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }
  div.bs_wrap .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.5945rem + 2px) - 1px * 2);
    padding: 0.5rem 1.1rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0.25rem 0.25rem 0; }
  div.bs_wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  div.bs_wrap .nav-link {
    display: block;
    padding: 0.5rem 1rem; }
  div.bs_wrap .nav-link:hover, div.bs_wrap .nav-link:focus {
    text-decoration: none; }
  div.bs_wrap .nav-link.disabled {
    color: #868e96; }
  div.bs_wrap .nav-tabs {
    border-bottom: 1px solid #ddd; }
  div.bs_wrap .nav-tabs .nav-item {
    margin-bottom: -1px; }
  div.bs_wrap .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  div.bs_wrap .nav-tabs .nav-link:hover, div.bs_wrap .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #ddd; }
  div.bs_wrap .nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent; }
  div.bs_wrap .nav-tabs .nav-link.active,
  div.bs_wrap .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  div.bs_wrap .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  div.bs_wrap .nav-pills .nav-link {
    border-radius: 0.25rem; }
  div.bs_wrap .nav-pills .nav-link.active,
  div.bs_wrap .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4582EC; }
  div.bs_wrap .nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center; }
  div.bs_wrap .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center; }
  div.bs_wrap .tab-content > .tab-pane {
    display: none; }
  div.bs_wrap .tab-content > .active {
    display: block; }
  div.bs_wrap .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem; }
  div.bs_wrap .navbar > .container,
  div.bs_wrap .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  div.bs_wrap .navbar-brand {
    display: inline-block;
    padding-top: 0.3006875rem;
    padding-bottom: 0.3006875rem;
    margin-right: 1rem;
    font-size: 1.32875rem;
    line-height: inherit;
    white-space: nowrap; }
  div.bs_wrap .navbar-brand:hover, div.bs_wrap .navbar-brand:focus {
    text-decoration: none; }
  div.bs_wrap .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  div.bs_wrap .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  div.bs_wrap .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  div.bs_wrap .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  div.bs_wrap .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  div.bs_wrap .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.32875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  div.bs_wrap .navbar-toggler:hover, div.bs_wrap .navbar-toggler:focus {
    text-decoration: none; }
  div.bs_wrap .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }
  div.bs_wrap .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%; }
  @media (max-width: 575.98px) {
    div.bs_wrap .navbar-expand-sm > .container,
    div.bs_wrap .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    div.bs_wrap .navbar-expand-sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    div.bs_wrap .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    div.bs_wrap .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute; }
    div.bs_wrap .navbar-expand-sm .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    div.bs_wrap .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    div.bs_wrap .navbar-expand-sm > .container,
    div.bs_wrap .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    div.bs_wrap .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    div.bs_wrap .navbar-expand-sm .navbar-toggler {
      display: none; }
    div.bs_wrap .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 767.98px) {
    div.bs_wrap .navbar-expand-md > .container,
    div.bs_wrap .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    div.bs_wrap .navbar-expand-md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    div.bs_wrap .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    div.bs_wrap .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute; }
    div.bs_wrap .navbar-expand-md .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    div.bs_wrap .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    div.bs_wrap .navbar-expand-md > .container,
    div.bs_wrap .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    div.bs_wrap .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    div.bs_wrap .navbar-expand-md .navbar-toggler {
      display: none; }
    div.bs_wrap .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 991.98px) {
    div.bs_wrap .navbar-expand-lg > .container,
    div.bs_wrap .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    div.bs_wrap .navbar-expand-lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    div.bs_wrap .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    div.bs_wrap .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute; }
    div.bs_wrap .navbar-expand-lg .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    div.bs_wrap .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    div.bs_wrap .navbar-expand-lg > .container,
    div.bs_wrap .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    div.bs_wrap .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    div.bs_wrap .navbar-expand-lg .navbar-toggler {
      display: none; }
    div.bs_wrap .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  @media (max-width: 1199.98px) {
    div.bs_wrap .navbar-expand-xl > .container,
    div.bs_wrap .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    div.bs_wrap .navbar-expand-xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    div.bs_wrap .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    div.bs_wrap .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; }
    div.bs_wrap .navbar-expand-xl .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    div.bs_wrap .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
    div.bs_wrap .navbar-expand-xl > .container,
    div.bs_wrap .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    div.bs_wrap .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    div.bs_wrap .navbar-expand-xl .navbar-toggler {
      display: none; }
    div.bs_wrap .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
  div.bs_wrap .navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  div.bs_wrap .navbar-expand > .container,
  div.bs_wrap .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  div.bs_wrap .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  div.bs_wrap .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
  div.bs_wrap .navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto; }
  div.bs_wrap .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  div.bs_wrap .navbar-expand > .container,
  div.bs_wrap .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  div.bs_wrap .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  div.bs_wrap .navbar-expand .navbar-toggler {
    display: none; }
  div.bs_wrap .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }
  div.bs_wrap .navbar-light .navbar-brand {
    color: #343a40; }
  div.bs_wrap .navbar-light .navbar-brand:hover, div.bs_wrap .navbar-light .navbar-brand:focus {
    color: #343a40; }
  div.bs_wrap .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  div.bs_wrap .navbar-light .navbar-nav .nav-link:hover, div.bs_wrap .navbar-light .navbar-nav .nav-link:focus {
    color: #343a40; }
  div.bs_wrap .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  div.bs_wrap .navbar-light .navbar-nav .show > .nav-link,
  div.bs_wrap .navbar-light .navbar-nav .active > .nav-link,
  div.bs_wrap .navbar-light .navbar-nav .nav-link.show,
  div.bs_wrap .navbar-light .navbar-nav .nav-link.active {
    color: #343a40; }
  div.bs_wrap .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  div.bs_wrap .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  div.bs_wrap .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
  div.bs_wrap .navbar-light .navbar-text a {
    color: #343a40; }
  div.bs_wrap .navbar-light .navbar-text a:hover, div.bs_wrap .navbar-light .navbar-text a:focus {
    color: #343a40; }
  div.bs_wrap .navbar-dark .navbar-brand {
    color: #fff; }
  div.bs_wrap .navbar-dark .navbar-brand:hover, div.bs_wrap .navbar-dark .navbar-brand:focus {
    color: #fff; }
  div.bs_wrap .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6); }
  div.bs_wrap .navbar-dark .navbar-nav .nav-link:hover, div.bs_wrap .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff; }
  div.bs_wrap .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  div.bs_wrap .navbar-dark .navbar-nav .show > .nav-link,
  div.bs_wrap .navbar-dark .navbar-nav .active > .nav-link,
  div.bs_wrap .navbar-dark .navbar-nav .nav-link.show,
  div.bs_wrap .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  div.bs_wrap .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.1); }
  div.bs_wrap .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.6)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  div.bs_wrap .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.6); }
  div.bs_wrap .navbar-dark .navbar-text a {
    color: #fff; }
  div.bs_wrap .navbar-dark .navbar-text a:hover, div.bs_wrap .navbar-dark .navbar-text a:focus {
    color: #fff; }
  div.bs_wrap .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
  div.bs_wrap .card > hr {
    margin-right: 0;
    margin-left: 0; }
  div.bs_wrap .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  div.bs_wrap .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  div.bs_wrap .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem; }
  div.bs_wrap .card-title {
    margin-bottom: 0.75rem; }
  div.bs_wrap .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  div.bs_wrap .card-text:last-child {
    margin-bottom: 0; }
  div.bs_wrap .card-link:hover {
    text-decoration: none; }
  div.bs_wrap .card-link + .card-link {
    margin-left: 1.25rem; }
  div.bs_wrap .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  div.bs_wrap .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  div.bs_wrap .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
  div.bs_wrap .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  div.bs_wrap .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  div.bs_wrap .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  div.bs_wrap .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  div.bs_wrap .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  div.bs_wrap .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px); }
  div.bs_wrap .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  div.bs_wrap .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  div.bs_wrap .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  div.bs_wrap .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    div.bs_wrap .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
    div.bs_wrap .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  div.bs_wrap .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  div.bs_wrap .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    div.bs_wrap .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    div.bs_wrap .card-group > .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
    div.bs_wrap .card-group > .card + .card {
      margin-left: 0;
      border-left: 0; }
    div.bs_wrap .card-group > .card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    div.bs_wrap .card-group > .card:first-child .card-img-top,
    div.bs_wrap .card-group > .card:first-child .card-header {
      border-top-right-radius: 0; }
    div.bs_wrap .card-group > .card:first-child .card-img-bottom,
    div.bs_wrap .card-group > .card:first-child .card-footer {
      border-bottom-right-radius: 0; }
    div.bs_wrap .card-group > .card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    div.bs_wrap .card-group > .card:last-child .card-img-top,
    div.bs_wrap .card-group > .card:last-child .card-header {
      border-top-left-radius: 0; }
    div.bs_wrap .card-group > .card:last-child .card-img-bottom,
    div.bs_wrap .card-group > .card:last-child .card-footer {
      border-bottom-left-radius: 0; }
    div.bs_wrap .card-group > .card:only-child {
      border-radius: 0.25rem; }
    div.bs_wrap .card-group > .card:only-child .card-img-top,
    div.bs_wrap .card-group > .card:only-child .card-header {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    div.bs_wrap .card-group > .card:only-child .card-img-bottom,
    div.bs_wrap .card-group > .card:only-child .card-footer {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    div.bs_wrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0; }
    div.bs_wrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    div.bs_wrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    div.bs_wrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    div.bs_wrap .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
      border-radius: 0; } }
  div.bs_wrap .card-columns .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    div.bs_wrap .card-columns {
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      column-gap: 1.25rem; }
    div.bs_wrap .card-columns .card {
      display: inline-block;
      width: 100%; } }
  div.bs_wrap .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  div.bs_wrap .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #868e96;
    content: "/"; }
  div.bs_wrap .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  div.bs_wrap .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  div.bs_wrap .breadcrumb-item.active {
    color: #868e96; }
  div.bs_wrap .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem; }
  div.bs_wrap .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #4582EC;
    background-color: #fff;
    border: 1px solid #ddd; }
  div.bs_wrap .page-link:hover {
    color: #1559cf;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd; }
  div.bs_wrap .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(69, 130, 236, 0.25); }
  div.bs_wrap .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }
  div.bs_wrap .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  div.bs_wrap .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  div.bs_wrap .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ddd; }
  div.bs_wrap .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.32875rem;
    line-height: 1.5; }
  div.bs_wrap .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  div.bs_wrap .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  div.bs_wrap .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.930125rem;
    line-height: 1.5; }
  div.bs_wrap .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  div.bs_wrap .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }
  div.bs_wrap .badge {
    display: inline-block;
    padding: 0.6em 1.2em;
    font-size: 75%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem; }
  div.bs_wrap .badge:empty {
    display: none; }
  div.bs_wrap .btn .badge {
    position: relative;
    top: -1px; }
  div.bs_wrap .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem; }
  div.bs_wrap .badge-primary {
    color: #fff;
    background-color: #4582EC; }
  div.bs_wrap .badge-primary[href]:hover, div.bs_wrap .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1863e6; }
  div.bs_wrap .badge-secondary {
    color: #212529;
    background-color: #adb5bd; }
  div.bs_wrap .badge-secondary[href]:hover, div.bs_wrap .badge-secondary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #919ca6; }
  div.bs_wrap .badge-success {
    color: #fff;
    background-color: #02B875; }
  div.bs_wrap .badge-success[href]:hover, div.bs_wrap .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #018655; }
  div.bs_wrap .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  div.bs_wrap .badge-info[href]:hover, div.bs_wrap .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
  div.bs_wrap .badge-warning {
    color: #212529;
    background-color: #f0ad4e; }
  div.bs_wrap .badge-warning[href]:hover, div.bs_wrap .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #ec971f; }
  div.bs_wrap .badge-danger {
    color: #fff;
    background-color: #d9534f; }
  div.bs_wrap .badge-danger[href]:hover, div.bs_wrap .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #c9302c; }
  div.bs_wrap .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
  div.bs_wrap .badge-light[href]:hover, div.bs_wrap .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }
  div.bs_wrap .badge-dark {
    color: #fff;
    background-color: #343a40; }
  div.bs_wrap .badge-dark[href]:hover, div.bs_wrap .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }
  div.bs_wrap .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem; }
  @media (min-width: 576px) {
    div.bs_wrap .jumbotron {
      padding: 4rem 2rem; } }
  div.bs_wrap .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  div.bs_wrap .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  div.bs_wrap .alert-heading {
    color: inherit; }
  div.bs_wrap .alert-link {
    font-weight: 700; }
  div.bs_wrap .alert-dismissible {
    padding-right: 4.0945rem; }
  div.bs_wrap .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
  div.bs_wrap .alert-primary {
    color: #24447b;
    background-color: #dae6fb;
    border-color: #cbdcfa; }
  div.bs_wrap .alert-primary hr {
    border-top-color: #b4ccf8; }
  div.bs_wrap .alert-primary .alert-link {
    color: #182e54; }
  div.bs_wrap .alert-secondary {
    color: #5a5e62;
    background-color: #eff0f2;
    border-color: #e8eaed; }
  div.bs_wrap .alert-secondary hr {
    border-top-color: #dadde2; }
  div.bs_wrap .alert-secondary .alert-link {
    color: #424547; }
  div.bs_wrap .alert-success {
    color: #01603d;
    background-color: #ccf1e3;
    border-color: #b8ebd8; }
  div.bs_wrap .alert-success hr {
    border-top-color: #a4e5cd; }
  div.bs_wrap .alert-success .alert-link {
    color: #002e1d; }
  div.bs_wrap .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  div.bs_wrap .alert-info hr {
    border-top-color: #abdde5; }
  div.bs_wrap .alert-info .alert-link {
    color: #062c33; }
  div.bs_wrap .alert-warning {
    color: #7d5a29;
    background-color: #fcefdc;
    border-color: #fbe8cd; }
  div.bs_wrap .alert-warning hr {
    border-top-color: #f9ddb5; }
  div.bs_wrap .alert-warning .alert-link {
    color: #573e1c; }
  div.bs_wrap .alert-danger {
    color: #712b29;
    background-color: #f7dddc;
    border-color: #f4cfce; }
  div.bs_wrap .alert-danger hr {
    border-top-color: #efbbb9; }
  div.bs_wrap .alert-danger .alert-link {
    color: #4c1d1b; }
  div.bs_wrap .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
  div.bs_wrap .alert-light hr {
    border-top-color: #ececf6; }
  div.bs_wrap .alert-light .alert-link {
    color: #686868; }
  div.bs_wrap .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
  div.bs_wrap .alert-dark hr {
    border-top-color: #b9bbbe; }
  div.bs_wrap .alert-dark .alert-link {
    color: #040505; }
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  div.bs_wrap .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.79725rem;
    background-color: #e9ecef;
    border-radius: 0.25rem; }
  div.bs_wrap .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #4582EC;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  div.bs_wrap .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  div.bs_wrap .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite; }
  div.bs_wrap .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  div.bs_wrap .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  div.bs_wrap .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  div.bs_wrap .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
  div.bs_wrap .list-group-item-action:hover, div.bs_wrap .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  div.bs_wrap .list-group-item-action:active {
    color: #343a40;
    background-color: #e9ecef; }
  div.bs_wrap .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  div.bs_wrap .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  div.bs_wrap .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  div.bs_wrap .list-group-item:hover, div.bs_wrap .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  div.bs_wrap .list-group-item.disabled, div.bs_wrap .list-group-item:disabled {
    color: #868e96;
    background-color: #fff; }
  div.bs_wrap .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4582EC;
    border-color: #4582EC; }
  div.bs_wrap .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  div.bs_wrap .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  div.bs_wrap .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  div.bs_wrap .list-group-item-primary {
    color: #24447b;
    background-color: #cbdcfa; }
  div.bs_wrap .list-group-item-primary.list-group-item-action:hover, div.bs_wrap .list-group-item-primary.list-group-item-action:focus {
    color: #24447b;
    background-color: #b4ccf8; }
  div.bs_wrap .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #24447b;
    border-color: #24447b; }
  div.bs_wrap .list-group-item-secondary {
    color: #5a5e62;
    background-color: #e8eaed; }
  div.bs_wrap .list-group-item-secondary.list-group-item-action:hover, div.bs_wrap .list-group-item-secondary.list-group-item-action:focus {
    color: #5a5e62;
    background-color: #dadde2; }
  div.bs_wrap .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5a5e62;
    border-color: #5a5e62; }
  div.bs_wrap .list-group-item-success {
    color: #01603d;
    background-color: #b8ebd8; }
  div.bs_wrap .list-group-item-success.list-group-item-action:hover, div.bs_wrap .list-group-item-success.list-group-item-action:focus {
    color: #01603d;
    background-color: #a4e5cd; }
  div.bs_wrap .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #01603d;
    border-color: #01603d; }
  div.bs_wrap .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  div.bs_wrap .list-group-item-info.list-group-item-action:hover, div.bs_wrap .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  div.bs_wrap .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  div.bs_wrap .list-group-item-warning {
    color: #7d5a29;
    background-color: #fbe8cd; }
  div.bs_wrap .list-group-item-warning.list-group-item-action:hover, div.bs_wrap .list-group-item-warning.list-group-item-action:focus {
    color: #7d5a29;
    background-color: #f9ddb5; }
  div.bs_wrap .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d5a29;
    border-color: #7d5a29; }
  div.bs_wrap .list-group-item-danger {
    color: #712b29;
    background-color: #f4cfce; }
  div.bs_wrap .list-group-item-danger.list-group-item-action:hover, div.bs_wrap .list-group-item-danger.list-group-item-action:focus {
    color: #712b29;
    background-color: #efbbb9; }
  div.bs_wrap .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #712b29;
    border-color: #712b29; }
  div.bs_wrap .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
  div.bs_wrap .list-group-item-light.list-group-item-action:hover, div.bs_wrap .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  div.bs_wrap .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
  div.bs_wrap .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
  div.bs_wrap .list-group-item-dark.list-group-item-action:hover, div.bs_wrap .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  div.bs_wrap .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
  div.bs_wrap .close {
    float: right;
    font-size: 1.5945rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
  div.bs_wrap .close:hover, div.bs_wrap .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  div.bs_wrap .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
  div.bs_wrap button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
  div.bs_wrap .modal-open {
    overflow: hidden; }
  div.bs_wrap .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0; }
  div.bs_wrap .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  div.bs_wrap .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
  div.bs_wrap .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%); }
  div.bs_wrap .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  div.bs_wrap .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2)); }
  div.bs_wrap .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }
  div.bs_wrap .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
  div.bs_wrap .modal-backdrop.fade {
    opacity: 0; }
  div.bs_wrap .modal-backdrop.show {
    opacity: 0.5; }
  div.bs_wrap .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  div.bs_wrap .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }
  div.bs_wrap .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  div.bs_wrap .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem; }
  div.bs_wrap .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef; }
  div.bs_wrap .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  div.bs_wrap .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
  div.bs_wrap .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    div.bs_wrap .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    div.bs_wrap .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    div.bs_wrap .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    div.bs_wrap .modal-lg {
      max-width: 800px; } }
  div.bs_wrap .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.930125rem;
    word-wrap: break-word;
    opacity: 0; }
  div.bs_wrap .tooltip.show {
    opacity: 0.9; }
  div.bs_wrap .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  div.bs_wrap .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }
  div.bs_wrap .bs-tooltip-top, div.bs_wrap .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0; }
  div.bs_wrap .bs-tooltip-top .arrow, div.bs_wrap .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
  div.bs_wrap .bs-tooltip-top .arrow::before, div.bs_wrap .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000; }
  div.bs_wrap .bs-tooltip-right, div.bs_wrap .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem; }
  div.bs_wrap .bs-tooltip-right .arrow, div.bs_wrap .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
  div.bs_wrap .bs-tooltip-right .arrow::before, div.bs_wrap .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000; }
  div.bs_wrap .bs-tooltip-bottom, div.bs_wrap .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0; }
  div.bs_wrap .bs-tooltip-bottom .arrow, div.bs_wrap .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
  div.bs_wrap .bs-tooltip-bottom .arrow::before, div.bs_wrap .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000; }
  div.bs_wrap .bs-tooltip-left, div.bs_wrap .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem; }
  div.bs_wrap .bs-tooltip-left .arrow, div.bs_wrap .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
  div.bs_wrap .bs-tooltip-left .arrow::before, div.bs_wrap .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000; }
  div.bs_wrap .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem; }
  div.bs_wrap .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.930125rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem; }
  div.bs_wrap .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
  div.bs_wrap .popover .arrow::before, div.bs_wrap .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }
  div.bs_wrap .bs-popover-top, div.bs_wrap .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem; }
  div.bs_wrap .bs-popover-top .arrow, div.bs_wrap .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  div.bs_wrap .bs-popover-top .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="top"] .arrow::before,
  div.bs_wrap .bs-popover-top .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  div.bs_wrap .bs-popover-top .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  div.bs_wrap .bs-popover-top .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }
  div.bs_wrap .bs-popover-right, div.bs_wrap .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem; }
  div.bs_wrap .bs-popover-right .arrow, div.bs_wrap .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  div.bs_wrap .bs-popover-right .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="right"] .arrow::before,
  div.bs_wrap .bs-popover-right .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  div.bs_wrap .bs-popover-right .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  div.bs_wrap .bs-popover-right .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }
  div.bs_wrap .bs-popover-bottom, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem; }
  div.bs_wrap .bs-popover-bottom .arrow, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  div.bs_wrap .bs-popover-bottom .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  div.bs_wrap .bs-popover-bottom .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  div.bs_wrap .bs-popover-bottom .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  div.bs_wrap .bs-popover-bottom .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  div.bs_wrap .bs-popover-bottom .popover-header::before, div.bs_wrap .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
  div.bs_wrap .bs-popover-left, div.bs_wrap .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem; }
  div.bs_wrap .bs-popover-left .arrow, div.bs_wrap .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  div.bs_wrap .bs-popover-left .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="left"] .arrow::before,
  div.bs_wrap .bs-popover-left .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  div.bs_wrap .bs-popover-left .arrow::before, div.bs_wrap .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  div.bs_wrap .bs-popover-left .arrow::after, div.bs_wrap .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }
  div.bs_wrap .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.063rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
  div.bs_wrap .popover-header:empty {
    display: none; }
  div.bs_wrap .popover-body {
    padding: 0.5rem 0.75rem;
    color: #343a40; }
  div.bs_wrap .carousel {
    position: relative; }
  div.bs_wrap .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden; }
  div.bs_wrap .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  div.bs_wrap .carousel-item.active,
  div.bs_wrap .carousel-item-next,
  div.bs_wrap .carousel-item-prev {
    display: block; }
  div.bs_wrap .carousel-item-next,
  div.bs_wrap .carousel-item-prev {
    position: absolute;
    top: 0; }
  div.bs_wrap .carousel-item-next.carousel-item-left,
  div.bs_wrap .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    div.bs_wrap .carousel-item-next.carousel-item-left,
    div.bs_wrap .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }
  div.bs_wrap .carousel-item-next,
  div.bs_wrap .active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    div.bs_wrap .carousel-item-next,
    div.bs_wrap .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0); } }
  div.bs_wrap .carousel-item-prev,
  div.bs_wrap .active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  @supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {
    div.bs_wrap .carousel-item-prev,
    div.bs_wrap .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0); } }
  div.bs_wrap .carousel-control-prev,
  div.bs_wrap .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5; }
  div.bs_wrap .carousel-control-prev:hover, div.bs_wrap .carousel-control-prev:focus,
  div.bs_wrap .carousel-control-next:hover,
  div.bs_wrap .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  div.bs_wrap .carousel-control-prev {
    left: 0; }
  div.bs_wrap .carousel-control-next {
    right: 0; }
  div.bs_wrap .carousel-control-prev-icon,
  div.bs_wrap .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%; }
  div.bs_wrap .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  div.bs_wrap .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  div.bs_wrap .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
  div.bs_wrap .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
  div.bs_wrap .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  div.bs_wrap .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  div.bs_wrap .carousel-indicators .active {
    background-color: #fff; }
  div.bs_wrap .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }
  div.bs_wrap .align-baseline {
    vertical-align: baseline !important; }
  div.bs_wrap .align-top {
    vertical-align: top !important; }
  div.bs_wrap .align-middle {
    vertical-align: middle !important; }
  div.bs_wrap .align-bottom {
    vertical-align: bottom !important; }
  div.bs_wrap .align-text-bottom {
    vertical-align: text-bottom !important; }
  div.bs_wrap .align-text-top {
    vertical-align: text-top !important; }
  div.bs_wrap .bg-primary {
    background-color: #4582EC !important; }
  div.bs_wrap a.bg-primary:hover, div.bs_wrap a.bg-primary:focus,
  div.bs_wrap button.bg-primary:hover,
  div.bs_wrap button.bg-primary:focus {
    background-color: #1863e6 !important; }
  div.bs_wrap .bg-secondary {
    background-color: #adb5bd !important; }
  div.bs_wrap a.bg-secondary:hover, div.bs_wrap a.bg-secondary:focus,
  div.bs_wrap button.bg-secondary:hover,
  div.bs_wrap button.bg-secondary:focus {
    background-color: #919ca6 !important; }
  div.bs_wrap .bg-success {
    background-color: #02B875 !important; }
  div.bs_wrap a.bg-success:hover, div.bs_wrap a.bg-success:focus,
  div.bs_wrap button.bg-success:hover,
  div.bs_wrap button.bg-success:focus {
    background-color: #018655 !important; }
  div.bs_wrap .bg-info {
    background-color: #17a2b8 !important; }
  div.bs_wrap a.bg-info:hover, div.bs_wrap a.bg-info:focus,
  div.bs_wrap button.bg-info:hover,
  div.bs_wrap button.bg-info:focus {
    background-color: #117a8b !important; }
  div.bs_wrap .bg-warning {
    background-color: #f0ad4e !important; }
  div.bs_wrap a.bg-warning:hover, div.bs_wrap a.bg-warning:focus,
  div.bs_wrap button.bg-warning:hover,
  div.bs_wrap button.bg-warning:focus {
    background-color: #ec971f !important; }
  div.bs_wrap .bg-danger {
    background-color: #d9534f !important; }
  div.bs_wrap a.bg-danger:hover, div.bs_wrap a.bg-danger:focus,
  div.bs_wrap button.bg-danger:hover,
  div.bs_wrap button.bg-danger:focus {
    background-color: #c9302c !important; }
  div.bs_wrap .bg-light {
    background-color: #f8f9fa !important; }
  div.bs_wrap a.bg-light:hover, div.bs_wrap a.bg-light:focus,
  div.bs_wrap button.bg-light:hover,
  div.bs_wrap button.bg-light:focus {
    background-color: #dae0e5 !important; }
  div.bs_wrap .bg-dark {
    background-color: #343a40 !important; }
  div.bs_wrap a.bg-dark:hover, div.bs_wrap a.bg-dark:focus,
  div.bs_wrap button.bg-dark:hover,
  div.bs_wrap button.bg-dark:focus {
    background-color: #1d2124 !important; }
  div.bs_wrap .bg-white {
    background-color: #fff !important; }
  div.bs_wrap .bg-transparent {
    background-color: transparent !important; }
  div.bs_wrap .border {
    border: 1px solid #ddd !important; }
  div.bs_wrap .border-top {
    border-top: 1px solid #ddd !important; }
  div.bs_wrap .border-right {
    border-right: 1px solid #ddd !important; }
  div.bs_wrap .border-bottom {
    border-bottom: 1px solid #ddd !important; }
  div.bs_wrap .border-left {
    border-left: 1px solid #ddd !important; }
  div.bs_wrap .border-0 {
    border: 0 !important; }
  div.bs_wrap .border-top-0 {
    border-top: 0 !important; }
  div.bs_wrap .border-right-0 {
    border-right: 0 !important; }
  div.bs_wrap .border-bottom-0 {
    border-bottom: 0 !important; }
  div.bs_wrap .border-left-0 {
    border-left: 0 !important; }
  div.bs_wrap .border-primary {
    border-color: #4582EC !important; }
  div.bs_wrap .border-secondary {
    border-color: #adb5bd !important; }
  div.bs_wrap .border-success {
    border-color: #02B875 !important; }
  div.bs_wrap .border-info {
    border-color: #17a2b8 !important; }
  div.bs_wrap .border-warning {
    border-color: #f0ad4e !important; }
  div.bs_wrap .border-danger {
    border-color: #d9534f !important; }
  div.bs_wrap .border-light {
    border-color: #f8f9fa !important; }
  div.bs_wrap .border-dark {
    border-color: #343a40 !important; }
  div.bs_wrap .border-white {
    border-color: #fff !important; }
  div.bs_wrap .rounded {
    border-radius: 0.25rem !important; }
  div.bs_wrap .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  div.bs_wrap .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  div.bs_wrap .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  div.bs_wrap .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  div.bs_wrap .rounded-circle {
    border-radius: 50% !important; }
  div.bs_wrap .rounded-0 {
    border-radius: 0 !important; }
  div.bs_wrap .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  div.bs_wrap .d-none {
    display: none !important; }
  div.bs_wrap .d-inline {
    display: inline !important; }
  div.bs_wrap .d-inline-block {
    display: inline-block !important; }
  div.bs_wrap .d-block {
    display: block !important; }
  div.bs_wrap .d-table {
    display: table !important; }
  div.bs_wrap .d-table-row {
    display: table-row !important; }
  div.bs_wrap .d-table-cell {
    display: table-cell !important; }
  div.bs_wrap .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  div.bs_wrap .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  @media (min-width: 576px) {
    div.bs_wrap .d-sm-none {
      display: none !important; }
    div.bs_wrap .d-sm-inline {
      display: inline !important; }
    div.bs_wrap .d-sm-inline-block {
      display: inline-block !important; }
    div.bs_wrap .d-sm-block {
      display: block !important; }
    div.bs_wrap .d-sm-table {
      display: table !important; }
    div.bs_wrap .d-sm-table-row {
      display: table-row !important; }
    div.bs_wrap .d-sm-table-cell {
      display: table-cell !important; }
    div.bs_wrap .d-sm-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    div.bs_wrap .d-sm-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    div.bs_wrap .d-md-none {
      display: none !important; }
    div.bs_wrap .d-md-inline {
      display: inline !important; }
    div.bs_wrap .d-md-inline-block {
      display: inline-block !important; }
    div.bs_wrap .d-md-block {
      display: block !important; }
    div.bs_wrap .d-md-table {
      display: table !important; }
    div.bs_wrap .d-md-table-row {
      display: table-row !important; }
    div.bs_wrap .d-md-table-cell {
      display: table-cell !important; }
    div.bs_wrap .d-md-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    div.bs_wrap .d-md-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    div.bs_wrap .d-lg-none {
      display: none !important; }
    div.bs_wrap .d-lg-inline {
      display: inline !important; }
    div.bs_wrap .d-lg-inline-block {
      display: inline-block !important; }
    div.bs_wrap .d-lg-block {
      display: block !important; }
    div.bs_wrap .d-lg-table {
      display: table !important; }
    div.bs_wrap .d-lg-table-row {
      display: table-row !important; }
    div.bs_wrap .d-lg-table-cell {
      display: table-cell !important; }
    div.bs_wrap .d-lg-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    div.bs_wrap .d-lg-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    div.bs_wrap .d-xl-none {
      display: none !important; }
    div.bs_wrap .d-xl-inline {
      display: inline !important; }
    div.bs_wrap .d-xl-inline-block {
      display: inline-block !important; }
    div.bs_wrap .d-xl-block {
      display: block !important; }
    div.bs_wrap .d-xl-table {
      display: table !important; }
    div.bs_wrap .d-xl-table-row {
      display: table-row !important; }
    div.bs_wrap .d-xl-table-cell {
      display: table-cell !important; }
    div.bs_wrap .d-xl-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    div.bs_wrap .d-xl-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  @media print {
    div.bs_wrap .d-print-none {
      display: none !important; }
    div.bs_wrap .d-print-inline {
      display: inline !important; }
    div.bs_wrap .d-print-inline-block {
      display: inline-block !important; }
    div.bs_wrap .d-print-block {
      display: block !important; }
    div.bs_wrap .d-print-table {
      display: table !important; }
    div.bs_wrap .d-print-table-row {
      display: table-row !important; }
    div.bs_wrap .d-print-table-cell {
      display: table-cell !important; }
    div.bs_wrap .d-print-flex {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    div.bs_wrap .d-print-inline-flex {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; } }
  div.bs_wrap .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  div.bs_wrap .embed-responsive::before {
    display: block;
    content: ""; }
  div.bs_wrap .embed-responsive .embed-responsive-item,
  div.bs_wrap .embed-responsive iframe,
  div.bs_wrap .embed-responsive embed,
  div.bs_wrap .embed-responsive object,
  div.bs_wrap .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  div.bs_wrap .embed-responsive-21by9::before {
    padding-top: 42.8571428571%; }
  div.bs_wrap .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  div.bs_wrap .embed-responsive-4by3::before {
    padding-top: 75%; }
  div.bs_wrap .embed-responsive-1by1::before {
    padding-top: 100%; }
  div.bs_wrap .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  div.bs_wrap .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  div.bs_wrap .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  div.bs_wrap .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  div.bs_wrap .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  div.bs_wrap .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  div.bs_wrap .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  div.bs_wrap .justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  div.bs_wrap .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  div.bs_wrap .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  div.bs_wrap .justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  div.bs_wrap .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  div.bs_wrap .align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  div.bs_wrap .align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  div.bs_wrap .align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  div.bs_wrap .align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  div.bs_wrap .align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  div.bs_wrap .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  div.bs_wrap .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  div.bs_wrap .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  div.bs_wrap .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  div.bs_wrap .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  div.bs_wrap .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  div.bs_wrap .align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  div.bs_wrap .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  div.bs_wrap .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  div.bs_wrap .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  div.bs_wrap .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  div.bs_wrap .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; }
  @media (min-width: 576px) {
    div.bs_wrap .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    div.bs_wrap .flex-sm-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    div.bs_wrap .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; }
    div.bs_wrap .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; }
    div.bs_wrap .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    div.bs_wrap .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    div.bs_wrap .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    div.bs_wrap .justify-content-sm-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    div.bs_wrap .justify-content-sm-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    div.bs_wrap .justify-content-sm-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    div.bs_wrap .justify-content-sm-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    div.bs_wrap .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    div.bs_wrap .align-items-sm-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    div.bs_wrap .align-items-sm-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    div.bs_wrap .align-items-sm-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    div.bs_wrap .align-items-sm-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    div.bs_wrap .align-items-sm-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    div.bs_wrap .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    div.bs_wrap .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    div.bs_wrap .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    div.bs_wrap .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    div.bs_wrap .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    div.bs_wrap .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    div.bs_wrap .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    div.bs_wrap .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    div.bs_wrap .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    div.bs_wrap .align-self-sm-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    div.bs_wrap .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    div.bs_wrap .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 768px) {
    div.bs_wrap .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    div.bs_wrap .flex-md-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    div.bs_wrap .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; }
    div.bs_wrap .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; }
    div.bs_wrap .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    div.bs_wrap .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    div.bs_wrap .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    div.bs_wrap .justify-content-md-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    div.bs_wrap .justify-content-md-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    div.bs_wrap .justify-content-md-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    div.bs_wrap .justify-content-md-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    div.bs_wrap .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    div.bs_wrap .align-items-md-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    div.bs_wrap .align-items-md-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    div.bs_wrap .align-items-md-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    div.bs_wrap .align-items-md-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    div.bs_wrap .align-items-md-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    div.bs_wrap .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    div.bs_wrap .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    div.bs_wrap .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    div.bs_wrap .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    div.bs_wrap .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    div.bs_wrap .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    div.bs_wrap .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    div.bs_wrap .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    div.bs_wrap .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    div.bs_wrap .align-self-md-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    div.bs_wrap .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    div.bs_wrap .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 992px) {
    div.bs_wrap .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    div.bs_wrap .flex-lg-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    div.bs_wrap .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; }
    div.bs_wrap .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; }
    div.bs_wrap .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    div.bs_wrap .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    div.bs_wrap .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    div.bs_wrap .justify-content-lg-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    div.bs_wrap .justify-content-lg-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    div.bs_wrap .justify-content-lg-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    div.bs_wrap .justify-content-lg-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    div.bs_wrap .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    div.bs_wrap .align-items-lg-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    div.bs_wrap .align-items-lg-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    div.bs_wrap .align-items-lg-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    div.bs_wrap .align-items-lg-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    div.bs_wrap .align-items-lg-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    div.bs_wrap .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    div.bs_wrap .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    div.bs_wrap .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    div.bs_wrap .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    div.bs_wrap .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    div.bs_wrap .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    div.bs_wrap .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    div.bs_wrap .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    div.bs_wrap .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    div.bs_wrap .align-self-lg-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    div.bs_wrap .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    div.bs_wrap .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
    div.bs_wrap .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; }
    div.bs_wrap .flex-xl-column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
    div.bs_wrap .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; }
    div.bs_wrap .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; }
    div.bs_wrap .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    div.bs_wrap .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    div.bs_wrap .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    div.bs_wrap .justify-content-xl-start {
      -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important; }
    div.bs_wrap .justify-content-xl-end {
      -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
      justify-content: flex-end !important; }
    div.bs_wrap .justify-content-xl-center {
      -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
      justify-content: center !important; }
    div.bs_wrap .justify-content-xl-between {
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important; }
    div.bs_wrap .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    div.bs_wrap .align-items-xl-start {
      -webkit-box-align: start !important;
      -ms-flex-align: start !important;
      align-items: flex-start !important; }
    div.bs_wrap .align-items-xl-end {
      -webkit-box-align: end !important;
      -ms-flex-align: end !important;
      align-items: flex-end !important; }
    div.bs_wrap .align-items-xl-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important; }
    div.bs_wrap .align-items-xl-baseline {
      -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
      align-items: baseline !important; }
    div.bs_wrap .align-items-xl-stretch {
      -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
      align-items: stretch !important; }
    div.bs_wrap .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    div.bs_wrap .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    div.bs_wrap .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    div.bs_wrap .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    div.bs_wrap .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    div.bs_wrap .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    div.bs_wrap .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      align-self: auto !important; }
    div.bs_wrap .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    div.bs_wrap .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    div.bs_wrap .align-self-xl-center {
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    div.bs_wrap .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    div.bs_wrap .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      align-self: stretch !important; } }
  div.bs_wrap .float-left {
    float: left !important; }
  div.bs_wrap .float-right {
    float: right !important; }
  div.bs_wrap .float-none {
    float: none !important; }
  @media (min-width: 576px) {
    div.bs_wrap .float-sm-left {
      float: left !important; }
    div.bs_wrap .float-sm-right {
      float: right !important; }
    div.bs_wrap .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
    div.bs_wrap .float-md-left {
      float: left !important; }
    div.bs_wrap .float-md-right {
      float: right !important; }
    div.bs_wrap .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
    div.bs_wrap .float-lg-left {
      float: left !important; }
    div.bs_wrap .float-lg-right {
      float: right !important; }
    div.bs_wrap .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
    div.bs_wrap .float-xl-left {
      float: left !important; }
    div.bs_wrap .float-xl-right {
      float: right !important; }
    div.bs_wrap .float-xl-none {
      float: none !important; } }
  div.bs_wrap .position-static {
    position: static !important; }
  div.bs_wrap .position-relative {
    position: relative !important; }
  div.bs_wrap .position-absolute {
    position: absolute !important; }
  div.bs_wrap .position-fixed {
    position: fixed !important; }
  div.bs_wrap .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  div.bs_wrap .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  div.bs_wrap .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  @supports (position: -webkit-sticky) or (position: sticky) {
    div.bs_wrap .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  div.bs_wrap .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }
  div.bs_wrap .sr-only-focusable:active, div.bs_wrap .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none; }
  div.bs_wrap .w-25 {
    width: 25% !important; }
  div.bs_wrap .w-50 {
    width: 50% !important; }
  div.bs_wrap .w-75 {
    width: 75% !important; }
  div.bs_wrap .w-100 {
    width: 100% !important; }
  div.bs_wrap .h-25 {
    height: 25% !important; }
  div.bs_wrap .h-50 {
    height: 50% !important; }
  div.bs_wrap .h-75 {
    height: 75% !important; }
  div.bs_wrap .h-100 {
    height: 100% !important; }
  div.bs_wrap .mw-100 {
    max-width: 100% !important; }
  div.bs_wrap .mh-100 {
    max-height: 100% !important; }
  div.bs_wrap .m-0 {
    margin: 0 !important; }
  div.bs_wrap .mt-0,
  div.bs_wrap .my-0 {
    margin-top: 0 !important; }
  div.bs_wrap .mr-0,
  div.bs_wrap .mx-0 {
    margin-right: 0 !important; }
  div.bs_wrap .mb-0,
  div.bs_wrap .my-0 {
    margin-bottom: 0 !important; }
  div.bs_wrap .ml-0,
  div.bs_wrap .mx-0 {
    margin-left: 0 !important; }
  div.bs_wrap .m-1 {
    margin: 0.25rem !important; }
  div.bs_wrap .mt-1,
  div.bs_wrap .my-1 {
    margin-top: 0.25rem !important; }
  div.bs_wrap .mr-1,
  div.bs_wrap .mx-1 {
    margin-right: 0.25rem !important; }
  div.bs_wrap .mb-1,
  div.bs_wrap .my-1 {
    margin-bottom: 0.25rem !important; }
  div.bs_wrap .ml-1,
  div.bs_wrap .mx-1 {
    margin-left: 0.25rem !important; }
  div.bs_wrap .m-2 {
    margin: 0.5rem !important; }
  div.bs_wrap .mt-2,
  div.bs_wrap .my-2 {
    margin-top: 0.5rem !important; }
  div.bs_wrap .mr-2,
  div.bs_wrap .mx-2 {
    margin-right: 0.5rem !important; }
  div.bs_wrap .mb-2,
  div.bs_wrap .my-2 {
    margin-bottom: 0.5rem !important; }
  div.bs_wrap .ml-2,
  div.bs_wrap .mx-2 {
    margin-left: 0.5rem !important; }
  div.bs_wrap .m-3 {
    margin: 1rem !important; }
  div.bs_wrap .mt-3,
  div.bs_wrap .my-3 {
    margin-top: 1rem !important; }
  div.bs_wrap .mr-3,
  div.bs_wrap .mx-3 {
    margin-right: 1rem !important; }
  div.bs_wrap .mb-3,
  div.bs_wrap .my-3 {
    margin-bottom: 1rem !important; }
  div.bs_wrap .ml-3,
  div.bs_wrap .mx-3 {
    margin-left: 1rem !important; }
  div.bs_wrap .m-4 {
    margin: 1.5rem !important; }
  div.bs_wrap .mt-4,
  div.bs_wrap .my-4 {
    margin-top: 1.5rem !important; }
  div.bs_wrap .mr-4,
  div.bs_wrap .mx-4 {
    margin-right: 1.5rem !important; }
  div.bs_wrap .mb-4,
  div.bs_wrap .my-4 {
    margin-bottom: 1.5rem !important; }
  div.bs_wrap .ml-4,
  div.bs_wrap .mx-4 {
    margin-left: 1.5rem !important; }
  div.bs_wrap .m-5 {
    margin: 3rem !important; }
  div.bs_wrap .mt-5,
  div.bs_wrap .my-5 {
    margin-top: 3rem !important; }
  div.bs_wrap .mr-5,
  div.bs_wrap .mx-5 {
    margin-right: 3rem !important; }
  div.bs_wrap .mb-5,
  div.bs_wrap .my-5 {
    margin-bottom: 3rem !important; }
  div.bs_wrap .ml-5,
  div.bs_wrap .mx-5 {
    margin-left: 3rem !important; }
  div.bs_wrap .p-0 {
    padding: 0 !important; }
  div.bs_wrap .pt-0,
  div.bs_wrap .py-0 {
    padding-top: 0 !important; }
  div.bs_wrap .pr-0,
  div.bs_wrap .px-0 {
    padding-right: 0 !important; }
  div.bs_wrap .pb-0,
  div.bs_wrap .py-0 {
    padding-bottom: 0 !important; }
  div.bs_wrap .pl-0,
  div.bs_wrap .px-0 {
    padding-left: 0 !important; }
  div.bs_wrap .p-1 {
    padding: 0.25rem !important; }
  div.bs_wrap .pt-1,
  div.bs_wrap .py-1 {
    padding-top: 0.25rem !important; }
  div.bs_wrap .pr-1,
  div.bs_wrap .px-1 {
    padding-right: 0.25rem !important; }
  div.bs_wrap .pb-1,
  div.bs_wrap .py-1 {
    padding-bottom: 0.25rem !important; }
  div.bs_wrap .pl-1,
  div.bs_wrap .px-1 {
    padding-left: 0.25rem !important; }
  div.bs_wrap .p-2 {
    padding: 0.5rem !important; }
  div.bs_wrap .pt-2,
  div.bs_wrap .py-2 {
    padding-top: 0.5rem !important; }
  div.bs_wrap .pr-2,
  div.bs_wrap .px-2 {
    padding-right: 0.5rem !important; }
  div.bs_wrap .pb-2,
  div.bs_wrap .py-2 {
    padding-bottom: 0.5rem !important; }
  div.bs_wrap .pl-2,
  div.bs_wrap .px-2 {
    padding-left: 0.5rem !important; }
  div.bs_wrap .p-3 {
    padding: 1rem !important; }
  div.bs_wrap .pt-3,
  div.bs_wrap .py-3 {
    padding-top: 1rem !important; }
  div.bs_wrap .pr-3,
  div.bs_wrap .px-3 {
    padding-right: 1rem !important; }
  div.bs_wrap .pb-3,
  div.bs_wrap .py-3 {
    padding-bottom: 1rem !important; }
  div.bs_wrap .pl-3,
  div.bs_wrap .px-3 {
    padding-left: 1rem !important; }
  div.bs_wrap .p-4 {
    padding: 1.5rem !important; }
  div.bs_wrap .pt-4,
  div.bs_wrap .py-4 {
    padding-top: 1.5rem !important; }
  div.bs_wrap .pr-4,
  div.bs_wrap .px-4 {
    padding-right: 1.5rem !important; }
  div.bs_wrap .pb-4,
  div.bs_wrap .py-4 {
    padding-bottom: 1.5rem !important; }
  div.bs_wrap .pl-4,
  div.bs_wrap .px-4 {
    padding-left: 1.5rem !important; }
  div.bs_wrap .p-5 {
    padding: 3rem !important; }
  div.bs_wrap .pt-5,
  div.bs_wrap .py-5 {
    padding-top: 3rem !important; }
  div.bs_wrap .pr-5,
  div.bs_wrap .px-5 {
    padding-right: 3rem !important; }
  div.bs_wrap .pb-5,
  div.bs_wrap .py-5 {
    padding-bottom: 3rem !important; }
  div.bs_wrap .pl-5,
  div.bs_wrap .px-5 {
    padding-left: 3rem !important; }
  div.bs_wrap .m-auto {
    margin: auto !important; }
  div.bs_wrap .mt-auto,
  div.bs_wrap .my-auto {
    margin-top: auto !important; }
  div.bs_wrap .mr-auto,
  div.bs_wrap .mx-auto {
    margin-right: auto !important; }
  div.bs_wrap .mb-auto,
  div.bs_wrap .my-auto {
    margin-bottom: auto !important; }
  div.bs_wrap .ml-auto,
  div.bs_wrap .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    div.bs_wrap .m-sm-0 {
      margin: 0 !important; }
    div.bs_wrap .mt-sm-0,
    div.bs_wrap .my-sm-0 {
      margin-top: 0 !important; }
    div.bs_wrap .mr-sm-0,
    div.bs_wrap .mx-sm-0 {
      margin-right: 0 !important; }
    div.bs_wrap .mb-sm-0,
    div.bs_wrap .my-sm-0 {
      margin-bottom: 0 !important; }
    div.bs_wrap .ml-sm-0,
    div.bs_wrap .mx-sm-0 {
      margin-left: 0 !important; }
    div.bs_wrap .m-sm-1 {
      margin: 0.25rem !important; }
    div.bs_wrap .mt-sm-1,
    div.bs_wrap .my-sm-1 {
      margin-top: 0.25rem !important; }
    div.bs_wrap .mr-sm-1,
    div.bs_wrap .mx-sm-1 {
      margin-right: 0.25rem !important; }
    div.bs_wrap .mb-sm-1,
    div.bs_wrap .my-sm-1 {
      margin-bottom: 0.25rem !important; }
    div.bs_wrap .ml-sm-1,
    div.bs_wrap .mx-sm-1 {
      margin-left: 0.25rem !important; }
    div.bs_wrap .m-sm-2 {
      margin: 0.5rem !important; }
    div.bs_wrap .mt-sm-2,
    div.bs_wrap .my-sm-2 {
      margin-top: 0.5rem !important; }
    div.bs_wrap .mr-sm-2,
    div.bs_wrap .mx-sm-2 {
      margin-right: 0.5rem !important; }
    div.bs_wrap .mb-sm-2,
    div.bs_wrap .my-sm-2 {
      margin-bottom: 0.5rem !important; }
    div.bs_wrap .ml-sm-2,
    div.bs_wrap .mx-sm-2 {
      margin-left: 0.5rem !important; }
    div.bs_wrap .m-sm-3 {
      margin: 1rem !important; }
    div.bs_wrap .mt-sm-3,
    div.bs_wrap .my-sm-3 {
      margin-top: 1rem !important; }
    div.bs_wrap .mr-sm-3,
    div.bs_wrap .mx-sm-3 {
      margin-right: 1rem !important; }
    div.bs_wrap .mb-sm-3,
    div.bs_wrap .my-sm-3 {
      margin-bottom: 1rem !important; }
    div.bs_wrap .ml-sm-3,
    div.bs_wrap .mx-sm-3 {
      margin-left: 1rem !important; }
    div.bs_wrap .m-sm-4 {
      margin: 1.5rem !important; }
    div.bs_wrap .mt-sm-4,
    div.bs_wrap .my-sm-4 {
      margin-top: 1.5rem !important; }
    div.bs_wrap .mr-sm-4,
    div.bs_wrap .mx-sm-4 {
      margin-right: 1.5rem !important; }
    div.bs_wrap .mb-sm-4,
    div.bs_wrap .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    div.bs_wrap .ml-sm-4,
    div.bs_wrap .mx-sm-4 {
      margin-left: 1.5rem !important; }
    div.bs_wrap .m-sm-5 {
      margin: 3rem !important; }
    div.bs_wrap .mt-sm-5,
    div.bs_wrap .my-sm-5 {
      margin-top: 3rem !important; }
    div.bs_wrap .mr-sm-5,
    div.bs_wrap .mx-sm-5 {
      margin-right: 3rem !important; }
    div.bs_wrap .mb-sm-5,
    div.bs_wrap .my-sm-5 {
      margin-bottom: 3rem !important; }
    div.bs_wrap .ml-sm-5,
    div.bs_wrap .mx-sm-5 {
      margin-left: 3rem !important; }
    div.bs_wrap .p-sm-0 {
      padding: 0 !important; }
    div.bs_wrap .pt-sm-0,
    div.bs_wrap .py-sm-0 {
      padding-top: 0 !important; }
    div.bs_wrap .pr-sm-0,
    div.bs_wrap .px-sm-0 {
      padding-right: 0 !important; }
    div.bs_wrap .pb-sm-0,
    div.bs_wrap .py-sm-0 {
      padding-bottom: 0 !important; }
    div.bs_wrap .pl-sm-0,
    div.bs_wrap .px-sm-0 {
      padding-left: 0 !important; }
    div.bs_wrap .p-sm-1 {
      padding: 0.25rem !important; }
    div.bs_wrap .pt-sm-1,
    div.bs_wrap .py-sm-1 {
      padding-top: 0.25rem !important; }
    div.bs_wrap .pr-sm-1,
    div.bs_wrap .px-sm-1 {
      padding-right: 0.25rem !important; }
    div.bs_wrap .pb-sm-1,
    div.bs_wrap .py-sm-1 {
      padding-bottom: 0.25rem !important; }
    div.bs_wrap .pl-sm-1,
    div.bs_wrap .px-sm-1 {
      padding-left: 0.25rem !important; }
    div.bs_wrap .p-sm-2 {
      padding: 0.5rem !important; }
    div.bs_wrap .pt-sm-2,
    div.bs_wrap .py-sm-2 {
      padding-top: 0.5rem !important; }
    div.bs_wrap .pr-sm-2,
    div.bs_wrap .px-sm-2 {
      padding-right: 0.5rem !important; }
    div.bs_wrap .pb-sm-2,
    div.bs_wrap .py-sm-2 {
      padding-bottom: 0.5rem !important; }
    div.bs_wrap .pl-sm-2,
    div.bs_wrap .px-sm-2 {
      padding-left: 0.5rem !important; }
    div.bs_wrap .p-sm-3 {
      padding: 1rem !important; }
    div.bs_wrap .pt-sm-3,
    div.bs_wrap .py-sm-3 {
      padding-top: 1rem !important; }
    div.bs_wrap .pr-sm-3,
    div.bs_wrap .px-sm-3 {
      padding-right: 1rem !important; }
    div.bs_wrap .pb-sm-3,
    div.bs_wrap .py-sm-3 {
      padding-bottom: 1rem !important; }
    div.bs_wrap .pl-sm-3,
    div.bs_wrap .px-sm-3 {
      padding-left: 1rem !important; }
    div.bs_wrap .p-sm-4 {
      padding: 1.5rem !important; }
    div.bs_wrap .pt-sm-4,
    div.bs_wrap .py-sm-4 {
      padding-top: 1.5rem !important; }
    div.bs_wrap .pr-sm-4,
    div.bs_wrap .px-sm-4 {
      padding-right: 1.5rem !important; }
    div.bs_wrap .pb-sm-4,
    div.bs_wrap .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    div.bs_wrap .pl-sm-4,
    div.bs_wrap .px-sm-4 {
      padding-left: 1.5rem !important; }
    div.bs_wrap .p-sm-5 {
      padding: 3rem !important; }
    div.bs_wrap .pt-sm-5,
    div.bs_wrap .py-sm-5 {
      padding-top: 3rem !important; }
    div.bs_wrap .pr-sm-5,
    div.bs_wrap .px-sm-5 {
      padding-right: 3rem !important; }
    div.bs_wrap .pb-sm-5,
    div.bs_wrap .py-sm-5 {
      padding-bottom: 3rem !important; }
    div.bs_wrap .pl-sm-5,
    div.bs_wrap .px-sm-5 {
      padding-left: 3rem !important; }
    div.bs_wrap .m-sm-auto {
      margin: auto !important; }
    div.bs_wrap .mt-sm-auto,
    div.bs_wrap .my-sm-auto {
      margin-top: auto !important; }
    div.bs_wrap .mr-sm-auto,
    div.bs_wrap .mx-sm-auto {
      margin-right: auto !important; }
    div.bs_wrap .mb-sm-auto,
    div.bs_wrap .my-sm-auto {
      margin-bottom: auto !important; }
    div.bs_wrap .ml-sm-auto,
    div.bs_wrap .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    div.bs_wrap .m-md-0 {
      margin: 0 !important; }
    div.bs_wrap .mt-md-0,
    div.bs_wrap .my-md-0 {
      margin-top: 0 !important; }
    div.bs_wrap .mr-md-0,
    div.bs_wrap .mx-md-0 {
      margin-right: 0 !important; }
    div.bs_wrap .mb-md-0,
    div.bs_wrap .my-md-0 {
      margin-bottom: 0 !important; }
    div.bs_wrap .ml-md-0,
    div.bs_wrap .mx-md-0 {
      margin-left: 0 !important; }
    div.bs_wrap .m-md-1 {
      margin: 0.25rem !important; }
    div.bs_wrap .mt-md-1,
    div.bs_wrap .my-md-1 {
      margin-top: 0.25rem !important; }
    div.bs_wrap .mr-md-1,
    div.bs_wrap .mx-md-1 {
      margin-right: 0.25rem !important; }
    div.bs_wrap .mb-md-1,
    div.bs_wrap .my-md-1 {
      margin-bottom: 0.25rem !important; }
    div.bs_wrap .ml-md-1,
    div.bs_wrap .mx-md-1 {
      margin-left: 0.25rem !important; }
    div.bs_wrap .m-md-2 {
      margin: 0.5rem !important; }
    div.bs_wrap .mt-md-2,
    div.bs_wrap .my-md-2 {
      margin-top: 0.5rem !important; }
    div.bs_wrap .mr-md-2,
    div.bs_wrap .mx-md-2 {
      margin-right: 0.5rem !important; }
    div.bs_wrap .mb-md-2,
    div.bs_wrap .my-md-2 {
      margin-bottom: 0.5rem !important; }
    div.bs_wrap .ml-md-2,
    div.bs_wrap .mx-md-2 {
      margin-left: 0.5rem !important; }
    div.bs_wrap .m-md-3 {
      margin: 1rem !important; }
    div.bs_wrap .mt-md-3,
    div.bs_wrap .my-md-3 {
      margin-top: 1rem !important; }
    div.bs_wrap .mr-md-3,
    div.bs_wrap .mx-md-3 {
      margin-right: 1rem !important; }
    div.bs_wrap .mb-md-3,
    div.bs_wrap .my-md-3 {
      margin-bottom: 1rem !important; }
    div.bs_wrap .ml-md-3,
    div.bs_wrap .mx-md-3 {
      margin-left: 1rem !important; }
    div.bs_wrap .m-md-4 {
      margin: 1.5rem !important; }
    div.bs_wrap .mt-md-4,
    div.bs_wrap .my-md-4 {
      margin-top: 1.5rem !important; }
    div.bs_wrap .mr-md-4,
    div.bs_wrap .mx-md-4 {
      margin-right: 1.5rem !important; }
    div.bs_wrap .mb-md-4,
    div.bs_wrap .my-md-4 {
      margin-bottom: 1.5rem !important; }
    div.bs_wrap .ml-md-4,
    div.bs_wrap .mx-md-4 {
      margin-left: 1.5rem !important; }
    div.bs_wrap .m-md-5 {
      margin: 3rem !important; }
    div.bs_wrap .mt-md-5,
    div.bs_wrap .my-md-5 {
      margin-top: 3rem !important; }
    div.bs_wrap .mr-md-5,
    div.bs_wrap .mx-md-5 {
      margin-right: 3rem !important; }
    div.bs_wrap .mb-md-5,
    div.bs_wrap .my-md-5 {
      margin-bottom: 3rem !important; }
    div.bs_wrap .ml-md-5,
    div.bs_wrap .mx-md-5 {
      margin-left: 3rem !important; }
    div.bs_wrap .p-md-0 {
      padding: 0 !important; }
    div.bs_wrap .pt-md-0,
    div.bs_wrap .py-md-0 {
      padding-top: 0 !important; }
    div.bs_wrap .pr-md-0,
    div.bs_wrap .px-md-0 {
      padding-right: 0 !important; }
    div.bs_wrap .pb-md-0,
    div.bs_wrap .py-md-0 {
      padding-bottom: 0 !important; }
    div.bs_wrap .pl-md-0,
    div.bs_wrap .px-md-0 {
      padding-left: 0 !important; }
    div.bs_wrap .p-md-1 {
      padding: 0.25rem !important; }
    div.bs_wrap .pt-md-1,
    div.bs_wrap .py-md-1 {
      padding-top: 0.25rem !important; }
    div.bs_wrap .pr-md-1,
    div.bs_wrap .px-md-1 {
      padding-right: 0.25rem !important; }
    div.bs_wrap .pb-md-1,
    div.bs_wrap .py-md-1 {
      padding-bottom: 0.25rem !important; }
    div.bs_wrap .pl-md-1,
    div.bs_wrap .px-md-1 {
      padding-left: 0.25rem !important; }
    div.bs_wrap .p-md-2 {
      padding: 0.5rem !important; }
    div.bs_wrap .pt-md-2,
    div.bs_wrap .py-md-2 {
      padding-top: 0.5rem !important; }
    div.bs_wrap .pr-md-2,
    div.bs_wrap .px-md-2 {
      padding-right: 0.5rem !important; }
    div.bs_wrap .pb-md-2,
    div.bs_wrap .py-md-2 {
      padding-bottom: 0.5rem !important; }
    div.bs_wrap .pl-md-2,
    div.bs_wrap .px-md-2 {
      padding-left: 0.5rem !important; }
    div.bs_wrap .p-md-3 {
      padding: 1rem !important; }
    div.bs_wrap .pt-md-3,
    div.bs_wrap .py-md-3 {
      padding-top: 1rem !important; }
    div.bs_wrap .pr-md-3,
    div.bs_wrap .px-md-3 {
      padding-right: 1rem !important; }
    div.bs_wrap .pb-md-3,
    div.bs_wrap .py-md-3 {
      padding-bottom: 1rem !important; }
    div.bs_wrap .pl-md-3,
    div.bs_wrap .px-md-3 {
      padding-left: 1rem !important; }
    div.bs_wrap .p-md-4 {
      padding: 1.5rem !important; }
    div.bs_wrap .pt-md-4,
    div.bs_wrap .py-md-4 {
      padding-top: 1.5rem !important; }
    div.bs_wrap .pr-md-4,
    div.bs_wrap .px-md-4 {
      padding-right: 1.5rem !important; }
    div.bs_wrap .pb-md-4,
    div.bs_wrap .py-md-4 {
      padding-bottom: 1.5rem !important; }
    div.bs_wrap .pl-md-4,
    div.bs_wrap .px-md-4 {
      padding-left: 1.5rem !important; }
    div.bs_wrap .p-md-5 {
      padding: 3rem !important; }
    div.bs_wrap .pt-md-5,
    div.bs_wrap .py-md-5 {
      padding-top: 3rem !important; }
    div.bs_wrap .pr-md-5,
    div.bs_wrap .px-md-5 {
      padding-right: 3rem !important; }
    div.bs_wrap .pb-md-5,
    div.bs_wrap .py-md-5 {
      padding-bottom: 3rem !important; }
    div.bs_wrap .pl-md-5,
    div.bs_wrap .px-md-5 {
      padding-left: 3rem !important; }
    div.bs_wrap .m-md-auto {
      margin: auto !important; }
    div.bs_wrap .mt-md-auto,
    div.bs_wrap .my-md-auto {
      margin-top: auto !important; }
    div.bs_wrap .mr-md-auto,
    div.bs_wrap .mx-md-auto {
      margin-right: auto !important; }
    div.bs_wrap .mb-md-auto,
    div.bs_wrap .my-md-auto {
      margin-bottom: auto !important; }
    div.bs_wrap .ml-md-auto,
    div.bs_wrap .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    div.bs_wrap .m-lg-0 {
      margin: 0 !important; }
    div.bs_wrap .mt-lg-0,
    div.bs_wrap .my-lg-0 {
      margin-top: 0 !important; }
    div.bs_wrap .mr-lg-0,
    div.bs_wrap .mx-lg-0 {
      margin-right: 0 !important; }
    div.bs_wrap .mb-lg-0,
    div.bs_wrap .my-lg-0 {
      margin-bottom: 0 !important; }
    div.bs_wrap .ml-lg-0,
    div.bs_wrap .mx-lg-0 {
      margin-left: 0 !important; }
    div.bs_wrap .m-lg-1 {
      margin: 0.25rem !important; }
    div.bs_wrap .mt-lg-1,
    div.bs_wrap .my-lg-1 {
      margin-top: 0.25rem !important; }
    div.bs_wrap .mr-lg-1,
    div.bs_wrap .mx-lg-1 {
      margin-right: 0.25rem !important; }
    div.bs_wrap .mb-lg-1,
    div.bs_wrap .my-lg-1 {
      margin-bottom: 0.25rem !important; }
    div.bs_wrap .ml-lg-1,
    div.bs_wrap .mx-lg-1 {
      margin-left: 0.25rem !important; }
    div.bs_wrap .m-lg-2 {
      margin: 0.5rem !important; }
    div.bs_wrap .mt-lg-2,
    div.bs_wrap .my-lg-2 {
      margin-top: 0.5rem !important; }
    div.bs_wrap .mr-lg-2,
    div.bs_wrap .mx-lg-2 {
      margin-right: 0.5rem !important; }
    div.bs_wrap .mb-lg-2,
    div.bs_wrap .my-lg-2 {
      margin-bottom: 0.5rem !important; }
    div.bs_wrap .ml-lg-2,
    div.bs_wrap .mx-lg-2 {
      margin-left: 0.5rem !important; }
    div.bs_wrap .m-lg-3 {
      margin: 1rem !important; }
    div.bs_wrap .mt-lg-3,
    div.bs_wrap .my-lg-3 {
      margin-top: 1rem !important; }
    div.bs_wrap .mr-lg-3,
    div.bs_wrap .mx-lg-3 {
      margin-right: 1rem !important; }
    div.bs_wrap .mb-lg-3,
    div.bs_wrap .my-lg-3 {
      margin-bottom: 1rem !important; }
    div.bs_wrap .ml-lg-3,
    div.bs_wrap .mx-lg-3 {
      margin-left: 1rem !important; }
    div.bs_wrap .m-lg-4 {
      margin: 1.5rem !important; }
    div.bs_wrap .mt-lg-4,
    div.bs_wrap .my-lg-4 {
      margin-top: 1.5rem !important; }
    div.bs_wrap .mr-lg-4,
    div.bs_wrap .mx-lg-4 {
      margin-right: 1.5rem !important; }
    div.bs_wrap .mb-lg-4,
    div.bs_wrap .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    div.bs_wrap .ml-lg-4,
    div.bs_wrap .mx-lg-4 {
      margin-left: 1.5rem !important; }
    div.bs_wrap .m-lg-5 {
      margin: 3rem !important; }
    div.bs_wrap .mt-lg-5,
    div.bs_wrap .my-lg-5 {
      margin-top: 3rem !important; }
    div.bs_wrap .mr-lg-5,
    div.bs_wrap .mx-lg-5 {
      margin-right: 3rem !important; }
    div.bs_wrap .mb-lg-5,
    div.bs_wrap .my-lg-5 {
      margin-bottom: 3rem !important; }
    div.bs_wrap .ml-lg-5,
    div.bs_wrap .mx-lg-5 {
      margin-left: 3rem !important; }
    div.bs_wrap .p-lg-0 {
      padding: 0 !important; }
    div.bs_wrap .pt-lg-0,
    div.bs_wrap .py-lg-0 {
      padding-top: 0 !important; }
    div.bs_wrap .pr-lg-0,
    div.bs_wrap .px-lg-0 {
      padding-right: 0 !important; }
    div.bs_wrap .pb-lg-0,
    div.bs_wrap .py-lg-0 {
      padding-bottom: 0 !important; }
    div.bs_wrap .pl-lg-0,
    div.bs_wrap .px-lg-0 {
      padding-left: 0 !important; }
    div.bs_wrap .p-lg-1 {
      padding: 0.25rem !important; }
    div.bs_wrap .pt-lg-1,
    div.bs_wrap .py-lg-1 {
      padding-top: 0.25rem !important; }
    div.bs_wrap .pr-lg-1,
    div.bs_wrap .px-lg-1 {
      padding-right: 0.25rem !important; }
    div.bs_wrap .pb-lg-1,
    div.bs_wrap .py-lg-1 {
      padding-bottom: 0.25rem !important; }
    div.bs_wrap .pl-lg-1,
    div.bs_wrap .px-lg-1 {
      padding-left: 0.25rem !important; }
    div.bs_wrap .p-lg-2 {
      padding: 0.5rem !important; }
    div.bs_wrap .pt-lg-2,
    div.bs_wrap .py-lg-2 {
      padding-top: 0.5rem !important; }
    div.bs_wrap .pr-lg-2,
    div.bs_wrap .px-lg-2 {
      padding-right: 0.5rem !important; }
    div.bs_wrap .pb-lg-2,
    div.bs_wrap .py-lg-2 {
      padding-bottom: 0.5rem !important; }
    div.bs_wrap .pl-lg-2,
    div.bs_wrap .px-lg-2 {
      padding-left: 0.5rem !important; }
    div.bs_wrap .p-lg-3 {
      padding: 1rem !important; }
    div.bs_wrap .pt-lg-3,
    div.bs_wrap .py-lg-3 {
      padding-top: 1rem !important; }
    div.bs_wrap .pr-lg-3,
    div.bs_wrap .px-lg-3 {
      padding-right: 1rem !important; }
    div.bs_wrap .pb-lg-3,
    div.bs_wrap .py-lg-3 {
      padding-bottom: 1rem !important; }
    div.bs_wrap .pl-lg-3,
    div.bs_wrap .px-lg-3 {
      padding-left: 1rem !important; }
    div.bs_wrap .p-lg-4 {
      padding: 1.5rem !important; }
    div.bs_wrap .pt-lg-4,
    div.bs_wrap .py-lg-4 {
      padding-top: 1.5rem !important; }
    div.bs_wrap .pr-lg-4,
    div.bs_wrap .px-lg-4 {
      padding-right: 1.5rem !important; }
    div.bs_wrap .pb-lg-4,
    div.bs_wrap .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    div.bs_wrap .pl-lg-4,
    div.bs_wrap .px-lg-4 {
      padding-left: 1.5rem !important; }
    div.bs_wrap .p-lg-5 {
      padding: 3rem !important; }
    div.bs_wrap .pt-lg-5,
    div.bs_wrap .py-lg-5 {
      padding-top: 3rem !important; }
    div.bs_wrap .pr-lg-5,
    div.bs_wrap .px-lg-5 {
      padding-right: 3rem !important; }
    div.bs_wrap .pb-lg-5,
    div.bs_wrap .py-lg-5 {
      padding-bottom: 3rem !important; }
    div.bs_wrap .pl-lg-5,
    div.bs_wrap .px-lg-5 {
      padding-left: 3rem !important; }
    div.bs_wrap .m-lg-auto {
      margin: auto !important; }
    div.bs_wrap .mt-lg-auto,
    div.bs_wrap .my-lg-auto {
      margin-top: auto !important; }
    div.bs_wrap .mr-lg-auto,
    div.bs_wrap .mx-lg-auto {
      margin-right: auto !important; }
    div.bs_wrap .mb-lg-auto,
    div.bs_wrap .my-lg-auto {
      margin-bottom: auto !important; }
    div.bs_wrap .ml-lg-auto,
    div.bs_wrap .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    div.bs_wrap .m-xl-0 {
      margin: 0 !important; }
    div.bs_wrap .mt-xl-0,
    div.bs_wrap .my-xl-0 {
      margin-top: 0 !important; }
    div.bs_wrap .mr-xl-0,
    div.bs_wrap .mx-xl-0 {
      margin-right: 0 !important; }
    div.bs_wrap .mb-xl-0,
    div.bs_wrap .my-xl-0 {
      margin-bottom: 0 !important; }
    div.bs_wrap .ml-xl-0,
    div.bs_wrap .mx-xl-0 {
      margin-left: 0 !important; }
    div.bs_wrap .m-xl-1 {
      margin: 0.25rem !important; }
    div.bs_wrap .mt-xl-1,
    div.bs_wrap .my-xl-1 {
      margin-top: 0.25rem !important; }
    div.bs_wrap .mr-xl-1,
    div.bs_wrap .mx-xl-1 {
      margin-right: 0.25rem !important; }
    div.bs_wrap .mb-xl-1,
    div.bs_wrap .my-xl-1 {
      margin-bottom: 0.25rem !important; }
    div.bs_wrap .ml-xl-1,
    div.bs_wrap .mx-xl-1 {
      margin-left: 0.25rem !important; }
    div.bs_wrap .m-xl-2 {
      margin: 0.5rem !important; }
    div.bs_wrap .mt-xl-2,
    div.bs_wrap .my-xl-2 {
      margin-top: 0.5rem !important; }
    div.bs_wrap .mr-xl-2,
    div.bs_wrap .mx-xl-2 {
      margin-right: 0.5rem !important; }
    div.bs_wrap .mb-xl-2,
    div.bs_wrap .my-xl-2 {
      margin-bottom: 0.5rem !important; }
    div.bs_wrap .ml-xl-2,
    div.bs_wrap .mx-xl-2 {
      margin-left: 0.5rem !important; }
    div.bs_wrap .m-xl-3 {
      margin: 1rem !important; }
    div.bs_wrap .mt-xl-3,
    div.bs_wrap .my-xl-3 {
      margin-top: 1rem !important; }
    div.bs_wrap .mr-xl-3,
    div.bs_wrap .mx-xl-3 {
      margin-right: 1rem !important; }
    div.bs_wrap .mb-xl-3,
    div.bs_wrap .my-xl-3 {
      margin-bottom: 1rem !important; }
    div.bs_wrap .ml-xl-3,
    div.bs_wrap .mx-xl-3 {
      margin-left: 1rem !important; }
    div.bs_wrap .m-xl-4 {
      margin: 1.5rem !important; }
    div.bs_wrap .mt-xl-4,
    div.bs_wrap .my-xl-4 {
      margin-top: 1.5rem !important; }
    div.bs_wrap .mr-xl-4,
    div.bs_wrap .mx-xl-4 {
      margin-right: 1.5rem !important; }
    div.bs_wrap .mb-xl-4,
    div.bs_wrap .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    div.bs_wrap .ml-xl-4,
    div.bs_wrap .mx-xl-4 {
      margin-left: 1.5rem !important; }
    div.bs_wrap .m-xl-5 {
      margin: 3rem !important; }
    div.bs_wrap .mt-xl-5,
    div.bs_wrap .my-xl-5 {
      margin-top: 3rem !important; }
    div.bs_wrap .mr-xl-5,
    div.bs_wrap .mx-xl-5 {
      margin-right: 3rem !important; }
    div.bs_wrap .mb-xl-5,
    div.bs_wrap .my-xl-5 {
      margin-bottom: 3rem !important; }
    div.bs_wrap .ml-xl-5,
    div.bs_wrap .mx-xl-5 {
      margin-left: 3rem !important; }
    div.bs_wrap .p-xl-0 {
      padding: 0 !important; }
    div.bs_wrap .pt-xl-0,
    div.bs_wrap .py-xl-0 {
      padding-top: 0 !important; }
    div.bs_wrap .pr-xl-0,
    div.bs_wrap .px-xl-0 {
      padding-right: 0 !important; }
    div.bs_wrap .pb-xl-0,
    div.bs_wrap .py-xl-0 {
      padding-bottom: 0 !important; }
    div.bs_wrap .pl-xl-0,
    div.bs_wrap .px-xl-0 {
      padding-left: 0 !important; }
    div.bs_wrap .p-xl-1 {
      padding: 0.25rem !important; }
    div.bs_wrap .pt-xl-1,
    div.bs_wrap .py-xl-1 {
      padding-top: 0.25rem !important; }
    div.bs_wrap .pr-xl-1,
    div.bs_wrap .px-xl-1 {
      padding-right: 0.25rem !important; }
    div.bs_wrap .pb-xl-1,
    div.bs_wrap .py-xl-1 {
      padding-bottom: 0.25rem !important; }
    div.bs_wrap .pl-xl-1,
    div.bs_wrap .px-xl-1 {
      padding-left: 0.25rem !important; }
    div.bs_wrap .p-xl-2 {
      padding: 0.5rem !important; }
    div.bs_wrap .pt-xl-2,
    div.bs_wrap .py-xl-2 {
      padding-top: 0.5rem !important; }
    div.bs_wrap .pr-xl-2,
    div.bs_wrap .px-xl-2 {
      padding-right: 0.5rem !important; }
    div.bs_wrap .pb-xl-2,
    div.bs_wrap .py-xl-2 {
      padding-bottom: 0.5rem !important; }
    div.bs_wrap .pl-xl-2,
    div.bs_wrap .px-xl-2 {
      padding-left: 0.5rem !important; }
    div.bs_wrap .p-xl-3 {
      padding: 1rem !important; }
    div.bs_wrap .pt-xl-3,
    div.bs_wrap .py-xl-3 {
      padding-top: 1rem !important; }
    div.bs_wrap .pr-xl-3,
    div.bs_wrap .px-xl-3 {
      padding-right: 1rem !important; }
    div.bs_wrap .pb-xl-3,
    div.bs_wrap .py-xl-3 {
      padding-bottom: 1rem !important; }
    div.bs_wrap .pl-xl-3,
    div.bs_wrap .px-xl-3 {
      padding-left: 1rem !important; }
    div.bs_wrap .p-xl-4 {
      padding: 1.5rem !important; }
    div.bs_wrap .pt-xl-4,
    div.bs_wrap .py-xl-4 {
      padding-top: 1.5rem !important; }
    div.bs_wrap .pr-xl-4,
    div.bs_wrap .px-xl-4 {
      padding-right: 1.5rem !important; }
    div.bs_wrap .pb-xl-4,
    div.bs_wrap .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    div.bs_wrap .pl-xl-4,
    div.bs_wrap .px-xl-4 {
      padding-left: 1.5rem !important; }
    div.bs_wrap .p-xl-5 {
      padding: 3rem !important; }
    div.bs_wrap .pt-xl-5,
    div.bs_wrap .py-xl-5 {
      padding-top: 3rem !important; }
    div.bs_wrap .pr-xl-5,
    div.bs_wrap .px-xl-5 {
      padding-right: 3rem !important; }
    div.bs_wrap .pb-xl-5,
    div.bs_wrap .py-xl-5 {
      padding-bottom: 3rem !important; }
    div.bs_wrap .pl-xl-5,
    div.bs_wrap .px-xl-5 {
      padding-left: 3rem !important; }
    div.bs_wrap .m-xl-auto {
      margin: auto !important; }
    div.bs_wrap .mt-xl-auto,
    div.bs_wrap .my-xl-auto {
      margin-top: auto !important; }
    div.bs_wrap .mr-xl-auto,
    div.bs_wrap .mx-xl-auto {
      margin-right: auto !important; }
    div.bs_wrap .mb-xl-auto,
    div.bs_wrap .my-xl-auto {
      margin-bottom: auto !important; }
    div.bs_wrap .ml-xl-auto,
    div.bs_wrap .mx-xl-auto {
      margin-left: auto !important; } }
  div.bs_wrap .text-justify {
    text-align: justify !important; }
  div.bs_wrap .text-nowrap {
    white-space: nowrap !important; }
  div.bs_wrap .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  div.bs_wrap .text-left {
    text-align: left !important; }
  div.bs_wrap .text-right {
    text-align: right !important; }
  div.bs_wrap .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    div.bs_wrap .text-sm-left {
      text-align: left !important; }
    div.bs_wrap .text-sm-right {
      text-align: right !important; }
    div.bs_wrap .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    div.bs_wrap .text-md-left {
      text-align: left !important; }
    div.bs_wrap .text-md-right {
      text-align: right !important; }
    div.bs_wrap .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    div.bs_wrap .text-lg-left {
      text-align: left !important; }
    div.bs_wrap .text-lg-right {
      text-align: right !important; }
    div.bs_wrap .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    div.bs_wrap .text-xl-left {
      text-align: left !important; }
    div.bs_wrap .text-xl-right {
      text-align: right !important; }
    div.bs_wrap .text-xl-center {
      text-align: center !important; } }
  div.bs_wrap .text-lowercase {
    text-transform: lowercase !important; }
  div.bs_wrap .text-uppercase {
    text-transform: uppercase !important; }
  div.bs_wrap .text-capitalize {
    text-transform: capitalize !important; }
  div.bs_wrap .font-weight-light {
    font-weight: 300 !important; }
  div.bs_wrap .font-weight-normal {
    font-weight: 400 !important; }
  div.bs_wrap .font-weight-bold {
    font-weight: 700 !important; }
  div.bs_wrap .font-italic {
    font-style: italic !important; }
  div.bs_wrap .text-white {
    color: #fff !important; }
  div.bs_wrap .text-primary {
    color: #4582EC !important; }
  div.bs_wrap a.text-primary:hover, div.bs_wrap a.text-primary:focus {
    color: #1863e6 !important; }
  div.bs_wrap .text-secondary {
    color: #adb5bd !important; }
  div.bs_wrap a.text-secondary:hover, div.bs_wrap a.text-secondary:focus {
    color: #919ca6 !important; }
  div.bs_wrap .text-success {
    color: #02B875 !important; }
  div.bs_wrap a.text-success:hover, div.bs_wrap a.text-success:focus {
    color: #018655 !important; }
  div.bs_wrap .text-info {
    color: #17a2b8 !important; }
  div.bs_wrap a.text-info:hover, div.bs_wrap a.text-info:focus {
    color: #117a8b !important; }
  div.bs_wrap .text-warning {
    color: #f0ad4e !important; }
  div.bs_wrap a.text-warning:hover, div.bs_wrap a.text-warning:focus {
    color: #ec971f !important; }
  div.bs_wrap .text-danger {
    color: #d9534f !important; }
  div.bs_wrap a.text-danger:hover, div.bs_wrap a.text-danger:focus {
    color: #c9302c !important; }
  div.bs_wrap .text-light {
    color: #f8f9fa !important; }
  div.bs_wrap a.text-light:hover, div.bs_wrap a.text-light:focus {
    color: #dae0e5 !important; }
  div.bs_wrap .text-dark {
    color: #343a40 !important; }
  div.bs_wrap a.text-dark:hover, div.bs_wrap a.text-dark:focus {
    color: #1d2124 !important; }
  div.bs_wrap .text-muted {
    color: #868e96 !important; }
  div.bs_wrap .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  div.bs_wrap .visible {
    visibility: visible !important; }
  div.bs_wrap .invisible {
    visibility: hidden !important; }
  @media print {
    div.bs_wrap *,
    div.bs_wrap *::before,
    div.bs_wrap *::after {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    div.bs_wrap a:not(.btn) {
      text-decoration: underline; }
    div.bs_wrap abbr[title]::after {
      content: " (" attr(title) ")"; }
    div.bs_wrap pre {
      white-space: pre-wrap !important; }
    div.bs_wrap pre,
    div.bs_wrap blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    div.bs_wrap thead {
      display: table-header-group; }
    div.bs_wrap tr,
    div.bs_wrap img {
      page-break-inside: avoid; }
    div.bs_wrap p,
    div.bs_wrap h2,
    div.bs_wrap h3 {
      orphans: 3;
      widows: 3; }
    div.bs_wrap h2,
    div.bs_wrap h3 {
      page-break-after: avoid; }
    @page {
      div.bs_wrap {
        size: a3; } }
    div.bs_wrap body {
      min-width: 992px !important; }
    div.bs_wrap .container {
      min-width: 992px !important; }
    div.bs_wrap .navbar {
      display: none; }
    div.bs_wrap .badge {
      border: 1px solid #000; }
    div.bs_wrap .table {
      border-collapse: collapse !important; }
    div.bs_wrap .table td,
    div.bs_wrap .table th {
      background-color: #fff !important; }
    div.bs_wrap .table-bordered th,
    div.bs_wrap .table-bordered td {
      border: 1px solid #ddd !important; } }
  div.bs_wrap .navbar {
    font-size: 0.875em; }
  div.bs_wrap .bg-dark {
    background-color: #02B875 !important; }
  div.bs_wrap .bg-light {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .bg-light.navbar-fixed-top {
    border-width: 0 0 1px 0; }
  div.bs_wrap .bg-light.navbar-fixed-bottom {
    border-width: 1px 0 0 0; }
  div.bs_wrap .btn {
    border-radius: 1.078em;
    font-size: 0.875em; }
  div.bs_wrap .btn-lg, div.bs_wrap .btn-group-lg > .btn {
    border-radius: 2.688em; }
  div.bs_wrap .btn-sm, div.bs_wrap .btn-group-sm > .btn {
    border-radius: 0.844em;
    font-size: 0.688em; }
  div.bs_wrap .btn-secondary, div.bs_wrap .btn-secondary:hover, div.bs_wrap .btn-warning, div.bs_wrap .btn-warning:hover {
    color: #fff; }
  div.bs_wrap blockquote {
    font-style: italic; }
  div.bs_wrap footer {
    font-size: 0.875em; }
  div.bs_wrap .lead {
    color: #868e96; }
  div.bs_wrap table,
  div.bs_wrap .table {
    font-size: 0.875em; }
  div.bs_wrap table-success, div.bs_wrap table-info, div.bs_wrap table-warning, div.bs_wrap table-danger,
  div.bs_wrap .table-success,
  div.bs_wrap .table-info,
  div.bs_wrap .table-warning,
  div.bs_wrap .table-danger {
    color: #fff; }
  div.bs_wrap .table-success, div.bs_wrap .table-success > th, div.bs_wrap .table-success > td {
    background-color: #02B875; }
  div.bs_wrap .table-info, div.bs_wrap .table-info > th, div.bs_wrap .table-info > td {
    background-color: #17a2b8; }
  div.bs_wrap .table-danger, div.bs_wrap .table-danger > th, div.bs_wrap .table-danger > td {
    background-color: #d9534f; }
  div.bs_wrap .table-warning, div.bs_wrap .table-warning > th, div.bs_wrap .table-warning > td {
    background-color: #f0ad4e; }
  div.bs_wrap .table-hover .table-success:hover, div.bs_wrap .table-hover .table-success:hover > th, div.bs_wrap .table-hover .table-success:hover > td {
    background-color: #029f65; }
  div.bs_wrap .table-hover .table-info:hover, div.bs_wrap .table-hover .table-info:hover > th, div.bs_wrap .table-hover .table-info:hover > td {
    background-color: #148ea1; }
  div.bs_wrap .table-hover .table-danger:hover, div.bs_wrap .table-hover .table-danger:hover > th, div.bs_wrap .table-hover .table-danger:hover > td {
    background-color: #d43f3a; }
  div.bs_wrap .table-hover .table-warning:hover, div.bs_wrap .table-hover .table-warning:hover > th, div.bs_wrap .table-hover .table-warning:hover > td {
    background-color: #eea236; }
  div.bs_wrap .nav,
  div.bs_wrap .breadcrumb,
  div.bs_wrap .pagination {
    font-size: 0.875em; }
  div.bs_wrap .dropdown-menu {
    font-size: 0.875em; }
  div.bs_wrap .alert {
    border: none;
    color: #fff;
    font-size: 0.875em; }
  div.bs_wrap .alert a, div.bs_wrap .alert .alert-link {
    color: #fff;
    font-weight: normal;
    text-decoration: underline; }
  div.bs_wrap .alert-primary {
    background-color: #4582EC; }
  div.bs_wrap .alert-secondary {
    background-color: #adb5bd; }
  div.bs_wrap .alert-success {
    background-color: #02B875; }
  div.bs_wrap .alert-info {
    background-color: #17a2b8; }
  div.bs_wrap .alert-warning {
    background-color: #f0ad4e; }
  div.bs_wrap .alert-danger {
    background-color: #d9534f; }
  div.bs_wrap .alert-light {
    background-color: #f8f9fa; }
  div.bs_wrap .alert-dark {
    background-color: #343a40; }
  div.bs_wrap .alert-light,
  div.bs_wrap .alert-light a,
  div.bs_wrap .alert-light .alert-link {
    color: #343a40; }
  div.bs_wrap .badge {
    vertical-align: bottom; }
  div.bs_wrap .badge-secondary, div.bs_wrap .badge-warning {
    color: #fff; }
  div.bs_wrap .tooltip {
    font-size: 11px; }
  div.bs_wrap .list-group {
    font-size: 0.875em; }
  div.bs_wrap legend {
    margin-bottom: .8em;
    font-size: 1.3em;
    text-align: center !important;
    color: #222; }
    @media screen and (max-width: 640px) {
      div.bs_wrap legend {
        font-size: 1.1em; } }
  div.bs_wrap .wpcf7 {
    /*chrome*/ }
    @media screen and (max-width: 640px) {
      div.bs_wrap .wpcf7 form.wpcf7-form {
        margin-top: 0; } }
    div.bs_wrap .wpcf7 .wpcf7-display-none {
      display: none; }
    div.bs_wrap .wpcf7 .form-control {
      color: #000; }
    div.bs_wrap .wpcf7 .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #b9d0f8;
      outline: 0;
      -webkit-box-shadow: 0 0 0 0.2rem rgba(21, 149, 180, 0.25);
      box-shadow: 0 0 0 0.2rem rgba(21, 149, 180, 0.25); }
    div.bs_wrap .wpcf7 .wpcf7-response-output {
      padding: 24px; }
    div.bs_wrap .wpcf7 .wpcf7-validation-errors {
      margin-top: 2em;
      color: #a94442;
      text-align: center;
      background-color: #f2dede;
      border-color: #ebccd1; }
      @media screen and (max-width: 640px) {
        div.bs_wrap .wpcf7 .wpcf7-validation-errors {
          margin-top: 0; } }
    div.bs_wrap .wpcf7 .wpcf7-mail-sent-ok {
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
    div.bs_wrap .wpcf7 .req {
      font-size: 10px;
      vertical-align: baseline;
      font-weight: bold; }
    div.bs_wrap .wpcf7 .help-block {
      font-size: 12px;
      margin: .5em 0 0 .1em;
      color: #d9534f; }
    div.bs_wrap .wpcf7 label {
      display: inline-block;
      padding-top: .5em;
      margin-bottom: .5rem; }
    div.bs_wrap .wpcf7 input[type="file"] {
      padding: 5px 0 0; }
    div.bs_wrap .wpcf7 span.cofirm_p {
      display: block;
      font-size: .9em;
      font-weight: normal;
      margin-bottom: 0;
      padding: 1em .1em; }
    div.bs_wrap .wpcf7 p.cofirm_p2 {
      font-size: .9em;
      font-weight: normal;
      margin-bottom: 0;
      padding: 0 .1em; }
    div.bs_wrap .wpcf7 p.q_p {
      padding-top: .5em; }
    div.bs_wrap .wpcf7 .wpcf7-list-item.first {
      margin-left: 0; }
    div.bs_wrap .wpcf7 input[type="radio"], div.bs_wrap .wpcf7 input[type="checkbox"] {
      margin-right: .5em; }
    div.bs_wrap .wpcf7 p.p {
      font-size: .9em;
      padding-bottom: 1rem;
      text-align: center;
      line-height: 1.6;
      border-bottom: 1px solid #000; }
      @media screen and (max-width: 640px) {
        div.bs_wrap .wpcf7 p.p {
          text-align: left; } }
    div.bs_wrap .wpcf7 .select-wrap {
      position: relative; }
    div.bs_wrap .wpcf7 .select-wrap:before {
      z-index: 1;
      position: absolute;
      right: 15px;
      top: 15px;
      pointer-events: none;
      content: '';
      width: 8px;
      height: 8px;
      border: 0px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.bs_wrap .wpcf7 select {
      outline: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      background: #fff;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      -webkit-appearance: button;
      -moz-appearance: button;
      appearance: button;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 40px;
      padding: 8px 12px;
      border: 1px solid #aaa;
      color: #000;
      width: 100%;
      border-radius: 3px; }
    div.bs_wrap .wpcf7 select option {
      background-color: #fff;
      color: #333; }
    div.bs_wrap .wpcf7 select::-ms-expand {
      display: none; }
    div.bs_wrap .wpcf7 select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #828c9a; }
    div.bs_wrap .wpcf7 .select-wrap.select-primary:before {
      color: #fff; }
    div.bs_wrap .wpcf7 .select-wrap.select-primary > select {
      background: #0084B4;
      color: #fff;
      border-color: #0084B4; }
    div.bs_wrap .wpcf7 .select-wrap.select-primary > select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #fff; }
    div.bs_wrap .wpcf7 .select-wrap.select-inverse:before {
      color: #fff; }
    div.bs_wrap .wpcf7 .select-wrap.select-inverse > select {
      color: #fff;
      border-color: #fff; }
    div.bs_wrap .wpcf7 .select-wrap.select-inverse > select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #fff; }
    div.bs_wrap .wpcf7 input:-webkit-autofill {
      box-shadow: 0 0 0px 1000px #fff inset; }
    div.bs_wrap .wpcf7 span.wpcf7-list-item {
      margin-right: 1em;
      margin-left: 0; }
    div.bs_wrap .wpcf7 span.has-free-text {
      display: block; }
      div.bs_wrap .wpcf7 span.has-free-text input[type="text"] {
        display: block;
        width: 100%;
        padding: 0.5rem 1.1rem;
        font-size: 1.063rem;
        line-height: 1.5; }
    div.bs_wrap .wpcf7 .ajax-loader {
      display: none !important; }
    div.bs_wrap .wpcf7 span.wpcf7-not-valid-tip {
      font-size: 12px;
      margin-top: .2em; }
    div.bs_wrap .wpcf7 label span {
      font-size: .8em; }
      @media screen and (max-width: 768px) {
        div.bs_wrap .wpcf7 label span {
          font-size: .7em;
          letter-spacing: 0; } }
      div.bs_wrap .wpcf7 label span.hissu {
        vertical-align: middle;
        display: inline-block;
        margin-left: .5em;
        background: #e57a92;
        color: #fff;
        padding: .1em .5em;
        font-size: 10px;
        border-radius: 3px;
        font-weight: bold; }
    div.bs_wrap .wpcf7 span.has-free-text input[type="text"] {
      border: 1px solid rgba(0, 0, 0, 0.1); }
  div.bs_wrap .wpcf7c-elm-step2 p {
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    background: #4481ec;
    margin: 2em 0 2.5em;
    color: #fff;
    border-radius: 30px; }
  div.bs_wrap .custom-wpcf7c-confirmed input[type="text"],
  div.bs_wrap .custom-wpcf7c-confirmed input[type="tel"],
  div.bs_wrap .custom-wpcf7c-confirmed input[type="email"],
  div.bs_wrap .custom-wpcf7c-confirmed select,
  div.bs_wrap .custom-wpcf7c-confirmed .textarea {
    border: none;
    background: none !important;
    box-shadow: 0 0 0px 1000px #fff inset;
    resize: none; }
  div.bs_wrap .btn-lg, div.bs_wrap .btn-group-lg > .btn {
    border-radius: none;
    color: #222 !important;
    letter-spacing: .2em; }
    div.bs_wrap .btn-lg:hover, div.bs_wrap .btn-group-lg > .btn:hover {
      color: #fff !important;
      background-color: #222 !important;
      border-color: #222 !important; }
  div.bs_wrap .btn:hover:not(:disabled):not(.disabled), div.bs_wrap .btn-lg:hover, div.bs_wrap .btn-group-lg > .btn:hover {
    color: #fff !important; }
  div.bs_wrap .btn-success:focus, div.bs_wrap .btn-success.focus {
    box-shadow: none !important; }
  div.bs_wrap div.flex {
    display: flex; }
    div.bs_wrap div.flex div.left {
      flex: 0 0 50%;
      padding-top: 1em;
      padding-right: 2em; }
    div.bs_wrap div.flex div.right {
      flex: 0 0 50%;
      padding-top: 1em;
      padding-left: 2em; }
    @media screen and (max-width: 640px) {
      div.bs_wrap div.flex {
        display: block; }
        div.bs_wrap div.flex div.left {
          padding-right: 0; }
        div.bs_wrap div.flex div.right {
          padding-left: 0; } }
  @media screen and (max-width: 640px) {
    div.bs_wrap input[type="submit"] {
      margin-bottom: 12px; } }

div.grecaptcha-badge {
  visibility: hidden; }

p.recaptcha_policy {
  margin-bottom: 3.75em !important; }

form.sent div.wpcf7-form {
  display: none; }

/* -------------------------------- 
about components 
--------------------------------- */
body.about section.unei {
  padding-top: 89px;
  margin-top: -59px; }
  body.about section.unei div.flexbox div.txt {
    /*flex: 0 0 60%;
    width: 60%;*/
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
    body.about section.unei div.flexbox div.txt img.jigyotai {
      display: block;
      margin-bottom: 30px;
      width: 100%;
      max-width: 550px; }
  body.about section.unei div.flexbox div.img {
    margin-top: 20px;
    flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    width: 35%; }
    body.about section.unei div.flexbox div.img img {
      margin-bottom: 0; }
    body.about section.unei div.flexbox div.img p.caption {
      margin-top: 8px;
      margin-bottom: 20px;
      text-align: right;
      font-size: .8em; }
  @media screen and (max-width: 640px) {
    body.about section.unei div.flexbox {
      display: block; }
      body.about section.unei div.flexbox div.txt {
        width: 100%; }
      body.about section.unei div.flexbox div.img {
        width: 100%; } }
body.about section.campany h4 {
  margin: 1em 0;
  font-size: 1.2em;
  font-weight: bold; }
body.about section.campany table {
  margin-bottom: 3em;
  width: 100%;
  max-width: 900px; }
  body.about section.campany table tr:first-child {
    border-top: 1px dotted #222; }
  body.about section.campany table tr td {
    padding: .8em .8em .8em 0;
    font-size: .9em;
    line-height: 1.7;
    border-bottom: 1px dotted #222; }
    body.about section.campany table tr td:first-child {
      width: 200px; }
    body.about section.campany table tr td ul {
      list-style-type: disc;
      margin-left: 1.5em; }
  @media screen and (max-width: 640px) {
    body.about section.campany table tr td {
      font-size: .9em;
      letter-spacing: .05em; }
      body.about section.campany table tr td:first-child {
        width: 110px; } }

/* -------------------------------- 
subscribe components 
--------------------------------- */
ul.anchor_nav {
  text-align: center; }
  ul.anchor_nav li {
    display: inline-block;
    margin-right: 1.5em; }
    ul.anchor_nav li:last-child {
      margin-right: 0; }
    ul.anchor_nav li a.btn_link, ul.anchor_nav li div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap ul.anchor_nav li .btn:not(:disabled):not(.disabled), ul.anchor_nav li div.bs_wrap .btn-lg, div.bs_wrap ul.anchor_nav li .btn-lg, ul.anchor_nav li div.bs_wrap .btn-group-lg > .btn, div.bs_wrap ul.anchor_nav li .btn-group-lg > .btn {
      padding: 0 2em;
      font-size: 14px; }
      ul.anchor_nav li a.btn_link::after, ul.anchor_nav li div.bs_wrap .btn:not(.disabled):not(:disabled)::after, div.bs_wrap ul.anchor_nav li .btn:not(.disabled):not(:disabled)::after, ul.anchor_nav li div.bs_wrap .btn-lg::after, div.bs_wrap ul.anchor_nav li .btn-lg::after, ul.anchor_nav li div.bs_wrap .btn-group-lg > .btn::after, div.bs_wrap ul.anchor_nav li .btn-group-lg > .btn::after {
        right: 12px; }
  @media screen and (max-width: 640px) {
    ul.anchor_nav {
      margin-top: -15px; }
      ul.anchor_nav li {
        display: block;
        margin-right: 0;
        margin-bottom: 12px; }
        ul.anchor_nav li:last-child {
          margin-bottom: 0; }
        ul.anchor_nav li a.btn_link, ul.anchor_nav li div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap ul.anchor_nav li .btn:not(:disabled):not(.disabled), ul.anchor_nav li div.bs_wrap .btn-lg, div.bs_wrap ul.anchor_nav li .btn-lg, ul.anchor_nav li div.bs_wrap .btn-group-lg > .btn, div.bs_wrap ul.anchor_nav li .btn-group-lg > .btn {
          display: block; } }

section.bottom_nav {
  background: #f2f2f2;
  z-index: 1; }
  section.bottom_nav div.inner {
    padding-top: 0 !important; }
    section.bottom_nav div.inner ul.anchor_nav {
      text-align: left; }
  @media screen and (max-width: 640px) {
    section.bottom_nav {
      margin-top: 20px; }
      section.bottom_nav div.inner {
        padding-top: 30px !important; } }

body.kashidashi section.eshinsei div.inner p {
  margin: 2em 0 1em;
  line-height: 1.7; }
body.kashidashi section.eshinsei div.inner a.btn_e {
  text-decoration: underline; }

body.subscribe section.flow_top, body.flow section.flow_top {
  padding-top: 0; }
  body.subscribe section.flow_top div.inner, body.flow section.flow_top div.inner {
    position: relative;
    max-width: 1190px;
    width: 100%; }
    body.subscribe section.flow_top div.inner ul.flow_al, body.flow section.flow_top div.inner ul.flow_al {
      display: flex;
      justify-content: space-between; }
      body.subscribe section.flow_top div.inner ul.flow_al li, body.flow section.flow_top div.inner ul.flow_al li {
        margin-right: 1.6%; }
        body.subscribe section.flow_top div.inner ul.flow_al li:last-child, body.flow section.flow_top div.inner ul.flow_al li:last-child {
          margin-right: 0; }
body.subscribe section img.flowimg, body.flow section img.flowimg {
  width: 100%;
  max-width: 1130px; }
body.subscribe section h2.h2_bg_pinkline div.inner, body.flow section h2.h2_bg_pinkline div.inner {
  padding: 0;
  max-width: 1200px; }
  @media screen and (max-width: 640px) {
    body.subscribe section h2.h2_bg_pinkline div.inner, body.flow section h2.h2_bg_pinkline div.inner {
      text-align: center; } }
  body.subscribe section h2.h2_bg_pinkline div.inner img.stepimg, body.flow section h2.h2_bg_pinkline div.inner img.stepimg {
    position: absolute;
    top: -11px;
    left: 0;
    width: 60px;
    height: 60px; }
    @media screen and (max-width: 640px) {
      body.subscribe section h2.h2_bg_pinkline div.inner img.stepimg, body.flow section h2.h2_bg_pinkline div.inner img.stepimg {
        position: relative;
        display: inline-block;
        top: auto;
        left: auto;
        width: 74px;
        height: 74px; } }
  body.subscribe section h2.h2_bg_pinkline div.inner span.step, body.flow section h2.h2_bg_pinkline div.inner span.step {
    padding: .5em .8em;
    margin-left: 55px;
    margin-right: .5em;
    letter-spacing: .2em;
    /*color: #2779CB;*/
    background: #ffe51d; }
    @media screen and (max-width: 640px) {
      body.subscribe section h2.h2_bg_pinkline div.inner span.step, body.flow section h2.h2_bg_pinkline div.inner span.step {
        letter-spacing: .05em;
        font-size: 15px;
        margin: 0; } }
  @media screen and (max-width: 640px) {
    body.subscribe section h2.h2_bg_pinkline div.inner span.steptitle, body.flow section h2.h2_bg_pinkline div.inner span.steptitle {
      font-size: 15px;
      letter-spacing: .3em;
      padding: .5em .3em .5em .8em; } }
  @media screen and (max-width: 640px) {
    body.subscribe section h2.h2_bg_pinkline div.inner div.steptitle_flex, body.flow section h2.h2_bg_pinkline div.inner div.steptitle_flex {
      display: flex;
      justify-content: center; }
      body.subscribe section h2.h2_bg_pinkline div.inner div.steptitle_flex div.img, body.flow section h2.h2_bg_pinkline div.inner div.steptitle_flex div.img {
        background: #ffe51d; }
      body.subscribe section h2.h2_bg_pinkline div.inner div.steptitle_flex div.txt span, body.flow section h2.h2_bg_pinkline div.inner div.steptitle_flex div.txt span {
        display: block; } }
body.subscribe section p.setsumei, body.flow section p.setsumei {
  margin-top: 2em;
  line-height: 1.7em; }
  body.subscribe section p.setsumei a, body.flow section p.setsumei a {
    text-decoration: underline; }
body.subscribe section.cancel, body.flow section.cancel {
  padding-top: 0; }
  body.subscribe section.cancel div.cancelbox, body.flow section.cancel div.cancelbox {
    padding: 2em 3em;
    color: #d20808;
    border: 2px solid #d20808; }
    body.subscribe section.cancel div.cancelbox h3.h3_border, body.flow section.cancel div.cancelbox h3.h3_border {
      display: block;
      margin-bottom: 1em;
      padding: 0 0 .3em;
      font-size: 1.2em;
      font-weight: bold;
      border-bottom: 2px solid #d20808; }
    body.subscribe section.cancel div.cancelbox p, body.flow section.cancel div.cancelbox p {
      line-height: 1.7; }
    @media screen and (max-width: 640px) {
      body.subscribe section.cancel div.cancelbox, body.flow section.cancel div.cancelbox {
        padding: 1.5em; } }
body.subscribe section div.arrow, body.flow section div.arrow {
  position: relative; }
  body.subscribe section div.arrow svg, body.flow section div.arrow svg {
    position: absolute;
    top: 14px;
    left: 32px;
    font-size: 36px;
    z-index: 2; }
    body.subscribe section div.arrow svg path, body.flow section div.arrow svg path {
      color: #e57a92; }
  @media screen and (max-width: 640px) {
    body.subscribe section div.arrow, body.flow section div.arrow {
      display: none; } }

body.charge section.kihon {
  padding-top: 0; }
  body.charge section.kihon div.inner {
    overflow: auto; }
body.charge table {
  margin: 2em 0;
  width: 100%;
  font-size: 14px; }
  body.charge table thead tr {
    background: #f2f2f2; }
  body.charge table tr td {
    padding: 1em;
    border: 1px solid #999; }
  body.charge table.scroll_table {
    width: 1000px;
    letter-spacing: 0; }
body.charge div.kome_wrap ul {
  list-style-type: disc;
  margin-left: 1.5em;
  font-size: .9em;
  line-height: 1.6; }
body.charge h5 {
  margin-top: 2em; }

body.guide section div.inner {
  padding-top: 2em; }
  body.guide section div.inner p.setsumei {
    padding-bottom: 1.5em;
    line-height: 1.7; }
  body.guide section div.inner table {
    margin: 1.5em 0;
    width: 100%;
    font-size: 14px;
    text-align: center; }
    body.guide section div.inner table thead tr {
      background: #f2f2f2; }
    body.guide section div.inner table tr td {
      padding: 1em;
      border: 1px solid #999; }
body.guide section h2.h2_bg_pinkline div.inner {
  padding-top: 0; }

body.download section.download_top {
  padding-top: 0; }
body.download ul.download_ul {
  margin-top: 2em; }
  body.download ul.download_ul li {
    padding: 1em 0;
    border-bottom: 1px dotted #222; }
    body.download ul.download_ul li:first-child {
      border-top: 1px dotted #222; }
    body.download ul.download_ul li a {
      position: relative; }
      body.download ul.download_ul li a::before {
        margin-right: .5em;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f1c1";
        color: #bf0000;
        z-index: 1; }
      body.download ul.download_ul li a::after {
        position: absolute;
        right: -16px;
        font-family: 'Font Awesome\ 5 Free';
        content: "\f358";
        z-index: 1; }
      @media screen and (max-width: 640px) {
        body.download ul.download_ul li a {
          padding-left: 24px;
          width: 100%;
          display: inline-block;
          line-height: 1.3;
          font-size: .9em; }
          body.download ul.download_ul li a::before {
            position: absolute;
            top: 2px;
            left: 0;
            margin-right: 0; }
          body.download ul.download_ul li a::after {
            display: none; } }

body.kashidashi section.kashidashi_top {
  padding-top: 0; }
  body.kashidashi section.kashidashi_top div.inner {
    line-height: 1.7; }
    body.kashidashi section.kashidashi_top div.inner p {
      padding-top: 30px; }
    body.kashidashi section.kashidashi_top div.inner a.btn_e {
      display: inline-block;
      margin-top: 30px;
      text-decoration: underline; }

/* -------------------------------- 
floorguide components 
--------------------------------- */
section.floorguide {
  padding-top: 0; }
  section.floorguide ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 640px) {
      section.floorguide ul {
        display: block; } }
    section.floorguide ul li {
      position: relative;
      padding-bottom: 36px; }
      section.floorguide ul li:nth-child(1), section.floorguide ul li:nth-child(2) {
        margin-bottom: 32px;
        width: 49%; }
        section.floorguide ul li:nth-child(1) img, section.floorguide ul li:nth-child(2) img {
          width: 100%; }
        @media screen and (max-width: 640px) {
          section.floorguide ul li:nth-child(1), section.floorguide ul li:nth-child(2) {
            width: 100%; } }
      section.floorguide ul li:nth-child(3), section.floorguide ul li:nth-child(4), section.floorguide ul li:nth-child(5) {
        width: 32%; }
        section.floorguide ul li:nth-child(3) img, section.floorguide ul li:nth-child(4) img, section.floorguide ul li:nth-child(5) img {
          width: 100%; }
        @media screen and (max-width: 640px) {
          section.floorguide ul li:nth-child(3), section.floorguide ul li:nth-child(4), section.floorguide ul li:nth-child(5) {
            margin-bottom: 32px;
            width: 100%; } }
      section.floorguide ul li h3 {
        margin: .8em 0;
        font-size: 1.1em;
        font-weight: bold; }
      section.floorguide ul li p {
        margin-bottom: 1em;
        font-size: .9em;
        line-height: 1.5; }
      section.floorguide ul li a.btn_link, section.floorguide ul li div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap section.floorguide ul li .btn:not(:disabled):not(.disabled), section.floorguide ul li div.bs_wrap .btn-lg, div.bs_wrap section.floorguide ul li .btn-lg, section.floorguide ul li div.bs_wrap .btn-group-lg > .btn, div.bs_wrap section.floorguide ul li .btn-group-lg > .btn {
        padding: 0 2em;
        line-height: 32px;
        font-size: 14px;
        position: absolute;
        bottom: 0;
        left: 0; }
        section.floorguide ul li a.btn_link::before, section.floorguide ul li div.bs_wrap .btn:not(.disabled):not(:disabled)::before, div.bs_wrap section.floorguide ul li .btn:not(.disabled):not(:disabled)::before, section.floorguide ul li div.bs_wrap .btn-lg::before, div.bs_wrap section.floorguide ul li .btn-lg::before, section.floorguide ul li div.bs_wrap .btn-group-lg > .btn::before, div.bs_wrap section.floorguide ul li .btn-group-lg > .btn::before {
          top: 4px;
          left: 4px;
          height: 32px; }
        section.floorguide ul li a.btn_link::after, section.floorguide ul li div.bs_wrap .btn:not(.disabled):not(:disabled)::after, div.bs_wrap section.floorguide ul li .btn:not(.disabled):not(:disabled)::after, section.floorguide ul li div.bs_wrap .btn-lg::after, div.bs_wrap section.floorguide ul li .btn-lg::after, section.floorguide ul li div.bs_wrap .btn-group-lg > .btn::after, div.bs_wrap section.floorguide ul li .btn-group-lg > .btn::after {
          right: 10px;
          line-height: 32px;
          font-size: 10px; }
        section.floorguide ul li a.btn_link:hover::before, section.floorguide ul li div.bs_wrap .btn:not(.disabled):not(:disabled):hover::before, div.bs_wrap section.floorguide ul li .btn:not(.disabled):not(:disabled):hover::before, section.floorguide ul li div.bs_wrap .btn-lg:hover::before, div.bs_wrap section.floorguide ul li .btn-lg:hover::before, section.floorguide ul li div.bs_wrap .btn-group-lg > .btn:hover::before, div.bs_wrap section.floorguide ul li .btn-group-lg > .btn:hover::before {
          top: 0;
          left: 0; }
        @media screen and (max-width: 640px) {
          section.floorguide ul li a.btn_link, section.floorguide ul li div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap section.floorguide ul li .btn:not(:disabled):not(.disabled), section.floorguide ul li div.bs_wrap .btn-lg, div.bs_wrap section.floorguide ul li .btn-lg, section.floorguide ul li div.bs_wrap .btn-group-lg > .btn, div.bs_wrap section.floorguide ul li .btn-group-lg > .btn {
            position: relative;
            bottom: auto;
            left: auto;
            width: 100%; } }

/*floorguide_child*/
section.floorguide_child_top {
  padding-top: 0; }
  section.floorguide_child_top div.inner div.flexbox {
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      section.floorguide_child_top div.inner div.flexbox {
        display: block; } }
    section.floorguide_child_top div.inner div.flexbox div.img {
      flex: 0 0 58%;
      -ms-flex: 0 0 58%;
      width: 58%; }
      section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li {
          margin-bottom: 20px; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:first-child {
            width: 100%; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:nth-child(n + 2) {
            width: 32%; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:nth-child(n + 8) {
            width: 23.5%; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li img {
            margin-bottom: 8px; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li p {
            font-size: .8em; }
      @media screen and (max-width: 640px) {
        section.floorguide_child_top div.inner div.flexbox div.img {
          width: 100%; }
          section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo {
            display: block; }
            section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:nth-child(n + 2) {
              width: 100%; }
            section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:nth-child(n + 8) {
              width: 100%; }
            section.floorguide_child_top div.inner div.flexbox div.img ul.hall_photo li:last-child {
              margin-bottom: 0; } }
    section.floorguide_child_top div.inner div.flexbox div.txt {
      flex: 0 0 39%;
      -ms-flex: 0 0 39%;
      width: 39%;
      font-size: 14px; }
      section.floorguide_child_top div.inner div.flexbox div.txt div.bg_white {
        padding: 32px;
        background: #fff; }
      section.floorguide_child_top div.inner div.flexbox div.txt h3 {
        padding-bottom: .5em;
        margin-bottom: .5em;
        font-weight: bold;
        font-size: 1.2em;
        border-bottom: 2px solid #222; }
      section.floorguide_child_top div.inner div.flexbox div.txt table {
        margin-bottom: 2em; }
        section.floorguide_child_top div.inner div.flexbox div.txt table th, section.floorguide_child_top div.inner div.flexbox div.txt table td {
          padding: .5em; }
        section.floorguide_child_top div.inner div.flexbox div.txt table th {
          padding-left: 0;
          width: 5em;
          text-align: left; }
      section.floorguide_child_top div.inner div.flexbox div.txt ul.download_ul {
        list-style-type: disc;
        margin-left: 1.5em; }
        section.floorguide_child_top div.inner div.flexbox div.txt ul.download_ul li {
          padding: .5em 0;
          line-height: 1.4; }
          section.floorguide_child_top div.inner div.flexbox div.txt ul.download_ul li a {
            text-decoration: underline; }
      section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap {
        margin-top: 1em;
        padding: 0 32px; }
        section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap a.btn_link, section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn-lg, section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn-group-lg > .btn {
          margin-bottom: 1em;
          width: 100%; }
          @media screen and (max-width: 640px) {
            section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap a.btn_link, section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn:not(:disabled):not(.disabled), section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn-lg, div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn-lg, section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap div.bs_wrap .btn-group-lg > .btn, div.bs_wrap section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap .btn-group-lg > .btn {
              font-size: 1em;
              letter-spacing: 0; } }
      @media screen and (max-width: 640px) {
        section.floorguide_child_top div.inner div.flexbox div.txt {
          width: 100%; }
          section.floorguide_child_top div.inner div.flexbox div.txt div.bg_white {
            padding: 32px 0 0 0; }
          section.floorguide_child_top div.inner div.flexbox div.txt table th, section.floorguide_child_top div.inner div.flexbox div.txt table td {
            line-height: 1.5;
            letter-spacing: 0; }
          section.floorguide_child_top div.inner div.flexbox div.txt div.btn_wrap {
            padding: 48px 0 0 0; } }

body.floorguide div.main section.kannaimap div.flexbox div.img {
  flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  width: 66%; }
  body.floorguide div.main section.kannaimap div.flexbox div.img img {
    border: 3px solid #000; }
body.floorguide div.main section.kannaimap div.flexbox div.txt {
  flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  width: 30%; }
@media screen and (max-width: 640px) {
  body.floorguide div.main section.kannaimap div.flexbox {
    display: block; }
    body.floorguide div.main section.kannaimap div.flexbox div.img {
      width: 100%; }
    body.floorguide div.main section.kannaimap div.flexbox div.txt {
      width: 100%; }
      body.floorguide div.main section.kannaimap div.flexbox div.txt a.btn_link, body.floorguide div.main section.kannaimap div.flexbox div.txt div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.floorguide div.main section.kannaimap div.flexbox div.txt .btn:not(:disabled):not(.disabled), body.floorguide div.main section.kannaimap div.flexbox div.txt div.bs_wrap .btn-lg, div.bs_wrap body.floorguide div.main section.kannaimap div.flexbox div.txt .btn-lg, body.floorguide div.main section.kannaimap div.flexbox div.txt div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.floorguide div.main section.kannaimap div.flexbox div.txt .btn-group-lg > .btn {
        width: 100%; } }

section.hall_nav div.inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  section.hall_nav div.inner ul li {
    flex: 0 0 23.5%;
    -ms-flex: 0 0 23.5%;
    width: 23.5%; }
    section.hall_nav div.inner ul li a p {
      position: relative;
      padding-top: .5em;
      font-size: 14px;
      font-weight: bold; }
      section.hall_nav div.inner ul li a p::after {
        position: absolute;
        content: ">";
        top: 7px;
        right: 0;
        font-size: 14px; }
  @media screen and (max-width: 640px) {
    section.hall_nav div.inner ul {
      display: block; }
      section.hall_nav div.inner ul li {
        margin-bottom: 12px;
        width: 100%; } }

/* -------------------------------- 
access components 
--------------------------------- */
@media screen and (max-width: 640px) {
  body.accessmap ul.anchor_nav li a.btn_link, body.accessmap ul.anchor_nav li div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.accessmap ul.anchor_nav li .btn:not(:disabled):not(.disabled), body.accessmap ul.anchor_nav li div.bs_wrap .btn-lg, div.bs_wrap body.accessmap ul.anchor_nav li .btn-lg, body.accessmap ul.anchor_nav li div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.accessmap ul.anchor_nav li .btn-group-lg > .btn {
    font-size: 13px;
    letter-spacing: 0; } }
body.accessmap section {
  margin-top: -50px;
  padding-top: 90px; }
body.accessmap section.address div.flexbox div.txt_ja, body.accessmap section.address div.flexbox div.txt_en, body.accessmap section.access div.flexbox div.txt_ja, body.accessmap section.access div.flexbox div.txt_en, body.accessmap section.parking div.flexbox div.txt_ja, body.accessmap section.parking div.flexbox div.txt_en {
  flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  width: 48%; }
@media screen and (max-width: 640px) {
  body.accessmap section.address div.flexbox, body.accessmap section.access div.flexbox, body.accessmap section.parking div.flexbox {
    display: block; }
    body.accessmap section.address div.flexbox div.txt_ja, body.accessmap section.address div.flexbox div.txt_en, body.accessmap section.access div.flexbox div.txt_ja, body.accessmap section.access div.flexbox div.txt_en, body.accessmap section.parking div.flexbox div.txt_ja, body.accessmap section.parking div.flexbox div.txt_en {
      width: 100%; }
    body.accessmap section.address div.flexbox div.txt_ja, body.accessmap section.access div.flexbox div.txt_ja, body.accessmap section.parking div.flexbox div.txt_ja {
      margin-bottom: 40px; } }
body.accessmap p.setsumei {
  line-height: 1.7; }
body.accessmap div.ggmap #map {
  width: 100%;
  height: 400px;
  background-color: grey; }
body.accessmap div.ggmap iframe {
  width: 100%;
  height: 480px; }
body.accessmap section.address {
  padding-bottom: 0; }
  body.accessmap section.address div.flexbox {
    margin-top: 0; }
    body.accessmap section.address div.flexbox h3.h3_border {
      padding-top: 0; }
body.accessmap section.parking p.setsumei, body.accessmap section.holiday p.setsumei {
  margin-top: 2em; }
body.accessmap section.parking div.flexbox div.img, body.accessmap section.parking div.flexbox div.txt {
  flex: 0 0 48%;
  width: 48%; }
body.accessmap section.parking ul.ul_parking {
  margin-left: 1.5em;
  list-style-type: upper-alpha; }
  body.accessmap section.parking ul.ul_parking li {
    padding-bottom: .8em; }
    body.accessmap section.parking ul.ul_parking li:last-child {
      padding-bottom: 0; }
    body.accessmap section.parking ul.ul_parking li a {
      text-decoration: underline; }
body.accessmap section.tsuyoguchi div.flexbox div.txt {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  body.accessmap section.tsuyoguchi div.flexbox div.txt img {
    display: block;
    margin-top: auto;
    width: 100%; }
body.accessmap section.tsuyoguchi div.flexbox div.img {
  flex: 0 0 55%;
  -ms-flex: 0 0 55%; }
@media screen and (max-width: 640px) {
  body.accessmap section.tsuyoguchi div.flexbox {
    display: block; }
    body.accessmap section.tsuyoguchi div.flexbox div.txt {
      width: 100%; }
    body.accessmap section.tsuyoguchi div.flexbox div.img {
      margin-top: 24px;
      width: 100%; } }

/* -------------------------------- 
tomonokai components 
--------------------------------- */
body.tomonokai div.main {
  line-height: 1.6; }
  body.tomonokai div.main p.donyu {
    text-align: center; }
  body.tomonokai div.main p.p_top {
    padding: 60px 0 12px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em; }
  body.tomonokai div.main h1.page_title {
    padding: 0 0 60px .5em; }
    body.tomonokai div.main h1.page_title span {
      display: inline-block;
      margin-left: .5em; }
  @media screen and (max-width: 640px) {
    body.tomonokai div.main p.donyu {
      letter-spacing: .1em;
      font-size: .9em; }
    body.tomonokai div.main p.p_top {
      padding: 30px 0 12px .2em;
      letter-spacing: .2em; }
    body.tomonokai div.main h1.page_title {
      padding: 0 0 15px .2em;
      letter-spacing: .2em; } }
  body.tomonokai div.main section.tokuten {
    padding-top: 0; }
    body.tomonokai div.main section.tokuten p.donyu {
      margin-bottom: 4em;
      line-height: 1.8; }
    body.tomonokai div.main section.tokuten div.flexbox {
      justify-content: space-between;
      margin-bottom: 0; }
      body.tomonokai div.main section.tokuten div.flexbox div.box {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        width: 48%; }
        body.tomonokai div.main section.tokuten div.flexbox div.box p.setsumei {
          margin-top: 1em; }
    @media screen and (max-width: 640px) {
      body.tomonokai div.main section.tokuten p.donyu {
        margin-bottom: 2em;
        text-align: left; }
      body.tomonokai div.main section.tokuten div.flexbox div.box {
        width: 100%; }
        body.tomonokai div.main section.tokuten div.flexbox div.box img {
          margin-bottom: 1em; } }
  body.tomonokai div.main section.nyukai p.setsumei {
    margin: 30px auto 30px; }
  body.tomonokai div.main section.nyukai div.kome {
    padding: 1.5em 2em;
    background: #f2f2f2; }
  body.tomonokai div.main section.nyukai div a.btn_link:first-child, body.tomonokai div.main section.nyukai div.bs_wrap .btn:first-child:not(:disabled):not(.disabled), body.tomonokai div.main section.nyukai div.bs_wrap .btn-lg:first-child, body.tomonokai div.main section.nyukai div.bs_wrap .btn-group-lg > .btn:first-child {
    margin-right: 10px; }
  body.tomonokai div.main section.nyukai h4 {
    margin-top: 2em;
    margin-bottom: .5em;
    font-weight: bold;
    font-size: 1.1em; }
  @media screen and (max-width: 640px) {
    body.tomonokai div.main section.nyukai div.kome {
      padding: 1.5em;
      font-size: .9em;
      letter-spacing: .1em; }
    body.tomonokai div.main section.nyukai div a.btn_link, body.tomonokai div.main section.nyukai div.bs_wrap .btn:not(:disabled):not(.disabled), body.tomonokai div.main section.nyukai div.bs_wrap .btn-lg, body.tomonokai div.main section.nyukai div.bs_wrap .btn-group-lg > .btn {
      width: 100%; }
      body.tomonokai div.main section.nyukai div a.btn_link:first-child, body.tomonokai div.main section.nyukai div.bs_wrap .btn:first-child:not(:disabled):not(.disabled), body.tomonokai div.main section.nyukai div.bs_wrap .btn-lg:first-child, body.tomonokai div.main section.nyukai div.bs_wrap .btn-group-lg > .btn:first-child {
        margin-right: 0;
        margin-bottom: 12px; }
    body.tomonokai div.main section.nyukai h4 {
      font-size: 14px;
      letter-spacing: 0; }
    body.tomonokai div.main section.nyukai p.p_add {
      font-size: 14px;
      letter-spacing: 0.1em; } }

/* -------------------------------- 
jidogekidan components 
--------------------------------- */
body.jidogekidan div.main p.setsumei {
  margin: 0 auto 30px;
  width: 100%;
  line-height: 1.7; }
body.jidogekidan div.main div.flexbox.gekidan {
  margin-top: 50px; }
  body.jidogekidan div.main div.flexbox.gekidan div.box {
    /*flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    width: 80%;*/
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    width: 100%; }
  body.jidogekidan div.main div.flexbox.gekidan div.fb {
    width: 25%; }
  @media screen and (max-width: 640px) {
    body.jidogekidan div.main div.flexbox.gekidan div.box {
      width: 100%; }
    body.jidogekidan div.main div.flexbox.gekidan div.fb {
      width: 100%; } }
body.jidogekidan div.main div.flexbox.photo {
  justify-content: space-between;
  margin: 0 0 30px; }
  body.jidogekidan div.main div.flexbox.photo div.imgbox {
    flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    width: 49%; }
    body.jidogekidan div.main div.flexbox.photo div.imgbox img {
      width: 100%; }
    @media screen and (max-width: 640px) {
      body.jidogekidan div.main div.flexbox.photo div.imgbox {
        width: 100%; } }
body.jidogekidan div.main section.youkou div.single_content {
  margin-top: 50px;
  line-height: 1.6; }
body.jidogekidan div.main section.youkou table td {
  padding: 1em;
  border: 1px solid #222; }
body.jidogekidan div.main section.youkou a.btn_link, body.jidogekidan div.main section.youkou div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.jidogekidan div.main section.youkou .btn:not(:disabled):not(.disabled), body.jidogekidan div.main section.youkou div.bs_wrap .btn-lg, div.bs_wrap body.jidogekidan div.main section.youkou .btn-lg, body.jidogekidan div.main section.youkou div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.jidogekidan div.main section.youkou .btn-group-lg > .btn {
  margin-right: 1em;
  text-decoration: none; }
body.jidogekidan div.main section.youkou div.toi {
  line-height: 1.4; }
  body.jidogekidan div.main section.youkou div.toi h4 {
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: bold; }
@media screen and (max-width: 640px) {
  body.jidogekidan div.main section.youkou table {
    border-bottom: 1px solid #222; }
    body.jidogekidan div.main section.youkou table td {
      display: block;
      width: 100%;
      border-right: 0;
      border-left: 0; }
      body.jidogekidan div.main section.youkou table td:first-child {
        padding: 1em .5em .5em;
        border-bottom: 0;
        font-weight: bold; }
      body.jidogekidan div.main section.youkou table td:last-child {
        padding: .5em .5em 1em;
        font-size: .9em;
        letter-spacing: .1em;
        border-top: 1px dotted #777;
        border-bottom: 0; }
  body.jidogekidan div.main section.youkou a.btn_link, body.jidogekidan div.main section.youkou div.bs_wrap .btn:not(:disabled):not(.disabled), div.bs_wrap body.jidogekidan div.main section.youkou .btn:not(:disabled):not(.disabled), body.jidogekidan div.main section.youkou div.bs_wrap .btn-lg, div.bs_wrap body.jidogekidan div.main section.youkou .btn-lg, body.jidogekidan div.main section.youkou div.bs_wrap .btn-group-lg > .btn, div.bs_wrap body.jidogekidan div.main section.youkou .btn-group-lg > .btn {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
    font-size: .9em; } }

/* -------------------------------- 
siteuse components 
--------------------------------- */
body.siteuse div.main section h5 {
  margin-top: 1em;
  margin-bottom: .5em; }
body.siteuse div.main section ul {
  margin-left: 1.5em;
  list-style-type: disc; }
  body.siteuse div.main section ul li {
    padding: .15em 0;
    line-height: 1.7; }

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error_title {
  margin: 30px 0 15px 0;
  font-size: 150%;
  font-weight: bold;
  text-align: center; }
body.error404 p.error_text {
  margin-bottom: 50px;
  text-align: center; }
body.error404 .btn_wrap {
  text-align: center; }

/* -------------------------------- 
contact components 
--------------------------------- */
body.contact section, body.contact_geibunkyo section {
  padding-top: 0; }
  @media screen and (max-width: 640px) {
    body.contact section div.inner, body.contact_geibunkyo section div.inner {
      padding-top: 0; } }

@media screen and (max-width: 640px) {
  body.thanks div.main h1.page_title, body.geibunkyo_thanks div.main h1.page_title {
    padding-bottom: 15px !important; }
  body.thanks div.main section, body.geibunkyo_thanks div.main section {
    padding-top: 0; }
    body.thanks div.main section div.inner, body.geibunkyo_thanks div.main section div.inner {
      padding-top: 0; } }

/* -------------------------------- 
geibunkyo components 
--------------------------------- */
/*swiper*/
body.geibunkyo section.geibunkyo-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 90px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.geibunkyo-wrapper {
      margin-bottom: 0;
      padding-bottom: 0;
      padding-top: 76px; } }
  body.geibunkyo section.geibunkyo-wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: 500px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 30; }
  body.geibunkyo section.geibunkyo-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 500px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 30; }
  body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    /*width: 1200px;*/ }
    @media screen and (max-width: 1100px) {
      body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo {
        width: 100%; } }
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo img {
      width: 100%;
      transition: all .25s ease; }
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo a:hover img {
      opacity: 0.75; }
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo .swiper-button-prev,
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo .swiper-button-next {
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 100%;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3); }
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo .swiper-button-prev:after,
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo .swiper-button-next:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -5px 0 0 -2px;
      border: 5px solid transparent;
      border-left: 6px solid #f08300; }
    body.geibunkyo section.geibunkyo-wrapper div.swiper-geibunkyo .swiper-button-prev:after {
      transform: rotate(180deg);
      margin: -5px 0 0 -9px; }

body.geibunkyo header, body.contact_geibunkyo header, body.post-type-archive-geibunkyoevent header, body.tax-geibunkyoevent_tax header, body.single-geibunkyoevent header, body.geibunkyo_thanks header {
  background: #f4e6c3;
  padding: 25px 40px; }
  @media screen and (max-width: 640px) {
    body.geibunkyo header, body.contact_geibunkyo header, body.post-type-archive-geibunkyoevent header, body.tax-geibunkyoevent_tax header, body.single-geibunkyoevent header, body.geibunkyo_thanks header {
      padding: 20px; } }
  body.geibunkyo header h1 img, body.contact_geibunkyo header h1 img, body.post-type-archive-geibunkyoevent header h1 img, body.tax-geibunkyoevent_tax header h1 img, body.single-geibunkyoevent header h1 img, body.geibunkyo_thanks header h1 img {
    height: 40px; }
    @media screen and (max-width: 640px) {
      body.geibunkyo header h1 img, body.contact_geibunkyo header h1 img, body.post-type-archive-geibunkyoevent header h1 img, body.tax-geibunkyoevent_tax header h1 img, body.single-geibunkyoevent header h1 img, body.geibunkyo_thanks header h1 img {
        height: 36px; } }
  body.geibunkyo header .headerright .head_tel, body.contact_geibunkyo header .headerright .head_tel, body.post-type-archive-geibunkyoevent header .headerright .head_tel, body.tax-geibunkyoevent_tax header .headerright .head_tel, body.single-geibunkyoevent header .headerright .head_tel, body.geibunkyo_thanks header .headerright .head_tel {
    line-height: 1.25rem;
    margin-left: 2.0rem; }
    body.geibunkyo header .headerright .head_tel small, body.contact_geibunkyo header .headerright .head_tel small, body.post-type-archive-geibunkyoevent header .headerright .head_tel small, body.tax-geibunkyoevent_tax header .headerright .head_tel small, body.single-geibunkyoevent header .headerright .head_tel small, body.geibunkyo_thanks header .headerright .head_tel small {
      font-size: .85rem; }
body.geibunkyo footer, body.contact_geibunkyo footer, body.post-type-archive-geibunkyoevent footer, body.tax-geibunkyoevent_tax footer, body.single-geibunkyoevent footer, body.geibunkyo_thanks footer {
  background: #f4e6c3;
  color: #222; }
  body.geibunkyo footer div.inner div.add p.tel, body.contact_geibunkyo footer div.inner div.add p.tel, body.post-type-archive-geibunkyoevent footer div.inner div.add p.tel, body.tax-geibunkyoevent_tax footer div.inner div.add p.tel, body.single-geibunkyoevent footer div.inner div.add p.tel, body.geibunkyo_thanks footer div.inner div.add p.tel {
    padding-top: 1.0rem; }
  @media screen and (max-width: 768px) {
    body.geibunkyo footer div.inner div.footer_nav_wrap, body.contact_geibunkyo footer div.inner div.footer_nav_wrap, body.post-type-archive-geibunkyoevent footer div.inner div.footer_nav_wrap, body.tax-geibunkyoevent_tax footer div.inner div.footer_nav_wrap, body.single-geibunkyoevent footer div.inner div.footer_nav_wrap, body.geibunkyo_thanks footer div.inner div.footer_nav_wrap {
      display: block; } }
  @media screen and (max-width: 640px) {
    body.geibunkyo footer div.inner div.footer_nav_wrap, body.contact_geibunkyo footer div.inner div.footer_nav_wrap, body.post-type-archive-geibunkyoevent footer div.inner div.footer_nav_wrap, body.tax-geibunkyoevent_tax footer div.inner div.footer_nav_wrap, body.single-geibunkyoevent footer div.inner div.footer_nav_wrap, body.geibunkyo_thanks footer div.inner div.footer_nav_wrap {
      display: none; } }
  body.geibunkyo footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a, body.contact_geibunkyo footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a, body.post-type-archive-geibunkyoevent footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a, body.tax-geibunkyoevent_tax footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a, body.single-geibunkyoevent footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a, body.geibunkyo_thanks footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a {
    color: #222; }
    body.geibunkyo footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover, body.contact_geibunkyo footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover, body.post-type-archive-geibunkyoevent footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover, body.tax-geibunkyoevent_tax footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover, body.single-geibunkyoevent footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover, body.geibunkyo_thanks footer div.inner div.footer_nav_wrap div.box ul.footer_nav li a:hover {
      color: #009944; }
  body.geibunkyo footer div.flex div.inner, body.contact_geibunkyo footer div.flex div.inner, body.post-type-archive-geibunkyoevent footer div.flex div.inner, body.tax-geibunkyoevent_tax footer div.flex div.inner, body.single-geibunkyoevent footer div.flex div.inner, body.geibunkyo_thanks footer div.flex div.inner {
    border-top: 1px solid #222;
    padding-top: 20px; }
    @media screen and (max-width: 640px) {
      body.geibunkyo footer div.flex div.inner, body.contact_geibunkyo footer div.flex div.inner, body.post-type-archive-geibunkyoevent footer div.flex div.inner, body.tax-geibunkyoevent_tax footer div.flex div.inner, body.single-geibunkyoevent footer div.flex div.inner, body.geibunkyo_thanks footer div.flex div.inner {
        padding-top: 40px; } }
    body.geibunkyo footer div.flex div.inner div.footer_bnr a, body.contact_geibunkyo footer div.flex div.inner div.footer_bnr a, body.post-type-archive-geibunkyoevent footer div.flex div.inner div.footer_bnr a, body.tax-geibunkyoevent_tax footer div.flex div.inner div.footer_bnr a, body.single-geibunkyoevent footer div.flex div.inner div.footer_bnr a, body.geibunkyo_thanks footer div.flex div.inner div.footer_bnr a {
      width: 220px;
      background: #fff;
      padding: 0; }
body.geibunkyo #navigation, body.contact_geibunkyo #navigation, body.post-type-archive-geibunkyoevent #navigation, body.tax-geibunkyoevent_tax #navigation, body.single-geibunkyoevent #navigation, body.geibunkyo_thanks #navigation {
  background: #f4e6c3; }
body.geibunkyo section, body.contact_geibunkyo section, body.post-type-archive-geibunkyoevent section, body.tax-geibunkyoevent_tax section, body.single-geibunkyoevent section, body.geibunkyo_thanks section {
  /*padding-top: 0;*/ }
  @media screen and (max-width: 640px) {
    body.geibunkyo section div.inner, body.contact_geibunkyo section div.inner, body.post-type-archive-geibunkyoevent section div.inner, body.tax-geibunkyoevent_tax section div.inner, body.single-geibunkyoevent section div.inner, body.geibunkyo_thanks section div.inner {
      /*padding-top: 0;*/ } }
body.geibunkyo section.lineup, body.contact_geibunkyo section.lineup, body.post-type-archive-geibunkyoevent section.lineup, body.tax-geibunkyoevent_tax section.lineup, body.single-geibunkyoevent section.lineup, body.geibunkyo_thanks section.lineup {
  margin: 50px 0 0 !important;
  padding-bottom: 100px !important; }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.lineup, body.contact_geibunkyo section.lineup, body.post-type-archive-geibunkyoevent section.lineup, body.tax-geibunkyoevent_tax section.lineup, body.single-geibunkyoevent section.lineup, body.geibunkyo_thanks section.lineup {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
      padding-bottom: 50px !important; } }
  @media screen and (max-width: 768px) {
    body.geibunkyo section.lineup div.title_wrap, body.contact_geibunkyo section.lineup div.title_wrap, body.post-type-archive-geibunkyoevent section.lineup div.title_wrap, body.tax-geibunkyoevent_tax section.lineup div.title_wrap, body.single-geibunkyoevent section.lineup div.title_wrap, body.geibunkyo_thanks section.lineup div.title_wrap {
      max-width: 100% !important; } }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.lineup div.inner .swiper-button-prev,
    body.geibunkyo section.lineup div.inner .swiper-button-next, body.contact_geibunkyo section.lineup div.inner .swiper-button-prev,
    body.contact_geibunkyo section.lineup div.inner .swiper-button-next, body.post-type-archive-geibunkyoevent section.lineup div.inner .swiper-button-prev,
    body.post-type-archive-geibunkyoevent section.lineup div.inner .swiper-button-next, body.tax-geibunkyoevent_tax section.lineup div.inner .swiper-button-prev,
    body.tax-geibunkyoevent_tax section.lineup div.inner .swiper-button-next, body.single-geibunkyoevent section.lineup div.inner .swiper-button-prev,
    body.single-geibunkyoevent section.lineup div.inner .swiper-button-next, body.geibunkyo_thanks section.lineup div.inner .swiper-button-prev,
    body.geibunkyo_thanks section.lineup div.inner .swiper-button-next {
      z-index: 1 !important; } }
  @media screen and (max-width: 1366px) {
    body.geibunkyo section.lineup div.title_wrap, body.contact_geibunkyo section.lineup div.title_wrap, body.post-type-archive-geibunkyoevent section.lineup div.title_wrap, body.tax-geibunkyoevent_tax section.lineup div.title_wrap, body.single-geibunkyoevent section.lineup div.title_wrap, body.geibunkyo_thanks section.lineup div.title_wrap {
      max-width: 100% !important; } }
  @media screen and (max-width: 1366px) {
    body.geibunkyo section.lineup div.btn_wrap, body.contact_geibunkyo section.lineup div.btn_wrap, body.post-type-archive-geibunkyoevent section.lineup div.btn_wrap, body.tax-geibunkyoevent_tax section.lineup div.btn_wrap, body.single-geibunkyoevent section.lineup div.btn_wrap, body.geibunkyo_thanks section.lineup div.btn_wrap {
      right: calc(50% - 600px) !important; } }
  @media screen and (max-width: 1024px) {
    body.geibunkyo section.lineup div.btn_wrap, body.contact_geibunkyo section.lineup div.btn_wrap, body.post-type-archive-geibunkyoevent section.lineup div.btn_wrap, body.tax-geibunkyoevent_tax section.lineup div.btn_wrap, body.single-geibunkyoevent section.lineup div.btn_wrap, body.geibunkyo_thanks section.lineup div.btn_wrap {
      right: calc(50% - 370px) !important; } }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.lineup div.btn_wrap, body.contact_geibunkyo section.lineup div.btn_wrap, body.post-type-archive-geibunkyoevent section.lineup div.btn_wrap, body.tax-geibunkyoevent_tax section.lineup div.btn_wrap, body.single-geibunkyoevent section.lineup div.btn_wrap, body.geibunkyo_thanks section.lineup div.btn_wrap {
      right: 0 !important; } }
body.geibunkyo section.about, body.geibunkyo section.bumon, body.geibunkyo section.nyukai, body.contact_geibunkyo section.about, body.contact_geibunkyo section.bumon, body.contact_geibunkyo section.nyukai, body.post-type-archive-geibunkyoevent section.about, body.post-type-archive-geibunkyoevent section.bumon, body.post-type-archive-geibunkyoevent section.nyukai, body.tax-geibunkyoevent_tax section.about, body.tax-geibunkyoevent_tax section.bumon, body.tax-geibunkyoevent_tax section.nyukai, body.single-geibunkyoevent section.about, body.single-geibunkyoevent section.bumon, body.single-geibunkyoevent section.nyukai, body.geibunkyo_thanks section.about, body.geibunkyo_thanks section.bumon, body.geibunkyo_thanks section.nyukai {
  padding: 50px 0 0; }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.about, body.geibunkyo section.bumon, body.geibunkyo section.nyukai, body.contact_geibunkyo section.about, body.contact_geibunkyo section.bumon, body.contact_geibunkyo section.nyukai, body.post-type-archive-geibunkyoevent section.about, body.post-type-archive-geibunkyoevent section.bumon, body.post-type-archive-geibunkyoevent section.nyukai, body.tax-geibunkyoevent_tax section.about, body.tax-geibunkyoevent_tax section.bumon, body.tax-geibunkyoevent_tax section.nyukai, body.single-geibunkyoevent section.about, body.single-geibunkyoevent section.bumon, body.single-geibunkyoevent section.nyukai, body.geibunkyo_thanks section.about, body.geibunkyo_thanks section.bumon, body.geibunkyo_thanks section.nyukai {
      padding: 70px 0 0; } }
  body.geibunkyo section.about div.inner, body.geibunkyo section.bumon div.inner, body.geibunkyo section.nyukai div.inner, body.contact_geibunkyo section.about div.inner, body.contact_geibunkyo section.bumon div.inner, body.contact_geibunkyo section.nyukai div.inner, body.post-type-archive-geibunkyoevent section.about div.inner, body.post-type-archive-geibunkyoevent section.bumon div.inner, body.post-type-archive-geibunkyoevent section.nyukai div.inner, body.tax-geibunkyoevent_tax section.about div.inner, body.tax-geibunkyoevent_tax section.bumon div.inner, body.tax-geibunkyoevent_tax section.nyukai div.inner, body.single-geibunkyoevent section.about div.inner, body.single-geibunkyoevent section.bumon div.inner, body.single-geibunkyoevent section.nyukai div.inner, body.geibunkyo_thanks section.about div.inner, body.geibunkyo_thanks section.bumon div.inner, body.geibunkyo_thanks section.nyukai div.inner {
    padding: 60px 30px 0; }
    @media screen and (max-width: 640px) {
      body.geibunkyo section.about div.inner, body.geibunkyo section.bumon div.inner, body.geibunkyo section.nyukai div.inner, body.contact_geibunkyo section.about div.inner, body.contact_geibunkyo section.bumon div.inner, body.contact_geibunkyo section.nyukai div.inner, body.post-type-archive-geibunkyoevent section.about div.inner, body.post-type-archive-geibunkyoevent section.bumon div.inner, body.post-type-archive-geibunkyoevent section.nyukai div.inner, body.tax-geibunkyoevent_tax section.about div.inner, body.tax-geibunkyoevent_tax section.bumon div.inner, body.tax-geibunkyoevent_tax section.nyukai div.inner, body.single-geibunkyoevent section.about div.inner, body.single-geibunkyoevent section.bumon div.inner, body.single-geibunkyoevent section.nyukai div.inner, body.geibunkyo_thanks section.about div.inner, body.geibunkyo_thanks section.bumon div.inner, body.geibunkyo_thanks section.nyukai div.inner {
        padding: 20px 15px 0 !important; } }
    body.geibunkyo section.about div.inner h2, body.geibunkyo section.bumon div.inner h2, body.geibunkyo section.nyukai div.inner h2, body.contact_geibunkyo section.about div.inner h2, body.contact_geibunkyo section.bumon div.inner h2, body.contact_geibunkyo section.nyukai div.inner h2, body.post-type-archive-geibunkyoevent section.about div.inner h2, body.post-type-archive-geibunkyoevent section.bumon div.inner h2, body.post-type-archive-geibunkyoevent section.nyukai div.inner h2, body.tax-geibunkyoevent_tax section.about div.inner h2, body.tax-geibunkyoevent_tax section.bumon div.inner h2, body.tax-geibunkyoevent_tax section.nyukai div.inner h2, body.single-geibunkyoevent section.about div.inner h2, body.single-geibunkyoevent section.bumon div.inner h2, body.single-geibunkyoevent section.nyukai div.inner h2, body.geibunkyo_thanks section.about div.inner h2, body.geibunkyo_thanks section.bumon div.inner h2, body.geibunkyo_thanks section.nyukai div.inner h2 {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 2.0rem; }
      @media screen and (max-width: 1366px) {
        body.geibunkyo section.about div.inner h2, body.geibunkyo section.bumon div.inner h2, body.geibunkyo section.nyukai div.inner h2, body.contact_geibunkyo section.about div.inner h2, body.contact_geibunkyo section.bumon div.inner h2, body.contact_geibunkyo section.nyukai div.inner h2, body.post-type-archive-geibunkyoevent section.about div.inner h2, body.post-type-archive-geibunkyoevent section.bumon div.inner h2, body.post-type-archive-geibunkyoevent section.nyukai div.inner h2, body.tax-geibunkyoevent_tax section.about div.inner h2, body.tax-geibunkyoevent_tax section.bumon div.inner h2, body.tax-geibunkyoevent_tax section.nyukai div.inner h2, body.single-geibunkyoevent section.about div.inner h2, body.single-geibunkyoevent section.bumon div.inner h2, body.single-geibunkyoevent section.nyukai div.inner h2, body.geibunkyo_thanks section.about div.inner h2, body.geibunkyo_thanks section.bumon div.inner h2, body.geibunkyo_thanks section.nyukai div.inner h2 {
          font-size: 1.45rem; } }
      @media screen and (max-width: 1024px) {
        body.geibunkyo section.about div.inner h2, body.geibunkyo section.bumon div.inner h2, body.geibunkyo section.nyukai div.inner h2, body.contact_geibunkyo section.about div.inner h2, body.contact_geibunkyo section.bumon div.inner h2, body.contact_geibunkyo section.nyukai div.inner h2, body.post-type-archive-geibunkyoevent section.about div.inner h2, body.post-type-archive-geibunkyoevent section.bumon div.inner h2, body.post-type-archive-geibunkyoevent section.nyukai div.inner h2, body.tax-geibunkyoevent_tax section.about div.inner h2, body.tax-geibunkyoevent_tax section.bumon div.inner h2, body.tax-geibunkyoevent_tax section.nyukai div.inner h2, body.single-geibunkyoevent section.about div.inner h2, body.single-geibunkyoevent section.bumon div.inner h2, body.single-geibunkyoevent section.nyukai div.inner h2, body.geibunkyo_thanks section.about div.inner h2, body.geibunkyo_thanks section.bumon div.inner h2, body.geibunkyo_thanks section.nyukai div.inner h2 {
          font-size: 1.3rem; } }
      @media screen and (max-width: 640px) {
        body.geibunkyo section.about div.inner h2, body.geibunkyo section.bumon div.inner h2, body.geibunkyo section.nyukai div.inner h2, body.contact_geibunkyo section.about div.inner h2, body.contact_geibunkyo section.bumon div.inner h2, body.contact_geibunkyo section.nyukai div.inner h2, body.post-type-archive-geibunkyoevent section.about div.inner h2, body.post-type-archive-geibunkyoevent section.bumon div.inner h2, body.post-type-archive-geibunkyoevent section.nyukai div.inner h2, body.tax-geibunkyoevent_tax section.about div.inner h2, body.tax-geibunkyoevent_tax section.bumon div.inner h2, body.tax-geibunkyoevent_tax section.nyukai div.inner h2, body.single-geibunkyoevent section.about div.inner h2, body.single-geibunkyoevent section.bumon div.inner h2, body.single-geibunkyoevent section.nyukai div.inner h2, body.geibunkyo_thanks section.about div.inner h2, body.geibunkyo_thanks section.bumon div.inner h2, body.geibunkyo_thanks section.nyukai div.inner h2 {
          font-size: 1.1rem; } }
    body.geibunkyo section.about div.inner p, body.geibunkyo section.bumon div.inner p, body.geibunkyo section.nyukai div.inner p, body.contact_geibunkyo section.about div.inner p, body.contact_geibunkyo section.bumon div.inner p, body.contact_geibunkyo section.nyukai div.inner p, body.post-type-archive-geibunkyoevent section.about div.inner p, body.post-type-archive-geibunkyoevent section.bumon div.inner p, body.post-type-archive-geibunkyoevent section.nyukai div.inner p, body.tax-geibunkyoevent_tax section.about div.inner p, body.tax-geibunkyoevent_tax section.bumon div.inner p, body.tax-geibunkyoevent_tax section.nyukai div.inner p, body.single-geibunkyoevent section.about div.inner p, body.single-geibunkyoevent section.bumon div.inner p, body.single-geibunkyoevent section.nyukai div.inner p, body.geibunkyo_thanks section.about div.inner p, body.geibunkyo_thanks section.bumon div.inner p, body.geibunkyo_thanks section.nyukai div.inner p {
      font-size: 1.2rem; }
      @media screen and (max-width: 640px) {
        body.geibunkyo section.about div.inner p, body.geibunkyo section.bumon div.inner p, body.geibunkyo section.nyukai div.inner p, body.contact_geibunkyo section.about div.inner p, body.contact_geibunkyo section.bumon div.inner p, body.contact_geibunkyo section.nyukai div.inner p, body.post-type-archive-geibunkyoevent section.about div.inner p, body.post-type-archive-geibunkyoevent section.bumon div.inner p, body.post-type-archive-geibunkyoevent section.nyukai div.inner p, body.tax-geibunkyoevent_tax section.about div.inner p, body.tax-geibunkyoevent_tax section.bumon div.inner p, body.tax-geibunkyoevent_tax section.nyukai div.inner p, body.single-geibunkyoevent section.about div.inner p, body.single-geibunkyoevent section.bumon div.inner p, body.single-geibunkyoevent section.nyukai div.inner p, body.geibunkyo_thanks section.about div.inner p, body.geibunkyo_thanks section.bumon div.inner p, body.geibunkyo_thanks section.nyukai div.inner p {
          font-size: 1.1rem;
          line-height: 1.6; } }
body.geibunkyo section.about div.inner h2, body.contact_geibunkyo section.about div.inner h2, body.post-type-archive-geibunkyoevent section.about div.inner h2, body.tax-geibunkyoevent_tax section.about div.inner h2, body.single-geibunkyoevent section.about div.inner h2, body.geibunkyo_thanks section.about div.inner h2 {
  text-align: center; }
  body.geibunkyo section.about div.inner h2 span, body.contact_geibunkyo section.about div.inner h2 span, body.post-type-archive-geibunkyoevent section.about div.inner h2 span, body.tax-geibunkyoevent_tax section.about div.inner h2 span, body.single-geibunkyoevent section.about div.inner h2 span, body.geibunkyo_thanks section.about div.inner h2 span {
    background-image: url("../img/geibunkyo/bg_creamline.png");
    border-right: 5px solid #eedfa2;
    border-bottom: 5px solid #eedfa2;
    padding: .5rem 1.5rem .3rem; }
    @media screen and (max-width: 640px) {
      body.geibunkyo section.about div.inner h2 span, body.contact_geibunkyo section.about div.inner h2 span, body.post-type-archive-geibunkyoevent section.about div.inner h2 span, body.tax-geibunkyoevent_tax section.about div.inner h2 span, body.single-geibunkyoevent section.about div.inner h2 span, body.geibunkyo_thanks section.about div.inner h2 span {
        padding: .5rem 1.0rem .3rem; } }
body.geibunkyo section.about div.inner p.about_txt, body.contact_geibunkyo section.about div.inner p.about_txt, body.post-type-archive-geibunkyoevent section.about div.inner p.about_txt, body.tax-geibunkyoevent_tax section.about div.inner p.about_txt, body.single-geibunkyoevent section.about div.inner p.about_txt, body.geibunkyo_thanks section.about div.inner p.about_txt {
  margin-top: 2.5rem;
  text-align: center; }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.about div.inner p.about_txt, body.contact_geibunkyo section.about div.inner p.about_txt, body.post-type-archive-geibunkyoevent section.about div.inner p.about_txt, body.tax-geibunkyoevent_tax section.about div.inner p.about_txt, body.single-geibunkyoevent section.about div.inner p.about_txt, body.geibunkyo_thanks section.about div.inner p.about_txt {
      text-align: left; } }
body.geibunkyo section.bumon div.inner, body.contact_geibunkyo section.bumon div.inner, body.post-type-archive-geibunkyoevent section.bumon div.inner, body.tax-geibunkyoevent_tax section.bumon div.inner, body.single-geibunkyoevent section.bumon div.inner, body.geibunkyo_thanks section.bumon div.inner {
  /*			p.bumon_txt {
  				@include mq(sm) {
  					padding-bottom: 2.0rem;
  				}
  			}*/ }
  body.geibunkyo section.bumon div.inner h2 span, body.contact_geibunkyo section.bumon div.inner h2 span, body.post-type-archive-geibunkyoevent section.bumon div.inner h2 span, body.tax-geibunkyoevent_tax section.bumon div.inner h2 span, body.single-geibunkyoevent section.bumon div.inner h2 span, body.geibunkyo_thanks section.bumon div.inner h2 span {
    background-image: url(../img/geibunkyo/bg_pinkline.png);
    border-right: 5px solid #dd879e;
    border-bottom: 5px solid #dd879e;
    padding: .5rem 1.5rem .3rem; }
  body.geibunkyo section.bumon div.inner img, body.contact_geibunkyo section.bumon div.inner img, body.post-type-archive-geibunkyoevent section.bumon div.inner img, body.tax-geibunkyoevent_tax section.bumon div.inner img, body.single-geibunkyoevent section.bumon div.inner img, body.geibunkyo_thanks section.bumon div.inner img {
    margin: 3.0rem auto 0;
    width: 80%; }
    @media screen and (max-width: 640px) {
      body.geibunkyo section.bumon div.inner img, body.contact_geibunkyo section.bumon div.inner img, body.post-type-archive-geibunkyoevent section.bumon div.inner img, body.tax-geibunkyoevent_tax section.bumon div.inner img, body.single-geibunkyoevent section.bumon div.inner img, body.geibunkyo_thanks section.bumon div.inner img {
        margin: 1.0rem auto 0;
        width: 100%; } }
  body.geibunkyo section.bumon div.inner div.txt, body.contact_geibunkyo section.bumon div.inner div.txt, body.post-type-archive-geibunkyoevent section.bumon div.inner div.txt, body.tax-geibunkyoevent_tax section.bumon div.inner div.txt, body.single-geibunkyoevent section.bumon div.inner div.txt, body.geibunkyo_thanks section.bumon div.inner div.txt {
    margin-top: 2.5rem; }
    body.geibunkyo section.bumon div.inner div.txt p, body.contact_geibunkyo section.bumon div.inner div.txt p, body.post-type-archive-geibunkyoevent section.bumon div.inner div.txt p, body.tax-geibunkyoevent_tax section.bumon div.inner div.txt p, body.single-geibunkyoevent section.bumon div.inner div.txt p, body.geibunkyo_thanks section.bumon div.inner div.txt p {
      position: relative;
      margin-left: 1.0rem;
      margin-bottom: .25rem;
      /*br {
      	@include mq(sm) {
      		content: "";
      		display: block;
      		margin-bottom: 1.5rem;
      	}
      }*/ }
      body.geibunkyo section.bumon div.inner div.txt p::before, body.contact_geibunkyo section.bumon div.inner div.txt p::before, body.post-type-archive-geibunkyoevent section.bumon div.inner div.txt p::before, body.tax-geibunkyoevent_tax section.bumon div.inner div.txt p::before, body.single-geibunkyoevent section.bumon div.inner div.txt p::before, body.geibunkyo_thanks section.bumon div.inner div.txt p::before {
        content: "・";
        position: absolute;
        left: -1.15em; }
      @media screen and (max-width: 640px) {
        body.geibunkyo section.bumon div.inner div.txt p, body.contact_geibunkyo section.bumon div.inner div.txt p, body.post-type-archive-geibunkyoevent section.bumon div.inner div.txt p, body.tax-geibunkyoevent_tax section.bumon div.inner div.txt p, body.single-geibunkyoevent section.bumon div.inner div.txt p, body.geibunkyo_thanks section.bumon div.inner div.txt p {
          margin-bottom: 1.0rem; } }
body.geibunkyo section.nyukai div.inner, body.contact_geibunkyo section.nyukai div.inner, body.post-type-archive-geibunkyoevent section.nyukai div.inner, body.tax-geibunkyoevent_tax section.nyukai div.inner, body.single-geibunkyoevent section.nyukai div.inner, body.geibunkyo_thanks section.nyukai div.inner {
  padding-bottom: 60px !important; }
  @media screen and (max-width: 640px) {
    body.geibunkyo section.nyukai div.inner, body.contact_geibunkyo section.nyukai div.inner, body.post-type-archive-geibunkyoevent section.nyukai div.inner, body.tax-geibunkyoevent_tax section.nyukai div.inner, body.single-geibunkyoevent section.nyukai div.inner, body.geibunkyo_thanks section.nyukai div.inner {
      padding-bottom: 40px !important; } }
  body.geibunkyo section.nyukai div.inner h2 span, body.contact_geibunkyo section.nyukai div.inner h2 span, body.post-type-archive-geibunkyoevent section.nyukai div.inner h2 span, body.tax-geibunkyoevent_tax section.nyukai div.inner h2 span, body.single-geibunkyoevent section.nyukai div.inner h2 span, body.geibunkyo_thanks section.nyukai div.inner h2 span {
    background-image: url(../img/geibunkyo/bg_blueline.png);
    border-right: 5px solid #63b4d3;
    border-bottom: 5px solid #63b4d3;
    padding: .5rem 1.5rem .3rem; }
  body.geibunkyo section.nyukai div.inner div.txt p, body.contact_geibunkyo section.nyukai div.inner div.txt p, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.txt p, body.tax-geibunkyoevent_tax section.nyukai div.inner div.txt p, body.single-geibunkyoevent section.nyukai div.inner div.txt p, body.geibunkyo_thanks section.nyukai div.inner div.txt p {
    position: relative;
    margin-left: 1.0rem;
    margin-bottom: .25rem;
    /*br {
    	@include mq(sm) {
    		content: "";
    		display: block;
    		margin-bottom: 1.5rem;
    	}
    }*/ }
    body.geibunkyo section.nyukai div.inner div.txt p::before, body.contact_geibunkyo section.nyukai div.inner div.txt p::before, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.txt p::before, body.tax-geibunkyoevent_tax section.nyukai div.inner div.txt p::before, body.single-geibunkyoevent section.nyukai div.inner div.txt p::before, body.geibunkyo_thanks section.nyukai div.inner div.txt p::before {
      content: "・";
      position: absolute;
      left: -1.15em; }
    @media screen and (max-width: 640px) {
      body.geibunkyo section.nyukai div.inner div.txt p, body.contact_geibunkyo section.nyukai div.inner div.txt p, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.txt p, body.tax-geibunkyoevent_tax section.nyukai div.inner div.txt p, body.single-geibunkyoevent section.nyukai div.inner div.txt p, body.geibunkyo_thanks section.nyukai div.inner div.txt p {
        margin-bottom: 1.0rem; } }
  body.geibunkyo section.nyukai div.inner div.toi_wrap, body.contact_geibunkyo section.nyukai div.inner div.toi_wrap, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.toi_wrap, body.tax-geibunkyoevent_tax section.nyukai div.inner div.toi_wrap, body.single-geibunkyoevent section.nyukai div.inner div.toi_wrap, body.geibunkyo_thanks section.nyukai div.inner div.toi_wrap {
    margin-top: 3.0rem; }
    body.geibunkyo section.nyukai div.inner div.toi_wrap span.renrakusaki, body.contact_geibunkyo section.nyukai div.inner div.toi_wrap span.renrakusaki, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.toi_wrap span.renrakusaki, body.tax-geibunkyoevent_tax section.nyukai div.inner div.toi_wrap span.renrakusaki, body.single-geibunkyoevent section.nyukai div.inner div.toi_wrap span.renrakusaki, body.geibunkyo_thanks section.nyukai div.inner div.toi_wrap span.renrakusaki {
      border: 1px solid #222;
      padding: .25rem .5rem; }
    body.geibunkyo section.nyukai div.inner div.toi_wrap p.add, body.contact_geibunkyo section.nyukai div.inner div.toi_wrap p.add, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.toi_wrap p.add, body.tax-geibunkyoevent_tax section.nyukai div.inner div.toi_wrap p.add, body.single-geibunkyoevent section.nyukai div.inner div.toi_wrap p.add, body.geibunkyo_thanks section.nyukai div.inner div.toi_wrap p.add {
      margin: 1.0rem 0;
      font-size: 1.1rem; }
      @media screen and (max-width: 640px) {
        body.geibunkyo section.nyukai div.inner div.toi_wrap p.add, body.contact_geibunkyo section.nyukai div.inner div.toi_wrap p.add, body.post-type-archive-geibunkyoevent section.nyukai div.inner div.toi_wrap p.add, body.tax-geibunkyoevent_tax section.nyukai div.inner div.toi_wrap p.add, body.single-geibunkyoevent section.nyukai div.inner div.toi_wrap p.add, body.geibunkyo_thanks section.nyukai div.inner div.toi_wrap p.add {
          font-size: 1.0rem; } }
body.geibunkyo div.main h1.page_title span, body.contact_geibunkyo div.main h1.page_title span, body.post-type-archive-geibunkyoevent div.main h1.page_title span, body.tax-geibunkyoevent_tax div.main h1.page_title span, body.single-geibunkyoevent div.main h1.page_title span, body.geibunkyo_thanks div.main h1.page_title span {
  font-size: 1.15rem;
  letter-spacing: .1em; }

/* 一覧 */
