@charset "UTF-8";
/*====================================================
  Contents
=====================================================*/
/* 1.1 - Home / front-page
-----------------------------------------------------*/
/* Common ---------- */
/* Responsive ---------- */
/* 1.2 - In-Page
-----------------------------------------------------*/
/* Common ---------- */
/* Responsive ---------- */
.editor-style-news {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* ==========================================================================
  HTML5 display definitions
  ========================================================================== */
  /* ==========================================================================
  Links
  ========================================================================== */
  /* ==========================================================================
  Typography
  ========================================================================== */
  /* ==========================================================================
  Lists
  ========================================================================== */
  /* ==========================================================================
  Embedded content
  ========================================================================== */
  /* ==========================================================================
  Figures
  ========================================================================== */
  /* ==========================================================================
  Forms
  ========================================================================== */
  /* ==========================================================================
  Tables
  ========================================================================== */
  /*********************
  INPUTS
  *********************/
  /*
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  select,
  textarea,
  .field {
    padding: 0 2%;
    width: 96%;
    max-width: 96%;
  }
  textarea{
    padding: 2%;
  }
  */
  /*********************
  LINK STYLES
  *********************/
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  /******************************************************************
  PAGE STYLES
  ******************************************************************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
}
.editor-style-news article,
.editor-style-news aside,
.editor-style-news details,
.editor-style-news figcaption,
.editor-style-news figure,
.editor-style-news footer,
.editor-style-news header,
.editor-style-news hgroup,
.editor-style-news main,
.editor-style-news nav,
.editor-style-news section,
.editor-style-news summary {
  display: block;
}
.editor-style-news audio,
.editor-style-news canvas,
.editor-style-news video {
  display: inline-block;
}
.editor-style-news a {
  background: transparent;
}
.editor-style-news a:focus {
  outline: thin dotted;
}
.editor-style-news a:active,
.editor-style-news a:hover {
  outline: 0;
}
.editor-style-news .gf {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight: normal;
}
.editor-style-news h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.editor-style-news abbr[title] {
  border-bottom: 1px dotted;
}
.editor-style-news b, .editor-style-news strong, .editor-style-news .strong {
  font-weight: bold;
}
.editor-style-news dfn, .editor-style-news em, .editor-style-news .em {
  font-style: italic;
  border-bottom: 1px dotted pink;
}
.editor-style-news hr {
  margin: 1.8em 0;
  padding: 0;
  border: 0;
  height: 5px;
  background: url(https://crebow.info/wp/wp-content/themes/crebow-basic-theme/assets/css/library/images/line01.png) repeat-x 0 0;
}
.editor-style-news p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.editor-style-news pre {
  margin: 0;
}
.editor-style-news code,
.editor-style-news kbd,
.editor-style-news pre,
.editor-style-news samp {
  font-size: 0.9em;
  padding: 0.05em 0.4em;
  border-radius: 3px;
  background: #F6F6F6;
  color: #444;
}
.editor-style-news pre {
  white-space: pre-wrap;
}
.editor-style-news q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.editor-style-news q:before,
.editor-style-news q:after {
  content: '';
  content: none;
}
.editor-style-news small, .editor-style-news .small {
  font-size: 75%;
}
.editor-style-news sub, .editor-style-news sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.editor-style-news sup {
  top: -0.5em;
}
.editor-style-news sub {
  bottom: -0.25em;
}
.editor-style-news dl, .editor-style-news menu, .editor-style-news ol, .editor-style-news ul {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 1em 0;
}
.editor-style-news dd {
  margin: 0;
}
.editor-style-news .gallery {
  margin: 0.5em auto 2em !important;
}
.editor-style-news .gallery dl {
  margin: 0 !important;
}
.editor-style-news .gallery dl img {
  margin-bottom: 0;
  border: none !important;
  padding: 1px;
}
.editor-style-news menu {
  padding: 0 0 0 40px;
}
.editor-style-news ol, .editor-style-news ul {
  padding: 0;
  list-style-type: none;
}
.editor-style-news ul li {
  position: relative;
  padding-left: 1em;
  margin: 3px 0;
}
.editor-style-news ul li:before {
  content: " ";
  width: 7px;
  height: 7px;
  background: #3E3E3E;
  -webkit-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
  -moz-box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
  box-shadow: -1px -1px 1px rgba(97, 97, 97, 0.15) inset;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 2px;
  top: 9px;
}
.editor-style-news ul li ul li:before {
  width: 5px;
  height: 5px;
  top: 10px;
}
.editor-style-news ul li ul li ul li:before {
  width: 7px;
  height: 2px;
  top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.editor-style-news ol {
  counter-reset: number;
}
.editor-style-news ol li {
  list-style: none;
  position: relative;
  padding-left: 1.4em;
}
.editor-style-news ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #3E3E3E;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.7em;
  font-weight: bold;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.editor-style-news ol li ol li:before {
  background: #666;
  font-size: 10px;
  line-height: 1.4;
}
.editor-style-news ol li li ol li:before {
  background: #ccc;
  color: #555;
}
.editor-style-news nav ul,
.editor-style-news nav ol {
  list-style: none;
  list-style-image: none;
}
.editor-style-news img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.editor-style-news svg:not(:root) {
  overflow: hidden;
}
.editor-style-news figure {
  margin: 0;
}
.editor-style-news fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.editor-style-news legend {
  border: 0;
  padding: 0;
}
.editor-style-news button,
.editor-style-news input,
.editor-style-news select,
.editor-style-news textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.editor-style-news button,
.editor-style-news input {
  line-height: normal;
}
.editor-style-news button,
.editor-style-news select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}
.editor-style-news select::-ms-expand {
  display: none;
}
.editor-style-news button,
.editor-style-news input[type="button"],
.editor-style-news input[type="reset"],
.editor-style-news input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.editor-style-news button[disabled],
.editor-style-news input[disabled] {
  cursor: default;
}
.editor-style-news input[type="checkbox"],
.editor-style-news input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.editor-style-news input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.editor-style-news input[type="search"]::-webkit-search-cancel-button,
.editor-style-news input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.editor-style-news button::-moz-focus-inner,
.editor-style-news input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.editor-style-news textarea {
  overflow: auto;
  vertical-align: top;
}
.editor-style-news table {
  border-collapse: collapse;
  border-spacing: 0;
}
.editor-style-news * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.editor-style-news .image-replacement,
.editor-style-news .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.editor-style-news .clearfix, .editor-style-news .cf, .editor-style-news .comment-respond, .editor-style-news .widget ul li {
  zoom: 1;
}
.editor-style-news .clearfix:before, .editor-style-news .clearfix:after, .editor-style-news .cf:before, .editor-style-news .comment-respond:before, .editor-style-news .cf:after, .editor-style-news .comment-respond:after, .editor-style-news .widget ul li:before, .editor-style-news .widget ul li:after {
  content: "";
  display: table;
}
.editor-style-news .clearfix:after, .editor-style-news .cf:after, .editor-style-news .comment-respond:after, .editor-style-news .widget ul li:after {
  clear: both;
}
.editor-style-news span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}
.editor-style-news p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.editor-style-news .alert-help, .editor-style-news .alert-info, .editor-style-news .alert-error, .editor-style-news .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.editor-style-news .alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.editor-style-news .alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.editor-style-news .alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.editor-style-news .alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}
.editor-style-news .blue-btn, .editor-style-news .comment-reply-link, .editor-style-news #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.editor-style-news .blue-btn:hover, .editor-style-news .comment-reply-link:hover, .editor-style-news #submit:hover, .editor-style-news .blue-btn:focus, .editor-style-news .comment-reply-link:focus, .editor-style-news #submit:focus {
  color: white;
  text-decoration: none;
}
.editor-style-news .blue-btn:active, .editor-style-news .comment-reply-link:active, .editor-style-news #submit:active {
  top: 1px;
}
.editor-style-news .blue-btn, .editor-style-news .comment-reply-link, .editor-style-news #submit {
  background-color: #e55937;
}
.editor-style-news .blue-btn:hover, .editor-style-news .comment-reply-link:hover, .editor-style-news #submit:hover, .editor-style-news .blue-btn:focus, .editor-style-news .comment-reply-link:focus, .editor-style-news #submit:focus {
  background-color: #2574a8;
}
.editor-style-news input[type="text"],
.editor-style-news input[type="password"],
.editor-style-news input[type="datetime"],
.editor-style-news input[type="datetime-local"],
.editor-style-news input[type="date"],
.editor-style-news input[type="month"],
.editor-style-news input[type="time"],
.editor-style-news input[type="week"],
.editor-style-news input[type="number"],
.editor-style-news input[type="email"],
.editor-style-news input[type="url"],
.editor-style-news input[type="search"],
.editor-style-news input[type="tel"],
.editor-style-news input[type="color"],
.editor-style-news select,
.editor-style-news textarea,
.editor-style-news .field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 4%;
  margin-bottom: 14px;
  font-size: 1em;
  color: #666;
  border-radius: 3px;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  border: 0;
  width: 92%;
  max-width: 92%;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}
.editor-style-news input[type="text"]:focus,
.editor-style-news input[type="text"]:active,
.editor-style-news input[type="password"]:focus,
.editor-style-news input[type="password"]:active,
.editor-style-news input[type="datetime"]:focus,
.editor-style-news input[type="datetime"]:active,
.editor-style-news input[type="datetime-local"]:focus,
.editor-style-news input[type="datetime-local"]:active,
.editor-style-news input[type="date"]:focus,
.editor-style-news input[type="date"]:active,
.editor-style-news input[type="month"]:focus,
.editor-style-news input[type="month"]:active,
.editor-style-news input[type="time"]:focus,
.editor-style-news input[type="time"]:active,
.editor-style-news input[type="week"]:focus,
.editor-style-news input[type="week"]:active,
.editor-style-news input[type="number"]:focus,
.editor-style-news input[type="number"]:active,
.editor-style-news input[type="email"]:focus,
.editor-style-news input[type="email"]:active,
.editor-style-news input[type="url"]:focus,
.editor-style-news input[type="url"]:active,
.editor-style-news input[type="search"]:focus,
.editor-style-news input[type="search"]:active,
.editor-style-news input[type="tel"]:focus,
.editor-style-news input[type="tel"]:active,
.editor-style-news input[type="color"]:focus,
.editor-style-news input[type="color"]:active,
.editor-style-news select:focus,
.editor-style-news select:active,
.editor-style-news textarea:focus,
.editor-style-news textarea:active,
.editor-style-news .field:focus,
.editor-style-news .field:active {
  background-color: #f7f8fa;
}
.editor-style-news input[type="password"] {
  letter-spacing: 0.3em;
}
.editor-style-news textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
.editor-style-news select {
  -webkit-appearance: none;
  background-image: url(https://crebow.info/wp/wp-content/themes/crebow-basic-theme/assets/css/library/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  background-size: 9px;
}
.editor-style-news a {
  color: #e55937;
}
.editor-style-news a:hover {
  color: #E69B9B;
}
.editor-style-news a,
.editor-style-news a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.editor-style-news a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
.editor-style-news a:link,
.editor-style-news a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.editor-style-news .entry-content a[target="_blank"]:after {
  font-family: 'FontAwesome';
  content: '\f08e';
  font-size: 0.9em;
  margin: 0 3px 0 2px;
}
.editor-style-news .entry-content a.no-icon[target="_blank"]:after {
  content: none;
}
.editor-style-news h1, .editor-style-news .h1, .editor-style-news h2, .editor-style-news .h2, .editor-style-news h3, .editor-style-news .h3, .editor-style-news h4, .editor-style-news .h4, .editor-style-news h5, .editor-style-news .h5, .editor-style-news h6, .editor-style-news .h6 {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.editor-style-news h1 a, .editor-style-news .h1 a, .editor-style-news h2 a, .editor-style-news .h2 a, .editor-style-news h3 a, .editor-style-news .h3 a, .editor-style-news h4 a, .editor-style-news .h4 a, .editor-style-news h5 a, .editor-style-news .h5 a {
  text-decoration: none;
}
.editor-style-news h1, .editor-style-news .h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.333rem;
}
.editor-style-news h2, .editor-style-news .h2 {
  font-size: 1.5rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.editor-style-news h3, .editor-style-news .h3 {
  font-size: 1.3rem;
  font-weight: bold;
}
.editor-style-news h4, .editor-style-news .h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.editor-style-news h5, .editor-style-news .h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.editor-style-news h6, .editor-style-news .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.editor-style-news .mw_wp_form table input[type="radio"] {
  margin-right: 4px;
}
.editor-style-news .mw_wp_form input[type="submit"],
.editor-style-news .wpcf7-submit {
  background: #333;
  color: #fff;
  border: none;
  padding: 1.5em 3em;
  min-width: 50%;
  max-width: 90%;
  display: block;
  margin: 2.5em auto;
}
.editor-style-news .mw_wp_form input[type="submit"]:hover,
.editor-style-news .wpcf7-submit:hover {
  background: #888;
}
.editor-style-news .entry-content .searchform {
  position: relative;
}
.editor-style-news .entry-content .searchform button {
  background: none;
  border: none;
  position: absolute;
  top: 7px;
  right: 10px;
}
.editor-style-news .alignleft, .editor-style-news img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.editor-style-news .alignright, .editor-style-news img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.editor-style-news .aligncenter, .editor-style-news img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

/*====================================================
1.0 - Common
=====================================================*/
/* Common ---------- */
/*
aria > blocks
*/
/* Responsive ---------- */
/* Common ---------- */
/* Responsive ---------- */
img {
  max-width: 100%;
  height: auto;
}

.thumbnail {
  width: 100px;
  height: auto;
}

.wrapper-mini, .wrapper {
  text-align: left;
}

iframe, object {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

iframe {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Responsive ---------- */
.pagination-area,
.single-postzone,
.wrapper-mini {
  width: 90%;
  margin: 0 auto;
}

.wrapper {
  width: 100vw;
}

@media (min-width: 576px) {
  .pagination-area,
  .single-postzone,
  .wrapper-mini {
    width: 500px;
  }

  .wrapper {
    width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .pagination-area,
  .single-postzone,
  .wrapper-mini {
    width: 640px;
  }

  .wrapper {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .wrapper-mini {
    width: 800px;
  }

  .wrapper {
    width: 880px;
  }

  .pagination-area,
  .single-postzone {
    width: 740px;
  }
}
/*====================================================
2.0 - Header
=====================================================*/
/* Common ---------- */
#Header {
  font-feature-settings: "palt";
}
#Header .register-btn,
#Header .login-btn,
#Header .logout-btn,
#Header .conf-btn {
  display: inline-block;
}
#Header .register-btn a,
#Header .login-btn a,
#Header .logout-btn a,
#Header .conf-btn a {
  border: none;
  display: inline-block;
  border-radius: 5px;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
}
#Header .register-btn a {
  background: #1f65d9;
}
#Header .login-btn a {
  background: #e9422c;
}
#Header .logout-btn a {
  background: #333;
}

/* Responsive ---------- */
#Header .wrap {
  width: 100%;
  padding-top: 50px;
  transition: .3s;
}
#Header .wrap h1#WebsitName {
  display: inline-block;
  position: fixed;
  top: 0px;
  left: 55px;
  z-index: 9999;
  transition: .3s;
}
#Header .wrap h1#WebsitName a {
  background: url("../img/logo-sm.png") no-repeat;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  background-position: left center;
  display: inline-block;
  overflow: hidden;
  text-indent: 120%;
  transition: .3s;
}
#Header .wrap h1#WebsitName.on {
  position: fixed;
  top: 0px;
  left: 300px;
  transition: .3s;
}
#Header .wrap #SideNavi {
  transition: .3s;
  position: fixed;
  right: 10px;
  top: 8px;
  z-index: 9990;
  letter-spacing: -.4em;
}
#Header .wrap #SideNavi ul, #Header .wrap #SideNavi li, #Header .wrap #SideNavi div {
  letter-spacing: normal;
}
#Header .wrap #SideNavi ul {
  padding: 0px 10px 0 0;
  display: inline-block;
  display: none;
}
#Header .wrap #SideNavi ul li {
  display: inline-block;
  border-right: 1px solid #dfdfdf;
  padding: 3px 15px;
  vertical-align: middle;
}
#Header .wrap #SideNavi ul li:first-child {
  border-left: 1px solid #dfdfdf;
}
#Header .wrap #SideNavi ul li a {
  color: #333;
  font-size: 14px;
  line-height: 0px;
  cursor: pointer;
}
#Header .wrap #SideNavi div {
  margin-left: 10px;
  display: inline-block;
}

@media (min-width: 576px) {
  #Header .wrap {
    width: 540px;
    margin: 0 auto;
    padding-top: 50px;
  }
  #Header .wrap h1#WebsitName {
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 55px;
    z-index: 9999;
    transition: .3s;
  }
  #Header .wrap h1#WebsitName a {
    background: url("../img/logo-sm.png") no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    background-position: left center;
  }
  #Header .wrap h1#WebsitName.on {
    position: fixed;
    top: 0px;
    left: 300px;
    transition: .3s;
  }
}
@media (min-width: 768px) {
  #Header {
    background: url("../img/header-bg.png") repeat-x;
    background-size: 591px 15px;
  }
  #Header .wrap {
    width: 720px;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
  }
  #Header .wrap h1#WebsitName {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 20px;
  }
  #Header .wrap h1#WebsitName a {
    background: url("../img/logo.png") no-repeat;
    background-size: 335px 50px;
    width: 70px;
    height: 50px;
    background-position: left center;
  }
  #Header .wrap #SideNavi {
    position: absolute;
    right: 0px;
    top: 36px;
    letter-spacing: -.4em;
  }
  #Header .wrap #SideNavi ul, #Header .wrap #SideNavi li, #Header .wrap #SideNavi div {
    letter-spacing: normal;
  }
  #Header .wrap #SideNavi ul {
    padding: 0px 10px 0 0;
    display: inline-block;
  }
  #Header .wrap #SideNavi ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 3px 15px;
    vertical-align: middle;
  }
  #Header .wrap #SideNavi ul li:first-child {
    border-left: 1px solid #dfdfdf;
  }
  #Header .wrap #SideNavi ul li a {
    color: #333;
    font-size: 14px;
    line-height: 0px;
    cursor: pointer;
  }
  #Header .wrap #SideNavi div {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #Header {
    background: url("../img/header-bg.png") repeat-x;
    background-size: 591px 15px;
  }
  #Header .wrap {
    width: 880px;
    margin: 0 auto;
    position: relative;
    padding-top: 85px;
  }
  #Header .wrap h1#WebsitName {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 20px;
  }
  #Header .wrap h1#WebsitName a {
    background: url("../img/logo.png") no-repeat;
    background-size: 335px 50px;
    width: 335px;
    height: 50px;
  }
  #Header .wrap #SideNavi {
    position: absolute;
    right: 0px;
    top: 36px;
    letter-spacing: -.4em;
  }
  #Header .wrap #SideNavi ul, #Header .wrap #SideNavi li, #Header .wrap #SideNavi div {
    letter-spacing: normal;
  }
  #Header .wrap #SideNavi ul {
    padding: 0px 10px 0 0;
    display: inline-block;
  }
  #Header .wrap #SideNavi ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 3px 15px;
    vertical-align: middle;
  }
  #Header .wrap #SideNavi ul li:first-child {
    border-left: 1px solid #dfdfdf;
  }
  #Header .wrap #SideNavi ul li a {
    color: #333;
    font-size: 14px;
    line-height: 0px;
    cursor: pointer;
  }
  #Header .wrap #SideNavi div {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  #Header {
    background: url("../img/header-bg.png") repeat-x;
    background-size: 591px 15px;
  }
  #Header .wrap {
    width: 880px;
    margin: 0 auto;
    padding-top: 95px;
    position: relative;
  }
  #Header .wrap h1#WebsitName {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 20px;
  }
  #Header .wrap h1#WebsitName a {
    background: url("../img/logo.png") no-repeat;
    background-size: 335px 50px;
    width: 335px;
    height: 50px;
  }
  #Header .wrap #SideNavi {
    position: absolute;
    right: 0px;
    top: 36px;
    letter-spacing: -.4em;
  }
  #Header .wrap #SideNavi ul, #Header .wrap #SideNavi li, #Header .wrap #SideNavi div {
    letter-spacing: normal;
  }
  #Header .wrap #SideNavi ul {
    padding: 0px 10px 0 0;
    display: inline-block;
  }
  #Header .wrap #SideNavi ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    padding: 3px 15px;
    vertical-align: middle;
  }
  #Header .wrap #SideNavi ul li:first-child {
    border-left: 1px solid #dfdfdf;
  }
  #Header .wrap #SideNavi ul li a {
    color: #333;
    font-size: 14px;
    line-height: 0px;
    cursor: pointer;
  }
  #Header .wrap #SideNavi div {
    margin-left: 10px;
  }
}
/*====================================================
3.0 - Contents Outline
=====================================================*/
/* 3.1 - Home / front-page
-----------------------------------------------------*/
/* Common ---------- */
/* Responsive ---------- */
/* Responsive ---------- */
.carousel {
  margin: 0px;
  padding: 0px;
  background: #EEE;
  overflow: hidden;
  outline: none;
  position: relative;
}

.carousel-cell {
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
  margin-right: 1px;
  counter-increment: gallery-cell;
}

.carousel-cell {
  display: block;
  width: 100vw;
  min-height: 365px;
  max-height: 365px;
}

@media (min-width: 576px) {
  .carousel-cell {
    display: block;
    width: 540px;
    min-height: 300px;
    max-height: 300px;
  }
}
@media (min-width: 768px) {
  .carousel-cell {
    display: block;
    width: 720px;
    min-height: 405px;
    max-height: 405px;
  }
}
@media (min-width: 992px) {
  .carousel-cell {
    display: block;
    width: 880px;
    min-height: 495px;
    max-height: 495px;
  }
}
ol.flickity-page-dots {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 18px;
  z-index: 8888;
  text-align: center;
  list-style: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
ol.flickity-page-dots li.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -100px;
  font-size: 15px;
  line-height: 1;
  background: #fff;
  border-radius: 15px;
  margin: 0 15px;
}
ol.flickity-page-dots li.is-selected {
  background: #000;
}

.flickity-prev-next-button,
.flickity-prev-next-button {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  width: 60px;
  height: 100%;
}
.flickity-prev-next-button svg,
.flickity-prev-next-button svg {
  display: none;
}

.previous {
  right: 0px;
  top: 0px;
  z-index: 8888;
  background: url("../img/slide-arrow-right.png") no-repeat center center;
  background-size: 30px 56px;
}

.next {
  left: 0px;
  top: 0px;
  z-index: 8888;
  background: url("../img/slide-arrow-left.png") no-repeat center center;
  background-size: 30px 56px;
}

/* 3.2 - In-Page
-----------------------------------------------------*/
/* Common ---------- */
/* */
@media (max-width: 575.98px) {
  section#main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  section#main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section#main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Page ---------- */
@media (max-width: 767.98px) {
  #ParentPageAria,
  #ChildPageAria {
    width: 100vw;
  }

  .cn7-mailform {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #ParentPageAria,
  #ChildPageAria {
    width: 100%;
  }

  .cn7-mailform {
    width: 80%;
    margin: 0 auto;
  }
}
#MediumPageEyeCatch {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#MediumPageEyeCatch .hgroup {
  background: url("../img/black-dot.png");
  background-size: 2px 2px;
}
#MediumPageEyeCatch .hgroup h1 {
  font-size: 24px;
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 0px;
  margin: 0px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 768px) {
  #MediumPageEyeCatch {
    width: 100%;
  }
  #MediumPageEyeCatch:before {
    content: '';
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: url("../img/decoration-in-top-bg.png") repeat-x;
    background-size: 591px 15px;
  }
  #MediumPageEyeCatch:after {
    content: '';
    width: 100%;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    background: url("../img/decoration-in-bottom-bg.png") repeat-x;
    background-size: 591px 15px;
  }
}
#MediumPageEyeCatch,
#MediumPageEyeCatch .hgroup {
  width: 100vw;
}

#MediumPageEyeCatch .hgroup {
  padding: 60px 0;
}

@media (min-width: 768px) {
  #MediumPageEyeCatch,
  #MediumPageEyeCatch .hgroup {
    width: 100%;
  }

  #MediumPageEyeCatch .hgroup {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .parent-page-block .page-zone, .parent-page-block .page-zone-mini, .child-page-block .page-zone, .child-page-block .page-zone-mini {
    width: 90%;
    margin: 0 auto;
  }
  .parent-page-block .page-zone + .page-zone,
  .parent-page-block .page-zone + .page-zone-mini,
  .parent-page-block .page-zone-mini + .page-zone-mini,
  .parent-page-block .page-zone-mini + .page-zone, .child-page-block .page-zone + .page-zone,
  .child-page-block .page-zone + .page-zone-mini,
  .child-page-block .page-zone-mini + .page-zone-mini,
  .child-page-block .page-zone-mini + .page-zone {
    margin: 30px auto  0 auto;
  }
}
@media (min-width: 768px) {
  .parent-page-block .page-zone, .child-page-block .page-zone {
    width: 100%;
    margin: 0 auto;
  }
  .parent-page-block .page-zone-mini, .child-page-block .page-zone-mini {
    width: 70%;
    margin: 0 auto;
  }
  .parent-page-block .page-zone + .page-zone,
  .parent-page-block .page-zone + .page-zone-mini,
  .parent-page-block .page-zone-mini + .page-zone-mini,
  .parent-page-block .page-zone-mini + .page-zone, .child-page-block .page-zone + .page-zone,
  .child-page-block .page-zone + .page-zone-mini,
  .child-page-block .page-zone-mini + .page-zone-mini,
  .child-page-block .page-zone-mini + .page-zone {
    margin: 30px auto  0 auto;
  }
  .parent-page-block .page-zone h2.catchphrase, .child-page-block .page-zone h2.catchphrase {
    font-size: 26px;
    font-weight: 700;
    padding: 20px 0px 40px 0px;
  }
  .parent-page-block .page-zone h2.catchphrase span, .child-page-block .page-zone h2.catchphrase span {
    display: block;
    text-align: center;
  }
  .parent-page-block .page-zone h2.catchphrase + p, .child-page-block .page-zone h2.catchphrase + p {
    font-size: 21px;
    padding-bottom: 40px;
  }
  .parent-page-block .page-zone h2.catchphrase + p span, .child-page-block .page-zone h2.catchphrase + p span {
    display: block;
    text-align: center;
  }
  .parent-page-block .page-zone-mini .box-line, .child-page-block .page-zone-mini .box-line {
    border: 1px solid #616161;
    padding: 30px 30px 15px 30px;
  }
  .parent-page-block .page-zone-mini .box-line dt, .child-page-block .page-zone-mini .box-line dt {
    font-size: 18px;
  }
  .parent-page-block .page-zone-mini .box-line dd, .child-page-block .page-zone-mini .box-line dd {
    font-size: 16px;
  }
}
/* Responsive ---------- */
.pagetitle-area,
.Template-pagetitle-area {
  width: 100vw;
}

@media (min-width: 576px) {
  .pagetitle-area,
  .Template-pagetitle-area {
    width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .pagetitle-area,
  .Template-pagetitle-area {
    width: 720px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .pagetitle-area,
  .Template-pagetitle-area {
    width: 880px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .Template-pagetitle-area {
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 21px;
    font-weight: 700;
  }
}
.Template-Mail-Magazine #MediumPageEyeCatch {
  background: url("../img/0002.png") no-repeat center center;
}

.Template-Material #MediumPageEyeCatch {
  background: url("../img/0003.png") no-repeat center center;
}

.Template-Consultation-Introduction #MediumPageEyeCatch {
  background: url("../img/0004.png") no-repeat center center;
}

.Template-AboutThisWebsite #MediumPageEyeCatch {
  background: url("../img/0006.png") no-repeat center center;
}

#MediumPageEyeCatch {
  background: url("../img/0001.png") no-repeat center center;
}

.pagetitle-area {
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.pagetitle-area .parenttitle {
  font-size: 14px;
  line-height: 1.3;
}
.pagetitle-area .parenttitle a {
  font-size: 14px;
  color: #000;
  line-height: 1.3;
}
.pagetitle-area h2 {
  font-size: 26px;
  line-height: 1.3;
}

#CustomPageAria .fqa-block {
  padding: 15px 5%;
}
#CustomPageAria .fqa-block dl {
  border-top: 1px solid #e2e2e2;
}
#CustomPageAria .fqa-block dl dt {
  font-size: 18px;
  display: table;
  background: url("../img/icon-q110.png") no-repeat;
  background-size: 55px 55px;
  min-height: 55px;
  padding-left: 60px;
  background-position: top left;
  margin-bottom: 15px;
  margin-top: 15px;
}
#CustomPageAria .fqa-block dl dt span {
  min-height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.3;
}
#CustomPageAria .fqa-block dl dd {
  font-size: 16px;
  display: table;
  background: url("../img/icon-a110.png") no-repeat;
  background-size: 55px 55px;
  min-height: 55px;
  padding-left: 60px;
  background-position: top left;
  margin-bottom: 15px;
}
#CustomPageAria .fqa-block dl dd span {
  min-height: 55px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.4;
}
#CustomPageAria .fqa-block h3 + dl {
  border-top: 0px solid #e2e2e2;
}

@media (min-width: 768px) {
  #CustomPageAria {
    width: 100%;
  }
  #CustomPageAria .fqa-block {
    padding: 15px 0px;
  }
}
#CustomPageAria h3.texth3 {
  font-weight: 700;
}

@media (min-width: 768px) {
  #CustomPageAria h3.texth3 {
    text-align: center;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #CustomPageAria h5 {
    text-align: center;
    font-weight: 700;
  }
  #CustomPageAria .fqa-block h3 {
    text-align: center;
    font-weight: 700;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* Single ---------- */
#SinglePageAria {
  width: 100vw;
}
#SinglePageAria #MediumPageEyeCatch {
  width: 100vw;
}
#SinglePageAria #MediumPageEyeCatch .hgroup {
  padding: 0px 0px 0px 0px;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper {
  display: table;
  padding: 80px 5% 80px 5%;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper .inner {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper .inner h1 {
  display: inline;
  font-size: 38px;
  background: rgba(0, 0, 0, 0.5);
  vertical-align: text-bottom;
  line-height: 42px;
  text-shadow: 1px 1px 0 black;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper .inner span.timestamp {
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  line-height: 1;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper .inner span.category {
  padding-right: 10px;
}
#SinglePageAria #MediumPageEyeCatch .hgroup .wrapper .inner span.category a {
  margin-top: 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  padding: 5px 10px;
  background: #ad2845;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#SinglePageAria #MediumPageEyeCatch:after {
  background: none;
}

@media (min-width: 768px) {
  #SinglePageAria {
    width: 100%;
  }
  #SinglePageAria #MediumPageEyeCatch {
    width: 100%;
  }
  #SinglePageAria #MediumPageEyeCatch .hgroup {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  #SinglePageAria #MediumPageEyeCatch .hgroup .wrapper {
    display: table;
    padding: 250px 0px 120px 0px;
  }
  #SinglePageAria #MediumPageEyeCatch:after {
    background: none;
  }
}
/*====================================================

=====================================================*/
.single-postzone {
  font-size: 18px !important;
  line-height: 2;
}
.single-postzone p {
  font-size: 18px !important;
  line-height: 2 !important;
}

/*====================================================
5.0 - ページ送りボタン
=====================================================*/
.pagination-area {
  position: relative;
  height: 35px;
}
.pagination-area .back-btn a,
.pagination-area .next-btn a {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.pagination-area .back-btn,
.pagination-area .next-btn {
  position: absolute;
  top: 0 !important;
}
.pagination-area .back-btn {
  left: 0;
  background: url("../img/arrow_back.png") center center no-repeat #dedede;
  background-size: 30px 30px;
}
.pagination-area .next-btn {
  right: 0;
  background: url("../img/arrow_next.png") center center no-repeat #dedede;
  background-size: 30px 30px;
}
.pagination-area .back-btn,
.pagination-area .back-btn a,
.pagination-area .next-btn,
.pagination-area .next-btn a {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagination-area .back-btn a {
  background: url("../img/arrow_back.png") center center no-repeat #1f65da;
  background-size: 30px 30px;
}
.pagination-area .next-btn a {
  background: url("../img/arrow_next.png") center center no-repeat #1f65da;
  background-size: 30px 30px;
}
.pagination-area .back-btn a:hover,
.pagination-area .next-btn a:hover {
  transition: background-color 0.2s linear;
}
.pagination-area .back-btn a:hover {
  background: url("../img/arrow_back.png") center center no-repeat #294f8f;
  background-size: 30px 30px;
}
.pagination-area .next-btn a:hover {
  background: url("../img/arrow_next.png") center center no-repeat #294f8f;
  background-size: 30px 30px;
}

/* Breadcrumbs ---------- */
@media (max-width: 767.98px) {
  .nav-list {
    display: none;
  }
}
/* Common ---------- */
.nav-list {
  margin-top: 30px;
}
.nav-list ul.breadcrumbs {
  padding: 0 !important;
  margin: 0 !important;
}
.nav-list ul.breadcrumbs li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 14px;
  color: #a6202d;
}
.nav-list ul.breadcrumbs li a {
  display: inline-block;
  margin: 0;
  padding-right: 5px;
}
.nav-list ul.breadcrumbs li {
  padding-right: 5px;
}
.nav-list ul.breadcrumbs li:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url(../img/icon_breadcrumb.svg) no-repeat;
  background-size: 10px 10px;
  background-position: center center;
}
.nav-list ul.breadcrumbs li:last-child:after {
  content: "";
  display: inline;
  width: 0px;
  height: 0px;
  background-image: none;
}

/*====================================================
4.0 - Footer
=====================================================*/
/* Common ---------- */
#commercial {
  position: relative;
  background: #5a60d3;
}
#commercial:before {
  content: '';
  height: 15px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: url("../img/decoration-in-top-bg.png") repeat-x;
  background-size: 591px 15px;
}

/* Responsive ---------- */
@media (max-width: 575.98px) {
  #commercial {
    width: 100vw;
  }
  #commercial:before {
    width: 100vw;
  }
  #commercial .wrapper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  #commercial {
    width: 100vw;
  }
  #commercial:before {
    width: 100vw;
  }
  #commercial .wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #commercial {
    width: 100%;
  }
  #commercial:before {
    width: 100%;
  }
  #commercial .wrapper {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
/* Common ---------- */
#commercial + footer:before {
  background: url("../img/decoration-footer-top-bg.png") repeat-x;
  content: '';
  height: 15px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-size: 591px 15px;
}

footer:before {
  background: url("../img/decoration-in-top-bg.png") repeat-x;
  content: '';
  height: 15px;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-size: 591px 15px;
}

footer {
  font-feature-settings: "palt";
  color: #fff;
  position: relative;
  display: block;
  background: #0b3f56;
}
footer .footergroup {
  background: url("../img/black-dot.png");
  background-size: 2px 2px;
}
footer .footergroup .wrapper .flex-box .footer-col h3 {
  padding: 0px;
  margin: 0px;
}
footer .footergroup .wrapper .flex-box .footer-col ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  list-style-position: outside;
}
footer .footergroup .wrapper .flex-box .footer-col ul li h4 {
  padding: 0px;
  margin: 0px;
}
footer .footergroup .wrapper .flex-box .footer-col div.snslinks {
  padding: 0px;
  margin: 0px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto;
}
footer .footergroup .wrapper .flex-box .footer-col div.snslinks div a {
  border-radius: 16px;
  background-color: #fff;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  background-position: center center;
  display: block;
  overflow: hidden;
  text-indent: -300px;
}
footer .footergroup .wrapper .flex-box .footer-col div.snslinks div.facebook-block a {
  background-image: url("../img/sns_facebook.png");
}
footer .footergroup .wrapper .flex-box .footer-col div.snslinks div.twitter-block a {
  background-image: url("../img/sns_twitter.png");
}
footer .footergroup .wrapper .flex-box .footer-col div.snslinks div.instagram-block a {
  background-image: url("../img/sns_insta.png");
}
footer #CompanyInfo {
  border-top: 1px solid #3f3f3f;
}
footer #CompanyInfo .wrapper ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 767.98px) {
  footer {
    width: 100vw;
  }
  footer:before {
    width: 100vw;
  }
  footer .footergroup {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  footer .footergroup .wrapper .flex-box {
    width: 90%;
    margin: 0 auto;
  }
  footer .footergroup .wrapper .flex-box .footer-col h3 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  footer .footergroup .wrapper .flex-box .footer-col ul {
    padding-bottom: 40px;
  }
  footer .footergroup .wrapper .flex-box .footer-col ul li {
    margin-bottom: 25px;
  }
  footer .footergroup .wrapper .flex-box .footer-img-name {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  footer .footergroup .wrapper .flex-box .footer-img-name img {
    width: 150px;
  }
  footer #CompanyInfo {
    width: 100vw;
    margin-top: 50px;
    padding-top: 40px;
  }
  footer #CompanyInfo ul {
    padding-bottom: 40px;
  }
  footer #CompanyInfo ul li {
    text-indent: 5%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer {
    width: 100%;
  }
  footer:before {
    width: 100%;
  }
  footer .footergroup {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  footer .footergroup .wrapper {
    padding-bottom: 40px;
  }
  footer .footergroup .wrapper .flex-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  footer .footergroup .wrapper .flex-box .footer-col {
    width: 99%;
    margin: 0 .5%;
  }
  footer .footergroup .wrapper .flex-box .footer-col h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  footer .footergroup .wrapper .flex-box .footer-col ul li {
    margin-bottom: 5px;
  }
  footer .footergroup .wrapper .flex-box .footer-img-name {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer #CompanyInfo {
    padding-top: 15px;
    width: 100%;
  }
  footer #CompanyInfo .wrapper {
    padding-bottom: 0px;
  }
}
footer .footergroup .wrapper .flex-box .footer-col h3 {
  font-size: 14px;
  border-bottom: 1px solid #b8b8b8;
  font-weight: bold;
}
footer .footergroup .wrapper .flex-box .footer-col h3 a {
  color: #fff;
}
footer .footergroup .wrapper .flex-box .footer-col ul li {
  font-size: 14px;
}
footer .footergroup .wrapper .flex-box .footer-col ul li a {
  color: #b8b8b8;
}
footer .footergroup .wrapper .flex-box .footer-col ul li h4 {
  font-size: 14px;
  font-weight: bold;
}
footer .footergroup .wrapper .flex-box .footer-col ul li h4 a {
  color: #fff;
}
footer #CompanyInfo .wrapper ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
footer #CompanyInfo .wrapper .small {
  display: inline-block;
  text-indent: 5%;
  font-size: 10px;
}

@media (min-width: 768px) {
  footer .footergroup .wrapper .flex-box .footer-col h3 {
    font-size: 12px;
  }
  footer .footergroup .wrapper .flex-box .footer-col ul li {
    font-size: 12px;
  }
  footer .footergroup .wrapper .flex-box .footer-col ul li h4 {
    font-size: 12px;
  }
  footer #CompanyInfo .wrapper ul li {
    display: inline-block;
    padding-right: 15px;
  }
  footer #CompanyInfo .wrapper ul li a {
    font-size: 12px;
  }
  footer #CompanyInfo .wrapper .small {
    text-align: left;
    text-indent: 0;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #TouchMove, #HeaderBackground {
    display: none;
  }

  #Drawer .drawernavi {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  #Drawer .drawernavi li {
    text-align: center;
  }
  #Drawer .drawernavi li a {
    font-size: 16px;
    font-weight: 700;
    color: #454746;
    display: inline-block;
    width: 130px;
    cursor: pointer;
  }
  #Drawer .drawernavi li a:before {
    content: '';
    display: block;
    width: 84px;
    height: 60px;
    background: #000;
    margin: 0 auto 4px auto;
    cursor: pointer;
  }
  #Drawer .drawernavi li.reports-icons a:before {
    background: url("../img/nav01.png") repeat-x;
    background-size: cover;
    background-position: center center;
  }
  #Drawer .drawernavi li.material-icons a:before {
    background: url("../img/nav02.png") repeat-x;
    background-size: cover;
    background-position: center center;
  }
  #Drawer .drawernavi li.plugin-theme-icons a:before {
    background: url("../img/nav03.png") repeat-x;
    background-size: cover;
    background-position: center center;
  }
  #Drawer .drawernavi li.newsletter-icons a:before {
    background: url("../img/nav04.png") repeat-x;
    background-size: cover;
    background-position: center center;
  }
  #Drawer .drawernavi li.consultation-icons a:before {
    background: url("../img/nav05.png") repeat-x;
    background-size: cover;
    background-position: center center;
  }
}
@media (max-width: 767.98px) {
  #HeaderBackground {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9900;
    width: 100%;
    width: 100vw;
    height: 50px;
  }

  .menubtn {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0b3f56;
    z-index: 9999;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .menubtn:before, .menubtn:after,
  .menubtn span {
    display: block;
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .menubtn span {
    height: 1px;
    background-color: #fff;
    top: calc(25px - 0px);
  }
  .menubtn:before {
    content: "";
    top: calc(16px - 0px);
    border-top: 1px solid #fff;
  }
  .menubtn:after {
    content: "";
    bottom: calc(16px - 0px);
    border-bottom: 1px solid #fff;
  }

  .menubtn.on {
    position: fixed;
    top: 0px;
    left: 250px;
  }
  .menubtn.on span {
    display: none;
  }
  .menubtn.on:before {
    top: calc(50% - 0px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .menubtn.on:after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .drawernavi {
    left: -300px;
  }

  .drawernavi.active {
    left: 0px;
  }

  .drawernavi::-webkit-scrollbar {
    display: none;
  }

  .drawernavi {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100vh;
    /* これを追加 */
    overflow-y: scroll;
    z-index: 9998;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: .3s ease-in-out;
    -moz-transform: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: translateZ(0) !important;
  }
  .drawernavi li {
    padding: 15px;
  }

  .accordion + .child {
    visibility: hidden;
    max-height: 0;
    -webkit-transform: .3s ease-in-out;
    -moz-transform: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  .accordion + .child.active {
    visibility: visible;
    max-height: 1000px;
    -webkit-transform: .3s ease-in-out;
    -moz-transform: .3s ease-in-out;
    transition: .3s ease-in-out;
  }

  #TouchMove {
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-transition: opacity 1s, visibility 1s;
    -moz-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
    z-index: -9997;
  }

  #TouchMove.on {
    opacity: 1;
    visibility: visible;
    z-index: 9997;
  }
}
/*====================================================
  Login Contents
=====================================================*/
/* Common ---------- */
/* Responsive ---------- */
#wpmem_reg {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  #wpmem_reg {
    width: 500px;
  }
}
@media (min-width: 768px) {
  #wpmem_reg {
    width: 640px;
  }
}
@media (min-width: 992px) {
  #wpmem_reg {
    width: 740px;
  }
}
.div_text, .button_div {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
}

.textbox {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.textbox::-ms-expand {
  background-color: transparent;
  border: 0;
}

.textbox:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.textbox::placeholder {
  color: #6c757d;
  opacity: 1;
}

.button_div {
  text-align: center !important;
}
.button_div .buttons {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.button_div .buttons:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.button_div .buttons.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.button_div .buttons:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/*====================================================
  WordPress Comment
=====================================================*/
/* Common ---------- */
/* Responsive ---------- */
/*====================================================
  WordPress Widget
=====================================================*/
/* Responsive ---------- */
.widget {
  /* ------------------------------------------------- */
  /* Common to widgets */
  /* ------------------------------------------------- */
  margin-bottom: 5em;
  padding: 0px;
  /* Link */
  /* List */
  /*Search*/
}
.widget img {
  width: 100%;
  height: auto;
}
.widget h3.sidetitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 0 0 1px;
}
.widget a {
  text-decoration: none;
}
.widget a:link {
  text-decoration: underline;
}
.widget a:visited {
  text-decoration: underline;
}
.widget a:hover {
  text-decoration: underline;
}
.widget a:active {
  text-decoration: underline;
}
.widget ul li {
  border-color: #d1d1d1;
  border-style: dotted none;
  border-width: 0 0 1px;
  font-size: 1.2rem;
}
.widget ul li > ul li {
  border-style: dotted none;
  border-width: 0px 0 0px;
}
.widget ul li > ul li:last-child a {
  padding: 12px 5px 12px 18px;
}
.widget ul li a {
  background: url(https://crebow.info/wp/wp-content/themes/crebow-basic-theme/assets/images/arrow_right.png) no-repeat left center;
  background-size: 12px 15px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 12px 5px 12px 18px;
}

/*Search*/
.widget form.search-form label span.screen-reader-text {
  display: none;
}

.widget .search-form label input.search-field {
  width: 76%;
  height: 50px;
  line-height: 50px;
  padding: 0 0px;
  vertical-align: bottom;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  color: #999;
  background: #fff;
}

.widget form.search-form input.search-submit {
  width: 20%;
  height: 52px;
  vertical-align: bottom;
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #c2c2c2;
  cursor: pointer;
  transition: .3s;
}

.widget form.search-form input.search-submit:hover {
  background: #333333 !important;
  transition: .3s;
}

.widget .blvsrp_tellicon_btn a.btn, .widget .blvsrp_pcicon_btn a.btn, .widget .blvsrp_other_btn a.btn,
.widget .blvsrp_tellicon_btn a.btn:link, .widget .blvsrp_pcicon_btn a.btn:link, .widget .blvsrp_other_btn a.btn:link,
.widget .blvsrp_tellicon_btn a.btn:visited, .widget .blvsrp_pcicon_btn a.btn:visited, .widget .blvsrp_other_btn a.btn:visited,
.widget .blvsrp_tellicon_btn a.btn:hover, .widget .blvsrp_pcicon_btn a.btn:hover, .widget .blvsrp_other_btn a.btn:hover,
.widget .blvsrp_tellicon_btn a.btn:active, .widget .blvsrp_pcicon_btn a.btn:active, .widget .blvsrp_other_btn a.btn:active {
  font-family: Arial, sans-serif !important;
  font-size: 2.1rem;
  width: 100%;
  padding: 20px 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  color: #fff;
  background: #cf2daf;
  text-decoration: none;
}
.widget .blvsrp_tellicon_btn p, .widget .blvsrp_pcicon_btn p, .widget .blvsrp_other_btn p {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.3rem;
}
.widget .blvsrp_tellicon_btn h2, .widget .blvsrp_pcicon_btn h2, .widget .blvsrp_other_btn h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/* Recent posts / archives / meta information common */
.widget ul li {
  font-size: 13px;
  padding: 5px 0;
  display: block;
}

/*List display*/
.widget ul li ul li {
  padding-left: 15px;
}

/*Display in list*/
.wigiet ul li a {
  color: #333333;
}

/*Link*/
.wigiet ul li a:hover {
  color: #c2c2c2;
}

/*Link*/
/*Title*/
/*Recent submissions*/
/*Posting date*/
/*Category*/
/*Archive / Category Common Dropdown Version*/
/* Archive */
/*Title of the archive*/
/*Category*/
/*Drop down*/
/*parent*/
/*child*/
/*grandchild*/
/*Legend*/
/*grandchild*/
/*grandchild*/
/*Kunming*/
/*grandchild*/
/*Unzen*/
/*comment*/
/*Contributor*/
/*A partner to comment on*/
/*calendar*/
#sidebar .widget_calendar {
  margin-bottom: 40px;
}

div.calendar_wrap table#wp-calendar {
  table-layout: fixed;
  width: 100%;
  margin: 5px auto 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

div.calendar_wrap table#wp-calendar caption {
  margin: 10px 0 10px 0;
  padding: 5px;
  width: auto;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}

/*table#wp-calendar #today { display: block; font-weight: bold; background-color: #f6c795; border-top: 1px solid #ccc; z-index: 1;}*/
div.calendar_wrap table th, table td {
  padding: 2px auto;
  vertical-align: middle;
  text-align: center;
}

div.calendar_wrap table thead tr th:last-child {
  color: #C10003;
}

div.calendar_wrap table tbody tr td:last-child {
  color: #C10003;
}

div.calendar_wrap table thead tr th:nth-child(6) {
  color: #346AA9;
}

div.calendar_wrap table tbody tr td:nth-child(6) {
  color: #346AA9;
}

div.calendar_wrap table #today {
  font-weight: 700;
}

div.calendar_wrap table .pad {
  font-weight: bold;
  background-color: #fff;
}

div.calendar_wrap table td {
  line-height: 1.8;
  border-top: thin solid #ccc;
  background-color: #fff;
  padding: 10px 0;
}

div.calendar_wrap table th {
  font-style: normal;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  padding: 10px 0;
}

div.calendar_wrap table a {
  font-size: 12px;
}

div.calendar_wrap table tbody a,
div.calendar_wrap table tbody a:link {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  background-color: #c2c2c2;
  color: #fff;
  transition: .3s;
}

div.calendar_wrap table tbody a:hover {
  background: #333333;
  transition: .3s;
}

/*RSS*/
.rss-widget-icon {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}

.rss-date {
  font-size: 10px;
  font: 1rem;
}

.entry-content .bootstrap4 h1, .entry-content .bootstrap4 h2, .entry-content .bootstrap4 h3, .entry-content .bootstrap4 h4, .entry-content .bootstrap4 h5, .entry-content .bootstrap4 h6,
.entry-content .bootstrap4 .h1, .entry-content .bootstrap4 .h2, .entry-content .bootstrap4 .h3, .entry-content .bootstrap4 .h4, .entry-content .bootstrap4 .h5, .entry-content .bootstrap4 .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.entry-content .bootstrap4 h1, .entry-content .bootstrap4 .h1 {
  font-size: 2.5rem;
}
.entry-content .bootstrap4 h2, .entry-content .bootstrap4 .h2 {
  font-size: 2rem;
}
.entry-content .bootstrap4 h3, .entry-content .bootstrap4 .h3 {
  font-size: 1.75rem;
}
.entry-content .bootstrap4 h4, .entry-content .bootstrap4 .h4 {
  font-size: 1.5rem;
}
.entry-content .bootstrap4 h5, .entry-content .bootstrap4 .h5 {
  font-size: 1.25rem;
}
.entry-content .bootstrap4 h6, .entry-content .bootstrap4 .h6 {
  font-size: 1rem;
}
.entry-content .bootstrap4 .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.entry-content .bootstrap4 .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.entry-content .bootstrap4 .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.entry-content .bootstrap4 .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.entry-content .bootstrap4 .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.entry-content .bootstrap4 hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content .bootstrap4 small,
.entry-content .bootstrap4 .small {
  font-size: 80%;
  font-weight: 400;
}
.entry-content .bootstrap4 mark,
.entry-content .bootstrap4 .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.entry-content .bootstrap4 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.entry-content .bootstrap4 .list-inline {
  padding-left: 0;
  list-style: none;
}
.entry-content .bootstrap4 .list-inline-item {
  display: inline-block;
}
.entry-content .bootstrap4 .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.entry-content .bootstrap4 .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.entry-content .bootstrap4 .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.entry-content .bootstrap4 .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.entry-content .bootstrap4 .blockquote-footer::before {
  content: "\2014 \00A0";
}
.entry-content .bootstrap4 .img-fluid {
  max-width: 100%;
  height: auto;
}
.entry-content .bootstrap4 .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.entry-content .bootstrap4 .figure {
  display: inline-block;
}
.entry-content .bootstrap4 .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.entry-content .bootstrap4 .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.entry-content .bootstrap4 code,
.entry-content .bootstrap4 kbd,
.entry-content .bootstrap4 pre,
.entry-content .bootstrap4 samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.entry-content .bootstrap4 code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > .entry-content .bootstrap4 code {
  color: inherit;
}
.entry-content .bootstrap4 kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.entry-content .bootstrap4 kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
.entry-content .bootstrap4 pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.entry-content .bootstrap4 pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.entry-content .bootstrap4 .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.entry-content .bootstrap4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .container {
    max-width: 1140px;
  }
}
.entry-content .bootstrap4 .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content .bootstrap4 .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.entry-content .bootstrap4 .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.entry-content .bootstrap4 .no-gutters > .col,
.entry-content .bootstrap4 .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.entry-content .bootstrap4 .col-1, .entry-content .bootstrap4 .col-2, .entry-content .bootstrap4 .col-3, .entry-content .bootstrap4 .col-4, .entry-content .bootstrap4 .col-5, .entry-content .bootstrap4 .col-6, .entry-content .bootstrap4 .col-7, .entry-content .bootstrap4 .col-8, .entry-content .bootstrap4 .col-9, .entry-content .bootstrap4 .col-10, .entry-content .bootstrap4 .col-11, .entry-content .bootstrap4 .col-12, .entry-content .bootstrap4 .col,
.entry-content .bootstrap4 .col-auto, .entry-content .bootstrap4 .col-sm-1, .entry-content .bootstrap4 .col-sm-2, .entry-content .bootstrap4 .col-sm-3, .entry-content .bootstrap4 .col-sm-4, .entry-content .bootstrap4 .col-sm-5, .entry-content .bootstrap4 .col-sm-6, .entry-content .bootstrap4 .col-sm-7, .entry-content .bootstrap4 .col-sm-8, .entry-content .bootstrap4 .col-sm-9, .entry-content .bootstrap4 .col-sm-10, .entry-content .bootstrap4 .col-sm-11, .entry-content .bootstrap4 .col-sm-12, .entry-content .bootstrap4 .col-sm,
.entry-content .bootstrap4 .col-sm-auto, .entry-content .bootstrap4 .col-md-1, .entry-content .bootstrap4 .col-md-2, .entry-content .bootstrap4 .col-md-3, .entry-content .bootstrap4 .col-md-4, .entry-content .bootstrap4 .col-md-5, .entry-content .bootstrap4 .col-md-6, .entry-content .bootstrap4 .col-md-7, .entry-content .bootstrap4 .col-md-8, .entry-content .bootstrap4 .col-md-9, .entry-content .bootstrap4 .col-md-10, .entry-content .bootstrap4 .col-md-11, .entry-content .bootstrap4 .col-md-12, .entry-content .bootstrap4 .col-md,
.entry-content .bootstrap4 .col-md-auto, .entry-content .bootstrap4 .col-lg-1, .entry-content .bootstrap4 .col-lg-2, .entry-content .bootstrap4 .col-lg-3, .entry-content .bootstrap4 .col-lg-4, .entry-content .bootstrap4 .col-lg-5, .entry-content .bootstrap4 .col-lg-6, .entry-content .bootstrap4 .col-lg-7, .entry-content .bootstrap4 .col-lg-8, .entry-content .bootstrap4 .col-lg-9, .entry-content .bootstrap4 .col-lg-10, .entry-content .bootstrap4 .col-lg-11, .entry-content .bootstrap4 .col-lg-12, .entry-content .bootstrap4 .col-lg,
.entry-content .bootstrap4 .col-lg-auto, .entry-content .bootstrap4 .col-xl-1, .entry-content .bootstrap4 .col-xl-2, .entry-content .bootstrap4 .col-xl-3, .entry-content .bootstrap4 .col-xl-4, .entry-content .bootstrap4 .col-xl-5, .entry-content .bootstrap4 .col-xl-6, .entry-content .bootstrap4 .col-xl-7, .entry-content .bootstrap4 .col-xl-8, .entry-content .bootstrap4 .col-xl-9, .entry-content .bootstrap4 .col-xl-10, .entry-content .bootstrap4 .col-xl-11, .entry-content .bootstrap4 .col-xl-12, .entry-content .bootstrap4 .col-xl,
.entry-content .bootstrap4 .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.entry-content .bootstrap4 .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.entry-content .bootstrap4 .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.entry-content .bootstrap4 .col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.entry-content .bootstrap4 .col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.entry-content .bootstrap4 .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.entry-content .bootstrap4 .col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.entry-content .bootstrap4 .col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.entry-content .bootstrap4 .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.entry-content .bootstrap4 .col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.entry-content .bootstrap4 .col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.entry-content .bootstrap4 .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.entry-content .bootstrap4 .col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.entry-content .bootstrap4 .col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.entry-content .bootstrap4 .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.entry-content .bootstrap4 .order-first {
  order: -1;
}
.entry-content .bootstrap4 .order-last {
  order: 13;
}
.entry-content .bootstrap4 .order-0 {
  order: 0;
}
.entry-content .bootstrap4 .order-1 {
  order: 1;
}
.entry-content .bootstrap4 .order-2 {
  order: 2;
}
.entry-content .bootstrap4 .order-3 {
  order: 3;
}
.entry-content .bootstrap4 .order-4 {
  order: 4;
}
.entry-content .bootstrap4 .order-5 {
  order: 5;
}
.entry-content .bootstrap4 .order-6 {
  order: 6;
}
.entry-content .bootstrap4 .order-7 {
  order: 7;
}
.entry-content .bootstrap4 .order-8 {
  order: 8;
}
.entry-content .bootstrap4 .order-9 {
  order: 9;
}
.entry-content .bootstrap4 .order-10 {
  order: 10;
}
.entry-content .bootstrap4 .order-11 {
  order: 11;
}
.entry-content .bootstrap4 .order-12 {
  order: 12;
}
.entry-content .bootstrap4 .offset-1 {
  margin-left: 8.33333%;
}
.entry-content .bootstrap4 .offset-2 {
  margin-left: 16.66667%;
}
.entry-content .bootstrap4 .offset-3 {
  margin-left: 25%;
}
.entry-content .bootstrap4 .offset-4 {
  margin-left: 33.33333%;
}
.entry-content .bootstrap4 .offset-5 {
  margin-left: 41.66667%;
}
.entry-content .bootstrap4 .offset-6 {
  margin-left: 50%;
}
.entry-content .bootstrap4 .offset-7 {
  margin-left: 58.33333%;
}
.entry-content .bootstrap4 .offset-8 {
  margin-left: 66.66667%;
}
.entry-content .bootstrap4 .offset-9 {
  margin-left: 75%;
}
.entry-content .bootstrap4 .offset-10 {
  margin-left: 83.33333%;
}
.entry-content .bootstrap4 .offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .entry-content .bootstrap4 .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .entry-content .bootstrap4 .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .entry-content .bootstrap4 .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .entry-content .bootstrap4 .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .entry-content .bootstrap4 .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .entry-content .bootstrap4 .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .entry-content .bootstrap4 .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .entry-content .bootstrap4 .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .entry-content .bootstrap4 .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .entry-content .bootstrap4 .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .entry-content .bootstrap4 .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .entry-content .bootstrap4 .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .order-sm-first {
    order: -1;
  }
  .entry-content .bootstrap4 .order-sm-last {
    order: 13;
  }
  .entry-content .bootstrap4 .order-sm-0 {
    order: 0;
  }
  .entry-content .bootstrap4 .order-sm-1 {
    order: 1;
  }
  .entry-content .bootstrap4 .order-sm-2 {
    order: 2;
  }
  .entry-content .bootstrap4 .order-sm-3 {
    order: 3;
  }
  .entry-content .bootstrap4 .order-sm-4 {
    order: 4;
  }
  .entry-content .bootstrap4 .order-sm-5 {
    order: 5;
  }
  .entry-content .bootstrap4 .order-sm-6 {
    order: 6;
  }
  .entry-content .bootstrap4 .order-sm-7 {
    order: 7;
  }
  .entry-content .bootstrap4 .order-sm-8 {
    order: 8;
  }
  .entry-content .bootstrap4 .order-sm-9 {
    order: 9;
  }
  .entry-content .bootstrap4 .order-sm-10 {
    order: 10;
  }
  .entry-content .bootstrap4 .order-sm-11 {
    order: 11;
  }
  .entry-content .bootstrap4 .order-sm-12 {
    order: 12;
  }
  .entry-content .bootstrap4 .offset-sm-0 {
    margin-left: 0;
  }
  .entry-content .bootstrap4 .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .entry-content .bootstrap4 .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .entry-content .bootstrap4 .offset-sm-3 {
    margin-left: 25%;
  }
  .entry-content .bootstrap4 .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .entry-content .bootstrap4 .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .entry-content .bootstrap4 .offset-sm-6 {
    margin-left: 50%;
  }
  .entry-content .bootstrap4 .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .entry-content .bootstrap4 .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .entry-content .bootstrap4 .offset-sm-9 {
    margin-left: 75%;
  }
  .entry-content .bootstrap4 .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .entry-content .bootstrap4 .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .entry-content .bootstrap4 .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .entry-content .bootstrap4 .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .entry-content .bootstrap4 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .entry-content .bootstrap4 .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .entry-content .bootstrap4 .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .entry-content .bootstrap4 .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .entry-content .bootstrap4 .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .entry-content .bootstrap4 .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .entry-content .bootstrap4 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .entry-content .bootstrap4 .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .entry-content .bootstrap4 .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .entry-content .bootstrap4 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .order-md-first {
    order: -1;
  }
  .entry-content .bootstrap4 .order-md-last {
    order: 13;
  }
  .entry-content .bootstrap4 .order-md-0 {
    order: 0;
  }
  .entry-content .bootstrap4 .order-md-1 {
    order: 1;
  }
  .entry-content .bootstrap4 .order-md-2 {
    order: 2;
  }
  .entry-content .bootstrap4 .order-md-3 {
    order: 3;
  }
  .entry-content .bootstrap4 .order-md-4 {
    order: 4;
  }
  .entry-content .bootstrap4 .order-md-5 {
    order: 5;
  }
  .entry-content .bootstrap4 .order-md-6 {
    order: 6;
  }
  .entry-content .bootstrap4 .order-md-7 {
    order: 7;
  }
  .entry-content .bootstrap4 .order-md-8 {
    order: 8;
  }
  .entry-content .bootstrap4 .order-md-9 {
    order: 9;
  }
  .entry-content .bootstrap4 .order-md-10 {
    order: 10;
  }
  .entry-content .bootstrap4 .order-md-11 {
    order: 11;
  }
  .entry-content .bootstrap4 .order-md-12 {
    order: 12;
  }
  .entry-content .bootstrap4 .offset-md-0 {
    margin-left: 0;
  }
  .entry-content .bootstrap4 .offset-md-1 {
    margin-left: 8.33333%;
  }
  .entry-content .bootstrap4 .offset-md-2 {
    margin-left: 16.66667%;
  }
  .entry-content .bootstrap4 .offset-md-3 {
    margin-left: 25%;
  }
  .entry-content .bootstrap4 .offset-md-4 {
    margin-left: 33.33333%;
  }
  .entry-content .bootstrap4 .offset-md-5 {
    margin-left: 41.66667%;
  }
  .entry-content .bootstrap4 .offset-md-6 {
    margin-left: 50%;
  }
  .entry-content .bootstrap4 .offset-md-7 {
    margin-left: 58.33333%;
  }
  .entry-content .bootstrap4 .offset-md-8 {
    margin-left: 66.66667%;
  }
  .entry-content .bootstrap4 .offset-md-9 {
    margin-left: 75%;
  }
  .entry-content .bootstrap4 .offset-md-10 {
    margin-left: 83.33333%;
  }
  .entry-content .bootstrap4 .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .entry-content .bootstrap4 .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .entry-content .bootstrap4 .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .entry-content .bootstrap4 .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .entry-content .bootstrap4 .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .entry-content .bootstrap4 .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .entry-content .bootstrap4 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .entry-content .bootstrap4 .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .entry-content .bootstrap4 .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .entry-content .bootstrap4 .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .entry-content .bootstrap4 .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .entry-content .bootstrap4 .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .entry-content .bootstrap4 .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .order-lg-first {
    order: -1;
  }
  .entry-content .bootstrap4 .order-lg-last {
    order: 13;
  }
  .entry-content .bootstrap4 .order-lg-0 {
    order: 0;
  }
  .entry-content .bootstrap4 .order-lg-1 {
    order: 1;
  }
  .entry-content .bootstrap4 .order-lg-2 {
    order: 2;
  }
  .entry-content .bootstrap4 .order-lg-3 {
    order: 3;
  }
  .entry-content .bootstrap4 .order-lg-4 {
    order: 4;
  }
  .entry-content .bootstrap4 .order-lg-5 {
    order: 5;
  }
  .entry-content .bootstrap4 .order-lg-6 {
    order: 6;
  }
  .entry-content .bootstrap4 .order-lg-7 {
    order: 7;
  }
  .entry-content .bootstrap4 .order-lg-8 {
    order: 8;
  }
  .entry-content .bootstrap4 .order-lg-9 {
    order: 9;
  }
  .entry-content .bootstrap4 .order-lg-10 {
    order: 10;
  }
  .entry-content .bootstrap4 .order-lg-11 {
    order: 11;
  }
  .entry-content .bootstrap4 .order-lg-12 {
    order: 12;
  }
  .entry-content .bootstrap4 .offset-lg-0 {
    margin-left: 0;
  }
  .entry-content .bootstrap4 .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .entry-content .bootstrap4 .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .entry-content .bootstrap4 .offset-lg-3 {
    margin-left: 25%;
  }
  .entry-content .bootstrap4 .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .entry-content .bootstrap4 .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .entry-content .bootstrap4 .offset-lg-6 {
    margin-left: 50%;
  }
  .entry-content .bootstrap4 .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .entry-content .bootstrap4 .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .entry-content .bootstrap4 .offset-lg-9 {
    margin-left: 75%;
  }
  .entry-content .bootstrap4 .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .entry-content .bootstrap4 .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .entry-content .bootstrap4 .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .entry-content .bootstrap4 .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .entry-content .bootstrap4 .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .entry-content .bootstrap4 .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .entry-content .bootstrap4 .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .entry-content .bootstrap4 .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .entry-content .bootstrap4 .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .entry-content .bootstrap4 .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .entry-content .bootstrap4 .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .entry-content .bootstrap4 .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .entry-content .bootstrap4 .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .entry-content .bootstrap4 .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .entry-content .bootstrap4 .order-xl-first {
    order: -1;
  }
  .entry-content .bootstrap4 .order-xl-last {
    order: 13;
  }
  .entry-content .bootstrap4 .order-xl-0 {
    order: 0;
  }
  .entry-content .bootstrap4 .order-xl-1 {
    order: 1;
  }
  .entry-content .bootstrap4 .order-xl-2 {
    order: 2;
  }
  .entry-content .bootstrap4 .order-xl-3 {
    order: 3;
  }
  .entry-content .bootstrap4 .order-xl-4 {
    order: 4;
  }
  .entry-content .bootstrap4 .order-xl-5 {
    order: 5;
  }
  .entry-content .bootstrap4 .order-xl-6 {
    order: 6;
  }
  .entry-content .bootstrap4 .order-xl-7 {
    order: 7;
  }
  .entry-content .bootstrap4 .order-xl-8 {
    order: 8;
  }
  .entry-content .bootstrap4 .order-xl-9 {
    order: 9;
  }
  .entry-content .bootstrap4 .order-xl-10 {
    order: 10;
  }
  .entry-content .bootstrap4 .order-xl-11 {
    order: 11;
  }
  .entry-content .bootstrap4 .order-xl-12 {
    order: 12;
  }
  .entry-content .bootstrap4 .offset-xl-0 {
    margin-left: 0;
  }
  .entry-content .bootstrap4 .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .entry-content .bootstrap4 .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .entry-content .bootstrap4 .offset-xl-3 {
    margin-left: 25%;
  }
  .entry-content .bootstrap4 .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .entry-content .bootstrap4 .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .entry-content .bootstrap4 .offset-xl-6 {
    margin-left: 50%;
  }
  .entry-content .bootstrap4 .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .entry-content .bootstrap4 .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .entry-content .bootstrap4 .offset-xl-9 {
    margin-left: 75%;
  }
  .entry-content .bootstrap4 .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .entry-content .bootstrap4 .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.entry-content .bootstrap4 .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.entry-content .bootstrap4 .table th,
.entry-content .bootstrap4 .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.entry-content .bootstrap4 .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.entry-content .bootstrap4 .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.entry-content .bootstrap4 .table .table {
  background-color: #fff;
}
.entry-content .bootstrap4 .table-sm th,
.entry-content .bootstrap4 .table-sm td {
  padding: 0.3rem;
}
.entry-content .bootstrap4 .table-bordered {
  border: 1px solid #dee2e6;
}
.entry-content .bootstrap4 .table-bordered th,
.entry-content .bootstrap4 .table-bordered td {
  border: 1px solid #dee2e6;
}
.entry-content .bootstrap4 .table-bordered thead th,
.entry-content .bootstrap4 .table-bordered thead td {
  border-bottom-width: 2px;
}
.entry-content .bootstrap4 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.entry-content .bootstrap4 .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.entry-content .bootstrap4 .table-primary,
.entry-content .bootstrap4 .table-primary > th,
.entry-content .bootstrap4 .table-primary > td {
  background-color: #b8daff;
}
.entry-content .bootstrap4 .table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.entry-content .bootstrap4 .table-hover .table-primary:hover > td,
.entry-content .bootstrap4 .table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.entry-content .bootstrap4 .table-secondary,
.entry-content .bootstrap4 .table-secondary > th,
.entry-content .bootstrap4 .table-secondary > td {
  background-color: #d6d8db;
}
.entry-content .bootstrap4 .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.entry-content .bootstrap4 .table-hover .table-secondary:hover > td,
.entry-content .bootstrap4 .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.entry-content .bootstrap4 .table-success,
.entry-content .bootstrap4 .table-success > th,
.entry-content .bootstrap4 .table-success > td {
  background-color: #c3e6cb;
}
.entry-content .bootstrap4 .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.entry-content .bootstrap4 .table-hover .table-success:hover > td,
.entry-content .bootstrap4 .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.entry-content .bootstrap4 .table-info,
.entry-content .bootstrap4 .table-info > th,
.entry-content .bootstrap4 .table-info > td {
  background-color: #bee5eb;
}
.entry-content .bootstrap4 .table-hover .table-info:hover {
  background-color: #abdde5;
}
.entry-content .bootstrap4 .table-hover .table-info:hover > td,
.entry-content .bootstrap4 .table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.entry-content .bootstrap4 .table-warning,
.entry-content .bootstrap4 .table-warning > th,
.entry-content .bootstrap4 .table-warning > td {
  background-color: #ffeeba;
}
.entry-content .bootstrap4 .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.entry-content .bootstrap4 .table-hover .table-warning:hover > td,
.entry-content .bootstrap4 .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.entry-content .bootstrap4 .table-danger,
.entry-content .bootstrap4 .table-danger > th,
.entry-content .bootstrap4 .table-danger > td {
  background-color: #f5c6cb;
}
.entry-content .bootstrap4 .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.entry-content .bootstrap4 .table-hover .table-danger:hover > td,
.entry-content .bootstrap4 .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.entry-content .bootstrap4 .table-light,
.entry-content .bootstrap4 .table-light > th,
.entry-content .bootstrap4 .table-light > td {
  background-color: #fdfdfe;
}
.entry-content .bootstrap4 .table-hover .table-light:hover {
  background-color: #ececf6;
}
.entry-content .bootstrap4 .table-hover .table-light:hover > td,
.entry-content .bootstrap4 .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.entry-content .bootstrap4 .table-dark,
.entry-content .bootstrap4 .table-dark > th,
.entry-content .bootstrap4 .table-dark > td {
  background-color: #c6c8ca;
}
.entry-content .bootstrap4 .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.entry-content .bootstrap4 .table-hover .table-dark:hover > td,
.entry-content .bootstrap4 .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.entry-content .bootstrap4 .table-active,
.entry-content .bootstrap4 .table-active > th,
.entry-content .bootstrap4 .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.entry-content .bootstrap4 .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.entry-content .bootstrap4 .table-hover .table-active:hover > td,
.entry-content .bootstrap4 .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.entry-content .bootstrap4 .table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.entry-content .bootstrap4 .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.entry-content .bootstrap4 .table-dark {
  color: #fff;
  background-color: #212529;
}
.entry-content .bootstrap4 .table-dark th,
.entry-content .bootstrap4 .table-dark td,
.entry-content .bootstrap4 .table-dark thead th {
  border-color: #32383e;
}
.entry-content .bootstrap4 .table-dark.table-bordered {
  border: 0;
}
.entry-content .bootstrap4 .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.entry-content .bootstrap4 .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .entry-content .bootstrap4 .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .entry-content .bootstrap4 .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .entry-content .bootstrap4 .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .entry-content .bootstrap4 .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .entry-content .bootstrap4 .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .entry-content .bootstrap4 .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .entry-content .bootstrap4 .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .entry-content .bootstrap4 .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.entry-content .bootstrap4 .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.entry-content .bootstrap4 .table-responsive > .table-bordered {
  border: 0;
}
.entry-content .bootstrap4 .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.entry-content .bootstrap4 .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.entry-content .bootstrap4 .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.entry-content .bootstrap4 .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.entry-content .bootstrap4 .form-control:disabled, .entry-content .bootstrap4 .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.entry-content .bootstrap4 select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.entry-content .bootstrap4 select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.entry-content .bootstrap4 .form-control-file,
.entry-content .bootstrap4 .form-control-range {
  display: block;
  width: 100%;
}
.entry-content .bootstrap4 .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.entry-content .bootstrap4 .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.entry-content .bootstrap4 .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.entry-content .bootstrap4 .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.entry-content .bootstrap4 .form-control-plaintext.form-control-sm, .entry-content .bootstrap4 .input-group-sm > .form-control-plaintext.form-control,
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.entry-content .bootstrap4 .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.entry-content .bootstrap4 .input-group-sm > .input-group-append > .form-control-plaintext.btn, .entry-content .bootstrap4 .form-control-plaintext.form-control-lg, .entry-content .bootstrap4 .input-group-lg > .form-control-plaintext.form-control,
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.entry-content .bootstrap4 .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.entry-content .bootstrap4 .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.entry-content .bootstrap4 .form-control-sm, .entry-content .bootstrap4 .input-group-sm > .form-control,
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > .input-group-text,
.entry-content .bootstrap4 .input-group-sm > .input-group-append > .input-group-text,
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > .btn,
.entry-content .bootstrap4 .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.entry-content .bootstrap4 select.form-control-sm:not([size]):not([multiple]), .entry-content .bootstrap4 .input-group-sm > select.form-control:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.entry-content .bootstrap4 .form-control-lg, .entry-content .bootstrap4 .input-group-lg > .form-control,
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > .input-group-text,
.entry-content .bootstrap4 .input-group-lg > .input-group-append > .input-group-text,
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > .btn,
.entry-content .bootstrap4 .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.entry-content .bootstrap4 select.form-control-lg:not([size]):not([multiple]), .entry-content .bootstrap4 .input-group-lg > select.form-control:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.entry-content .bootstrap4 .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.entry-content .bootstrap4 .form-group {
  margin-bottom: 1rem;
}
.entry-content .bootstrap4 .form-text {
  display: block;
  margin-top: 0.25rem;
}
.entry-content .bootstrap4 .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.entry-content .bootstrap4 .form-row > .col,
.entry-content .bootstrap4 .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.entry-content .bootstrap4 .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.entry-content .bootstrap4 .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.entry-content .bootstrap4 .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.entry-content .bootstrap4 .form-check-label {
  margin-bottom: 0;
}
.entry-content .bootstrap4 .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.entry-content .bootstrap4 .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.entry-content .bootstrap4 .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.entry-content .bootstrap4 .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(40, 167, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .entry-content .bootstrap4 .form-control:valid, .entry-content .bootstrap4 .form-control.is-valid, .was-validated
.entry-content .bootstrap4 .custom-select:valid,
.entry-content .bootstrap4 .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .entry-content .bootstrap4 .form-control:valid:focus, .entry-content .bootstrap4 .form-control.is-valid:focus, .was-validated
.entry-content .bootstrap4 .custom-select:valid:focus,
.entry-content .bootstrap4 .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .entry-content .bootstrap4 .form-control:valid ~ .valid-feedback,
.was-validated .entry-content .bootstrap4 .form-control:valid ~ .valid-tooltip, .entry-content .bootstrap4 .form-control.is-valid ~ .valid-feedback,
.entry-content .bootstrap4 .form-control.is-valid ~ .valid-tooltip, .was-validated
.entry-content .bootstrap4 .custom-select:valid ~ .valid-feedback,
.was-validated
.entry-content .bootstrap4 .custom-select:valid ~ .valid-tooltip,
.entry-content .bootstrap4 .custom-select.is-valid ~ .valid-feedback,
.entry-content .bootstrap4 .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .form-check-input:valid ~ .form-check-label, .entry-content .bootstrap4 .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .entry-content .bootstrap4 .form-check-input:valid ~ .valid-feedback,
.was-validated .entry-content .bootstrap4 .form-check-input:valid ~ .valid-tooltip, .entry-content .bootstrap4 .form-check-input.is-valid ~ .valid-feedback,
.entry-content .bootstrap4 .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:valid ~ .custom-control-label, .entry-content .bootstrap4 .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:valid ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:valid ~ .valid-feedback,
.was-validated .entry-content .bootstrap4 .custom-control-input:valid ~ .valid-tooltip, .entry-content .bootstrap4 .custom-control-input.is-valid ~ .valid-feedback,
.entry-content .bootstrap4 .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:valid:checked ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:valid:focus ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .entry-content .bootstrap4 .custom-file-input:valid ~ .custom-file-label, .entry-content .bootstrap4 .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:valid ~ .custom-file-label::before, .entry-content .bootstrap4 .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:valid ~ .valid-feedback,
.was-validated .entry-content .bootstrap4 .custom-file-input:valid ~ .valid-tooltip, .entry-content .bootstrap4 .custom-file-input.is-valid ~ .valid-feedback,
.entry-content .bootstrap4 .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:valid:focus ~ .custom-file-label, .entry-content .bootstrap4 .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.entry-content .bootstrap4 .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.entry-content .bootstrap4 .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(220, 53, 69, 0.8);
  border-radius: .2rem;
}
.was-validated .entry-content .bootstrap4 .form-control:invalid, .entry-content .bootstrap4 .form-control.is-invalid, .was-validated
.entry-content .bootstrap4 .custom-select:invalid,
.entry-content .bootstrap4 .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .entry-content .bootstrap4 .form-control:invalid:focus, .entry-content .bootstrap4 .form-control.is-invalid:focus, .was-validated
.entry-content .bootstrap4 .custom-select:invalid:focus,
.entry-content .bootstrap4 .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .entry-content .bootstrap4 .form-control:invalid ~ .invalid-feedback,
.was-validated .entry-content .bootstrap4 .form-control:invalid ~ .invalid-tooltip, .entry-content .bootstrap4 .form-control.is-invalid ~ .invalid-feedback,
.entry-content .bootstrap4 .form-control.is-invalid ~ .invalid-tooltip, .was-validated
.entry-content .bootstrap4 .custom-select:invalid ~ .invalid-feedback,
.was-validated
.entry-content .bootstrap4 .custom-select:invalid ~ .invalid-tooltip,
.entry-content .bootstrap4 .custom-select.is-invalid ~ .invalid-feedback,
.entry-content .bootstrap4 .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .form-check-input:invalid ~ .form-check-label, .entry-content .bootstrap4 .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .entry-content .bootstrap4 .form-check-input:invalid ~ .invalid-feedback,
.was-validated .entry-content .bootstrap4 .form-check-input:invalid ~ .invalid-tooltip, .entry-content .bootstrap4 .form-check-input.is-invalid ~ .invalid-feedback,
.entry-content .bootstrap4 .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid ~ .custom-control-label, .entry-content .bootstrap4 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid ~ .invalid-tooltip, .entry-content .bootstrap4 .custom-control-input.is-invalid ~ .invalid-feedback,
.entry-content .bootstrap4 .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid:checked ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .entry-content .bootstrap4 .custom-control-input:invalid:focus ~ .custom-control-label::before, .entry-content .bootstrap4 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .entry-content .bootstrap4 .custom-file-input:invalid ~ .custom-file-label, .entry-content .bootstrap4 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:invalid ~ .custom-file-label::before, .entry-content .bootstrap4 .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .entry-content .bootstrap4 .custom-file-input:invalid ~ .invalid-tooltip, .entry-content .bootstrap4 .custom-file-input.is-invalid ~ .invalid-feedback,
.entry-content .bootstrap4 .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .entry-content .bootstrap4 .custom-file-input:invalid:focus ~ .custom-file-label, .entry-content .bootstrap4 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.entry-content .bootstrap4 .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.entry-content .bootstrap4 .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .entry-content .bootstrap4 .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .entry-content .bootstrap4 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .entry-content .bootstrap4 .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .entry-content .bootstrap4 .form-inline .input-group {
    width: auto;
  }
  .entry-content .bootstrap4 .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .entry-content .bootstrap4 .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .entry-content .bootstrap4 .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .entry-content .bootstrap4 .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.entry-content .bootstrap4 .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
.entry-content .bootstrap4 .btn:hover, .entry-content .bootstrap4 .btn:focus {
  text-decoration: none;
}
.entry-content .bootstrap4 .btn:focus, .entry-content .bootstrap4 .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.entry-content .bootstrap4 .btn.disabled, .entry-content .bootstrap4 .btn:disabled {
  opacity: 0.65;
}
.entry-content .bootstrap4 .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.entry-content .bootstrap4 .btn:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
.entry-content .bootstrap4 a.btn.disabled,
.entry-content .bootstrap4 fieldset:disabled a.btn {
  pointer-events: none;
}
.entry-content .bootstrap4 .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.entry-content .bootstrap4 .btn-primary:focus, .entry-content .bootstrap4 .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .btn-primary.disabled, .entry-content .bootstrap4 .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .btn-primary:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-primary:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.entry-content .bootstrap4 .btn-primary:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.entry-content .bootstrap4 .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.entry-content .bootstrap4 .btn-secondary:focus, .entry-content .bootstrap4 .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.entry-content .bootstrap4 .btn-secondary.disabled, .entry-content .bootstrap4 .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.entry-content .bootstrap4 .btn-secondary:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-secondary:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.entry-content .bootstrap4 .btn-secondary:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.entry-content .bootstrap4 .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.entry-content .bootstrap4 .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.entry-content .bootstrap4 .btn-success:focus, .entry-content .bootstrap4 .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.entry-content .bootstrap4 .btn-success.disabled, .entry-content .bootstrap4 .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.entry-content .bootstrap4 .btn-success:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-success:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.entry-content .bootstrap4 .btn-success:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-success:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.entry-content .bootstrap4 .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.entry-content .bootstrap4 .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.entry-content .bootstrap4 .btn-info:focus, .entry-content .bootstrap4 .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.entry-content .bootstrap4 .btn-info.disabled, .entry-content .bootstrap4 .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.entry-content .bootstrap4 .btn-info:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-info:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.entry-content .bootstrap4 .btn-info:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-info:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.entry-content .bootstrap4 .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.entry-content .bootstrap4 .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.entry-content .bootstrap4 .btn-warning:focus, .entry-content .bootstrap4 .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.entry-content .bootstrap4 .btn-warning.disabled, .entry-content .bootstrap4 .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.entry-content .bootstrap4 .btn-warning:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-warning:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.entry-content .bootstrap4 .btn-warning:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.entry-content .bootstrap4 .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.entry-content .bootstrap4 .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.entry-content .bootstrap4 .btn-danger:focus, .entry-content .bootstrap4 .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.entry-content .bootstrap4 .btn-danger.disabled, .entry-content .bootstrap4 .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.entry-content .bootstrap4 .btn-danger:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-danger:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.entry-content .bootstrap4 .btn-danger:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.entry-content .bootstrap4 .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.entry-content .bootstrap4 .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.entry-content .bootstrap4 .btn-light:focus, .entry-content .bootstrap4 .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.entry-content .bootstrap4 .btn-light.disabled, .entry-content .bootstrap4 .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.entry-content .bootstrap4 .btn-light:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-light:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.entry-content .bootstrap4 .btn-light:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-light:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.entry-content .bootstrap4 .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.entry-content .bootstrap4 .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.entry-content .bootstrap4 .btn-dark:focus, .entry-content .bootstrap4 .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.entry-content .bootstrap4 .btn-dark.disabled, .entry-content .bootstrap4 .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.entry-content .bootstrap4 .btn-dark:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-dark:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.entry-content .bootstrap4 .btn-dark:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.entry-content .bootstrap4 .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.entry-content .bootstrap4 .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .btn-outline-primary:focus, .entry-content .bootstrap4 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .btn-outline-primary.disabled, .entry-content .bootstrap4 .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-primary:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.entry-content .bootstrap4 .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.entry-content .bootstrap4 .btn-outline-secondary:focus, .entry-content .bootstrap4 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.entry-content .bootstrap4 .btn-outline-secondary.disabled, .entry-content .bootstrap4 .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-secondary:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.entry-content .bootstrap4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.entry-content .bootstrap4 .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.entry-content .bootstrap4 .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.entry-content .bootstrap4 .btn-outline-success:focus, .entry-content .bootstrap4 .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.entry-content .bootstrap4 .btn-outline-success.disabled, .entry-content .bootstrap4 .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-success:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.entry-content .bootstrap4 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.entry-content .bootstrap4 .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.entry-content .bootstrap4 .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.entry-content .bootstrap4 .btn-outline-info:focus, .entry-content .bootstrap4 .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.entry-content .bootstrap4 .btn-outline-info.disabled, .entry-content .bootstrap4 .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-info:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.entry-content .bootstrap4 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.entry-content .bootstrap4 .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.entry-content .bootstrap4 .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.entry-content .bootstrap4 .btn-outline-warning:focus, .entry-content .bootstrap4 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.entry-content .bootstrap4 .btn-outline-warning.disabled, .entry-content .bootstrap4 .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-warning:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.entry-content .bootstrap4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.entry-content .bootstrap4 .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.entry-content .bootstrap4 .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.entry-content .bootstrap4 .btn-outline-danger:focus, .entry-content .bootstrap4 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.entry-content .bootstrap4 .btn-outline-danger.disabled, .entry-content .bootstrap4 .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-danger:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.entry-content .bootstrap4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.entry-content .bootstrap4 .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.entry-content .bootstrap4 .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.entry-content .bootstrap4 .btn-outline-light:focus, .entry-content .bootstrap4 .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.entry-content .bootstrap4 .btn-outline-light.disabled, .entry-content .bootstrap4 .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-light:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.entry-content .bootstrap4 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.entry-content .bootstrap4 .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.entry-content .bootstrap4 .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.entry-content .bootstrap4 .btn-outline-dark:focus, .entry-content .bootstrap4 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.entry-content .bootstrap4 .btn-outline-dark.disabled, .entry-content .bootstrap4 .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-outline-dark:not(:disabled):not(.disabled):active, .entry-content .bootstrap4 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .entry-content .bootstrap4 .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.entry-content .bootstrap4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .entry-content .bootstrap4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .entry-content .bootstrap4 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.entry-content .bootstrap4 .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.entry-content .bootstrap4 .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.entry-content .bootstrap4 .btn-link:focus, .entry-content .bootstrap4 .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.entry-content .bootstrap4 .btn-link:disabled, .entry-content .bootstrap4 .btn-link.disabled {
  color: #6c757d;
}
.entry-content .bootstrap4 .btn-lg, .entry-content .bootstrap4 .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.entry-content .bootstrap4 .btn-sm, .entry-content .bootstrap4 .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.entry-content .bootstrap4 .btn-block {
  display: block;
  width: 100%;
}
.entry-content .bootstrap4 .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.entry-content .bootstrap4 input[type="submit"].btn-block,
.entry-content .bootstrap4 input[type="reset"].btn-block,
.entry-content .bootstrap4 input[type="button"].btn-block {
  width: 100%;
}
.entry-content .bootstrap4 .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.entry-content .bootstrap4 .fade.show {
  opacity: 1;
}
.entry-content .bootstrap4 .collapse {
  display: none;
}
.entry-content .bootstrap4 .collapse.show {
  display: block;
}
.entry-content .bootstrap4 tr.collapse.show {
  display: table-row;
}
.entry-content .bootstrap4 tbody.collapse.show {
  display: table-row-group;
}
.entry-content .bootstrap4 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.entry-content .bootstrap4 .dropup,
.entry-content .bootstrap4 .dropdown {
  position: relative;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .dropdown-toggle:empty::after {
  margin-left: 0;
}
.entry-content .bootstrap4 .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: 1rem;
  color: #212529;
  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;
}
.entry-content .bootstrap4 .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.entry-content .bootstrap4 .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.entry-content .bootstrap4 .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.entry-content .bootstrap4 .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.entry-content .bootstrap4 .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.entry-content .bootstrap4 .dropleft .dropdown-toggle::after {
  display: none;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.entry-content .bootstrap4 .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.entry-content .bootstrap4 .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .dropdown-item:hover, .entry-content .bootstrap4 .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.entry-content .bootstrap4 .dropdown-item.active, .entry-content .bootstrap4 .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.entry-content .bootstrap4 .dropdown-item.disabled, .entry-content .bootstrap4 .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.entry-content .bootstrap4 .dropdown-menu.show {
  display: block;
}
.entry-content .bootstrap4 .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.entry-content .bootstrap4 .btn-group,
.entry-content .bootstrap4 .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.entry-content .bootstrap4 .btn-group > .btn,
.entry-content .bootstrap4 .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.entry-content .bootstrap4 .btn-group > .btn:hover,
.entry-content .bootstrap4 .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.entry-content .bootstrap4 .btn-group > .btn:focus, .entry-content .bootstrap4 .btn-group > .btn:active, .entry-content .bootstrap4 .btn-group > .btn.active,
.entry-content .bootstrap4 .btn-group-vertical > .btn:focus,
.entry-content .bootstrap4 .btn-group-vertical > .btn:active,
.entry-content .bootstrap4 .btn-group-vertical > .btn.active {
  z-index: 1;
}
.entry-content .bootstrap4 .btn-group .btn + .btn,
.entry-content .bootstrap4 .btn-group .btn + .btn-group,
.entry-content .bootstrap4 .btn-group .btn-group + .btn,
.entry-content .bootstrap4 .btn-group .btn-group + .btn-group,
.entry-content .bootstrap4 .btn-group-vertical .btn + .btn,
.entry-content .bootstrap4 .btn-group-vertical .btn + .btn-group,
.entry-content .bootstrap4 .btn-group-vertical .btn-group + .btn,
.entry-content .bootstrap4 .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.entry-content .bootstrap4 .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.entry-content .bootstrap4 .btn-toolbar .input-group {
  width: auto;
}
.entry-content .bootstrap4 .btn-group > .btn:first-child {
  margin-left: 0;
}
.entry-content .bootstrap4 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.entry-content .bootstrap4 .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry-content .bootstrap4 .btn-group > .btn:not(:first-child),
.entry-content .bootstrap4 .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.entry-content .bootstrap4 .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.entry-content .bootstrap4 .dropdown-toggle-split::after {
  margin-left: 0;
}
.entry-content .bootstrap4 .btn-sm + .dropdown-toggle-split, .entry-content .bootstrap4 .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.entry-content .bootstrap4 .btn-lg + .dropdown-toggle-split, .entry-content .bootstrap4 .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.entry-content .bootstrap4 .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.entry-content .bootstrap4 .btn-group-vertical .btn,
.entry-content .bootstrap4 .btn-group-vertical .btn-group {
  width: 100%;
}
.entry-content .bootstrap4 .btn-group-vertical > .btn + .btn,
.entry-content .bootstrap4 .btn-group-vertical > .btn + .btn-group,
.entry-content .bootstrap4 .btn-group-vertical > .btn-group + .btn,
.entry-content .bootstrap4 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.entry-content .bootstrap4 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.entry-content .bootstrap4 .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.entry-content .bootstrap4 .btn-group-vertical > .btn:not(:first-child),
.entry-content .bootstrap4 .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.entry-content .bootstrap4 .btn-group-toggle > .btn,
.entry-content .bootstrap4 .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.entry-content .bootstrap4 .btn-group-toggle > .btn input[type="radio"],
.entry-content .bootstrap4 .btn-group-toggle > .btn input[type="checkbox"],
.entry-content .bootstrap4 .btn-group-toggle > .btn-group > .btn input[type="radio"],
.entry-content .bootstrap4 .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.entry-content .bootstrap4 .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.entry-content .bootstrap4 .input-group > .form-control,
.entry-content .bootstrap4 .input-group > .custom-select,
.entry-content .bootstrap4 .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.entry-content .bootstrap4 .input-group > .form-control:focus,
.entry-content .bootstrap4 .input-group > .custom-select:focus,
.entry-content .bootstrap4 .input-group > .custom-file:focus {
  z-index: 3;
}
.entry-content .bootstrap4 .input-group > .form-control + .form-control,
.entry-content .bootstrap4 .input-group > .form-control + .custom-select,
.entry-content .bootstrap4 .input-group > .form-control + .custom-file,
.entry-content .bootstrap4 .input-group > .custom-select + .form-control,
.entry-content .bootstrap4 .input-group > .custom-select + .custom-select,
.entry-content .bootstrap4 .input-group > .custom-select + .custom-file,
.entry-content .bootstrap4 .input-group > .custom-file + .form-control,
.entry-content .bootstrap4 .input-group > .custom-file + .custom-select,
.entry-content .bootstrap4 .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.entry-content .bootstrap4 .input-group > .form-control:not(:last-child),
.entry-content .bootstrap4 .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry-content .bootstrap4 .input-group > .form-control:not(:first-child),
.entry-content .bootstrap4 .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.entry-content .bootstrap4 .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.entry-content .bootstrap4 .input-group > .custom-file:not(:last-child) .custom-file-label, .entry-content .bootstrap4 .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry-content .bootstrap4 .input-group > .custom-file:not(:first-child) .custom-file-label, .entry-content .bootstrap4 .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.entry-content .bootstrap4 .input-group-prepend,
.entry-content .bootstrap4 .input-group-append {
  display: flex;
}
.entry-content .bootstrap4 .input-group-prepend .btn,
.entry-content .bootstrap4 .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.entry-content .bootstrap4 .input-group-prepend .btn + .btn,
.entry-content .bootstrap4 .input-group-prepend .btn + .input-group-text,
.entry-content .bootstrap4 .input-group-prepend .input-group-text + .input-group-text,
.entry-content .bootstrap4 .input-group-prepend .input-group-text + .btn,
.entry-content .bootstrap4 .input-group-append .btn + .btn,
.entry-content .bootstrap4 .input-group-append .btn + .input-group-text,
.entry-content .bootstrap4 .input-group-append .input-group-text + .input-group-text,
.entry-content .bootstrap4 .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.entry-content .bootstrap4 .input-group-prepend {
  margin-right: -1px;
}
.entry-content .bootstrap4 .input-group-append {
  margin-left: -1px;
}
.entry-content .bootstrap4 .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .input-group-text input[type="radio"],
.entry-content .bootstrap4 .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.entry-content .bootstrap4 .input-group > .input-group-prepend > .btn,
.entry-content .bootstrap4 .input-group > .input-group-prepend > .input-group-text,
.entry-content .bootstrap4 .input-group > .input-group-append:not(:last-child) > .btn,
.entry-content .bootstrap4 .input-group > .input-group-append:not(:last-child) > .input-group-text,
.entry-content .bootstrap4 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.entry-content .bootstrap4 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry-content .bootstrap4 .input-group > .input-group-append > .btn,
.entry-content .bootstrap4 .input-group > .input-group-append > .input-group-text,
.entry-content .bootstrap4 .input-group > .input-group-prepend:not(:first-child) > .btn,
.entry-content .bootstrap4 .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.entry-content .bootstrap4 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.entry-content .bootstrap4 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.entry-content .bootstrap4 .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.entry-content .bootstrap4 .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.entry-content .bootstrap4 .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.entry-content .bootstrap4 .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.entry-content .bootstrap4 .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.entry-content .bootstrap4 .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.entry-content .bootstrap4 .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.entry-content .bootstrap4 .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.entry-content .bootstrap4 .custom-control-label {
  margin-bottom: 0;
}
.entry-content .bootstrap4 .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.entry-content .bootstrap4 .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%;
}
.entry-content .bootstrap4 .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.entry-content .bootstrap4 .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.entry-content .bootstrap4 .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 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 #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.entry-content .bootstrap4 .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.entry-content .bootstrap4 .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.entry-content .bootstrap4 .custom-select[multiple], .entry-content .bootstrap4 .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.entry-content .bootstrap4 .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.entry-content .bootstrap4 .custom-select::-ms-expand {
  opacity: 0;
}
.entry-content .bootstrap4 .custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.entry-content .bootstrap4 .custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.entry-content .bootstrap4 .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.entry-content .bootstrap4 .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.entry-content .bootstrap4 .custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.entry-content .bootstrap4 .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.entry-content .bootstrap4 .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.entry-content .bootstrap4 .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.entry-content .bootstrap4 .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.entry-content .bootstrap4 .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.entry-content .bootstrap4 .nav-link:hover, .entry-content .bootstrap4 .nav-link:focus {
  text-decoration: none;
}
.entry-content .bootstrap4 .nav-link.disabled {
  color: #6c757d;
}
.entry-content .bootstrap4 .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.entry-content .bootstrap4 .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.entry-content .bootstrap4 .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.entry-content .bootstrap4 .nav-tabs .nav-link:hover, .entry-content .bootstrap4 .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.entry-content .bootstrap4 .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.entry-content .bootstrap4 .nav-tabs .nav-link.active,
.entry-content .bootstrap4 .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.entry-content .bootstrap4 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.entry-content .bootstrap4 .nav-pills .nav-link {
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .nav-pills .nav-link.active,
.entry-content .bootstrap4 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.entry-content .bootstrap4 .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.entry-content .bootstrap4 .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.entry-content .bootstrap4 .tab-content > .tab-pane {
  display: none;
}
.entry-content .bootstrap4 .tab-content > .active {
  display: block;
}
.entry-content .bootstrap4 .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.entry-content .bootstrap4 .navbar > .container,
.entry-content .bootstrap4 .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.entry-content .bootstrap4 .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.entry-content .bootstrap4 .navbar-brand:hover, .entry-content .bootstrap4 .navbar-brand:focus {
  text-decoration: none;
}
.entry-content .bootstrap4 .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.entry-content .bootstrap4 .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.entry-content .bootstrap4 .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.entry-content .bootstrap4 .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.entry-content .bootstrap4 .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.entry-content .bootstrap4 .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .navbar-toggler:hover, .entry-content .bootstrap4 .navbar-toggler:focus {
  text-decoration: none;
}
.entry-content .bootstrap4 .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.entry-content .bootstrap4 .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) {
  .entry-content .bootstrap4 .navbar-expand-sm > .container,
  .entry-content .bootstrap4 .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .entry-content .bootstrap4 .navbar-expand-sm > .container,
  .entry-content .bootstrap4 .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .entry-content .bootstrap4 .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .entry-content .bootstrap4 .navbar-expand-md > .container,
  .entry-content .bootstrap4 .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .entry-content .bootstrap4 .navbar-expand-md > .container,
  .entry-content .bootstrap4 .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .entry-content .bootstrap4 .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .entry-content .bootstrap4 .navbar-expand-lg > .container,
  .entry-content .bootstrap4 .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .entry-content .bootstrap4 .navbar-expand-lg > .container,
  .entry-content .bootstrap4 .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .entry-content .bootstrap4 .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .entry-content .bootstrap4 .navbar-expand-xl > .container,
  .entry-content .bootstrap4 .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .entry-content .bootstrap4 .navbar-expand-xl > .container,
  .entry-content .bootstrap4 .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .entry-content .bootstrap4 .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.entry-content .bootstrap4 .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.entry-content .bootstrap4 .navbar-expand > .container,
.entry-content .bootstrap4 .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.entry-content .bootstrap4 .navbar-expand .navbar-nav {
  flex-direction: row;
}
.entry-content .bootstrap4 .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.entry-content .bootstrap4 .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.entry-content .bootstrap4 .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.entry-content .bootstrap4 .navbar-expand > .container,
.entry-content .bootstrap4 .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.entry-content .bootstrap4 .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.entry-content .bootstrap4 .navbar-expand .navbar-toggler {
  display: none;
}
.entry-content .bootstrap4 .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.entry-content .bootstrap4 .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.entry-content .bootstrap4 .navbar-light .navbar-brand:hover, .entry-content .bootstrap4 .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link:hover, .entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.entry-content .bootstrap4 .navbar-light .navbar-nav .show > .nav-link,
.entry-content .bootstrap4 .navbar-light .navbar-nav .active > .nav-link,
.entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link.show,
.entry-content .bootstrap4 .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.entry-content .bootstrap4 .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.entry-content .bootstrap4 .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.entry-content .bootstrap4 .navbar-light .navbar-text a:hover, .entry-content .bootstrap4 .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.entry-content .bootstrap4 .navbar-dark .navbar-brand {
  color: #fff;
}
.entry-content .bootstrap4 .navbar-dark .navbar-brand:hover, .entry-content .bootstrap4 .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link:hover, .entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.entry-content .bootstrap4 .navbar-dark .navbar-nav .show > .nav-link,
.entry-content .bootstrap4 .navbar-dark .navbar-nav .active > .nav-link,
.entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link.show,
.entry-content .bootstrap4 .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.entry-content .bootstrap4 .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.entry-content .bootstrap4 .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.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.entry-content .bootstrap4 .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.entry-content .bootstrap4 .navbar-dark .navbar-text a {
  color: #fff;
}
.entry-content .bootstrap4 .navbar-dark .navbar-text a:hover, .entry-content .bootstrap4 .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.entry-content .bootstrap4 .card {
  position: relative;
  display: flex;
  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;
}
.entry-content .bootstrap4 .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.entry-content .bootstrap4 .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.entry-content .bootstrap4 .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.entry-content .bootstrap4 .card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.entry-content .bootstrap4 .card-title {
  margin-bottom: 0.75rem;
}
.entry-content .bootstrap4 .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.entry-content .bootstrap4 .card-text:last-child {
  margin-bottom: 0;
}
.entry-content .bootstrap4 .card-link:hover {
  text-decoration: none;
}
.entry-content .bootstrap4 .card-link + .card-link {
  margin-left: 1.25rem;
}
.entry-content .bootstrap4 .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);
}
.entry-content .bootstrap4 .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.entry-content .bootstrap4 .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.entry-content .bootstrap4 .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);
}
.entry-content .bootstrap4 .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.entry-content .bootstrap4 .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.entry-content .bootstrap4 .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.entry-content .bootstrap4 .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.entry-content .bootstrap4 .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.entry-content .bootstrap4 .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.entry-content .bootstrap4 .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.entry-content .bootstrap4 .card-deck {
  display: flex;
  flex-direction: column;
}
.entry-content .bootstrap4 .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .entry-content .bootstrap4 .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.entry-content .bootstrap4 .card-group {
  display: flex;
  flex-direction: column;
}
.entry-content .bootstrap4 .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .card-group {
    flex-flow: row wrap;
  }
  .entry-content .bootstrap4 .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .entry-content .bootstrap4 .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:first-child .card-img-top,
  .entry-content .bootstrap4 .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:first-child .card-img-bottom,
  .entry-content .bootstrap4 .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:last-child .card-img-top,
  .entry-content .bootstrap4 .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:last-child .card-img-bottom,
  .entry-content .bootstrap4 .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .entry-content .bootstrap4 .card-group > .card:only-child .card-img-top,
  .entry-content .bootstrap4 .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .entry-content .bootstrap4 .card-group > .card:only-child .card-img-bottom,
  .entry-content .bootstrap4 .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .entry-content .bootstrap4 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .entry-content .bootstrap4 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .entry-content .bootstrap4 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .entry-content .bootstrap4 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .entry-content .bootstrap4 .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.entry-content .bootstrap4 .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .entry-content .bootstrap4 .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.entry-content .bootstrap4 .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.entry-content .bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.entry-content .bootstrap4 .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.entry-content .bootstrap4 .breadcrumb-item.active {
  color: #6c757d;
}
.entry-content .bootstrap4 .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.entry-content .bootstrap4 .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.entry-content .bootstrap4 .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.entry-content .bootstrap4 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.entry-content .bootstrap4 .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.entry-content .bootstrap4 .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.entry-content .bootstrap4 .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.entry-content .bootstrap4 .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.entry-content .bootstrap4 .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.entry-content .bootstrap4 .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.entry-content .bootstrap4 .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.entry-content .bootstrap4 .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.entry-content .bootstrap4 .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.entry-content .bootstrap4 .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .badge:empty {
  display: none;
}
.entry-content .bootstrap4 .btn .badge {
  position: relative;
  top: -1px;
}
.entry-content .bootstrap4 .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.entry-content .bootstrap4 .badge-primary {
  color: #fff;
  background-color: #007bff;
}
.entry-content .bootstrap4 .badge-primary[href]:hover, .entry-content .bootstrap4 .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.entry-content .bootstrap4 .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.entry-content .bootstrap4 .badge-secondary[href]:hover, .entry-content .bootstrap4 .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.entry-content .bootstrap4 .badge-success {
  color: #fff;
  background-color: #28a745;
}
.entry-content .bootstrap4 .badge-success[href]:hover, .entry-content .bootstrap4 .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.entry-content .bootstrap4 .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.entry-content .bootstrap4 .badge-info[href]:hover, .entry-content .bootstrap4 .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.entry-content .bootstrap4 .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.entry-content .bootstrap4 .badge-warning[href]:hover, .entry-content .bootstrap4 .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.entry-content .bootstrap4 .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.entry-content .bootstrap4 .badge-danger[href]:hover, .entry-content .bootstrap4 .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.entry-content .bootstrap4 .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.entry-content .bootstrap4 .badge-light[href]:hover, .entry-content .bootstrap4 .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.entry-content .bootstrap4 .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.entry-content .bootstrap4 .badge-dark[href]:hover, .entry-content .bootstrap4 .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.entry-content .bootstrap4 .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .jumbotron {
    padding: 4rem 2rem;
  }
}
.entry-content .bootstrap4 .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.entry-content .bootstrap4 .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .alert-heading {
  color: inherit;
}
.entry-content .bootstrap4 .alert-link {
  font-weight: 700;
}
.entry-content .bootstrap4 .alert-dismissible {
  padding-right: 4rem;
}
.entry-content .bootstrap4 .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.entry-content .bootstrap4 .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.entry-content .bootstrap4 .alert-primary hr {
  border-top-color: #9fcdff;
}
.entry-content .bootstrap4 .alert-primary .alert-link {
  color: #002752;
}
.entry-content .bootstrap4 .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.entry-content .bootstrap4 .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.entry-content .bootstrap4 .alert-secondary .alert-link {
  color: #202326;
}
.entry-content .bootstrap4 .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.entry-content .bootstrap4 .alert-success hr {
  border-top-color: #b1dfbb;
}
.entry-content .bootstrap4 .alert-success .alert-link {
  color: #0b2e13;
}
.entry-content .bootstrap4 .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.entry-content .bootstrap4 .alert-info hr {
  border-top-color: #abdde5;
}
.entry-content .bootstrap4 .alert-info .alert-link {
  color: #062c33;
}
.entry-content .bootstrap4 .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.entry-content .bootstrap4 .alert-warning hr {
  border-top-color: #ffe8a1;
}
.entry-content .bootstrap4 .alert-warning .alert-link {
  color: #533f03;
}
.entry-content .bootstrap4 .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.entry-content .bootstrap4 .alert-danger hr {
  border-top-color: #f1b0b7;
}
.entry-content .bootstrap4 .alert-danger .alert-link {
  color: #491217;
}
.entry-content .bootstrap4 .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.entry-content .bootstrap4 .alert-light hr {
  border-top-color: #ececf6;
}
.entry-content .bootstrap4 .alert-light .alert-link {
  color: #686868;
}
.entry-content .bootstrap4 .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.entry-content .bootstrap4 .alert-dark hr {
  border-top-color: #b9bbbe;
}
.entry-content .bootstrap4 .alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.entry-content .bootstrap4 .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.entry-content .bootstrap4 .media {
  display: flex;
  align-items: flex-start;
}
.entry-content .bootstrap4 .media-body {
  flex: 1;
}
.entry-content .bootstrap4 .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.entry-content .bootstrap4 .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.entry-content .bootstrap4 .list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.entry-content .bootstrap4 .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.entry-content .bootstrap4 .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);
}
.entry-content .bootstrap4 .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.entry-content .bootstrap4 .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.entry-content .bootstrap4 .list-group-item:hover, .entry-content .bootstrap4 .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.entry-content .bootstrap4 .list-group-item.disabled, .entry-content .bootstrap4 .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.entry-content .bootstrap4 .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.entry-content .bootstrap4 .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.entry-content .bootstrap4 .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.entry-content .bootstrap4 .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.entry-content .bootstrap4 .list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.entry-content .bootstrap4 .list-group-item-primary.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.entry-content .bootstrap4 .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.entry-content .bootstrap4 .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.entry-content .bootstrap4 .list-group-item-secondary.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.entry-content .bootstrap4 .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.entry-content .bootstrap4 .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.entry-content .bootstrap4 .list-group-item-success.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.entry-content .bootstrap4 .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.entry-content .bootstrap4 .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.entry-content .bootstrap4 .list-group-item-info.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.entry-content .bootstrap4 .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.entry-content .bootstrap4 .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.entry-content .bootstrap4 .list-group-item-warning.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.entry-content .bootstrap4 .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.entry-content .bootstrap4 .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.entry-content .bootstrap4 .list-group-item-danger.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.entry-content .bootstrap4 .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.entry-content .bootstrap4 .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.entry-content .bootstrap4 .list-group-item-light.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.entry-content .bootstrap4 .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.entry-content .bootstrap4 .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.entry-content .bootstrap4 .list-group-item-dark.list-group-item-action:hover, .entry-content .bootstrap4 .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.entry-content .bootstrap4 .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.entry-content .bootstrap4 .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.entry-content .bootstrap4 .close:hover, .entry-content .bootstrap4 .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.entry-content .bootstrap4 .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.entry-content .bootstrap4 button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.entry-content .bootstrap4 .modal-open {
  overflow: hidden;
}
.entry-content .bootstrap4 .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .entry-content .bootstrap4 .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.entry-content .bootstrap4 .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .entry-content .bootstrap4 .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .entry-content .bootstrap4 .modal-dialog {
  transform: translate(0, 0);
}
.entry-content .bootstrap4 .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.entry-content .bootstrap4 .modal-content {
  position: relative;
  display: flex;
  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;
}
.entry-content .bootstrap4 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.entry-content .bootstrap4 .modal-backdrop.fade {
  opacity: 0;
}
.entry-content .bootstrap4 .modal-backdrop.show {
  opacity: 0.5;
}
.entry-content .bootstrap4 .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.entry-content .bootstrap4 .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.entry-content .bootstrap4 .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.entry-content .bootstrap4 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.entry-content .bootstrap4 .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.entry-content .bootstrap4 .modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.entry-content .bootstrap4 .modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.entry-content .bootstrap4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .entry-content .bootstrap4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .entry-content .bootstrap4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .modal-lg {
    max-width: 800px;
  }
}
.entry-content .bootstrap4 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.entry-content .bootstrap4 .tooltip.show {
  opacity: 0.9;
}
.entry-content .bootstrap4 .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.entry-content .bootstrap4 .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.entry-content .bootstrap4 .bs-tooltip-top, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.entry-content .bootstrap4 .bs-tooltip-top .arrow, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.entry-content .bootstrap4 .bs-tooltip-top .arrow::before, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.entry-content .bootstrap4 .bs-tooltip-right, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.entry-content .bootstrap4 .bs-tooltip-right .arrow, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.entry-content .bootstrap4 .bs-tooltip-right .arrow::before, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.entry-content .bootstrap4 .bs-tooltip-bottom, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.entry-content .bootstrap4 .bs-tooltip-bottom .arrow, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.entry-content .bootstrap4 .bs-tooltip-bottom .arrow::before, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.entry-content .bootstrap4 .bs-tooltip-left, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.entry-content .bootstrap4 .bs-tooltip-left .arrow, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.entry-content .bootstrap4 .bs-tooltip-left .arrow::before, .entry-content .bootstrap4 .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.entry-content .bootstrap4 .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.entry-content .bootstrap4 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.entry-content .bootstrap4 .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.entry-content .bootstrap4 .popover .arrow::before, .entry-content .bootstrap4 .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.entry-content .bootstrap4 .bs-popover-top, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-top .arrow, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.entry-content .bootstrap4 .bs-popover-top .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] .arrow::before,
.entry-content .bootstrap4 .bs-popover-top .arrow::after,
.entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.entry-content .bootstrap4 .bs-popover-top .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.entry-content .bootstrap4 .bs-popover-top .arrow::after, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.entry-content .bootstrap4 .bs-popover-right, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-right .arrow, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.entry-content .bootstrap4 .bs-popover-right .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] .arrow::before,
.entry-content .bootstrap4 .bs-popover-right .arrow::after,
.entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.entry-content .bootstrap4 .bs-popover-right .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.entry-content .bootstrap4 .bs-popover-right .arrow::after, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.entry-content .bootstrap4 .bs-popover-bottom, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-bottom .arrow, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.entry-content .bootstrap4 .bs-popover-bottom .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.entry-content .bootstrap4 .bs-popover-bottom .arrow::after,
.entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-bottom .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.entry-content .bootstrap4 .bs-popover-bottom .arrow::after, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.entry-content .bootstrap4 .bs-popover-bottom .popover-header::before, .entry-content .bootstrap4 .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;
}
.entry-content .bootstrap4 .bs-popover-left, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-left .arrow, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.entry-content .bootstrap4 .bs-popover-left .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] .arrow::before,
.entry-content .bootstrap4 .bs-popover-left .arrow::after,
.entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.entry-content .bootstrap4 .bs-popover-left .arrow::before, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.entry-content .bootstrap4 .bs-popover-left .arrow::after, .entry-content .bootstrap4 .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.entry-content .bootstrap4 .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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);
}
.entry-content .bootstrap4 .popover-header:empty {
  display: none;
}
.entry-content .bootstrap4 .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.entry-content .bootstrap4 .carousel {
  position: relative;
}
.entry-content .bootstrap4 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.entry-content .bootstrap4 .carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.entry-content .bootstrap4 .carousel-item.active,
.entry-content .bootstrap4 .carousel-item-next,
.entry-content .bootstrap4 .carousel-item-prev {
  display: block;
}
.entry-content .bootstrap4 .carousel-item-next,
.entry-content .bootstrap4 .carousel-item-prev {
  position: absolute;
  top: 0;
}
.entry-content .bootstrap4 .carousel-item-next.carousel-item-left,
.entry-content .bootstrap4 .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .entry-content .bootstrap4 .carousel-item-next.carousel-item-left,
  .entry-content .bootstrap4 .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.entry-content .bootstrap4 .carousel-item-next,
.entry-content .bootstrap4 .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .entry-content .bootstrap4 .carousel-item-next,
  .entry-content .bootstrap4 .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.entry-content .bootstrap4 .carousel-item-prev,
.entry-content .bootstrap4 .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .entry-content .bootstrap4 .carousel-item-prev,
  .entry-content .bootstrap4 .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.entry-content .bootstrap4 .carousel-control-prev,
.entry-content .bootstrap4 .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.entry-content .bootstrap4 .carousel-control-prev:hover, .entry-content .bootstrap4 .carousel-control-prev:focus,
.entry-content .bootstrap4 .carousel-control-next:hover,
.entry-content .bootstrap4 .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.entry-content .bootstrap4 .carousel-control-prev {
  left: 0;
}
.entry-content .bootstrap4 .carousel-control-next {
  right: 0;
}
.entry-content .bootstrap4 .carousel-control-prev-icon,
.entry-content .bootstrap4 .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .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");
}
.entry-content .bootstrap4 .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.entry-content .bootstrap4 .carousel-indicators li {
  position: relative;
  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);
}
.entry-content .bootstrap4 .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.entry-content .bootstrap4 .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.entry-content .bootstrap4 .carousel-indicators .active {
  background-color: #fff;
}
.entry-content .bootstrap4 .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.entry-content .bootstrap4 .align-baseline {
  vertical-align: baseline !important;
}
.entry-content .bootstrap4 .align-top {
  vertical-align: top !important;
}
.entry-content .bootstrap4 .align-middle {
  vertical-align: middle !important;
}
.entry-content .bootstrap4 .align-bottom {
  vertical-align: bottom !important;
}
.entry-content .bootstrap4 .align-text-bottom {
  vertical-align: text-bottom !important;
}
.entry-content .bootstrap4 .align-text-top {
  vertical-align: text-top !important;
}
.entry-content .bootstrap4 .bg-primary {
  background-color: #007bff !important;
}
.entry-content .bootstrap4 a.bg-primary:hover, .entry-content .bootstrap4 a.bg-primary:focus,
.entry-content .bootstrap4 button.bg-primary:hover,
.entry-content .bootstrap4 button.bg-primary:focus {
  background-color: #0062cc !important;
}
.entry-content .bootstrap4 .bg-secondary {
  background-color: #6c757d !important;
}
.entry-content .bootstrap4 a.bg-secondary:hover, .entry-content .bootstrap4 a.bg-secondary:focus,
.entry-content .bootstrap4 button.bg-secondary:hover,
.entry-content .bootstrap4 button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.entry-content .bootstrap4 .bg-success {
  background-color: #28a745 !important;
}
.entry-content .bootstrap4 a.bg-success:hover, .entry-content .bootstrap4 a.bg-success:focus,
.entry-content .bootstrap4 button.bg-success:hover,
.entry-content .bootstrap4 button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.entry-content .bootstrap4 .bg-info {
  background-color: #17a2b8 !important;
}
.entry-content .bootstrap4 a.bg-info:hover, .entry-content .bootstrap4 a.bg-info:focus,
.entry-content .bootstrap4 button.bg-info:hover,
.entry-content .bootstrap4 button.bg-info:focus {
  background-color: #117a8b !important;
}
.entry-content .bootstrap4 .bg-warning {
  background-color: #ffc107 !important;
}
.entry-content .bootstrap4 a.bg-warning:hover, .entry-content .bootstrap4 a.bg-warning:focus,
.entry-content .bootstrap4 button.bg-warning:hover,
.entry-content .bootstrap4 button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.entry-content .bootstrap4 .bg-danger {
  background-color: #dc3545 !important;
}
.entry-content .bootstrap4 a.bg-danger:hover, .entry-content .bootstrap4 a.bg-danger:focus,
.entry-content .bootstrap4 button.bg-danger:hover,
.entry-content .bootstrap4 button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.entry-content .bootstrap4 .bg-light {
  background-color: #f8f9fa !important;
}
.entry-content .bootstrap4 a.bg-light:hover, .entry-content .bootstrap4 a.bg-light:focus,
.entry-content .bootstrap4 button.bg-light:hover,
.entry-content .bootstrap4 button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.entry-content .bootstrap4 .bg-dark {
  background-color: #343a40 !important;
}
.entry-content .bootstrap4 a.bg-dark:hover, .entry-content .bootstrap4 a.bg-dark:focus,
.entry-content .bootstrap4 button.bg-dark:hover,
.entry-content .bootstrap4 button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.entry-content .bootstrap4 .bg-white {
  background-color: #fff !important;
}
.entry-content .bootstrap4 .bg-transparent {
  background-color: transparent !important;
}
.entry-content .bootstrap4 .border {
  border: 1px solid #dee2e6 !important;
}
.entry-content .bootstrap4 .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.entry-content .bootstrap4 .border-right {
  border-right: 1px solid #dee2e6 !important;
}
.entry-content .bootstrap4 .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.entry-content .bootstrap4 .border-left {
  border-left: 1px solid #dee2e6 !important;
}
.entry-content .bootstrap4 .border-0 {
  border: 0 !important;
}
.entry-content .bootstrap4 .border-top-0 {
  border-top: 0 !important;
}
.entry-content .bootstrap4 .border-right-0 {
  border-right: 0 !important;
}
.entry-content .bootstrap4 .border-bottom-0 {
  border-bottom: 0 !important;
}
.entry-content .bootstrap4 .border-left-0 {
  border-left: 0 !important;
}
.entry-content .bootstrap4 .border-primary {
  border-color: #007bff !important;
}
.entry-content .bootstrap4 .border-secondary {
  border-color: #6c757d !important;
}
.entry-content .bootstrap4 .border-success {
  border-color: #28a745 !important;
}
.entry-content .bootstrap4 .border-info {
  border-color: #17a2b8 !important;
}
.entry-content .bootstrap4 .border-warning {
  border-color: #ffc107 !important;
}
.entry-content .bootstrap4 .border-danger {
  border-color: #dc3545 !important;
}
.entry-content .bootstrap4 .border-light {
  border-color: #f8f9fa !important;
}
.entry-content .bootstrap4 .border-dark {
  border-color: #343a40 !important;
}
.entry-content .bootstrap4 .border-white {
  border-color: #fff !important;
}
.entry-content .bootstrap4 .rounded {
  border-radius: 0.25rem !important;
}
.entry-content .bootstrap4 .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.entry-content .bootstrap4 .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.entry-content .bootstrap4 .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.entry-content .bootstrap4 .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.entry-content .bootstrap4 .rounded-circle {
  border-radius: 50% !important;
}
.entry-content .bootstrap4 .rounded-0 {
  border-radius: 0 !important;
}
.entry-content .bootstrap4 .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.entry-content .bootstrap4 .d-none {
  display: none !important;
}
.entry-content .bootstrap4 .d-inline {
  display: inline !important;
}
.entry-content .bootstrap4 .d-inline-block {
  display: inline-block !important;
}
.entry-content .bootstrap4 .d-block {
  display: block !important;
}
.entry-content .bootstrap4 .d-table {
  display: table !important;
}
.entry-content .bootstrap4 .d-table-row {
  display: table-row !important;
}
.entry-content .bootstrap4 .d-table-cell {
  display: table-cell !important;
}
.entry-content .bootstrap4 .d-flex {
  display: flex !important;
}
.entry-content .bootstrap4 .d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .d-sm-none {
    display: none !important;
  }
  .entry-content .bootstrap4 .d-sm-inline {
    display: inline !important;
  }
  .entry-content .bootstrap4 .d-sm-inline-block {
    display: inline-block !important;
  }
  .entry-content .bootstrap4 .d-sm-block {
    display: block !important;
  }
  .entry-content .bootstrap4 .d-sm-table {
    display: table !important;
  }
  .entry-content .bootstrap4 .d-sm-table-row {
    display: table-row !important;
  }
  .entry-content .bootstrap4 .d-sm-table-cell {
    display: table-cell !important;
  }
  .entry-content .bootstrap4 .d-sm-flex {
    display: flex !important;
  }
  .entry-content .bootstrap4 .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .d-md-none {
    display: none !important;
  }
  .entry-content .bootstrap4 .d-md-inline {
    display: inline !important;
  }
  .entry-content .bootstrap4 .d-md-inline-block {
    display: inline-block !important;
  }
  .entry-content .bootstrap4 .d-md-block {
    display: block !important;
  }
  .entry-content .bootstrap4 .d-md-table {
    display: table !important;
  }
  .entry-content .bootstrap4 .d-md-table-row {
    display: table-row !important;
  }
  .entry-content .bootstrap4 .d-md-table-cell {
    display: table-cell !important;
  }
  .entry-content .bootstrap4 .d-md-flex {
    display: flex !important;
  }
  .entry-content .bootstrap4 .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .d-lg-none {
    display: none !important;
  }
  .entry-content .bootstrap4 .d-lg-inline {
    display: inline !important;
  }
  .entry-content .bootstrap4 .d-lg-inline-block {
    display: inline-block !important;
  }
  .entry-content .bootstrap4 .d-lg-block {
    display: block !important;
  }
  .entry-content .bootstrap4 .d-lg-table {
    display: table !important;
  }
  .entry-content .bootstrap4 .d-lg-table-row {
    display: table-row !important;
  }
  .entry-content .bootstrap4 .d-lg-table-cell {
    display: table-cell !important;
  }
  .entry-content .bootstrap4 .d-lg-flex {
    display: flex !important;
  }
  .entry-content .bootstrap4 .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .d-xl-none {
    display: none !important;
  }
  .entry-content .bootstrap4 .d-xl-inline {
    display: inline !important;
  }
  .entry-content .bootstrap4 .d-xl-inline-block {
    display: inline-block !important;
  }
  .entry-content .bootstrap4 .d-xl-block {
    display: block !important;
  }
  .entry-content .bootstrap4 .d-xl-table {
    display: table !important;
  }
  .entry-content .bootstrap4 .d-xl-table-row {
    display: table-row !important;
  }
  .entry-content .bootstrap4 .d-xl-table-cell {
    display: table-cell !important;
  }
  .entry-content .bootstrap4 .d-xl-flex {
    display: flex !important;
  }
  .entry-content .bootstrap4 .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .entry-content .bootstrap4 .d-print-none {
    display: none !important;
  }
  .entry-content .bootstrap4 .d-print-inline {
    display: inline !important;
  }
  .entry-content .bootstrap4 .d-print-inline-block {
    display: inline-block !important;
  }
  .entry-content .bootstrap4 .d-print-block {
    display: block !important;
  }
  .entry-content .bootstrap4 .d-print-table {
    display: table !important;
  }
  .entry-content .bootstrap4 .d-print-table-row {
    display: table-row !important;
  }
  .entry-content .bootstrap4 .d-print-table-cell {
    display: table-cell !important;
  }
  .entry-content .bootstrap4 .d-print-flex {
    display: flex !important;
  }
  .entry-content .bootstrap4 .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.entry-content .bootstrap4 .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.entry-content .bootstrap4 .embed-responsive::before {
  display: block;
  content: "";
}
.entry-content .bootstrap4 .embed-responsive .embed-responsive-item,
.entry-content .bootstrap4 .embed-responsive iframe,
.entry-content .bootstrap4 .embed-responsive embed,
.entry-content .bootstrap4 .embed-responsive object,
.entry-content .bootstrap4 .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.entry-content .bootstrap4 .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.entry-content .bootstrap4 .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.entry-content .bootstrap4 .embed-responsive-4by3::before {
  padding-top: 75%;
}
.entry-content .bootstrap4 .embed-responsive-1by1::before {
  padding-top: 100%;
}
.entry-content .bootstrap4 .flex-row {
  flex-direction: row !important;
}
.entry-content .bootstrap4 .flex-column {
  flex-direction: column !important;
}
.entry-content .bootstrap4 .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.entry-content .bootstrap4 .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.entry-content .bootstrap4 .flex-wrap {
  flex-wrap: wrap !important;
}
.entry-content .bootstrap4 .flex-nowrap {
  flex-wrap: nowrap !important;
}
.entry-content .bootstrap4 .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.entry-content .bootstrap4 .justify-content-start {
  justify-content: flex-start !important;
}
.entry-content .bootstrap4 .justify-content-end {
  justify-content: flex-end !important;
}
.entry-content .bootstrap4 .justify-content-center {
  justify-content: center !important;
}
.entry-content .bootstrap4 .justify-content-between {
  justify-content: space-between !important;
}
.entry-content .bootstrap4 .justify-content-around {
  justify-content: space-around !important;
}
.entry-content .bootstrap4 .align-items-start {
  align-items: flex-start !important;
}
.entry-content .bootstrap4 .align-items-end {
  align-items: flex-end !important;
}
.entry-content .bootstrap4 .align-items-center {
  align-items: center !important;
}
.entry-content .bootstrap4 .align-items-baseline {
  align-items: baseline !important;
}
.entry-content .bootstrap4 .align-items-stretch {
  align-items: stretch !important;
}
.entry-content .bootstrap4 .align-content-start {
  align-content: flex-start !important;
}
.entry-content .bootstrap4 .align-content-end {
  align-content: flex-end !important;
}
.entry-content .bootstrap4 .align-content-center {
  align-content: center !important;
}
.entry-content .bootstrap4 .align-content-between {
  align-content: space-between !important;
}
.entry-content .bootstrap4 .align-content-around {
  align-content: space-around !important;
}
.entry-content .bootstrap4 .align-content-stretch {
  align-content: stretch !important;
}
.entry-content .bootstrap4 .align-self-auto {
  align-self: auto !important;
}
.entry-content .bootstrap4 .align-self-start {
  align-self: flex-start !important;
}
.entry-content .bootstrap4 .align-self-end {
  align-self: flex-end !important;
}
.entry-content .bootstrap4 .align-self-center {
  align-self: center !important;
}
.entry-content .bootstrap4 .align-self-baseline {
  align-self: baseline !important;
}
.entry-content .bootstrap4 .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .flex-sm-row {
    flex-direction: row !important;
  }
  .entry-content .bootstrap4 .flex-sm-column {
    flex-direction: column !important;
  }
  .entry-content .bootstrap4 .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .entry-content .bootstrap4 .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .entry-content .bootstrap4 .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .entry-content .bootstrap4 .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .entry-content .bootstrap4 .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .entry-content .bootstrap4 .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .entry-content .bootstrap4 .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .entry-content .bootstrap4 .justify-content-sm-center {
    justify-content: center !important;
  }
  .entry-content .bootstrap4 .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .entry-content .bootstrap4 .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-items-sm-start {
    align-items: flex-start !important;
  }
  .entry-content .bootstrap4 .align-items-sm-end {
    align-items: flex-end !important;
  }
  .entry-content .bootstrap4 .align-items-sm-center {
    align-items: center !important;
  }
  .entry-content .bootstrap4 .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .entry-content .bootstrap4 .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .entry-content .bootstrap4 .align-content-sm-start {
    align-content: flex-start !important;
  }
  .entry-content .bootstrap4 .align-content-sm-end {
    align-content: flex-end !important;
  }
  .entry-content .bootstrap4 .align-content-sm-center {
    align-content: center !important;
  }
  .entry-content .bootstrap4 .align-content-sm-between {
    align-content: space-between !important;
  }
  .entry-content .bootstrap4 .align-content-sm-around {
    align-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .entry-content .bootstrap4 .align-self-sm-auto {
    align-self: auto !important;
  }
  .entry-content .bootstrap4 .align-self-sm-start {
    align-self: flex-start !important;
  }
  .entry-content .bootstrap4 .align-self-sm-end {
    align-self: flex-end !important;
  }
  .entry-content .bootstrap4 .align-self-sm-center {
    align-self: center !important;
  }
  .entry-content .bootstrap4 .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .entry-content .bootstrap4 .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .flex-md-row {
    flex-direction: row !important;
  }
  .entry-content .bootstrap4 .flex-md-column {
    flex-direction: column !important;
  }
  .entry-content .bootstrap4 .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .entry-content .bootstrap4 .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .entry-content .bootstrap4 .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .entry-content .bootstrap4 .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .entry-content .bootstrap4 .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .entry-content .bootstrap4 .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .entry-content .bootstrap4 .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .entry-content .bootstrap4 .justify-content-md-center {
    justify-content: center !important;
  }
  .entry-content .bootstrap4 .justify-content-md-between {
    justify-content: space-between !important;
  }
  .entry-content .bootstrap4 .justify-content-md-around {
    justify-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-items-md-start {
    align-items: flex-start !important;
  }
  .entry-content .bootstrap4 .align-items-md-end {
    align-items: flex-end !important;
  }
  .entry-content .bootstrap4 .align-items-md-center {
    align-items: center !important;
  }
  .entry-content .bootstrap4 .align-items-md-baseline {
    align-items: baseline !important;
  }
  .entry-content .bootstrap4 .align-items-md-stretch {
    align-items: stretch !important;
  }
  .entry-content .bootstrap4 .align-content-md-start {
    align-content: flex-start !important;
  }
  .entry-content .bootstrap4 .align-content-md-end {
    align-content: flex-end !important;
  }
  .entry-content .bootstrap4 .align-content-md-center {
    align-content: center !important;
  }
  .entry-content .bootstrap4 .align-content-md-between {
    align-content: space-between !important;
  }
  .entry-content .bootstrap4 .align-content-md-around {
    align-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-content-md-stretch {
    align-content: stretch !important;
  }
  .entry-content .bootstrap4 .align-self-md-auto {
    align-self: auto !important;
  }
  .entry-content .bootstrap4 .align-self-md-start {
    align-self: flex-start !important;
  }
  .entry-content .bootstrap4 .align-self-md-end {
    align-self: flex-end !important;
  }
  .entry-content .bootstrap4 .align-self-md-center {
    align-self: center !important;
  }
  .entry-content .bootstrap4 .align-self-md-baseline {
    align-self: baseline !important;
  }
  .entry-content .bootstrap4 .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .flex-lg-row {
    flex-direction: row !important;
  }
  .entry-content .bootstrap4 .flex-lg-column {
    flex-direction: column !important;
  }
  .entry-content .bootstrap4 .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .entry-content .bootstrap4 .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .entry-content .bootstrap4 .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .entry-content .bootstrap4 .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .entry-content .bootstrap4 .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .entry-content .bootstrap4 .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .entry-content .bootstrap4 .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .entry-content .bootstrap4 .justify-content-lg-center {
    justify-content: center !important;
  }
  .entry-content .bootstrap4 .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .entry-content .bootstrap4 .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-items-lg-start {
    align-items: flex-start !important;
  }
  .entry-content .bootstrap4 .align-items-lg-end {
    align-items: flex-end !important;
  }
  .entry-content .bootstrap4 .align-items-lg-center {
    align-items: center !important;
  }
  .entry-content .bootstrap4 .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .entry-content .bootstrap4 .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .entry-content .bootstrap4 .align-content-lg-start {
    align-content: flex-start !important;
  }
  .entry-content .bootstrap4 .align-content-lg-end {
    align-content: flex-end !important;
  }
  .entry-content .bootstrap4 .align-content-lg-center {
    align-content: center !important;
  }
  .entry-content .bootstrap4 .align-content-lg-between {
    align-content: space-between !important;
  }
  .entry-content .bootstrap4 .align-content-lg-around {
    align-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .entry-content .bootstrap4 .align-self-lg-auto {
    align-self: auto !important;
  }
  .entry-content .bootstrap4 .align-self-lg-start {
    align-self: flex-start !important;
  }
  .entry-content .bootstrap4 .align-self-lg-end {
    align-self: flex-end !important;
  }
  .entry-content .bootstrap4 .align-self-lg-center {
    align-self: center !important;
  }
  .entry-content .bootstrap4 .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .entry-content .bootstrap4 .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .flex-xl-row {
    flex-direction: row !important;
  }
  .entry-content .bootstrap4 .flex-xl-column {
    flex-direction: column !important;
  }
  .entry-content .bootstrap4 .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .entry-content .bootstrap4 .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .entry-content .bootstrap4 .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .entry-content .bootstrap4 .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .entry-content .bootstrap4 .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .entry-content .bootstrap4 .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .entry-content .bootstrap4 .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .entry-content .bootstrap4 .justify-content-xl-center {
    justify-content: center !important;
  }
  .entry-content .bootstrap4 .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .entry-content .bootstrap4 .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-items-xl-start {
    align-items: flex-start !important;
  }
  .entry-content .bootstrap4 .align-items-xl-end {
    align-items: flex-end !important;
  }
  .entry-content .bootstrap4 .align-items-xl-center {
    align-items: center !important;
  }
  .entry-content .bootstrap4 .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .entry-content .bootstrap4 .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .entry-content .bootstrap4 .align-content-xl-start {
    align-content: flex-start !important;
  }
  .entry-content .bootstrap4 .align-content-xl-end {
    align-content: flex-end !important;
  }
  .entry-content .bootstrap4 .align-content-xl-center {
    align-content: center !important;
  }
  .entry-content .bootstrap4 .align-content-xl-between {
    align-content: space-between !important;
  }
  .entry-content .bootstrap4 .align-content-xl-around {
    align-content: space-around !important;
  }
  .entry-content .bootstrap4 .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .entry-content .bootstrap4 .align-self-xl-auto {
    align-self: auto !important;
  }
  .entry-content .bootstrap4 .align-self-xl-start {
    align-self: flex-start !important;
  }
  .entry-content .bootstrap4 .align-self-xl-end {
    align-self: flex-end !important;
  }
  .entry-content .bootstrap4 .align-self-xl-center {
    align-self: center !important;
  }
  .entry-content .bootstrap4 .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .entry-content .bootstrap4 .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.entry-content .bootstrap4 .float-left {
  float: left !important;
}
.entry-content .bootstrap4 .float-right {
  float: right !important;
}
.entry-content .bootstrap4 .float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .float-sm-left {
    float: left !important;
  }
  .entry-content .bootstrap4 .float-sm-right {
    float: right !important;
  }
  .entry-content .bootstrap4 .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .float-md-left {
    float: left !important;
  }
  .entry-content .bootstrap4 .float-md-right {
    float: right !important;
  }
  .entry-content .bootstrap4 .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .float-lg-left {
    float: left !important;
  }
  .entry-content .bootstrap4 .float-lg-right {
    float: right !important;
  }
  .entry-content .bootstrap4 .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .float-xl-left {
    float: left !important;
  }
  .entry-content .bootstrap4 .float-xl-right {
    float: right !important;
  }
  .entry-content .bootstrap4 .float-xl-none {
    float: none !important;
  }
}
.entry-content .bootstrap4 .position-static {
  position: static !important;
}
.entry-content .bootstrap4 .position-relative {
  position: relative !important;
}
.entry-content .bootstrap4 .position-absolute {
  position: absolute !important;
}
.entry-content .bootstrap4 .position-fixed {
  position: fixed !important;
}
.entry-content .bootstrap4 .position-sticky {
  position: sticky !important;
}
.entry-content .bootstrap4 .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.entry-content .bootstrap4 .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .entry-content .bootstrap4 .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.entry-content .bootstrap4 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.entry-content .bootstrap4 .sr-only-focusable:active, .entry-content .bootstrap4 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.entry-content .bootstrap4 .w-25 {
  width: 25% !important;
}
.entry-content .bootstrap4 .w-50 {
  width: 50% !important;
}
.entry-content .bootstrap4 .w-75 {
  width: 75% !important;
}
.entry-content .bootstrap4 .w-100 {
  width: 100% !important;
}
.entry-content .bootstrap4 .h-25 {
  height: 25% !important;
}
.entry-content .bootstrap4 .h-50 {
  height: 50% !important;
}
.entry-content .bootstrap4 .h-75 {
  height: 75% !important;
}
.entry-content .bootstrap4 .h-100 {
  height: 100% !important;
}
.entry-content .bootstrap4 .mw-100 {
  max-width: 100% !important;
}
.entry-content .bootstrap4 .mh-100 {
  max-height: 100% !important;
}
.entry-content .bootstrap4 .m-0 {
  margin: 0 !important;
}
.entry-content .bootstrap4 .mt-0,
.entry-content .bootstrap4 .my-0 {
  margin-top: 0 !important;
}
.entry-content .bootstrap4 .mr-0,
.entry-content .bootstrap4 .mx-0 {
  margin-right: 0 !important;
}
.entry-content .bootstrap4 .mb-0,
.entry-content .bootstrap4 .my-0 {
  margin-bottom: 0 !important;
}
.entry-content .bootstrap4 .ml-0,
.entry-content .bootstrap4 .mx-0 {
  margin-left: 0 !important;
}
.entry-content .bootstrap4 .m-1 {
  margin: 0.25rem !important;
}
.entry-content .bootstrap4 .mt-1,
.entry-content .bootstrap4 .my-1 {
  margin-top: 0.25rem !important;
}
.entry-content .bootstrap4 .mr-1,
.entry-content .bootstrap4 .mx-1 {
  margin-right: 0.25rem !important;
}
.entry-content .bootstrap4 .mb-1,
.entry-content .bootstrap4 .my-1 {
  margin-bottom: 0.25rem !important;
}
.entry-content .bootstrap4 .ml-1,
.entry-content .bootstrap4 .mx-1 {
  margin-left: 0.25rem !important;
}
.entry-content .bootstrap4 .m-2 {
  margin: 0.5rem !important;
}
.entry-content .bootstrap4 .mt-2,
.entry-content .bootstrap4 .my-2 {
  margin-top: 0.5rem !important;
}
.entry-content .bootstrap4 .mr-2,
.entry-content .bootstrap4 .mx-2 {
  margin-right: 0.5rem !important;
}
.entry-content .bootstrap4 .mb-2,
.entry-content .bootstrap4 .my-2 {
  margin-bottom: 0.5rem !important;
}
.entry-content .bootstrap4 .ml-2,
.entry-content .bootstrap4 .mx-2 {
  margin-left: 0.5rem !important;
}
.entry-content .bootstrap4 .m-3 {
  margin: 1rem !important;
}
.entry-content .bootstrap4 .mt-3,
.entry-content .bootstrap4 .my-3 {
  margin-top: 1rem !important;
}
.entry-content .bootstrap4 .mr-3,
.entry-content .bootstrap4 .mx-3 {
  margin-right: 1rem !important;
}
.entry-content .bootstrap4 .mb-3,
.entry-content .bootstrap4 .my-3 {
  margin-bottom: 1rem !important;
}
.entry-content .bootstrap4 .ml-3,
.entry-content .bootstrap4 .mx-3 {
  margin-left: 1rem !important;
}
.entry-content .bootstrap4 .m-4 {
  margin: 1.5rem !important;
}
.entry-content .bootstrap4 .mt-4,
.entry-content .bootstrap4 .my-4 {
  margin-top: 1.5rem !important;
}
.entry-content .bootstrap4 .mr-4,
.entry-content .bootstrap4 .mx-4 {
  margin-right: 1.5rem !important;
}
.entry-content .bootstrap4 .mb-4,
.entry-content .bootstrap4 .my-4 {
  margin-bottom: 1.5rem !important;
}
.entry-content .bootstrap4 .ml-4,
.entry-content .bootstrap4 .mx-4 {
  margin-left: 1.5rem !important;
}
.entry-content .bootstrap4 .m-5 {
  margin: 3rem !important;
}
.entry-content .bootstrap4 .mt-5,
.entry-content .bootstrap4 .my-5 {
  margin-top: 3rem !important;
}
.entry-content .bootstrap4 .mr-5,
.entry-content .bootstrap4 .mx-5 {
  margin-right: 3rem !important;
}
.entry-content .bootstrap4 .mb-5,
.entry-content .bootstrap4 .my-5 {
  margin-bottom: 3rem !important;
}
.entry-content .bootstrap4 .ml-5,
.entry-content .bootstrap4 .mx-5 {
  margin-left: 3rem !important;
}
.entry-content .bootstrap4 .p-0 {
  padding: 0 !important;
}
.entry-content .bootstrap4 .pt-0,
.entry-content .bootstrap4 .py-0 {
  padding-top: 0 !important;
}
.entry-content .bootstrap4 .pr-0,
.entry-content .bootstrap4 .px-0 {
  padding-right: 0 !important;
}
.entry-content .bootstrap4 .pb-0,
.entry-content .bootstrap4 .py-0 {
  padding-bottom: 0 !important;
}
.entry-content .bootstrap4 .pl-0,
.entry-content .bootstrap4 .px-0 {
  padding-left: 0 !important;
}
.entry-content .bootstrap4 .p-1 {
  padding: 0.25rem !important;
}
.entry-content .bootstrap4 .pt-1,
.entry-content .bootstrap4 .py-1 {
  padding-top: 0.25rem !important;
}
.entry-content .bootstrap4 .pr-1,
.entry-content .bootstrap4 .px-1 {
  padding-right: 0.25rem !important;
}
.entry-content .bootstrap4 .pb-1,
.entry-content .bootstrap4 .py-1 {
  padding-bottom: 0.25rem !important;
}
.entry-content .bootstrap4 .pl-1,
.entry-content .bootstrap4 .px-1 {
  padding-left: 0.25rem !important;
}
.entry-content .bootstrap4 .p-2 {
  padding: 0.5rem !important;
}
.entry-content .bootstrap4 .pt-2,
.entry-content .bootstrap4 .py-2 {
  padding-top: 0.5rem !important;
}
.entry-content .bootstrap4 .pr-2,
.entry-content .bootstrap4 .px-2 {
  padding-right: 0.5rem !important;
}
.entry-content .bootstrap4 .pb-2,
.entry-content .bootstrap4 .py-2 {
  padding-bottom: 0.5rem !important;
}
.entry-content .bootstrap4 .pl-2,
.entry-content .bootstrap4 .px-2 {
  padding-left: 0.5rem !important;
}
.entry-content .bootstrap4 .p-3 {
  padding: 1rem !important;
}
.entry-content .bootstrap4 .pt-3,
.entry-content .bootstrap4 .py-3 {
  padding-top: 1rem !important;
}
.entry-content .bootstrap4 .pr-3,
.entry-content .bootstrap4 .px-3 {
  padding-right: 1rem !important;
}
.entry-content .bootstrap4 .pb-3,
.entry-content .bootstrap4 .py-3 {
  padding-bottom: 1rem !important;
}
.entry-content .bootstrap4 .pl-3,
.entry-content .bootstrap4 .px-3 {
  padding-left: 1rem !important;
}
.entry-content .bootstrap4 .p-4 {
  padding: 1.5rem !important;
}
.entry-content .bootstrap4 .pt-4,
.entry-content .bootstrap4 .py-4 {
  padding-top: 1.5rem !important;
}
.entry-content .bootstrap4 .pr-4,
.entry-content .bootstrap4 .px-4 {
  padding-right: 1.5rem !important;
}
.entry-content .bootstrap4 .pb-4,
.entry-content .bootstrap4 .py-4 {
  padding-bottom: 1.5rem !important;
}
.entry-content .bootstrap4 .pl-4,
.entry-content .bootstrap4 .px-4 {
  padding-left: 1.5rem !important;
}
.entry-content .bootstrap4 .p-5 {
  padding: 3rem !important;
}
.entry-content .bootstrap4 .pt-5,
.entry-content .bootstrap4 .py-5 {
  padding-top: 3rem !important;
}
.entry-content .bootstrap4 .pr-5,
.entry-content .bootstrap4 .px-5 {
  padding-right: 3rem !important;
}
.entry-content .bootstrap4 .pb-5,
.entry-content .bootstrap4 .py-5 {
  padding-bottom: 3rem !important;
}
.entry-content .bootstrap4 .pl-5,
.entry-content .bootstrap4 .px-5 {
  padding-left: 3rem !important;
}
.entry-content .bootstrap4 .m-auto {
  margin: auto !important;
}
.entry-content .bootstrap4 .mt-auto,
.entry-content .bootstrap4 .my-auto {
  margin-top: auto !important;
}
.entry-content .bootstrap4 .mr-auto,
.entry-content .bootstrap4 .mx-auto {
  margin-right: auto !important;
}
.entry-content .bootstrap4 .mb-auto,
.entry-content .bootstrap4 .my-auto {
  margin-bottom: auto !important;
}
.entry-content .bootstrap4 .ml-auto,
.entry-content .bootstrap4 .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .m-sm-0 {
    margin: 0 !important;
  }
  .entry-content .bootstrap4 .mt-sm-0,
  .entry-content .bootstrap4 .my-sm-0 {
    margin-top: 0 !important;
  }
  .entry-content .bootstrap4 .mr-sm-0,
  .entry-content .bootstrap4 .mx-sm-0 {
    margin-right: 0 !important;
  }
  .entry-content .bootstrap4 .mb-sm-0,
  .entry-content .bootstrap4 .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .ml-sm-0,
  .entry-content .bootstrap4 .mx-sm-0 {
    margin-left: 0 !important;
  }
  .entry-content .bootstrap4 .m-sm-1 {
    margin: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mt-sm-1,
  .entry-content .bootstrap4 .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mr-sm-1,
  .entry-content .bootstrap4 .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mb-sm-1,
  .entry-content .bootstrap4 .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .ml-sm-1,
  .entry-content .bootstrap4 .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .m-sm-2 {
    margin: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mt-sm-2,
  .entry-content .bootstrap4 .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mr-sm-2,
  .entry-content .bootstrap4 .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mb-sm-2,
  .entry-content .bootstrap4 .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .ml-sm-2,
  .entry-content .bootstrap4 .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .m-sm-3 {
    margin: 1rem !important;
  }
  .entry-content .bootstrap4 .mt-sm-3,
  .entry-content .bootstrap4 .my-sm-3 {
    margin-top: 1rem !important;
  }
  .entry-content .bootstrap4 .mr-sm-3,
  .entry-content .bootstrap4 .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .entry-content .bootstrap4 .mb-sm-3,
  .entry-content .bootstrap4 .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .ml-sm-3,
  .entry-content .bootstrap4 .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .entry-content .bootstrap4 .m-sm-4 {
    margin: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mt-sm-4,
  .entry-content .bootstrap4 .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mr-sm-4,
  .entry-content .bootstrap4 .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mb-sm-4,
  .entry-content .bootstrap4 .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .ml-sm-4,
  .entry-content .bootstrap4 .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .m-sm-5 {
    margin: 3rem !important;
  }
  .entry-content .bootstrap4 .mt-sm-5,
  .entry-content .bootstrap4 .my-sm-5 {
    margin-top: 3rem !important;
  }
  .entry-content .bootstrap4 .mr-sm-5,
  .entry-content .bootstrap4 .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .entry-content .bootstrap4 .mb-sm-5,
  .entry-content .bootstrap4 .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .ml-sm-5,
  .entry-content .bootstrap4 .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .entry-content .bootstrap4 .p-sm-0 {
    padding: 0 !important;
  }
  .entry-content .bootstrap4 .pt-sm-0,
  .entry-content .bootstrap4 .py-sm-0 {
    padding-top: 0 !important;
  }
  .entry-content .bootstrap4 .pr-sm-0,
  .entry-content .bootstrap4 .px-sm-0 {
    padding-right: 0 !important;
  }
  .entry-content .bootstrap4 .pb-sm-0,
  .entry-content .bootstrap4 .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .pl-sm-0,
  .entry-content .bootstrap4 .px-sm-0 {
    padding-left: 0 !important;
  }
  .entry-content .bootstrap4 .p-sm-1 {
    padding: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pt-sm-1,
  .entry-content .bootstrap4 .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pr-sm-1,
  .entry-content .bootstrap4 .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pb-sm-1,
  .entry-content .bootstrap4 .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pl-sm-1,
  .entry-content .bootstrap4 .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .p-sm-2 {
    padding: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pt-sm-2,
  .entry-content .bootstrap4 .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pr-sm-2,
  .entry-content .bootstrap4 .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pb-sm-2,
  .entry-content .bootstrap4 .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pl-sm-2,
  .entry-content .bootstrap4 .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .p-sm-3 {
    padding: 1rem !important;
  }
  .entry-content .bootstrap4 .pt-sm-3,
  .entry-content .bootstrap4 .py-sm-3 {
    padding-top: 1rem !important;
  }
  .entry-content .bootstrap4 .pr-sm-3,
  .entry-content .bootstrap4 .px-sm-3 {
    padding-right: 1rem !important;
  }
  .entry-content .bootstrap4 .pb-sm-3,
  .entry-content .bootstrap4 .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .pl-sm-3,
  .entry-content .bootstrap4 .px-sm-3 {
    padding-left: 1rem !important;
  }
  .entry-content .bootstrap4 .p-sm-4 {
    padding: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pt-sm-4,
  .entry-content .bootstrap4 .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pr-sm-4,
  .entry-content .bootstrap4 .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pb-sm-4,
  .entry-content .bootstrap4 .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pl-sm-4,
  .entry-content .bootstrap4 .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .p-sm-5 {
    padding: 3rem !important;
  }
  .entry-content .bootstrap4 .pt-sm-5,
  .entry-content .bootstrap4 .py-sm-5 {
    padding-top: 3rem !important;
  }
  .entry-content .bootstrap4 .pr-sm-5,
  .entry-content .bootstrap4 .px-sm-5 {
    padding-right: 3rem !important;
  }
  .entry-content .bootstrap4 .pb-sm-5,
  .entry-content .bootstrap4 .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .pl-sm-5,
  .entry-content .bootstrap4 .px-sm-5 {
    padding-left: 3rem !important;
  }
  .entry-content .bootstrap4 .m-sm-auto {
    margin: auto !important;
  }
  .entry-content .bootstrap4 .mt-sm-auto,
  .entry-content .bootstrap4 .my-sm-auto {
    margin-top: auto !important;
  }
  .entry-content .bootstrap4 .mr-sm-auto,
  .entry-content .bootstrap4 .mx-sm-auto {
    margin-right: auto !important;
  }
  .entry-content .bootstrap4 .mb-sm-auto,
  .entry-content .bootstrap4 .my-sm-auto {
    margin-bottom: auto !important;
  }
  .entry-content .bootstrap4 .ml-sm-auto,
  .entry-content .bootstrap4 .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .m-md-0 {
    margin: 0 !important;
  }
  .entry-content .bootstrap4 .mt-md-0,
  .entry-content .bootstrap4 .my-md-0 {
    margin-top: 0 !important;
  }
  .entry-content .bootstrap4 .mr-md-0,
  .entry-content .bootstrap4 .mx-md-0 {
    margin-right: 0 !important;
  }
  .entry-content .bootstrap4 .mb-md-0,
  .entry-content .bootstrap4 .my-md-0 {
    margin-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .ml-md-0,
  .entry-content .bootstrap4 .mx-md-0 {
    margin-left: 0 !important;
  }
  .entry-content .bootstrap4 .m-md-1 {
    margin: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mt-md-1,
  .entry-content .bootstrap4 .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mr-md-1,
  .entry-content .bootstrap4 .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mb-md-1,
  .entry-content .bootstrap4 .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .ml-md-1,
  .entry-content .bootstrap4 .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .m-md-2 {
    margin: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mt-md-2,
  .entry-content .bootstrap4 .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mr-md-2,
  .entry-content .bootstrap4 .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mb-md-2,
  .entry-content .bootstrap4 .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .ml-md-2,
  .entry-content .bootstrap4 .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .m-md-3 {
    margin: 1rem !important;
  }
  .entry-content .bootstrap4 .mt-md-3,
  .entry-content .bootstrap4 .my-md-3 {
    margin-top: 1rem !important;
  }
  .entry-content .bootstrap4 .mr-md-3,
  .entry-content .bootstrap4 .mx-md-3 {
    margin-right: 1rem !important;
  }
  .entry-content .bootstrap4 .mb-md-3,
  .entry-content .bootstrap4 .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .ml-md-3,
  .entry-content .bootstrap4 .mx-md-3 {
    margin-left: 1rem !important;
  }
  .entry-content .bootstrap4 .m-md-4 {
    margin: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mt-md-4,
  .entry-content .bootstrap4 .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mr-md-4,
  .entry-content .bootstrap4 .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mb-md-4,
  .entry-content .bootstrap4 .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .ml-md-4,
  .entry-content .bootstrap4 .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .m-md-5 {
    margin: 3rem !important;
  }
  .entry-content .bootstrap4 .mt-md-5,
  .entry-content .bootstrap4 .my-md-5 {
    margin-top: 3rem !important;
  }
  .entry-content .bootstrap4 .mr-md-5,
  .entry-content .bootstrap4 .mx-md-5 {
    margin-right: 3rem !important;
  }
  .entry-content .bootstrap4 .mb-md-5,
  .entry-content .bootstrap4 .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .ml-md-5,
  .entry-content .bootstrap4 .mx-md-5 {
    margin-left: 3rem !important;
  }
  .entry-content .bootstrap4 .p-md-0 {
    padding: 0 !important;
  }
  .entry-content .bootstrap4 .pt-md-0,
  .entry-content .bootstrap4 .py-md-0 {
    padding-top: 0 !important;
  }
  .entry-content .bootstrap4 .pr-md-0,
  .entry-content .bootstrap4 .px-md-0 {
    padding-right: 0 !important;
  }
  .entry-content .bootstrap4 .pb-md-0,
  .entry-content .bootstrap4 .py-md-0 {
    padding-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .pl-md-0,
  .entry-content .bootstrap4 .px-md-0 {
    padding-left: 0 !important;
  }
  .entry-content .bootstrap4 .p-md-1 {
    padding: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pt-md-1,
  .entry-content .bootstrap4 .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pr-md-1,
  .entry-content .bootstrap4 .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pb-md-1,
  .entry-content .bootstrap4 .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pl-md-1,
  .entry-content .bootstrap4 .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .p-md-2 {
    padding: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pt-md-2,
  .entry-content .bootstrap4 .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pr-md-2,
  .entry-content .bootstrap4 .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pb-md-2,
  .entry-content .bootstrap4 .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pl-md-2,
  .entry-content .bootstrap4 .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .p-md-3 {
    padding: 1rem !important;
  }
  .entry-content .bootstrap4 .pt-md-3,
  .entry-content .bootstrap4 .py-md-3 {
    padding-top: 1rem !important;
  }
  .entry-content .bootstrap4 .pr-md-3,
  .entry-content .bootstrap4 .px-md-3 {
    padding-right: 1rem !important;
  }
  .entry-content .bootstrap4 .pb-md-3,
  .entry-content .bootstrap4 .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .pl-md-3,
  .entry-content .bootstrap4 .px-md-3 {
    padding-left: 1rem !important;
  }
  .entry-content .bootstrap4 .p-md-4 {
    padding: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pt-md-4,
  .entry-content .bootstrap4 .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pr-md-4,
  .entry-content .bootstrap4 .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pb-md-4,
  .entry-content .bootstrap4 .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pl-md-4,
  .entry-content .bootstrap4 .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .p-md-5 {
    padding: 3rem !important;
  }
  .entry-content .bootstrap4 .pt-md-5,
  .entry-content .bootstrap4 .py-md-5 {
    padding-top: 3rem !important;
  }
  .entry-content .bootstrap4 .pr-md-5,
  .entry-content .bootstrap4 .px-md-5 {
    padding-right: 3rem !important;
  }
  .entry-content .bootstrap4 .pb-md-5,
  .entry-content .bootstrap4 .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .pl-md-5,
  .entry-content .bootstrap4 .px-md-5 {
    padding-left: 3rem !important;
  }
  .entry-content .bootstrap4 .m-md-auto {
    margin: auto !important;
  }
  .entry-content .bootstrap4 .mt-md-auto,
  .entry-content .bootstrap4 .my-md-auto {
    margin-top: auto !important;
  }
  .entry-content .bootstrap4 .mr-md-auto,
  .entry-content .bootstrap4 .mx-md-auto {
    margin-right: auto !important;
  }
  .entry-content .bootstrap4 .mb-md-auto,
  .entry-content .bootstrap4 .my-md-auto {
    margin-bottom: auto !important;
  }
  .entry-content .bootstrap4 .ml-md-auto,
  .entry-content .bootstrap4 .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .m-lg-0 {
    margin: 0 !important;
  }
  .entry-content .bootstrap4 .mt-lg-0,
  .entry-content .bootstrap4 .my-lg-0 {
    margin-top: 0 !important;
  }
  .entry-content .bootstrap4 .mr-lg-0,
  .entry-content .bootstrap4 .mx-lg-0 {
    margin-right: 0 !important;
  }
  .entry-content .bootstrap4 .mb-lg-0,
  .entry-content .bootstrap4 .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .ml-lg-0,
  .entry-content .bootstrap4 .mx-lg-0 {
    margin-left: 0 !important;
  }
  .entry-content .bootstrap4 .m-lg-1 {
    margin: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mt-lg-1,
  .entry-content .bootstrap4 .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mr-lg-1,
  .entry-content .bootstrap4 .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mb-lg-1,
  .entry-content .bootstrap4 .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .ml-lg-1,
  .entry-content .bootstrap4 .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .m-lg-2 {
    margin: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mt-lg-2,
  .entry-content .bootstrap4 .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mr-lg-2,
  .entry-content .bootstrap4 .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mb-lg-2,
  .entry-content .bootstrap4 .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .ml-lg-2,
  .entry-content .bootstrap4 .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .m-lg-3 {
    margin: 1rem !important;
  }
  .entry-content .bootstrap4 .mt-lg-3,
  .entry-content .bootstrap4 .my-lg-3 {
    margin-top: 1rem !important;
  }
  .entry-content .bootstrap4 .mr-lg-3,
  .entry-content .bootstrap4 .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .entry-content .bootstrap4 .mb-lg-3,
  .entry-content .bootstrap4 .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .ml-lg-3,
  .entry-content .bootstrap4 .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .entry-content .bootstrap4 .m-lg-4 {
    margin: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mt-lg-4,
  .entry-content .bootstrap4 .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mr-lg-4,
  .entry-content .bootstrap4 .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mb-lg-4,
  .entry-content .bootstrap4 .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .ml-lg-4,
  .entry-content .bootstrap4 .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .m-lg-5 {
    margin: 3rem !important;
  }
  .entry-content .bootstrap4 .mt-lg-5,
  .entry-content .bootstrap4 .my-lg-5 {
    margin-top: 3rem !important;
  }
  .entry-content .bootstrap4 .mr-lg-5,
  .entry-content .bootstrap4 .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .entry-content .bootstrap4 .mb-lg-5,
  .entry-content .bootstrap4 .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .ml-lg-5,
  .entry-content .bootstrap4 .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .entry-content .bootstrap4 .p-lg-0 {
    padding: 0 !important;
  }
  .entry-content .bootstrap4 .pt-lg-0,
  .entry-content .bootstrap4 .py-lg-0 {
    padding-top: 0 !important;
  }
  .entry-content .bootstrap4 .pr-lg-0,
  .entry-content .bootstrap4 .px-lg-0 {
    padding-right: 0 !important;
  }
  .entry-content .bootstrap4 .pb-lg-0,
  .entry-content .bootstrap4 .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .pl-lg-0,
  .entry-content .bootstrap4 .px-lg-0 {
    padding-left: 0 !important;
  }
  .entry-content .bootstrap4 .p-lg-1 {
    padding: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pt-lg-1,
  .entry-content .bootstrap4 .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pr-lg-1,
  .entry-content .bootstrap4 .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pb-lg-1,
  .entry-content .bootstrap4 .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pl-lg-1,
  .entry-content .bootstrap4 .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .p-lg-2 {
    padding: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pt-lg-2,
  .entry-content .bootstrap4 .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pr-lg-2,
  .entry-content .bootstrap4 .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pb-lg-2,
  .entry-content .bootstrap4 .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pl-lg-2,
  .entry-content .bootstrap4 .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .p-lg-3 {
    padding: 1rem !important;
  }
  .entry-content .bootstrap4 .pt-lg-3,
  .entry-content .bootstrap4 .py-lg-3 {
    padding-top: 1rem !important;
  }
  .entry-content .bootstrap4 .pr-lg-3,
  .entry-content .bootstrap4 .px-lg-3 {
    padding-right: 1rem !important;
  }
  .entry-content .bootstrap4 .pb-lg-3,
  .entry-content .bootstrap4 .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .pl-lg-3,
  .entry-content .bootstrap4 .px-lg-3 {
    padding-left: 1rem !important;
  }
  .entry-content .bootstrap4 .p-lg-4 {
    padding: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pt-lg-4,
  .entry-content .bootstrap4 .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pr-lg-4,
  .entry-content .bootstrap4 .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pb-lg-4,
  .entry-content .bootstrap4 .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pl-lg-4,
  .entry-content .bootstrap4 .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .p-lg-5 {
    padding: 3rem !important;
  }
  .entry-content .bootstrap4 .pt-lg-5,
  .entry-content .bootstrap4 .py-lg-5 {
    padding-top: 3rem !important;
  }
  .entry-content .bootstrap4 .pr-lg-5,
  .entry-content .bootstrap4 .px-lg-5 {
    padding-right: 3rem !important;
  }
  .entry-content .bootstrap4 .pb-lg-5,
  .entry-content .bootstrap4 .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .pl-lg-5,
  .entry-content .bootstrap4 .px-lg-5 {
    padding-left: 3rem !important;
  }
  .entry-content .bootstrap4 .m-lg-auto {
    margin: auto !important;
  }
  .entry-content .bootstrap4 .mt-lg-auto,
  .entry-content .bootstrap4 .my-lg-auto {
    margin-top: auto !important;
  }
  .entry-content .bootstrap4 .mr-lg-auto,
  .entry-content .bootstrap4 .mx-lg-auto {
    margin-right: auto !important;
  }
  .entry-content .bootstrap4 .mb-lg-auto,
  .entry-content .bootstrap4 .my-lg-auto {
    margin-bottom: auto !important;
  }
  .entry-content .bootstrap4 .ml-lg-auto,
  .entry-content .bootstrap4 .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .m-xl-0 {
    margin: 0 !important;
  }
  .entry-content .bootstrap4 .mt-xl-0,
  .entry-content .bootstrap4 .my-xl-0 {
    margin-top: 0 !important;
  }
  .entry-content .bootstrap4 .mr-xl-0,
  .entry-content .bootstrap4 .mx-xl-0 {
    margin-right: 0 !important;
  }
  .entry-content .bootstrap4 .mb-xl-0,
  .entry-content .bootstrap4 .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .ml-xl-0,
  .entry-content .bootstrap4 .mx-xl-0 {
    margin-left: 0 !important;
  }
  .entry-content .bootstrap4 .m-xl-1 {
    margin: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mt-xl-1,
  .entry-content .bootstrap4 .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mr-xl-1,
  .entry-content .bootstrap4 .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .mb-xl-1,
  .entry-content .bootstrap4 .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .ml-xl-1,
  .entry-content .bootstrap4 .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .m-xl-2 {
    margin: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mt-xl-2,
  .entry-content .bootstrap4 .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mr-xl-2,
  .entry-content .bootstrap4 .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .mb-xl-2,
  .entry-content .bootstrap4 .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .ml-xl-2,
  .entry-content .bootstrap4 .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .m-xl-3 {
    margin: 1rem !important;
  }
  .entry-content .bootstrap4 .mt-xl-3,
  .entry-content .bootstrap4 .my-xl-3 {
    margin-top: 1rem !important;
  }
  .entry-content .bootstrap4 .mr-xl-3,
  .entry-content .bootstrap4 .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .entry-content .bootstrap4 .mb-xl-3,
  .entry-content .bootstrap4 .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .ml-xl-3,
  .entry-content .bootstrap4 .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .entry-content .bootstrap4 .m-xl-4 {
    margin: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mt-xl-4,
  .entry-content .bootstrap4 .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mr-xl-4,
  .entry-content .bootstrap4 .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .mb-xl-4,
  .entry-content .bootstrap4 .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .ml-xl-4,
  .entry-content .bootstrap4 .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .m-xl-5 {
    margin: 3rem !important;
  }
  .entry-content .bootstrap4 .mt-xl-5,
  .entry-content .bootstrap4 .my-xl-5 {
    margin-top: 3rem !important;
  }
  .entry-content .bootstrap4 .mr-xl-5,
  .entry-content .bootstrap4 .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .entry-content .bootstrap4 .mb-xl-5,
  .entry-content .bootstrap4 .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .ml-xl-5,
  .entry-content .bootstrap4 .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .entry-content .bootstrap4 .p-xl-0 {
    padding: 0 !important;
  }
  .entry-content .bootstrap4 .pt-xl-0,
  .entry-content .bootstrap4 .py-xl-0 {
    padding-top: 0 !important;
  }
  .entry-content .bootstrap4 .pr-xl-0,
  .entry-content .bootstrap4 .px-xl-0 {
    padding-right: 0 !important;
  }
  .entry-content .bootstrap4 .pb-xl-0,
  .entry-content .bootstrap4 .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .entry-content .bootstrap4 .pl-xl-0,
  .entry-content .bootstrap4 .px-xl-0 {
    padding-left: 0 !important;
  }
  .entry-content .bootstrap4 .p-xl-1 {
    padding: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pt-xl-1,
  .entry-content .bootstrap4 .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pr-xl-1,
  .entry-content .bootstrap4 .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pb-xl-1,
  .entry-content .bootstrap4 .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .entry-content .bootstrap4 .pl-xl-1,
  .entry-content .bootstrap4 .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .entry-content .bootstrap4 .p-xl-2 {
    padding: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pt-xl-2,
  .entry-content .bootstrap4 .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pr-xl-2,
  .entry-content .bootstrap4 .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pb-xl-2,
  .entry-content .bootstrap4 .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .entry-content .bootstrap4 .pl-xl-2,
  .entry-content .bootstrap4 .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .entry-content .bootstrap4 .p-xl-3 {
    padding: 1rem !important;
  }
  .entry-content .bootstrap4 .pt-xl-3,
  .entry-content .bootstrap4 .py-xl-3 {
    padding-top: 1rem !important;
  }
  .entry-content .bootstrap4 .pr-xl-3,
  .entry-content .bootstrap4 .px-xl-3 {
    padding-right: 1rem !important;
  }
  .entry-content .bootstrap4 .pb-xl-3,
  .entry-content .bootstrap4 .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .entry-content .bootstrap4 .pl-xl-3,
  .entry-content .bootstrap4 .px-xl-3 {
    padding-left: 1rem !important;
  }
  .entry-content .bootstrap4 .p-xl-4 {
    padding: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pt-xl-4,
  .entry-content .bootstrap4 .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pr-xl-4,
  .entry-content .bootstrap4 .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pb-xl-4,
  .entry-content .bootstrap4 .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .entry-content .bootstrap4 .pl-xl-4,
  .entry-content .bootstrap4 .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .entry-content .bootstrap4 .p-xl-5 {
    padding: 3rem !important;
  }
  .entry-content .bootstrap4 .pt-xl-5,
  .entry-content .bootstrap4 .py-xl-5 {
    padding-top: 3rem !important;
  }
  .entry-content .bootstrap4 .pr-xl-5,
  .entry-content .bootstrap4 .px-xl-5 {
    padding-right: 3rem !important;
  }
  .entry-content .bootstrap4 .pb-xl-5,
  .entry-content .bootstrap4 .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .entry-content .bootstrap4 .pl-xl-5,
  .entry-content .bootstrap4 .px-xl-5 {
    padding-left: 3rem !important;
  }
  .entry-content .bootstrap4 .m-xl-auto {
    margin: auto !important;
  }
  .entry-content .bootstrap4 .mt-xl-auto,
  .entry-content .bootstrap4 .my-xl-auto {
    margin-top: auto !important;
  }
  .entry-content .bootstrap4 .mr-xl-auto,
  .entry-content .bootstrap4 .mx-xl-auto {
    margin-right: auto !important;
  }
  .entry-content .bootstrap4 .mb-xl-auto,
  .entry-content .bootstrap4 .my-xl-auto {
    margin-bottom: auto !important;
  }
  .entry-content .bootstrap4 .ml-xl-auto,
  .entry-content .bootstrap4 .mx-xl-auto {
    margin-left: auto !important;
  }
}
.entry-content .bootstrap4 .text-justify {
  text-align: justify !important;
}
.entry-content .bootstrap4 .text-nowrap {
  white-space: nowrap !important;
}
.entry-content .bootstrap4 .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entry-content .bootstrap4 .text-left {
  text-align: left !important;
}
.entry-content .bootstrap4 .text-right {
  text-align: right !important;
}
.entry-content .bootstrap4 .text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .entry-content .bootstrap4 .text-sm-left {
    text-align: left !important;
  }
  .entry-content .bootstrap4 .text-sm-right {
    text-align: right !important;
  }
  .entry-content .bootstrap4 .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .entry-content .bootstrap4 .text-md-left {
    text-align: left !important;
  }
  .entry-content .bootstrap4 .text-md-right {
    text-align: right !important;
  }
  .entry-content .bootstrap4 .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .entry-content .bootstrap4 .text-lg-left {
    text-align: left !important;
  }
  .entry-content .bootstrap4 .text-lg-right {
    text-align: right !important;
  }
  .entry-content .bootstrap4 .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .entry-content .bootstrap4 .text-xl-left {
    text-align: left !important;
  }
  .entry-content .bootstrap4 .text-xl-right {
    text-align: right !important;
  }
  .entry-content .bootstrap4 .text-xl-center {
    text-align: center !important;
  }
}
.entry-content .bootstrap4 .text-lowercase {
  text-transform: lowercase !important;
}
.entry-content .bootstrap4 .text-uppercase {
  text-transform: uppercase !important;
}
.entry-content .bootstrap4 .text-capitalize {
  text-transform: capitalize !important;
}
.entry-content .bootstrap4 .font-weight-light {
  font-weight: 300 !important;
}
.entry-content .bootstrap4 .font-weight-normal {
  font-weight: 400 !important;
}
.entry-content .bootstrap4 .font-weight-bold {
  font-weight: 700 !important;
}
.entry-content .bootstrap4 .font-italic {
  font-style: italic !important;
}
.entry-content .bootstrap4 .text-white {
  color: #fff !important;
}
.entry-content .bootstrap4 .text-primary {
  color: #007bff !important;
}
.entry-content .bootstrap4 a.text-primary:hover, .entry-content .bootstrap4 a.text-primary:focus {
  color: #0062cc !important;
}
.entry-content .bootstrap4 .text-secondary {
  color: #6c757d !important;
}
.entry-content .bootstrap4 a.text-secondary:hover, .entry-content .bootstrap4 a.text-secondary:focus {
  color: #545b62 !important;
}
.entry-content .bootstrap4 .text-success {
  color: #28a745 !important;
}
.entry-content .bootstrap4 a.text-success:hover, .entry-content .bootstrap4 a.text-success:focus {
  color: #1e7e34 !important;
}
.entry-content .bootstrap4 .text-info {
  color: #17a2b8 !important;
}
.entry-content .bootstrap4 a.text-info:hover, .entry-content .bootstrap4 a.text-info:focus {
  color: #117a8b !important;
}
.entry-content .bootstrap4 .text-warning {
  color: #ffc107 !important;
}
.entry-content .bootstrap4 a.text-warning:hover, .entry-content .bootstrap4 a.text-warning:focus {
  color: #d39e00 !important;
}
.entry-content .bootstrap4 .text-danger {
  color: #dc3545 !important;
}
.entry-content .bootstrap4 a.text-danger:hover, .entry-content .bootstrap4 a.text-danger:focus {
  color: #bd2130 !important;
}
.entry-content .bootstrap4 .text-light {
  color: #f8f9fa !important;
}
.entry-content .bootstrap4 a.text-light:hover, .entry-content .bootstrap4 a.text-light:focus {
  color: #dae0e5 !important;
}
.entry-content .bootstrap4 .text-dark {
  color: #343a40 !important;
}
.entry-content .bootstrap4 a.text-dark:hover, .entry-content .bootstrap4 a.text-dark:focus {
  color: #1d2124 !important;
}
.entry-content .bootstrap4 .text-muted {
  color: #6c757d !important;
}
.entry-content .bootstrap4 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.entry-content .bootstrap4 .visible {
  visibility: visible !important;
}
.entry-content .bootstrap4 .invisible {
  visibility: hidden !important;
}
@media print {
  .entry-content .bootstrap4 *,
  .entry-content .bootstrap4 *::before,
  .entry-content .bootstrap4 *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .entry-content .bootstrap4 a:not(.btn) {
    text-decoration: underline;
  }
  .entry-content .bootstrap4 abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .entry-content .bootstrap4 pre {
    white-space: pre-wrap !important;
  }
  .entry-content .bootstrap4 pre,
  .entry-content .bootstrap4 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .entry-content .bootstrap4 thead {
    display: table-header-group;
  }
  .entry-content .bootstrap4 tr,
  .entry-content .bootstrap4 img {
    page-break-inside: avoid;
  }
  .entry-content .bootstrap4 p,
  .entry-content .bootstrap4 h2,
  .entry-content .bootstrap4 h3 {
    orphans: 3;
    widows: 3;
  }
  .entry-content .bootstrap4 h2,
  .entry-content .bootstrap4 h3 {
    page-break-after: avoid;
  }
  @page {
    .entry-content .bootstrap4 {
      size: a3;
    }
  }
  .entry-content .bootstrap4 body {
    min-width: 992px !important;
  }
  .entry-content .bootstrap4 .container {
    min-width: 992px !important;
  }
  .entry-content .bootstrap4 .navbar {
    display: none;
  }
  .entry-content .bootstrap4 .badge {
    border: 1px solid #000;
  }
  .entry-content .bootstrap4 .table {
    border-collapse: collapse !important;
  }
  .entry-content .bootstrap4 .table td,
  .entry-content .bootstrap4 .table th {
    background-color: #fff !important;
  }
  .entry-content .bootstrap4 .table-bordered th,
  .entry-content .bootstrap4 .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.entry-content {
  text-align: left;
}
.entry-content .breakpoint-something-up {
  background-color: #FF0000;
  padding: 10px;
}
@media (min-width: 576px) {
  .entry-content .breakpoint-something-up {
    padding: 20px;
    background-color: #0101DF;
  }
}
@media (min-width: 768px) {
  .entry-content .breakpoint-something-up {
    padding: 40px;
    background-color: #FFFF00;
  }
}
@media (min-width: 992px) {
  .entry-content .breakpoint-something-up {
    padding: 40px;
    background-color: #01DF01;
  }
}
@media (min-width: 1200px) {
  .entry-content .breakpoint-something-up {
    padding: 40px;
    background-color: #1C1C1C;
  }
}
