@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 */
/* line 2, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}

/* line 1, app/assets/stylesheets/customize/placeholder.sass */
.ms-choice > .placeholder {
  font-size: 12px;
}

/* Z-INDEX */
/* line 3, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError {
  z-index: 990;
}

/* line 5, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorContent {
  z-index: 991;
}

/* line 7, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow {
  z-index: 996;
}

/* line 10, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.ui-dialog .formError {
  z-index: 5000;
}

/* line 12, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

/* line 14, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

/* line 17, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.inputContainer {
  position: relative;
  float: left;
}

/* line 21, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

/* line 28, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 34, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 41, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  /*
      border: 2px solid #ddd */
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
}

/* line 59, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/* line 70, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 73, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 77, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

/* line 83, app/assets/stylesheets/customize/validationEngine.jquery.sass */
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 87, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 94, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow div {
  /*
      border-left: 2px solid #ddd
      border-right: 2px solid #ddd */
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 109, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

/* line 115, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 118, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 123, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

/* line 126, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

/* line 129, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 131, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 133, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 135, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 137, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 139, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line3 {
  width: 1px;
  /*border-left: 2px solid #ddd */
  /*border-right: 2px solid #ddd */
  /*border-bottom: 0 solid #ddd */
}

/* line 144, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line2 {
  width: 0px;
  border: none;
  /*background: #ddd */
}

/* line 148, app/assets/stylesheets/customize/validationEngine.jquery.sass */
.formError .formErrorArrow .line1 {
  width: 0px;
  border: none;
  /*background: #ddd */
}

/* line 1, app/assets/stylesheets/customize/slide_tab.sass */
.medical_type_container {
  max-width: 100%;
  margin: auto;
}

/* line 5, app/assets/stylesheets/customize/slide_tab.sass */
.tabContainer {
  overflow-x: auto;
  border-bottom: 3px solid #e8382f;
}

/* line 8, app/assets/stylesheets/customize/slide_tab.sass */
.tabContainer::-webkit-scrollbar {
  height: 0px;
}

/* line 10, app/assets/stylesheets/customize/slide_tab.sass */
.tabContainer::-webkit-scrollbar-track, .tabContainer::-webkit-scrollbar-thumb {
  background: #e8382f;
}

/* line 13, app/assets/stylesheets/customize/slide_tab.sass */
.tab {
  display: table;
  margin-top: 20px;
}

/* line 17, app/assets/stylesheets/customize/slide_tab.sass */
.tab__button {
  display: table-cell;
  text-align: center;
  background-color: #edb9b7;
  vertical-align: middle;
  border: 2px solid white;
  border-bottom-width: 4px;
  min-width: 80px;
}

/* line 25, app/assets/stylesheets/customize/slide_tab.sass */
.tab__button.active {
  border-bottom: none;
  font-size: 20px;
  background-color: #e8382f;
}

/* line 29, app/assets/stylesheets/customize/slide_tab.sass */
.tab__button.active a {
  color: #fff;
}

/* line 31, app/assets/stylesheets/customize/slide_tab.sass */
.tab__button a {
  padding: 10px;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

/* line 38, app/assets/stylesheets/customize/slide_tab.sass */
.contents__content {
  text-align: center;
}

/* line 40, app/assets/stylesheets/customize/slide_tab.sass */
.contents__content div {
  clear: left;
}

/* line 42, app/assets/stylesheets/customize/slide_tab.sass */
.contents__content div a {
  display: table;
  width: 100%;
  text-decoration: none;
  color: #222;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
}

/* line 50, app/assets/stylesheets/customize/slide_tab.sass */
.contents__content div a span {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 54, app/assets/stylesheets/customize/slide_tab.sass */
.contents__content div a:before {
  content: '';
  width: 0px;
  height: 0px;
  display: none;
  background-color: #fff;
  display: table-cell;
}

/* line 1, app/assets/stylesheets/customize/help.sass */
.cp_qa {
  margin: 0  auto;
  padding: auto .5em;
  background: #ffffff;
}

/* line 2, app/assets/stylesheets/customize/help.sass */
.cp_qa * {
  font-family: sans-serif;
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/customize/help.sass */
.cp_qa *:after, .cp_qa *:before {
  font-family: sans-serif;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/customize/help.sass */
.cp_qa h1 {
  font-size: 1.2em;
  position: relative;
  margin-right: 1em;
  margin-left: -26px;
  padding: 0.3em;
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 22, app/assets/stylesheets/customize/help.sass */
.cp_qa h1::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent #e8382f transparent transparent;
}

/* line 33, app/assets/stylesheets/customize/help.sass */
.cp_qa dl {
  margin: 0;
}

/* line 35, app/assets/stylesheets/customize/help.sass */
.cp_qa dt {
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em 0.5em 2em;
  border-radius: 0.2em;
  background: rgba(0, 0, 0, 0.2);
}

/* line 40, app/assets/stylesheets/customize/help.sass */
.cp_qa dd {
  margin-bottom: 1em;
  margin-left: 0;
  padding: 0.5em 1em 1.5em 3em;
}

/* line 44, app/assets/stylesheets/customize/help.sass */
.cp_qa dt::before, .cp_qa dd::before {
  font-size: 1.5em;
  color: #ffffff;
}

/* line 47, app/assets/stylesheets/customize/help.sass */
.cp_qa dt::before {
  margin: 0.3em 0.3em 0 -1em;
  content: 'Q';
}

/* line 50, app/assets/stylesheets/customize/help.sass */
.cp_qa dd::before {
  margin: 0 0.5em 0 -2em;
  padding: 0.2em 0.4em;
  content: 'A';
  border-radius: 0.2em;
  background: #e8382f;
}

/* line 2, app/assets/stylesheets/customize/leadSentence.sass */
.leadSentence ul, .leadSentence ol {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;
  /*線の外側 */
  border: dashed 2px #ffb03f;
  /*破線 */
  border-radius: 9px;
  margin-left: 10px;
  /*はみ出ないように調整 */
  margin-right: 10px;
  /*はみ出ないように調整 */
  padding: 0.5em 0.5em 0.5em 2em;
}

/* line 15, app/assets/stylesheets/customize/leadSentence.sass */
.leadSentence ul li, .leadSentence ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

/* line 2, app/assets/stylesheets/customize/custom_modal.sass */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

/* line 11, app/assets/stylesheets/customize/custom_modal.sass */
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

/* line 20, app/assets/stylesheets/customize/custom_modal.sass */
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

/* line 31, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-first-visit {
  margin: 0px;
  width: 40px;
}

/* line 34, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-first-visit input[type="checkbox"] {
  display: none;
}

/* line 36, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-first-visit label {
  display: block;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #ddd;
  border-radius: 3px;
  line-height: 1;
  height: 18px;
  cursor: pointer;
}

/* line 45, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-first-visit #fv-box {
  display: inline-block;
  height: 14px;
  width: 50%;
  background: #ddd;
  transition: .3s;
}

/* line 51, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-first-visit [id*="fv-check"]:checked + label #fv-box {
  transform: translateX(100%);
  background: #e8382f;
}

/* line 55, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-certificate-requirement {
  margin: 0px;
  width: 40px;
}

/* line 58, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-certificate-requirement input[type="checkbox"] {
  display: none;
}

/* line 60, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-certificate-requirement label {
  display: block;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid #ddd;
  border-radius: 3px;
  line-height: 1;
  height: 18px;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-certificate-requirement #mcr-box {
  display: inline-block;
  height: 14px;
  width: 50%;
  background: #ddd;
  transition: .3s;
}

/* line 75, app/assets/stylesheets/customize/custom_modal.sass */
.toggle-certificate-requirement [id*="mcr-check"]:checked + label #mcr-box {
  transform: translateX(100%);
  background: #e8382f;
}

/* line 81, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 0px;
}

/* line 86, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit a.puti {
  font-size: 11px;
}

/* line 88, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .fa-stack-1x {
  color: white;
  font-size: 15px;
}

/* line 91, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .fa-stack-1x.puti {
  font-size: 10px;
}

/* line 93, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .fa-stack-2x {
  transition: .3s;
}

/* line 95, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .btn-giza-aqua .fa-stack-2x {
  color: #74c1f8;
}

/* line 97, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .btn-giza-blue .fa-stack-2x {
  color: #668ad8;
}

/* line 99, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .btn-giza-dark .fa-stack-2x {
  color: #e5e5e5;
}

/* line 101, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit .btn-giza-green .fa-stack-2x {
  color: #acde71;
}

/* line 103, app/assets/stylesheets/customize/custom_modal.sass */
.btn-giza-edit a:hover .fa-stack-2x {
  transform: rotate(60deg);
}

/* line 108, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell {
  padding: 0px;
  width: 20px;
  height: 20px;
  border: 0px;
}

/* line 113, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

/* line 117, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell a.puti {
  font-size: 8px;
}

/* line 119, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell .fa-stack-1x {
  color: white;
  font-size: 15px;
}

/* line 122, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell .fa-stack-1x.puti {
  font-size: 4px;
}

/* line 124, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell .fa-stack-2 {
  transition: .3s;
}

/* line 126, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell .toolchip-bell-yellow .fa-stack-2x {
  color: #ffc107;
}

/* line 128, app/assets/stylesheets/customize/custom_modal.sass */
.toolchip-bell a:hover .fa-stack-2x {
  transform: rotate(60deg);
}

/* line 133, app/assets/stylesheets/customize/custom_modal.sass */
.btn-clipboard {
  display: inline-block;
  background-image: url(/assets/copy-solid-1957e81ede3612ba62221b559d54651c13840b1e058add5fb4b1c1966c700574.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
}

/* line 141, app/assets/stylesheets/customize/custom_modal.sass */
.clipboard-success {
  display: none;
  margin: 0 0 0 0px;
  font-size: .9em;
}

/* line 146, app/assets/stylesheets/customize/custom_modal.sass */
.clipboard-target-body {
  background-image: url(/assets/copy-solid-1957e81ede3612ba62221b559d54651c13840b1e058add5fb4b1c1966c700574.png);
  background-repeat: no-repeat;
  background-position: 90% 0%;
  background-size: 15%;
}

/* line 153, app/assets/stylesheets/customize/custom_modal.sass */
.ic-img-btn {
  cursor: pointer;
  width: 36px;
  height: 24px;
  border: 0px;
  padding: 0px;
  transition: 1s;
  -webkit-transition: 1s;
}

/* line 162, app/assets/stylesheets/customize/custom_modal.sass */
.ic-img-btn:hover {
  transform: scale(1.3);
}

/* line 166, app/assets/stylesheets/customize/custom_modal.sass */
.ic-btn-karte {
  cursor: pointer;
  border: 0px;
  padding: 0px;
  transition: 1s;
  -webkit-transition: 1s;
}

/* line 175, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup input[type="radio"] {
  display: none;
}

/* line 177, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup label {
  width: 50%;
  text-align: center;
  border-top: solid 1px #dee2e6;
  border-bottom: solid 1px #dee2e6;
  border-right: solid 1px #dee2e6;
  background-color: #cccccc;
  padding: 5px;
}

/* line 186, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup > label:first-of-type {
  border-left: solid 1px #dee2e6;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 190, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup > label:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 193, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup [id*="customRadio1-"]:checked + label {
  background-color: #e8382f;
  color: white;
}

/* line 196, app/assets/stylesheets/customize/custom_modal.sass */
.sex-buttonGroup [id*="customRadio2-"]:checked + label {
  background-color: #e8382f;
  color: white;
}

/* line 202, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup span {
  display: flex;
  height: 66px;
  margin-bottom: 12px;
}

/* line 207, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"] {
  margin-right: .5rem;
  border: 0px;
  width: 32px;
  height: 1.975rem;
  vertical-align: middle;
  display: inline;
  z-index: 1;
  top: 1.55rem;
  left: 1rem;
  position: relative;
  opacity: 1;
}

/* line 220, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"]::before {
  background: white;
  border: 2px solid #9F9F9F;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 34px;
  height: 34px;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 237, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"]::after {
  position: absolute;
  top: 8px;
  left: 9px;
  display: block;
  width: 1rem;
  height: 1rem;
  background: white;
  content: "";
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 251, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customLabel2-"] {
  opacity: 1;
  z-index: 0;
  position: absolute;
  padding: .4rem .5rem .25rem 3.5rem;
  margin: .5rem 0;
  border: 2px solid #D7DAE6;
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  height: 66px;
  text-align: left;
}

/* line 265, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"]:checked::before {
  border-color: #F5A6A2;
}

/* line 267, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"]:checked::after {
  background: #e8382f;
}

/* line 270, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup [id*="customRadio2-"]:checked ~ [id*="customLabel2-"] {
  border: 2px solid #F5A6A2 !important;
  background: #FBF1F1;
}

/* line 274, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-buttonGroup .custom-form-control {
  padding: .7rem 1rem 0.25rem;
  border-radius: 4px;
  border: 1px solid #9F9F9F;
}

/* line 280, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-modal-alert {
  color: #3e3a39;
}

/* line 283, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-modal-alert .withdrawal-modal-alert-title {
  fony-size: 16px;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  letter-spacing: .1rem;
  border-bottom: 4px solid #e8382f;
  line-height: 2;
}

/* line 293, app/assets/stylesheets/customize/custom_modal.sass */
.withdrawal-modal-alert .withdrawal-modal-alert-title .modal-withdrawal-content p {
  font-size: 13px;
}

/* line 1, app/assets/stylesheets/customize/slick.sass */
.slick-prev:before, .slick-next:before {
  color: #2ccc9d !important;
}

/* line 4, app/assets/stylesheets/customize/slick.sass */
.slick-track {
  margin-left: 0.5rem !important;
}

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #e8382f;
  --secondary: #4aa95c;
  --success: #28a745;
  --info: #6ABFBD;
  --warning: #ffc107;
  --danger: #f64019;
  --light: #FAFBFD;
  --dark: #3e3a39;
  --grey: #D7DAE6;
  --dark-grey: #97999b;
  --black: #000;
  --white: #fff;
  --orange: #cb5d2a;
  --yellow: #fff001;
  --dark-cyan: #008A95;
  --facebook: #3B5998;
  --twitter: #4099FF;
  --google: #dd4b39;
  --line: #00b900;
  --linkedin: #0077b5;
  --github: #333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #e8382f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #b61c14;
  text-decoration: underline;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 243, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 275, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 284, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 288, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 296, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 307, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 324, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 329, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 340, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 345, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 353, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 369, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 376, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 394, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 409, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 421, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 426, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 444, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 454, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 463, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 472, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 478, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9c7c5;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #f7b1ae;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f7b1ae;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cce7d1;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #bbdfc1;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bbdfc1;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d5eded;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #c3e5e5;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c3e5e5;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccabf;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #fbb6a7;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb6a7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9c8c8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #bcbbbb;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bcbbbb;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-grey,
.table-grey > th,
.table-grey > td {
  background-color: #f4f5f8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-grey:hover {
  background-color: #e4e7ee;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-grey:hover > td,
.table-hover .table-grey:hover > th {
  background-color: #e4e7ee;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark-grey,
.table-dark-grey > th,
.table-dark-grey > td {
  background-color: #e2e2e3;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark-grey:hover {
  background-color: #d5d5d6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark-grey:hover > td,
.table-hover .table-dark-grey:hover > th {
  background-color: #d5d5d6;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-black:hover {
  background-color: #ababab;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #f0d2c3;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-orange:hover {
  background-color: #ebc3af;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: #ebc3af;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fffbb8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-yellow:hover {
  background-color: #fffa9f;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fffa9f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark-cyan,
.table-dark-cyan > th,
.table-dark-cyan > td {
  background-color: #b8dee1;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark-cyan:hover {
  background-color: #a6d6d9;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark-cyan:hover > td,
.table-hover .table-dark-cyan:hover > th {
  background-color: #a6d6d9;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-facebook,
.table-facebook > th,
.table-facebook > td {
  background-color: #c8d1e2;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-facebook:hover {
  background-color: #b7c3d9;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-facebook:hover > td,
.table-hover .table-facebook:hover > th {
  background-color: #b7c3d9;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-twitter,
.table-twitter > th,
.table-twitter > td {
  background-color: #cae2ff;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-twitter:hover {
  background-color: #b1d4ff;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-twitter:hover > td,
.table-hover .table-twitter:hover > th {
  background-color: #b1d4ff;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-google,
.table-google > th,
.table-google > td {
  background-color: #f5cdc8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-google:hover {
  background-color: #f1b9b2;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-google:hover > td,
.table-hover .table-google:hover > th {
  background-color: #f1b9b2;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-line,
.table-line > th,
.table-line > td {
  background-color: #b8ebb8;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-line:hover {
  background-color: #a4e5a4;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-line:hover > td,
.table-hover .table-line:hover > th {
  background-color: #a4e5a4;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-linkedin,
.table-linkedin > th,
.table-linkedin > td {
  background-color: #b8d9ea;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-linkedin:hover {
  background-color: #a4cee4;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-linkedin:hover > td,
.table-hover .table-linkedin:hover > th {
  background-color: #a4cee4;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-github,
.table-github > th,
.table-github > td {
  background-color: #c6c6c6;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-github:hover {
  background-color: #b9b9b9;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-github:hover > td,
.table-hover .table-github:hover > th {
  background-color: #b9b9b9;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #212529;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 173, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.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;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f5a6a2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.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;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn-gradient,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn-gradient, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn-gradient,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn-gradient {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .btn-gradient,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .btn-gradient {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn-gradient:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn-gradient:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .btn-gradient,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .btn-gradient {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn-gradient:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn-gradient:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 197, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 236, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .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);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f64019;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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(246, 64, 25, 0.8);
  border-radius: .2rem;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f64019;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f64019;
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.25);
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f64019;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f64019;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fba694;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f8694a;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(246, 64, 25, 0.25);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f64019;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

/* line 126, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.25);
}

/* line 264, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 272, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 278, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 286, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 295, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 302, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 306, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 313, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 320, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 327, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 331, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .btn-gradient {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn, .btn-gradient {
    transition: none;
  }
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .btn-gradient:hover, .btn:focus, .btn-gradient:focus {
  text-decoration: none;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn-gradient:focus, .btn.focus, .focus.btn-gradient {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .disabled.btn-gradient, .btn:disabled, .btn-gradient:disabled {
  opacity: 0.65;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled), .btn-gradient:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .btn-gradient:not(:disabled):not(.disabled):active, .btn.active:not(:disabled):not(.disabled), .btn-gradient.active:not(:disabled):not(.disabled) {
  background-image: none;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.btn-gradient,
fieldset:disabled a.btn,
fieldset:disabled a.btn-gradient {
  pointer-events: none;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #d92118;
  border-color: #cd2017;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cd2017;
  border-color: #c21e15;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #4aa95c;
  border-color: #4aa95c;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #3e8e4e;
  border-color: #3a8649;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 92, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #4aa95c;
  border-color: #4aa95c;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3a8649;
  border-color: #377d44;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 92, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #212529;
  background-color: #6ABFBD;
  border-color: #6ABFBD;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #4fb4b1;
  border-color: #4aacaa;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 191, 189, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6ABFBD;
  border-color: #6ABFBD;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #4aacaa;
  border-color: #46a3a1;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 191, 189, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #f64019;
  border-color: #f64019;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e02f09;
  border-color: #d42c08;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f64019;
  border-color: #f64019;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d42c08;
  border-color: #c72a08;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #FAFBFD;
  border-color: #FAFBFD;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #dfe5f2;
  border-color: #d6deee;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #FAFBFD;
  border-color: #FAFBFD;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d6deee;
  border-color: #ccd7eb;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #2a2727;
  border-color: #232121;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 58, 57, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #232121;
  border-color: #1d1b1a;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 58, 57, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-grey {
  color: #212529;
  background-color: #D7DAE6;
  border-color: #D7DAE6;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-grey:hover {
  color: #212529;
  background-color: #bfc4d7;
  border-color: #b8bdd2;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 218, 230, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #D7DAE6;
  border-color: #D7DAE6;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey.active:not(:disabled):not(.disabled), .show > .btn-grey.dropdown-toggle {
  color: #212529;
  background-color: #b8bdd2;
  border-color: #b0b6cd;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 218, 230, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark-grey {
  color: #212529;
  background-color: #97999b;
  border-color: #97999b;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark-grey:hover {
  color: #fff;
  background-color: #848688;
  border-color: #7d8082;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:focus, .btn-dark-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 155, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey.disabled, .btn-dark-grey:disabled {
  color: #212529;
  background-color: #97999b;
  border-color: #97999b;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:not(:disabled):not(.disabled):active, .btn-dark-grey.active:not(:disabled):not(.disabled), .show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #7d8082;
  border-color: #77797c;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-dark-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 155, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-black:not(:disabled):not(.disabled):active, .btn-black.active:not(:disabled):not(.disabled), .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black.active:not(:disabled):not(.disabled):focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active, .btn-white.active:not(:disabled):not(.disabled), .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white.active:not(:disabled):not(.disabled):focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-orange {
  color: #fff;
  background-color: #cb5d2a;
  border-color: #cb5d2a;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-orange:hover {
  color: #fff;
  background-color: #ab4e23;
  border-color: #a14921;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 93, 42, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #cb5d2a;
  border-color: #cb5d2a;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange.active:not(:disabled):not(.disabled), .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #a14921;
  border-color: #96451f;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 93, 42, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-yellow {
  color: #212529;
  background-color: #fff001;
  border-color: #fff001;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-yellow:hover {
  color: #212529;
  background-color: #dacd00;
  border-color: #cdc100;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 1, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #fff001;
  border-color: #fff001;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow.active:not(:disabled):not(.disabled), .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #cdc100;
  border-color: #c0b500;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 1, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark-cyan {
  color: #fff;
  background-color: #008A95;
  border-color: #008A95;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark-cyan:hover {
  color: #fff;
  background-color: #00676f;
  border-color: #005b62;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-cyan:focus, .btn-dark-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 149, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-cyan.disabled, .btn-dark-cyan:disabled {
  color: #fff;
  background-color: #008A95;
  border-color: #008A95;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-cyan:not(:disabled):not(.disabled):active, .btn-dark-cyan.active:not(:disabled):not(.disabled), .show > .btn-dark-cyan.dropdown-toggle {
  color: #fff;
  background-color: #005b62;
  border-color: #004f55;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-dark-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-dark-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 149, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-facebook {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled), .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-twitter {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #1a85ff;
  border-color: #0d7eff;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 153, 255, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled), .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0d7eff;
  border-color: #0077ff;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 153, 255, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-google:hover {
  color: #fff;
  background-color: #cd3623;
  border-color: #c23321;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:focus, .btn-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled), .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  border-color: #b7301f;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-line {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-line:hover {
  color: #fff;
  background-color: #009300;
  border-color: #008600;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-line:focus, .btn-line.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-line.disabled, .btn-line:disabled {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-line:not(:disabled):not(.disabled):active, .btn-line.active:not(:disabled):not(.disabled), .show > .btn-line.dropdown-toggle {
  color: #fff;
  background-color: #008600;
  border-color: #007900;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-line:not(:disabled):not(.disabled):active:focus, .btn-line.active:not(:disabled):not(.disabled):focus, .show > .btn-line.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin.active:not(:disabled):not(.disabled), .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  border-color: #004d75;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin.active:not(:disabled):not(.disabled):focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-github {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-github:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled), .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #e8382f;
  background-color: transparent;
  background-image: none;
  border-color: #e8382f;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e8382f;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #4aa95c;
  background-color: transparent;
  background-image: none;
  border-color: #4aa95c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4aa95c;
  border-color: #4aa95c;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 92, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #4aa95c;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4aa95c;
  border-color: #4aa95c;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 169, 92, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #6ABFBD;
  background-color: transparent;
  background-image: none;
  border-color: #6ABFBD;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #6ABFBD;
  border-color: #6ABFBD;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 191, 189, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6ABFBD;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6ABFBD;
  border-color: #6ABFBD;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 191, 189, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #f64019;
  background-color: transparent;
  background-image: none;
  border-color: #f64019;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f64019;
  border-color: #f64019;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f64019;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f64019;
  border-color: #f64019;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 64, 25, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #FAFBFD;
  background-color: transparent;
  background-image: none;
  border-color: #FAFBFD;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #FAFBFD;
  border-color: #FAFBFD;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FAFBFD;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #FAFBFD;
  border-color: #FAFBFD;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 251, 253, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #3e3a39;
  background-color: transparent;
  background-image: none;
  border-color: #3e3a39;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 58, 57, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3e3a39;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3e3a39;
  border-color: #3e3a39;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 58, 57, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-grey {
  color: #D7DAE6;
  background-color: transparent;
  background-image: none;
  border-color: #D7DAE6;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey:hover {
  color: #212529;
  background-color: #D7DAE6;
  border-color: #D7DAE6;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 218, 230, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #D7DAE6;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey.active:not(:disabled):not(.disabled), .show > .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #D7DAE6;
  border-color: #D7DAE6;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 218, 230, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark-grey {
  color: #97999b;
  background-color: transparent;
  background-image: none;
  border-color: #97999b;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-grey:hover {
  color: #212529;
  background-color: #97999b;
  border-color: #97999b;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-grey:focus, .btn-outline-dark-grey.focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 155, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-grey.disabled, .btn-outline-dark-grey:disabled {
  color: #97999b;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-grey:not(:disabled):not(.disabled):active, .btn-outline-dark-grey.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-grey.dropdown-toggle {
  color: #212529;
  background-color: #97999b;
  border-color: #97999b;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 155, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black.active:not(:disabled):not(.disabled), .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white.active:not(:disabled):not(.disabled), .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-orange {
  color: #cb5d2a;
  background-color: transparent;
  background-image: none;
  border-color: #cb5d2a;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-orange:hover {
  color: #fff;
  background-color: #cb5d2a;
  border-color: #cb5d2a;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 93, 42, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #cb5d2a;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange.active:not(:disabled):not(.disabled), .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #cb5d2a;
  border-color: #cb5d2a;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 93, 42, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-yellow {
  color: #fff001;
  background-color: transparent;
  background-image: none;
  border-color: #fff001;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #fff001;
  border-color: #fff001;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 1, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fff001;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow.active:not(:disabled):not(.disabled), .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #fff001;
  border-color: #fff001;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 240, 1, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark-cyan {
  color: #008A95;
  background-color: transparent;
  background-image: none;
  border-color: #008A95;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-cyan:hover {
  color: #fff;
  background-color: #008A95;
  border-color: #008A95;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-cyan:focus, .btn-outline-dark-cyan.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 149, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-cyan.disabled, .btn-outline-dark-cyan:disabled {
  color: #008A95;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-cyan:not(:disabled):not(.disabled):active, .btn-outline-dark-cyan.active:not(:disabled):not(.disabled), .show > .btn-outline-dark-cyan.dropdown-toggle {
  color: #fff;
  background-color: #008A95;
  border-color: #008A95;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-cyan.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 138, 149, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-facebook {
  color: #3B5998;
  background-color: transparent;
  background-image: none;
  border-color: #3B5998;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:hover {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:focus, .btn-outline-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3B5998;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:not(:disabled):not(.disabled):active, .btn-outline-facebook.active:not(:disabled):not(.disabled), .show > .btn-outline-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3B5998;
  border-color: #3B5998;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-facebook:not(:disabled):not(.disabled):active:focus, .btn-outline-facebook.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-twitter {
  color: #4099FF;
  background-color: transparent;
  background-image: none;
  border-color: #4099FF;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:hover {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:focus, .btn-outline-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 153, 255, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #4099FF;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:not(:disabled):not(.disabled):active, .btn-outline-twitter.active:not(:disabled):not(.disabled), .show > .btn-outline-twitter.dropdown-toggle {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-twitter:not(:disabled):not(.disabled):active:focus, .btn-outline-twitter.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 153, 255, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-google {
  color: #dd4b39;
  background-color: transparent;
  background-image: none;
  border-color: #dd4b39;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google:focus, .btn-outline-google.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google.disabled, .btn-outline-google:disabled {
  color: #dd4b39;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google:not(:disabled):not(.disabled):active, .btn-outline-google.active:not(:disabled):not(.disabled), .show > .btn-outline-google.dropdown-toggle {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-google:not(:disabled):not(.disabled):active:focus, .btn-outline-google.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 75, 57, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-line {
  color: #00b900;
  background-color: transparent;
  background-image: none;
  border-color: #00b900;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-line:hover {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-line:focus, .btn-outline-line.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-line.disabled, .btn-outline-line:disabled {
  color: #00b900;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-line:not(:disabled):not(.disabled):active, .btn-outline-line.active:not(:disabled):not(.disabled), .show > .btn-outline-line.dropdown-toggle {
  color: #fff;
  background-color: #00b900;
  border-color: #00b900;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-line:not(:disabled):not(.disabled):active:focus, .btn-outline-line.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-line.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 185, 0, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-linkedin {
  color: #0077b5;
  background-color: transparent;
  background-image: none;
  border-color: #0077b5;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:hover {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:focus, .btn-outline-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #0077b5;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:not(:disabled):not(.disabled):active, .btn-outline-linkedin.active:not(:disabled):not(.disabled), .show > .btn-outline-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-linkedin:not(:disabled):not(.disabled):active:focus, .btn-outline-linkedin.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 119, 181, 0.5);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-github {
  color: #333;
  background-color: transparent;
  background-image: none;
  border-color: #333;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-github:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-github:focus, .btn-outline-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-github.disabled, .btn-outline-github:disabled {
  color: #333;
  background-color: transparent;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-github:not(:disabled):not(.disabled):active, .btn-outline-github.active:not(:disabled):not(.disabled), .show > .btn-outline-github.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-github:not(:disabled):not(.disabled):active:focus, .btn-outline-github.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #e8382f;
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #b61c14;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 114, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn-gradient {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn-gradient {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.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;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.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;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.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;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e8382f;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 152, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn, .btn-group > .btn-gradient,
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-gradient {
  position: relative;
  flex: 0 1 auto;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group > .btn-gradient:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn-gradient:hover {
  z-index: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn-gradient:focus, .btn-group > .btn:active, .btn-group > .btn-gradient:active, .btn-group > .btn.active, .btn-group > .active.btn-gradient,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn-gradient:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn-gradient:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.btn-gradient {
  z-index: 1;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn, .btn-group .btn-gradient + .btn, .btn-group .btn + .btn-gradient, .btn-group .btn-gradient + .btn-gradient,
.btn-group .btn + .btn-group,
.btn-group .btn-gradient + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-gradient,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn-gradient + .btn,
.btn-group-vertical .btn + .btn-gradient,
.btn-group-vertical .btn-gradient + .btn-gradient,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-gradient + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-gradient,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child, .btn-group > .btn-gradient:first-child {
  margin-left: 0;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-gradient:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .btn-gradient {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > .btn-gradient:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .btn-gradient {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .btn-gradient + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .btn-gradient + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn, .btn-group-vertical .btn-gradient,
.btn-group-vertical .btn-group {
  width: 100%;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn-gradient + .btn, .btn-group-vertical > .btn + .btn-gradient, .btn-group-vertical > .btn-gradient + .btn-gradient,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-gradient + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-gradient,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-gradient:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-gradient {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-gradient:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-gradient {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-gradient,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .btn-gradient {
  margin-bottom: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn-gradient input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-gradient input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend .btn-gradient,
.input-group-append .btn,
.input-group-append .btn-gradient {
  position: relative;
  z-index: 2;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .btn-gradient + .btn, .input-group-prepend .btn + .btn-gradient, .input-group-prepend .btn-gradient + .btn-gradient,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn-gradient + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .btn-gradient,
.input-group-append .btn + .btn,
.input-group-append .btn-gradient + .btn,
.input-group-append .btn + .btn-gradient,
.input-group-append .btn-gradient + .btn-gradient,
.input-group-append .btn + .input-group-text,
.input-group-append .btn-gradient + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .btn-gradient {
  margin-left: -1px;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.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;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn-gradient,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-gradient,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-gradient:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn-gradient,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-gradient,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-gradient:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #e8382f;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fad2d0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e8382f;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.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");
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #e8382f;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.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");
}

/* line 123, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(232, 56, 47, 0.5);
}

/* line 126, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(232, 56, 47, 0.5);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #e8382f;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.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");
}

/* line 151, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(232, 56, 47, 0.5);
}

/* line 164, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #f5a6a2;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(245, 166, 162, 0.5);
}

/* line 187, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 205, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 223, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 243, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 251, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f5a6a2;
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 255, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #f5a6a2;
}

/* line 261, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 267, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.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;
}

/* line 282, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  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;
}

/* line 306, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 312, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: none;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 320, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #e8382f;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 335, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #fad2d0;
}

/* line 340, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 351, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e8382f;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 365, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #fad2d0;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 381, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #e8382f;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 395, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #fad2d0;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 411, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e8382f;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.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) {
  /* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 172, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 147, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 208, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 215, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 220, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 228, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 233, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.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");
}

/* line 237, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 239, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 251, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 267, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 272, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 285, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.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");
}

/* line 289, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 291, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.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;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.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);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.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);
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 141, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 171, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 256, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 267, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 280, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_card.scss */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #e8382f;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #b61c14;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 56, 47, 0.25);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.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;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .btn-gradient .badge {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #e8382f;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cd2017;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #4aa95c;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3a8649;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #212529;
  background-color: #6ABFBD;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #4aacaa;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #f64019;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d42c08;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #FAFBFD;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d6deee;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #3e3a39;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #232121;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-grey {
  color: #212529;
  background-color: #D7DAE6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-grey[href]:hover, .badge-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #b8bdd2;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark-grey {
  color: #212529;
  background-color: #97999b;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark-grey[href]:hover, .badge-dark-grey[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #7d8082;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-black {
  color: #fff;
  background-color: #000;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-black[href]:hover, .badge-black[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-white {
  color: #212529;
  background-color: #fff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-white[href]:hover, .badge-white[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-orange {
  color: #fff;
  background-color: #cb5d2a;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-orange[href]:hover, .badge-orange[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a14921;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-yellow {
  color: #212529;
  background-color: #fff001;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-yellow[href]:hover, .badge-yellow[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cdc100;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark-cyan {
  color: #fff;
  background-color: #008A95;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark-cyan[href]:hover, .badge-dark-cyan[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005b62;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-facebook {
  color: #fff;
  background-color: #3B5998;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-facebook[href]:hover, .badge-facebook[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2d4373;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-twitter {
  color: #fff;
  background-color: #4099FF;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-twitter[href]:hover, .badge-twitter[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d7eff;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-google {
  color: #fff;
  background-color: #dd4b39;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-google[href]:hover, .badge-google[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #c23321;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-line {
  color: #fff;
  background-color: #00b900;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-line[href]:hover, .badge-line[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #008600;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-linkedin {
  color: #fff;
  background-color: #0077b5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-linkedin[href]:hover, .badge-linkedin[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #005582;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-github {
  color: #fff;
  background-color: #333;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-github[href]:hover, .badge-github[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1a1a1a;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #791d18;
  background-color: #fad7d5;
  border-color: #f9c7c5;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #f7b1ae;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #4e1310;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #265830;
  background-color: #dbeede;
  border-color: #cce7d1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #bbdfc1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #17341d;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #376362;
  background-color: #e1f2f2;
  border-color: #d5eded;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #c3e5e5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #254242;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #80210d;
  background-color: #fdd9d1;
  border-color: #fccabf;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #fbb6a7;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #521508;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #828384;
  background-color: #fefeff;
  border-color: #fefefe;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #f1f1f1;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #696a6a;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #201e1e;
  background-color: #d8d8d7;
  border-color: #c9c8c8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #bcbbbb;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #060505;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-grey {
  color: #707178;
  background-color: #f7f8fa;
  border-color: #f4f5f8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-grey hr {
  border-top-color: #e4e7ee;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-grey .alert-link {
  color: #57585e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark-grey {
  color: #4f5051;
  background-color: #eaebeb;
  border-color: #e2e2e3;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark-grey hr {
  border-top-color: #d5d5d6;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark-grey .alert-link {
  color: #363737;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-black hr {
  border-top-color: #ababab;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-black .alert-link {
  color: black;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white hr {
  border-top-color: #f2f2f2;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-white .alert-link {
  color: #6c6c6c;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-orange {
  color: #6a3016;
  background-color: #f5dfd4;
  border-color: #f0d2c3;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-orange hr {
  border-top-color: #ebc3af;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-orange .alert-link {
  color: #401d0d;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-yellow {
  color: #857d01;
  background-color: #fffccc;
  border-color: #fffbb8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-yellow hr {
  border-top-color: #fffa9f;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-yellow .alert-link {
  color: #524d01;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark-cyan {
  color: #00484d;
  background-color: #cce8ea;
  border-color: #b8dee1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark-cyan hr {
  border-top-color: #a6d6d9;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark-cyan .alert-link {
  color: #00181a;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-facebook {
  color: #1f2e4f;
  background-color: #d8deea;
  border-color: #c8d1e2;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-facebook hr {
  border-top-color: #b7c3d9;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-facebook .alert-link {
  color: #11192a;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-twitter {
  color: #215085;
  background-color: #d9ebff;
  border-color: #cae2ff;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-twitter hr {
  border-top-color: #b1d4ff;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-twitter .alert-link {
  color: #17375c;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-google {
  color: #73271e;
  background-color: #f8dbd7;
  border-color: #f5cdc8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-google hr {
  border-top-color: #f1b9b2;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-google .alert-link {
  color: #4b1913;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-line {
  color: #006000;
  background-color: #ccf1cc;
  border-color: #b8ebb8;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-line hr {
  border-top-color: #a4e5a4;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-line .alert-link {
  color: #002d00;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-linkedin {
  color: #003e5e;
  background-color: #cce4f0;
  border-color: #b8d9ea;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-linkedin hr {
  border-top-color: #a4cee4;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-linkedin .alert-link {
  color: #001c2b;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-github {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-github hr {
  border-top-color: #b9b9b9;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-github .alert-link {
  color: #020202;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e8382f;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_progress.scss */
.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;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.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);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #e8382f;
  border-color: #e8382f;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #791d18;
  background-color: #f9c7c5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #791d18;
  background-color: #f7b1ae;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #791d18;
  border-color: #791d18;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #265830;
  background-color: #cce7d1;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #265830;
  background-color: #bbdfc1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #265830;
  border-color: #265830;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #376362;
  background-color: #d5eded;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #376362;
  background-color: #c3e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #376362;
  border-color: #376362;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #80210d;
  background-color: #fccabf;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #80210d;
  background-color: #fbb6a7;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #80210d;
  border-color: #80210d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #828384;
  background-color: #fefefe;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #828384;
  background-color: #f1f1f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #828384;
  border-color: #828384;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #201e1e;
  background-color: #c9c8c8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #201e1e;
  background-color: #bcbbbb;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #201e1e;
  border-color: #201e1e;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-grey {
  color: #707178;
  background-color: #f4f5f8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-grey.list-group-item-action:hover, .list-group-item-grey.list-group-item-action:focus {
  color: #707178;
  background-color: #e4e7ee;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-grey.list-group-item-action.active {
  color: #fff;
  background-color: #707178;
  border-color: #707178;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark-grey {
  color: #4f5051;
  background-color: #e2e2e3;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark-grey.list-group-item-action:hover, .list-group-item-dark-grey.list-group-item-action:focus {
  color: #4f5051;
  background-color: #d5d5d6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark-grey.list-group-item-action.active {
  color: #fff;
  background-color: #4f5051;
  border-color: #4f5051;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white {
  color: #858585;
  background-color: white;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-orange {
  color: #6a3016;
  background-color: #f0d2c3;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #6a3016;
  background-color: #ebc3af;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #6a3016;
  border-color: #6a3016;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-yellow {
  color: #857d01;
  background-color: #fffbb8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #857d01;
  background-color: #fffa9f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #857d01;
  border-color: #857d01;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark-cyan {
  color: #00484d;
  background-color: #b8dee1;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark-cyan.list-group-item-action:hover, .list-group-item-dark-cyan.list-group-item-action:focus {
  color: #00484d;
  background-color: #a6d6d9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #00484d;
  border-color: #00484d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-facebook {
  color: #1f2e4f;
  background-color: #c8d1e2;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-facebook.list-group-item-action:hover, .list-group-item-facebook.list-group-item-action:focus {
  color: #1f2e4f;
  background-color: #b7c3d9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-facebook.list-group-item-action.active {
  color: #fff;
  background-color: #1f2e4f;
  border-color: #1f2e4f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-twitter {
  color: #215085;
  background-color: #cae2ff;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-twitter.list-group-item-action:hover, .list-group-item-twitter.list-group-item-action:focus {
  color: #215085;
  background-color: #b1d4ff;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-twitter.list-group-item-action.active {
  color: #fff;
  background-color: #215085;
  border-color: #215085;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-google {
  color: #73271e;
  background-color: #f5cdc8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-google.list-group-item-action:hover, .list-group-item-google.list-group-item-action:focus {
  color: #73271e;
  background-color: #f1b9b2;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-google.list-group-item-action.active {
  color: #fff;
  background-color: #73271e;
  border-color: #73271e;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-line {
  color: #006000;
  background-color: #b8ebb8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-line.list-group-item-action:hover, .list-group-item-line.list-group-item-action:focus {
  color: #006000;
  background-color: #a4e5a4;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-line.list-group-item-action.active {
  color: #fff;
  background-color: #006000;
  border-color: #006000;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-linkedin {
  color: #003e5e;
  background-color: #b8d9ea;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-linkedin.list-group-item-action:hover, .list-group-item-linkedin.list-group-item-action:focus {
  color: #003e5e;
  background-color: #a4cee4;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-linkedin.list-group-item-action.active {
  color: #fff;
  background-color: #003e5e;
  border-color: #003e5e;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-github {
  color: #1b1b1b;
  background-color: #c6c6c6;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-github.list-group-item-action:hover, .list-group-item-github.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-github.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.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;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.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;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 154, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  /* line 162, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.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;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.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;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 55, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 94, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .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;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

/* line 137, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.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);
}

/* line 175, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}

@supports (transform-style: preserve-3d) {
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}

@supports (transform-style: preserve-3d) {
  /* line 61, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 76, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

/* line 111, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.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;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.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");
}

/* line 160, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.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");
}

/* line 170, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.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;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 196, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 205, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

/* line 216, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #e8382f !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cd2017 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #4aa95c !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3a8649 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #6ABFBD !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4aacaa !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f64019 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d42c08 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #FAFBFD !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d6deee !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #3e3a39 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #232121 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-grey {
  background-color: #D7DAE6 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #b8bdd2 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark-grey {
  background-color: #97999b !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark-grey:hover, a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #7d8082 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-black {
  background-color: #000 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-orange {
  background-color: #cb5d2a !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #a14921 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-yellow {
  background-color: #fff001 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #cdc100 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark-cyan {
  background-color: #008A95 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark-cyan:hover, a.bg-dark-cyan:focus,
button.bg-dark-cyan:hover,
button.bg-dark-cyan:focus {
  background-color: #005b62 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-facebook {
  background-color: #3B5998 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-twitter {
  background-color: #4099FF !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0d7eff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-google {
  background-color: #dd4b39 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-google:hover, a.bg-google:focus,
button.bg-google:hover,
button.bg-google:focus {
  background-color: #c23321 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-line {
  background-color: #00b900 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-line:hover, a.bg-line:focus,
button.bg-line:hover,
button.bg-line:focus {
  background-color: #008600 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-linkedin {
  background-color: #0077b5 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #005582 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-github {
  background-color: #333 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #1a1a1a !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #e8382f !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #4aa95c !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #6ABFBD !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #f64019 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #FAFBFD !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #3e3a39 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-grey {
  border-color: #D7DAE6 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark-grey {
  border-color: #97999b !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-black {
  border-color: #000 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-orange {
  border-color: #cb5d2a !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-yellow {
  border-color: #fff001 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark-cyan {
  border-color: #008A95 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-facebook {
  border-color: #3B5998 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-twitter {
  border-color: #4099FF !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-google {
  border-color: #dd4b39 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-line {
  border-color: #00b900 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-linkedin {
  border-color: #0077b5 !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-github {
  border-color: #333 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 19, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 22, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 29, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #e8382f !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #cd2017 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #4aa95c !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #3a8649 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #6ABFBD !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #4aacaa !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #f64019 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #d42c08 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #FAFBFD !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #d6deee !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #3e3a39 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #232121 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-grey {
  color: #D7DAE6 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-grey:hover, a.text-grey:focus {
  color: #b8bdd2 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-grey {
  color: #97999b !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark-grey:hover, a.text-dark-grey:focus {
  color: #7d8082 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-black {
  color: #000 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-black:hover, a.text-black:focus {
  color: black !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-white {
  color: #fff !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-orange {
  color: #cb5d2a !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-orange:hover, a.text-orange:focus {
  color: #a14921 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-yellow {
  color: #fff001 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-yellow:hover, a.text-yellow:focus {
  color: #cdc100 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark-cyan {
  color: #008A95 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark-cyan:hover, a.text-dark-cyan:focus {
  color: #005b62 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-facebook {
  color: #3B5998 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-facebook:hover, a.text-facebook:focus {
  color: #2d4373 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-twitter {
  color: #4099FF !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-twitter:hover, a.text-twitter:focus {
  color: #0d7eff !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-google {
  color: #dd4b39 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-google:hover, a.text-google:focus {
  color: #c23321 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-line {
  color: #00b900 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-line:hover, a.text-line:focus {
  color: #008600 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-linkedin {
  color: #0077b5 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-linkedin:hover, a.text-linkedin:focus {
  color: #005582 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-github {
  color: #333 !important;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-github:hover, a.text-github:focus {
  color: #1a1a1a !important;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn):not(.btn-gradient) {
    text-decoration: underline;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 79, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 92, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 103, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 107, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 117, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 123, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  /* line 134, ../usr/local/bundle/gems/bootstrap-4.1.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Font Awesome Free 5.4.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/font-awesome/fa-solid-900-7bcd8ac98b0e27657b6e9eb560939b5cf2175cb2a241ed94d6549e5c8cd50785.eot);
  src: url(/assets/font-awesome/fa-solid-900-7bcd8ac98b0e27657b6e9eb560939b5cf2175cb2a241ed94d6549e5c8cd50785.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-1750c829ee331060aef28ad38f2a074c855ff274098e30fc45fc6abac06b8bc7.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-2a9bde37e1bf530c00bb4900f750eadff96eeca5ff1ffca0eb73f55eeb6493e9.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-208af3b598e0d34cc8c29812be582c5f9043a172eb1df8230f8e779f72fb481d.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-f3668687650f1f7df882efe898708215717f3c45c432193f6dc217ea593776cd.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/font-awesome/fa-regular-400-c61824a38426ff0da81083ff7c8842f9571abb646285da4f2cb7d143f3d78fb6.eot);
  src: url(/assets/font-awesome/fa-regular-400-c61824a38426ff0da81083ff7c8842f9571abb646285da4f2cb7d143f3d78fb6.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-9e8a2f01004b7c18783283e70f8fd8bc66facbefe53b0d56cd26dfd40ce5811e.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-9393d086119d36e6de4422b799e58d85581a2393cf861da83db381c9e5be83b1.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-428dba4a5c10336c3594688e1000955a5f32323a611fb4d17b58411129595951.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-653417449f9934304cad06ce8a342c8f342d61411cdbb42d656b8c8f9a70fd4c.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/font-awesome/fa-brands-400-30f5543df386c1b3dfb39f01d0655423fecce336c88e05d26adc74d2a1f95787.eot);
  src: url(/assets/font-awesome/fa-brands-400-30f5543df386c1b3dfb39f01d0655423fecce336c88e05d26adc74d2a1f95787.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-8077a0522de7807ccd10e27e859d0d1102512b3e1bfb836df7ed4e1ce806a487.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-adbc2c347d811fe2f45968b6c7a41e3e9bd286c102243aaa7aa34c76709619ce.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-bba730c6922074478ad460700d2082bdf956e169febbf4516c1db4da845f67b0.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-0dce9557ef6587225f71ec579e88c2f51e53985fe2481328a60d660f6cd592bf.svg#fontawesome) format("svg");
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 21, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 25, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 26, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 27, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 30, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 32, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 33, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 34, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 35, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 36, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 37, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 38, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 41, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 42, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 43, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 44, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 45, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 47, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 50, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 52, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 53, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 54, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 55, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 56, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 57, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 59, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 60, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 61, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 62, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 63, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 64, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 65, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 66, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 68, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 69, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 70, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 72, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 73, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 74, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 75, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 76, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 77, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 78, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 79, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 80, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 81, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 82, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 83, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 84, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 85, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 86, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 87, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 88, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 89, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 90, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 91, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 92, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 93, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 94, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 95, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 96, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 97, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 98, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 99, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 100, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 101, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 102, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 103, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 104, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 105, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 106, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 107, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 108, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 109, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 110, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 111, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 112, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 113, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 114, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 115, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 116, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 117, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 118, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 119, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 120, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 121, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 122, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 123, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 124, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 125, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 126, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 127, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 128, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 129, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 130, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 131, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 132, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 133, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 134, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 135, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 136, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 137, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 138, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 139, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 140, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 141, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 142, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 143, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 144, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 145, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 146, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 147, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 148, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 149, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 150, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 151, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 152, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 153, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 154, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 155, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 156, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 157, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 158, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 159, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 160, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 161, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 162, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 163, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 164, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 165, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 166, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 167, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 168, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 169, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 170, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 171, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 172, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 173, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 174, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 175, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 176, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 177, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 178, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 179, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 180, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 181, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 182, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 183, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 184, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 185, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 186, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 187, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 188, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 189, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 190, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 192, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 193, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 195, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 196, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 198, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 199, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 201, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 202, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 204, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 205, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 207, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 208, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 210, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 211, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 213, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 214, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 216, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 217, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 219, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 220, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 222, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 223, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 225, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 226, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 228, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 229, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 230, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 231, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 233, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 234, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 236, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 237, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 239, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 240, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 242, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 243, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 245, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 246, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 247, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 249, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 250, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 252, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 253, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 255, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 256, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 258, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 259, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 261, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 262, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 264, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 265, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 267, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 268, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 270, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 271, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 273, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 274, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 276, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 277, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 279, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 280, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 281, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 283, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 284, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 286, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 287, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 289, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 290, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 292, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 293, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 295, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 296, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 298, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 299, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 301, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 302, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 304, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 305, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 307, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 308, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 310, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 311, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 313, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 314, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 316, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 317, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 319, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 320, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 322, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 323, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 325, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 326, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 328, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 329, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 331, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 332, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 334, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 335, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 337, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 338, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 340, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 341, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 343, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 344, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 346, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 347, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 349, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 350, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 352, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 353, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 355, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 356, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 358, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 359, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 361, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 362, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 363, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 365, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 366, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 368, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 369, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 371, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 372, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 373, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 374, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 376, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 377, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 379, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 380, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 382, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 383, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 385, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 386, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 388, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 389, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 390, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 392, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 393, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 395, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 396, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 398, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 399, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 401, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 402, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 404, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 405, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 407, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 408, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 410, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 411, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 413, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 414, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 416, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 417, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 419, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 420, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 422, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 423, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 425, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 426, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 428, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 429, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 431, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 432, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 434, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 435, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 437, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 438, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 440, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 441, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 443, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 444, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 446, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 447, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 449, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 450, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 452, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 453, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 455, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 456, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 458, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 459, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 461, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 462, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 464, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 465, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 467, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 468, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 470, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 471, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 473, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 474, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 476, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 477, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 479, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 480, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 481, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 483, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 484, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 486, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 487, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 489, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 490, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 492, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 493, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 495, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 496, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 498, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 499, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 501, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 502, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 504, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 505, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 507, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 508, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 510, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 511, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 513, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 514, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 516, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 517, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 518, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 520, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 521, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 523, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 524, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 525, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 526, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 527, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 528, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 529, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 530, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 531, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 532, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 533, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 534, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 535, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 536, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 537, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 538, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 539, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 540, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 541, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 542, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 543, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 544, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 545, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 546, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 547, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 548, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 549, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 550, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 551, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 552, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 553, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 554, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 555, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 556, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 557, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 558, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal:before {
  content: "\f666";
}

/* line 559, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 560, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 561, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 562, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 563, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 564, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 565, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 566, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 567, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 568, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 569, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 570, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 571, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 572, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 573, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 574, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 575, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 576, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 577, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 578, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 579, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 580, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 581, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 582, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 583, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 584, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 585, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 586, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 587, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 588, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 589, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 590, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 591, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 592, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 593, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 594, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 595, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 596, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 597, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 598, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 599, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 600, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 601, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 602, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 603, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 604, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 605, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 606, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 607, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 608, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 609, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 610, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 611, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 612, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 613, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 614, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 615, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 616, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 617, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 618, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 619, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 620, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 621, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 622, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 623, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 624, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 625, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 626, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 627, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 628, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 629, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 630, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 631, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 632, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 633, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 634, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 635, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 636, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 637, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 638, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 639, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 640, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 641, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 642, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 643, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 644, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 645, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 646, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 647, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 648, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 649, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 650, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 651, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 652, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 653, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 654, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 655, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 656, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 657, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 658, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 659, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 660, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 661, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 662, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 663, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 664, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 665, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 666, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 667, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 668, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 669, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 670, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 671, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 672, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 673, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 674, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 675, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 676, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 677, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 678, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 679, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 680, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 681, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 682, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 683, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 684, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 685, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 686, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 687, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 688, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 689, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 690, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 691, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 692, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 693, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 694, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 695, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 696, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 697, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 698, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 699, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 700, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 701, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 702, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 703, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 704, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 705, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 706, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 707, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 708, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 709, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 710, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 711, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 712, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 713, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 714, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 715, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 716, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 717, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 718, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 719, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 720, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 721, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 722, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 723, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 724, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 725, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 726, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 727, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 728, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 729, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 730, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 731, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 732, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 733, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 734, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 735, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 736, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 737, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 738, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 739, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 740, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 741, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 742, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 743, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 744, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 745, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 746, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 747, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 748, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 749, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 750, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 751, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 752, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 753, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 754, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 755, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 756, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 757, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 758, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 759, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 760, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 761, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 762, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 763, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 764, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 765, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 766, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 767, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 768, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 769, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 770, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 771, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 772, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 773, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 774, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 775, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 776, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 777, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 778, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 779, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 780, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 781, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 782, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 783, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 784, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 785, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 786, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 787, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 788, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 789, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 790, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 791, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 792, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 793, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 794, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 795, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 796, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 797, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 798, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 799, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 800, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 801, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 802, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 803, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 804, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 805, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 806, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 807, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 808, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 809, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 810, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 811, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 812, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 813, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 814, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 815, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 816, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 817, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 818, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 819, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 820, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 821, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 822, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 823, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 824, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 825, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 826, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 827, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 828, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 829, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 830, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 831, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 832, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 833, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 834, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 835, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 836, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 837, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 838, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 839, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 840, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 841, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 842, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 843, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 844, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 845, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 846, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 847, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 848, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 849, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 850, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 851, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 852, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 853, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 854, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 855, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 856, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 857, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 858, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 859, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 860, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 861, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 862, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 863, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 864, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 865, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 866, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 867, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 868, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 869, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 870, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 871, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 872, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 873, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 874, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 875, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 876, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 877, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 878, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 879, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 880, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 881, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 882, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 883, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 884, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 885, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 886, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 887, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 888, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 889, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 890, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 891, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 892, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 893, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 894, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 895, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 896, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 897, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 898, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 899, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 900, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 901, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 902, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 903, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 904, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 905, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 906, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 907, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 908, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 909, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 910, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 911, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 912, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 913, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 914, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 915, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 916, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 917, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 918, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 919, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 920, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 921, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 922, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 923, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 924, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 925, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 926, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 927, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 928, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 929, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 930, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 931, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 932, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 933, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 934, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 935, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 936, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 937, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 938, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 939, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 940, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 941, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 942, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 943, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 944, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 945, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 946, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 947, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 948, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 949, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 950, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 951, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 952, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 953, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 954, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 955, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 956, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 957, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 958, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 959, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 960, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 961, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 962, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 963, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 964, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 965, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 966, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 967, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 968, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 969, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 970, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 971, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 972, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 973, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 974, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 975, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 976, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 977, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 978, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 979, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 980, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 981, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 982, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 983, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 984, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 985, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 986, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 987, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 988, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 989, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 990, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 991, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 992, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 993, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 994, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 995, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 996, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 997, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 998, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 999, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1000, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1001, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1002, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1003, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1004, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1005, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1006, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1007, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1008, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1009, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1010, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1011, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1012, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1013, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1014, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1015, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1016, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1017, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1018, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1019, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1020, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1021, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1022, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1023, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1024, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1025, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1026, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1027, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1028, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1029, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1030, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1031, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1032, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1033, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1034, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1035, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1036, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1037, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1038, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1039, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1040, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1041, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1042, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1043, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1044, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1045, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1046, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1047, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1048, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1049, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1050, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1051, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1052, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1053, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1054, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1055, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1056, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1057, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1058, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1059, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1060, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1061, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1062, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1063, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1064, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1065, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1066, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1067, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1068, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1069, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1070, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1071, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1072, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1073, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1074, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1075, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1076, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1077, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1078, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1079, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1080, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1081, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1082, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1083, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1084, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1085, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1086, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1087, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1088, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1089, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1090, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1091, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1092, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1094, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1095, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1097, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1098, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1100, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1101, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1103, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1104, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1106, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1107, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1109, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1110, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1112, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1113, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1115, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1116, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1118, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1119, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1121, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1122, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1124, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1125, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1127, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1128, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1129, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1131, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1132, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1133, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1135, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1136, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1137, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1139, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1140, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1141, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1143, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1144, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1146, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1147, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1148, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1149, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1150, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1151, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1152, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1153, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1154, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1155, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1156, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1157, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1158, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1159, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1160, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1161, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1162, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1163, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1164, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1165, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1166, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1167, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1168, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1169, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1170, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1171, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1172, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1173, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1174, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1175, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1176, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1177, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1178, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1179, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1180, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1181, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1182, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1183, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1184, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1185, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1186, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1187, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1188, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1189, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1190, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1191, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1192, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1193, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1194, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1195, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1196, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1197, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1198, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1199, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1200, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1201, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1202, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1203, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1204, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1205, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1206, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1207, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1208, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1209, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1210, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1211, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1212, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1213, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1214, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1215, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1216, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1217, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1218, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1219, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1220, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1221, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1222, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1223, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1224, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1225, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1226, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1227, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1228, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1229, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1230, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1231, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1232, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1233, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1234, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1235, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1236, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1237, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1238, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1239, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1240, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1241, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-5.4.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 1, app/assets/stylesheets/base/reset.scss */
body {
  font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* line 5, app/assets/stylesheets/base/reset.scss */
a {
  color: #3e3a39;
  text-decoration: none !important;
}

/* line 10, app/assets/stylesheets/base/reset.scss */
img {
  max-width: 100%;
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* line 1, app/assets/stylesheets/utilities/cursor.sass */
.pointer, .pointer_with_hover {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/utilities/cursor.sass */
.pointer_with_hover:hover {
  color: #b61c14;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-1 {
  font-size: 3rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-2, .hero-times .time, .hero-schedule .time, .hero-schedule .month-day {
  font-size: 2.5rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-3, .hero-purpose, .hero-times, .hero-schedule {
  font-size: 2rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-4, .title, .title-no-border {
  font-size: 1.5rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-5, .hero-purpose .text, .hero-schedule .text {
  font-size: 1rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
input::-moz-placeholder {
  font-size: 0.75rem;
}
.is-size-6, input::placeholder, .btn, .btn-gradient, .hero-times .text {
  font-size: 0.75rem;
}

/* line 4, app/assets/stylesheets/utilities/font-size.sass */
.is-size-7 {
  font-size: 0.5rem;
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-1 {
    font-size: 3rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-2 {
    font-size: 2.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-3 {
    font-size: 2rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-4 {
    font-size: 1.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-5 {
    font-size: 1rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-6 {
    font-size: 0.75rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-sm-7 {
    font-size: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-1 {
    font-size: 3rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-2 {
    font-size: 2.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-3, .hero-purpose .purpose, .hero-times .time, .hero-schedule .time, .hero-schedule .month-day {
    font-size: 2rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-4 {
    font-size: 1.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-5, .title, .title-no-border {
    font-size: 1rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-6, .hero-times .text {
    font-size: 0.75rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-md-7, .hero-purpose .text, .hero-schedule .text {
    font-size: 0.5rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-1 {
    font-size: 3rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-2 {
    font-size: 2.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-3 {
    font-size: 2rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-4 {
    font-size: 1.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-5 {
    font-size: 1rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-6 {
    font-size: 0.75rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-lg-7 {
    font-size: 0.5rem;
  }
}

@media (min-width: 992px) {
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-1 {
    font-size: 3rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-2 {
    font-size: 2.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-3 {
    font-size: 2rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-4 {
    font-size: 1.5rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-5 {
    font-size: 1rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-6 {
    font-size: 0.75rem;
  }
  /* line 4, app/assets/stylesheets/utilities/font-size.sass */
  .is-size-xl-7 {
    font-size: 0.5rem;
  }
}

/* line 1, app/assets/stylesheets/utilities/scroll.sass */
.scroll-y {
  overflow-y: auto;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/MaterialIcons-Regular-2135caef7e89870e06232bdeaa8a7cb8df2e70bfa8344b3f8a9b0fb7b801bc30.ttf) format("truetype");
}

/* line 8, app/assets/stylesheets/utilities/icon-fonts.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, app/assets/stylesheets/layout/hero.sass */
.hero {
  position: relative;
}

/* line 3, app/assets/stylesheets/layout/hero.sass */
.hero.is-height {
  min-height: 155px;
}

/* line 5, app/assets/stylesheets/layout/hero.sass */
.hero.is-height-s {
  min-height: 80px;
}

/* line 9, app/assets/stylesheets/layout/hero.sass */
.hero-body.is-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, app/assets/stylesheets/layout/hero.sass */
.hero-schedule {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #3e3a39;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  /* line 14, app/assets/stylesheets/layout/hero.sass */
  .hero-schedule {
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
  }
}

/* line 28, app/assets/stylesheets/layout/hero.sass */
.hero-schedule .text,
.hero-schedule .month-day {
  padding: 10px;
}

@media (max-width: 991.98px) {
  /* line 28, app/assets/stylesheets/layout/hero.sass */
  .hero-schedule .text,
.hero-schedule .month-day {
    padding: 0;
  }
}

/* line 34, app/assets/stylesheets/layout/hero.sass */
.hero-schedule .text {
  border-radius: 2px;
  background: #e8ecf6;
}

@media (max-width: 991.98px) {
  /* line 34, app/assets/stylesheets/layout/hero.sass */
  .hero-schedule .text {
    padding: 2px 5px;
  }
}

/* line 54, app/assets/stylesheets/layout/hero.sass */
.hero-times {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  color: #3e3a39;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  /* line 54, app/assets/stylesheets/layout/hero.sass */
  .hero-times {
    align-items: center;
    justify-content: flex-end;
  }
}

/* line 79, app/assets/stylesheets/layout/hero.sass */
.hero-next-month {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
}

@media (max-width: 991.98px) {
  /* line 79, app/assets/stylesheets/layout/hero.sass */
  .hero-next-month {
    display: none;
  }
}

/* line 91, app/assets/stylesheets/layout/hero.sass */
.hero-purpose {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #3e3a39;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  /* line 91, app/assets/stylesheets/layout/hero.sass */
  .hero-purpose {
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
  }
}

/* line 105, app/assets/stylesheets/layout/hero.sass */
.hero-purpose .text,
.hero-purpose .purpose {
  padding: 10px;
}

@media (max-width: 991.98px) {
  /* line 105, app/assets/stylesheets/layout/hero.sass */
  .hero-purpose .text,
.hero-purpose .purpose {
    padding: 0;
  }
}

/* line 111, app/assets/stylesheets/layout/hero.sass */
.hero-purpose .text {
  border-radius: 2px;
  background: #e8ecf6;
}

@media (max-width: 991.98px) {
  /* line 111, app/assets/stylesheets/layout/hero.sass */
  .hero-purpose .text {
    padding: 2px 5px;
  }
}

/* line 2, app/assets/stylesheets/layout/section.sass */
.section.is-height {
  min-height: 80vh;
}

/* line 5, app/assets/stylesheets/layout/section.sass */
.section.is-full-height {
  min-height: 100vh;
}

/* line 2, app/assets/stylesheets/layout/user/karte_image.sass */
.loading-karte {
  z-index: 1000 !important;
}

/* line 8, app/assets/stylesheets/layout/user/karte_image.sass */
.upload-image-main .delete-btn-karte {
  right: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  margin: -10px -5px;
}

/* line 13, app/assets/stylesheets/layout/user/karte_image.sass */
.upload-image-main .delete-btn-karte .btn-delete {
  background-color: grey;
  line-height: 1rem;
  font-size: 1rem;
}

/* line 20, app/assets/stylesheets/layout/user/karte_image.sass */
#fileDelete .modal-header {
  justify-content: flex-end !important;
  margin-top: -2.5rem !important;
  border-bottom: none !important;
}

/* line 24, app/assets/stylesheets/layout/user/karte_image.sass */
#fileDelete .modal-body p {
  margin-bottom: 0 !important;
}

/* line 26, app/assets/stylesheets/layout/user/karte_image.sass */
#fileDelete .modal-footer {
  border-top: none !important;
}

/* line 28, app/assets/stylesheets/layout/user/karte_image.sass */
#fileDelete .btn-modal {
  min-width: 7rem;
  min-height: 2.5rem !important;
  border-radius: 0.25rem !important;
}

/* line 35, app/assets/stylesheets/layout/user/karte_image.sass */
div[class*="-iziModal-im"] .iziModal-header {
  box-shadow: none;
  border-bottom: 1px solid #e9ecef;
}

/* line 38, app/assets/stylesheets/layout/user/karte_image.sass */
div[class*="-iziModal-im"] .iziModal-header-title {
  color: black;
  font-size: 1.25rem;
}

/* line 41, app/assets/stylesheets/layout/user/karte_image.sass */
div[class*="-iziModal-im"] .iziModal-header-buttons .iziModal-button-close {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

/* line 3, app/assets/stylesheets/elements/alert.sass */
.alert.fixed {
  position: fixed;
  top: 0;
  z-index: 1500;
  left: 0;
}

/* line 1, app/assets/stylesheets/elements/button.sass */
.btn, .btn-gradient {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 55px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: normal;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  /* line 18, app/assets/stylesheets/elements/button.sass */
  .btn.small-font, .small-font.btn-gradient {
    font-size: 13px;
  }
}

/* line 21, app/assets/stylesheets/elements/button.sass */
.btn-small {
  min-height: 30px;
  font-size: 12px;
  line-height: 1;
}

/* line 26, app/assets/stylesheets/elements/button.sass */
.btn-primary {
  color: #fff;
}

@media (max-width: 575.98px) {
  /* line 29, app/assets/stylesheets/elements/button.sass */
  .btn-primary > .btn-label {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 33, app/assets/stylesheets/elements/button.sass */
  .btn-primary > .small.btn-label {
    font-size: 78%;
  }
}

/* line 37, app/assets/stylesheets/elements/button.sass */
.btn-black {
  backgroud-color: #000;
  color: #fff;
}

/* line 41, app/assets/stylesheets/elements/button.sass */
.btn-dark-cyan {
  backgroud-color: #008A95;
  color: #fff;
}

/* line 45, app/assets/stylesheets/elements/button.sass */
.btn-outline-dark-cyan {
  border: 1px solid #008A95;
  color: #008A95;
  white-space: normal;
}

/* line 50, app/assets/stylesheets/elements/button.sass */
.btn-outline-dark-cyan:hover {
  color: #fff;
}

/* line 53, app/assets/stylesheets/elements/button.sass */
.btn-outline-primary {
  color: #e8382f;
  border: 3px solid #e8382f;
  white-space: normal;
}

/* line 58, app/assets/stylesheets/elements/button.sass */
.btn-outline-primary:hover {
  color: #fff;
}

/* line 61, app/assets/stylesheets/elements/button.sass */
.btn-outline-light-gray {
  background-color: #fff;
  color: #3e3a39;
  border: 1px solid #DEE2E6;
  white-space: normal;
}

/* line 67, app/assets/stylesheets/elements/button.sass */
.btn-outline-light-gray:hover {
  opacity: 70%;
}

/* line 70, app/assets/stylesheets/elements/button.sass */
.btn-outline-dark {
  border: 1px solid #000;
  color: #000;
  white-space: normal;
}

/* line 75, app/assets/stylesheets/elements/button.sass */
.btn-outline-dark:hover {
  color: #000;
}

/* line 78, app/assets/stylesheets/elements/button.sass */
.btn-gradient {
  min-height: 48px;
  border: none;
  border-radius: 2px;
  color: #fff;
  white-space: unset;
  background: linear-gradient(to right, #006EFD 0%, #73FDB6 120%);
}

/* line 88, app/assets/stylesheets/elements/button.sass */
.btn-gradient:hover {
  background: linear-gradient(to left, #006EFD 0%, #73FDB6 120%);
}

/* line 91, app/assets/stylesheets/elements/button.sass */
.btn-gradient.is-outline {
  display: flex;
  padding: 0 4px;
}

/* line 94, app/assets/stylesheets/elements/button.sass */
.btn-gradient.is-outline > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  color: #e8382f;
}

/* line 103, app/assets/stylesheets/elements/button.sass */
.btn-gradient.is-outline input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 109, app/assets/stylesheets/elements/button.sass */
.btn-gradient.is-outline.active span {
  background: #e8382f;
  color: #fff;
}

@media (max-width: 991.98px) {
  /* line 113, app/assets/stylesheets/elements/button.sass */
  .btn-gradient.is-outline.rows-2 {
    padding: 4px;
    line-height: 1.5;
  }
}

/* line 117, app/assets/stylesheets/elements/button.sass */
.btn-arrow {
  border-radius: 50%;
  background: #fff;
  color: #e8382f;
  font-size: 14px;
}

/* line 122, app/assets/stylesheets/elements/button.sass */
.btn-animete {
  background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  box-shadow: 0 0 15px 0 rgba(35, 47, 53, 0.15);
  animation: Gradient 1.5s ease infinite;
}

/* line 128, app/assets/stylesheets/elements/button.sass */
.btn-shadow {
  box-shadow: 0 0 15px 0 rgba(35, 47, 53, 0.35);
}

/* line 131, app/assets/stylesheets/elements/button.sass */
.btn-outline-secondary {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  color: #3e3a39;
}

/* line 137, app/assets/stylesheets/elements/button.sass */
.btn-outline-secondary:hover {
  color: #3e3a39;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #3e3a39;
}

/* line 142, app/assets/stylesheets/elements/button.sass */
.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #bab6b5;
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

/* line 147, app/assets/stylesheets/elements/button.sass */
.btn-outline-secondary:not(:disabled):not(.disabled):active .image-rotate-button-content {
  color: #3e3a39;
}

/* line 150, app/assets/stylesheets/elements/button.sass */
.image-rotate-button {
  display: block;
  margin: 0 6px;
  min-width: 120px;
  text-align: center;
}

/* line 156, app/assets/stylesheets/elements/button.sass */
.image-rotate-button-content {
  display: inline;
  vertical-align: middle;
}

/* line 160, app/assets/stylesheets/elements/button.sass */
.image-rotate-buttons {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

/* line 3, app/assets/stylesheets/elements/container.sass */
.container.is-height,
.container-fluid.is-height {
  min-height: 85vh;
  min-height: 80vh;
}

/* line 9, app/assets/stylesheets/elements/container.sass */
.container.is-full-height,
.container-fluid.is-full-height {
  min-height: 100vh;
}

/* line 12, app/assets/stylesheets/elements/container.sass */
.thumbnail {
  float: left;
  margin: 0px;
  width: 150px;
  height: 90px;
}

/* line 1, app/assets/stylesheets/elements/form.sass */
.form-control {
  min-height: 45px;
  border-radius: 0;
  box-shadow: 0 0 0;
  transition: ease-in-out .2s;
}

/* line 7, app/assets/stylesheets/elements/form.sass */
select.form-control.is-valid {
  border: 1px solid;
  border-color: #ced4da;
}

/* line 11, app/assets/stylesheets/elements/form.sass */
select.form-control.is-valid:focus {
  border: none;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 0 0 25px rgba(232, 56, 47, 0.5), 0 0 25px rgba(232, 56, 47, 0.1);
  transition: ease-in-out .3s;
}

/* line 16, app/assets/stylesheets/elements/form.sass */
textarea.form-control {
  border: 3px solid #e8ecf6;
}

/* line 19, app/assets/stylesheets/elements/form.sass */
textarea::-moz-placeholder {
  color: rgba(151, 153, 155, 0.9) !important;
  font-weight: normal;
}
textarea::placeholder {
  color: rgba(151, 153, 155, 0.9) !important;
  font-weight: normal;
}

/* line 23, app/assets/stylesheets/elements/form.sass */
.field {
  position: relative;
  color: rgba(62, 58, 57, 0.9);
}

/* line 27, app/assets/stylesheets/elements/form.sass */
input.form-control:focus {
  border: none;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 4px #fff, 0 0 25px rgba(232, 56, 47, 0.5), 0 0 25px rgba(232, 56, 47, 0.1);
  transition: ease-in-out .3s;
}

/* line 32, app/assets/stylesheets/elements/form.sass */
input::-moz-placeholder {
  color: rgba(151, 153, 155, 0.9) !important;
}
input::placeholder {
  color: rgba(151, 153, 155, 0.9) !important;
}

/* line 36, app/assets/stylesheets/elements/form.sass */
input::-moz-placeholder .input-outer {
  position: relative;
  padding: 3px;
  background: rgba(232, 56, 47, 0.8);
}
input::placeholder .input-outer {
  position: relative;
  padding: 3px;
  background: rgba(232, 56, 47, 0.8);
}

/* line 41, app/assets/stylesheets/elements/form.sass */
input::-moz-placeholder .input-outer.is-grey {
  background: #D7DAE6;
}
input::placeholder .input-outer.is-grey {
  background: #D7DAE6;
}

/* line 45, app/assets/stylesheets/elements/form.sass */
input[type=number] ::-webkit-inner-spin-button, input[type=number] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 49, app/assets/stylesheets/elements/form.sass */
input.without-typing[type=date] {
  width: 100%;
  position: relative;
}

/* line 53, app/assets/stylesheets/elements/form.sass */
input.without-typing[type=date]::-webkit-inner-spin-button, ::-webkit-clear-button {
  -webkit-appearance: none !important;
}

/* line 56, app/assets/stylesheets/elements/form.sass */
input.without-typing[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 62, app/assets/stylesheets/elements/form.sass */
.input-required {
  position: absolute;
  top: -7px;
  right: 0;
}

/* line 67, app/assets/stylesheets/elements/form.sass */
.label {
  position: absolute;
  top: 18px;
  opacity: 0;
  font-size: 0;
  transition: ease-in-out .3s;
}

/* line 74, app/assets/stylesheets/elements/form.sass */
.label.is-active {
  top: 4px;
  left: 20px;
  z-index: 10;
  display: flex;
  color: #e8382f;
  font-weight: bold;
  font-size: 10px;
  opacity: 100;
}

/* line 84, app/assets/stylesheets/elements/form.sass */
.label.is-active + .input-outer {
  padding-top: 6px;
}

/* line 88, app/assets/stylesheets/elements/form.sass */
.label .form-group > .group {
  width: 100%;
}

/* line 92, app/assets/stylesheets/elements/form.sass */
.b-form-group div[role=group] {
  display: flex;
  width: 100%;
}

/* line 96, app/assets/stylesheets/elements/form.sass */
.custom-file-input {
  height: calc(3rem + 2px);
}

/* line 99, app/assets/stylesheets/elements/form.sass */
.custom-file-label {
  height: calc(3rem + 2px);
  border-radius: 2px;
  line-height: 2.4;
}

/* line 104, app/assets/stylesheets/elements/form.sass */
.custom-file-label::after {
  height: 3rem;
  content: "camera_alt";
  font-size: 25px;
  font-family: 'Material Icons';
}

/* line 110, app/assets/stylesheets/elements/form.sass */
fieldset.form-check-is-dark div.form-check label.form-check-label {
  color: #3e3a39;
}

/* line 122, app/assets/stylesheets/elements/form.sass */
.withdrawal-section {
  color: #3e3a39;
}

/* line 125, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey {
  background-color: #FEF9E8;
  border: 1px solid #FFEEBA;
}

/* line 129, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey strong {
  font-size: 1rem;
  letter-spacing: .075rem;
  color: #3e3a39;
}

/* line 134, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey li.small {
  color: #3e3a39;
}

/* line 137, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey b.text-left.d-block {
  font-size: 1rem;
}

/* line 140, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey input[type="radio"]:checked {
  background-color: #e8382f;
  color: #e8382f;
}

/* line 144, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey input[type="checkBox"]:checked {
  background-color: #e8382f;
  color: #e8382f;
}

/* line 148, app/assets/stylesheets/elements/form.sass */
.withdrawal-section .alert.alert-grey textarea.form-control {
  border: 1px solid #9F9F9F;
  border-radius: 3px;
}

/* line 1, app/assets/stylesheets/elements/icon.sass */
.icon-arrow-right {
  border-radius: 50%;
  background: #e8382f;
  color: #fff;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/elements/icon.sass */
.icon-dark {
  border-radius: 50%;
  background: #fff;
  color: #3e3a39;
  font-size: 14px;
}

/* line 13, app/assets/stylesheets/elements/icon.sass */
.icon-red {
  border-radius: 50%;
  background: #fff;
  color: #e8382f;
  font-size: 14px;
}

/* line 19, app/assets/stylesheets/elements/icon.sass */
.rotate-icon {
  margin-right: 4px;
}

/* line 1, app/assets/stylesheets/elements/logo.sass */
.logo {
  max-width: 200px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  /* line 17, app/assets/stylesheets/elements/logo.sass */
  .telemedicine-reservation-modal.logo {
    max-width: 150px;
    max-height: 64px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* line 1, app/assets/stylesheets/elements/title.sass */
.title, .title-no-border {
  position: relative;
  width: 100%;
  color: #3e3a39;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  /* line 1, app/assets/stylesheets/elements/title.sass */
  .title, .title-no-border {
    line-height: 1.8;
  }
}

/* line 14, app/assets/stylesheets/elements/title.sass */
.title > span, .title-no-border > span {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  border-bottom: 4px solid #e8382f;
  line-height: 2;
}

/* line 20, app/assets/stylesheets/elements/title.sass */
.title > .under-line-red, .title-no-border > .under-line-red {
  padding: 0 0 5px 0;
  width: 80%;
  margin: 0 auto;
  border-bottom: 4px solid #e8382f;
}

/* line 26, app/assets/stylesheets/elements/title.sass */
.title-no-border {
  border: none;
}

/* line 31, app/assets/stylesheets/elements/title.sass */
.title-no-border:before {
  display: none;
}

/* line 34, app/assets/stylesheets/elements/title.sass */
.title-no-border > span {
  border: none;
  line-height: 1.4;
}

/* line 1, app/assets/stylesheets/elements/table.scss */
td.td-no-border {
  border-top: none;
}

/* line 6, app/assets/stylesheets/elements/table.scss */
.thead-dark a {
  color: #FAFBFD;
}

/* line 1, app/assets/stylesheets/elements/tooltip.sass */
.tooltip-inner {
  padding: 10px;
  max-width: 300px;
  text-align: left;
  font-size: 11px;
}

/* line 1, app/assets/stylesheets/elements/loading.sass */
.loading {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 15;
  display: none;
}

/* line 12, app/assets/stylesheets/elements/loading.sass */
.loading-icon {
  border: 8px solid #d5d5d5;
  border-top: 8px solid #ec493e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 45%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 2, app/assets/stylesheets/elements/pagination.sass */
.pagination .page-link {
  padding: 0.5rem 1rem;
}

/* line 1, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle {
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle > label {
  flex: 1 45% !important;
  padding: 10px !important;
  border: 2px solid;
  white-space: unset;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  /* line 5, app/assets/stylesheets/components/buttonGroup.sass */
  .btn-group-toggle > label {
    flex: 1 100% !important;
  }
}

/* line 15, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle .btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-group-toggle .btn-outline-primary.active:not(:disabled):not(.disabled),
.btn-group-toggle .show > .btn-outline-primary.dropdown-toggle {
  border: 3px solid #fff;
}

/* line 19, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle .btn-radio {
  border: 3px solid #e8ecf6;
  background: #fff;
  color: #3e3a39;
}

/* line 23, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle .btn-radio.active {
  border: 3px solid #fff;
  background: #e8382f;
  color: #fff;
}

/* line 28, app/assets/stylesheets/components/buttonGroup.sass */
.btn-group-toggle .btn-outline-dark:hover {
  background: #d7dae6;
  color: #3e3a39;
}

/* line 9, app/assets/stylesheets/components/drawer.sass */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 8000;
  max-width: 300px;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: 0.3s all;
  transform: translateX(100%);
}

/* line 21, app/assets/stylesheets/components/drawer.sass */
.drawer-nav {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/components/drawer.sass */
.drawer-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 15px;
  border-bottom: 1px solid rgba(215, 218, 230, 0.2);
  color: #343a40;
}

/* line 34, app/assets/stylesheets/components/drawer.sass */
.drawer-item:hover {
  background: #f1f1f1;
}

/* line 37, app/assets/stylesheets/components/drawer.sass */
.drawer-button {
  display: flex;
  justify-content: center;
  margin: -30px auto 0;
  padding: 3px;
  width: 90%;
  border: none;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(to right, #006EFD 0%, #73FDB6 120%);
}

/* line 49, app/assets/stylesheets/components/drawer.sass */
.drawer-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 2px;
  background: #FAFBFD;
  color: #e8382f;
}

/* line 60, app/assets/stylesheets/components/drawer.sass */
.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 1;
}

/* line 66, app/assets/stylesheets/components/drawer.sass */
.hamburger-icon {
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

/* line 74, app/assets/stylesheets/components/drawer.sass */
.hamburger-stripe {
  position: absolute;
  width: 100%;
  height: 2.5px;
  background: #e8382f;
  box-shadow: 0px 0px 4px 2px #ffffff;
  transition: 0.3s all;
}

/* line 82, app/assets/stylesheets/components/drawer.sass */
.hamburger-stripe-top {
  transform: translateY(8px);
}

/* line 85, app/assets/stylesheets/components/drawer.sass */
.hamburger-stripe-bottom {
  transform: translateY(-8px);
}

/* line 89, app/assets/stylesheets/components/drawer.sass */
.overlay-body {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7000;
  display: none;
  width: 100vw;
  height: 120vh;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/components/drawer.sass */
.drawerActive .overlay-body {
  display: block;
}

/* line 104, app/assets/stylesheets/components/drawer.sass */
.drawerActive .drawer {
  transform: translateX(0);
}

/* line 107, app/assets/stylesheets/components/drawer.sass */
.drawerActive .hamburger-stripe {
  background: #767676;
  box-shadow: none;
}

/* line 111, app/assets/stylesheets/components/drawer.sass */
.drawerActive .hamburger-stripe-top, .drawerActive .hamburger-stripe-middle {
  width: 100%;
  transform: rotate(45deg);
}

/* line 116, app/assets/stylesheets/components/drawer.sass */
.drawerActive .hamburger-stripe-bottom {
  transform: rotate(-45deg);
}

/* line 119, app/assets/stylesheets/components/drawer.sass */
.drawerActive main {
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 126, app/assets/stylesheets/components/drawer.sass */
.scrollable-menu {
  border: 1px solid #e4e4e4;
  max-height: 100%;
  overflow-x: scroll;
}

/* line 133, app/assets/stylesheets/components/drawer.sass */
header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
  transition: .3s;
}

/* line 141, app/assets/stylesheets/components/drawer.sass */
header h1 {
  color: #fff;
  transition: .3s;
}

/* line 144, app/assets/stylesheets/components/drawer.sass */
header h1 img {
  width: 200px;
  transition: .3s;
}

/* line 148, app/assets/stylesheets/components/drawer.sass */
.is-animation {
  height: 65px;
}

/* line 150, app/assets/stylesheets/components/drawer.sass */
.is-animation h1 {
  color: #000;
}

/* line 152, app/assets/stylesheets/components/drawer.sass */
.is-animation h1 img {
  width: 150px;
}

/* line 156, app/assets/stylesheets/components/drawer.sass */
.bullets-title {
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
  background: #fafafa;
}

/* line 160, app/assets/stylesheets/components/drawer.sass */
.bullets-ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
}

/* line 164, app/assets/stylesheets/components/drawer.sass */
.bullets-ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}

/* line 168, app/assets/stylesheets/components/drawer.sass */
.bullets-ul li:before {
  display: block;
  content: '';
  position: absolute;
  border-left: 2px solid #D92118;
  border-bottom: 2px solid #D92118;
  transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  left: 1em;
  margin-top: .5em;
}

/* line 184, app/assets/stylesheets/components/drawer.sass */
.iam-dummy {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/components/card.sass */
.card {
  border: none;
  border-radius: 2px;
}

/* line 5, app/assets/stylesheets/components/card.sass */
.card-title {
  letter-spacing: 1px;
}

/* line 8, app/assets/stylesheets/components/card.sass */
.card-shadow {
  box-shadow: 0 0 15px 0 rgba(35, 47, 53, 0.15);
}

/* line 11, app/assets/stylesheets/components/card.sass */
.card-terms {
  max-height: 50vh;
}

/* line 1, app/assets/stylesheets/components/calendar.sass */
.calendar {
  width: 100%;
}

/* line 4, app/assets/stylesheets/components/calendar.sass */
.calendar .saturday {
  color: #000099;
}

/* line 6, app/assets/stylesheets/components/calendar.sass */
.calendar .sunday, .calendar .holiday {
  color: #990000;
}

/* line 9, app/assets/stylesheets/components/calendar.sass */
.calendar-week {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid #e8ecf6;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/components/calendar.sass */
.calendar-week.is-active, .calendar-week.clickable:hover {
  border-bottom: 3px solid #e8382f;
}

/* line 20, app/assets/stylesheets/components/calendar.sass */
.calendar-day {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid #e8ecf6;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  /* line 20, app/assets/stylesheets/components/calendar.sass */
  .calendar-day {
    padding: 10px;
  }
}

/* line 31, app/assets/stylesheets/components/calendar.sass */
.calendar-day span {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  transition: border-color .15s linear;
  color: inherit;
}

/* line 45, app/assets/stylesheets/components/calendar.sass */
.calendar-day span:hover {
  border-color: #e8382f;
  color: #e8382f;
  font-weight: bold;
}

/* line 50, app/assets/stylesheets/components/calendar.sass */
.calendar-day.is-active {
  font-weight: bold;
}

/* line 53, app/assets/stylesheets/components/calendar.sass */
.calendar-day.is-active span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8382f;
  background-size: 300% 300%;
}

/* line 63, app/assets/stylesheets/components/calendar.sass */
.calendar-day.is-active span, .calendar-day.is-active a {
  color: #fff;
}

/* line 66, app/assets/stylesheets/components/calendar.sass */
.calendar-day.is-disbled {
  color: #e7e9f0;
  font-weight: bold;
  cursor: inherit;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-0 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-0:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 0px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-0 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-10 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-10:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 10px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-10 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-20 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-20:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 20px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-20 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-30 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-30:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 30px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-30 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-40 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-40:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 40px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-40 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-50 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-50:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 50px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-50 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-60 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-60:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 60px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-60 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-70 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-70:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 70px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-70 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-80 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-80:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 80px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-80 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-90 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-90:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 90px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-90 1s ease-out;
}

/* line 71, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-100 {
  min-height: 100px;
  border: 1px solid #e8ecf6;
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/components/calendar.sass */
.calendar-capacity-100:after {
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
  width: 15%;
  height: 100px;
  background: #e8382f;
  content: '';
  transition: height .2s;
  animation: Height-100 1s ease-out;
}

/* line 86, app/assets/stylesheets/components/calendar.sass */
.calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 0 15px 0 rgba(35, 47, 53, 0.15);
}

/* line 95, app/assets/stylesheets/components/calendar.sass */
.calendar-icon > i {
  color: #e8382f;
}

/* line 98, app/assets/stylesheets/components/calendar.sass */
.calendar-icon > i.is-disabled {
  color: #b8bdd2;
}

/* line 1, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-container {
  max-width: 640px;
  padding-bottom: 100px;
  margin: 0 auto;
}

/* line 6, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-select-clinics-area {
  background: #FAFAFA;
  border-radius: 4px;
  padding: 16px;
  margin: 0 16px;
}

/* line 12, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-select-text {
  font-size: 14px;
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-selected-letter-add-info {
  font-size: 10px;
  margin-bottom: 2px;
}

/* line 20, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-selected-change-text {
  color: #282921;
  position: relative;
  right: 0;
  top: -6px;
}

/* line 26, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-header-nav {
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #d7dae6;
}

/* line 31, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-date-nav-before {
  padding: 5px 10px 5px 0;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

/* line 41, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-date-nav-next {
  padding: 5px 0px 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #3e3a39;
  color: #3e3a39;
}

/* line 51, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-disabled {
  pointer-events: none;
  border: 1px solid #dee2e6;
  color: #dee2e6;
}

/* line 56, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-saturday {
  color: #1CA2FF;
}

/* line 59, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-sunday, .three-days-calendar-holiday {
  color: #E8382F;
}

/* line 62, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-weekday {
  color: #3E3A39;
}

/* line 65, app/assets/stylesheets/components/three_days_calendar.sass */
.calendar-three-day-days-font {
  font-size: 11px;
  line-height: 1;
}

/* line 69, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-header {
  border-bottom: 1px solid #d7dae6;
  position: sticky;
  top: 0;
}

/* line 74, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-date, .three-days-calendar-date-today {
  font-size: 15px;
  min-height: 45px;
  width: 100%;
  border-left: 1px solid #d7dae6;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 9px 0;
  font-weight: bold;
  background-color: #FFFFFF;
}

/* line 86, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-date:first-child, .three-days-calendar-date-today:first-child {
  flex: 0 0 16%;
  max-width: 80px;
  border-left: none;
}

@media (min-width: 576px) {
  /* line 91, app/assets/stylesheets/components/three_days_calendar.sass */
  .three-days-calendar-date:first-child, .three-days-calendar-date-today:first-child {
    border-left: 1px solid #d7dae6;
  }
  /* line 93, app/assets/stylesheets/components/three_days_calendar.sass */
  .three-days-calendar-date:last-child, .three-days-calendar-date-today:last-child {
    border-right: 1px solid #d7dae6;
  }
}

/* line 96, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-date-today {
  background: #FF8080;
  color: #FFFFFF;
}

/* line 102, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

/* line 109, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-icon > i {
  color: #e8382f;
}

/* line 112, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-icon > i.is-disabled {
  color: #b8bdd2;
}

/* line 115, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-column-time {
  font-size: 14px;
  flex: 0 0 16%;
  max-width: 80px;
  flex-direction: column;
  align-items: center;
}

/* line 122, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-column {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #d7dae6;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}

@media (min-width: 576px) {
  /* line 130, app/assets/stylesheets/components/three_days_calendar.sass */
  .three-days-calendar-column:last-child {
    border-right: 1px solid #d7dae6;
  }
}

/* line 133, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-cell, .three-days-calendar-cell-close, .three-days-calendar-cell-time {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d7dae6;
}

/* line 140, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-cell-time {
  padding-left: 10px;
  justify-content: flex-start;
  font-size: 13px;
  color: #3E3A39;
}

@media (min-width: 576px) {
  /* line 140, app/assets/stylesheets/components/three_days_calendar.sass */
  .three-days-calendar-cell-time {
    border-left: 1px solid #d7dae6;
  }
}

/* line 150, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-cell-close {
  background-color: #F5F5F5;
}

/* line 155, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-shortest {
  position: fixed;
  bottom: 0;
  left: 65%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
  min-width: 320px;
}

@media (max-width: 991.98px) {
  /* line 155, app/assets/stylesheets/components/three_days_calendar.sass */
  .three-days-calendar-shortest {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* line 166, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-shortest a {
  background-color: #E8382F;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 30px;
  border-radius: 999em;
  width: 100%;
  max-width: 500px;
  min-height: 54px;
}

/* line 179, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-shortest-text {
  font-weight: bold;
  font-size: 15px;
}

/* line 183, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-shortest-timing {
  font-weight: bold;
  font-size: .9em;
}

/* line 187, app/assets/stylesheets/components/three_days_calendar.sass */
.three-days-calendar-shortest-fade-out {
  opacity: 0;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/components/nav.sass */
.nav-link.active {
  border: 1px solid #e8382f;
}

/* line 4, app/assets/stylesheets/components/nav.sass */
.nav-link:not(.active) {
  border: 1px solid grey;
  background-color: white;
}

/* line 4, app/assets/stylesheets/components/receptionist.sass */
.receptionist-size-1 {
  font-weight: bold;
  font-size: 15vw;
  line-height: 1;
}

/* line 4, app/assets/stylesheets/components/receptionist.sass */
.receptionist-size-2 {
  font-weight: bold;
  font-size: 10vw;
  line-height: 1;
}

/* line 4, app/assets/stylesheets/components/receptionist.sass */
.receptionist-size-3 {
  font-weight: bold;
  font-size: 7.5vw;
  line-height: 1;
}

/* line 4, app/assets/stylesheets/components/receptionist.sass */
.receptionist-size-4 {
  font-weight: bold;
  font-size: 6vw;
  line-height: 1;
}

/* line 4, app/assets/stylesheets/components/receptionist.sass */
.receptionist-size-5 {
  font-weight: bold;
  font-size: 5vw;
  line-height: 1;
}

@media (max-width: 767.98px) {
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-sm-1 {
    font-weight: bold;
    font-size: 15vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-sm-2 {
    font-weight: bold;
    font-size: 10vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-sm-3 {
    font-weight: bold;
    font-size: 7.5vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-sm-4 {
    font-weight: bold;
    font-size: 6vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-sm-5 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-md-1 {
    font-weight: bold;
    font-size: 15vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-md-2 {
    font-weight: bold;
    font-size: 10vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-md-3 {
    font-weight: bold;
    font-size: 7.5vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-md-4 {
    font-weight: bold;
    font-size: 6vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-md-5 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1;
  }
}

@media (max-width: 1199.98px) {
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-lg-1 {
    font-weight: bold;
    font-size: 15vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-lg-2 {
    font-weight: bold;
    font-size: 10vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-lg-3 {
    font-weight: bold;
    font-size: 7.5vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-lg-4 {
    font-weight: bold;
    font-size: 6vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-lg-5 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-xl-1 {
    font-weight: bold;
    font-size: 15vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-xl-2 {
    font-weight: bold;
    font-size: 10vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-xl-3 {
    font-weight: bold;
    font-size: 7.5vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-xl-4 {
    font-weight: bold;
    font-size: 6vw;
    line-height: 1;
  }
  /* line 4, app/assets/stylesheets/components/receptionist.sass */
  .receptionist-size-xl-5 {
    font-weight: bold;
    font-size: 5vw;
    line-height: 1;
  }
}

/* line 1, app/assets/stylesheets/components/tablist.sass */
.tablist {
  border: 2px solid #e8ecf6;
}

/* line 3, app/assets/stylesheets/components/tablist.sass */
.tablist > li {
  flex: 1;
  text-align: center;
}

/* line 7, app/assets/stylesheets/components/tablist.sass */
.tablist .nav-link.active {
  border-radius: 2px;
  height: 100%;
}

/* line 1, app/assets/stylesheets/components/access.sass */
.clinic-name {
  padding: 5px;
  font-size: 1.5rem;
  display: inline-block;
}

/* line 6, app/assets/stylesheets/components/access.sass */
.clinic-name img {
  width: 3rem;
}

/* line 1, app/assets/stylesheets/components/guide.sass */
.section-header {
  border-bottom: 3px solid #e8382f;
  margin: 3px auto;
  padding: 5px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/components/guide.sass */
.section-header h4 {
  border: 2px solid #e8382f;
}

/* line 10, app/assets/stylesheets/components/guide.sass */
.img-in-text {
  float: right;
  padding: 5px;
  width: 50%;
}

/* line 15, app/assets/stylesheets/components/guide.sass */
.img-in-text.wide {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  /* line 20, app/assets/stylesheets/components/guide.sass */
  .img-in-text {
    padding: 10px;
    width: 20%;
  }
  /* line 24, app/assets/stylesheets/components/guide.sass */
  .img-in-text.wide {
    width: 60%;
  }
}

/* line 1, app/assets/stylesheets/components/agreement.sass */
ol li.li-circle {
  list-style-type: none;
  counter-increment: cnt;
}

/* line 5, app/assets/stylesheets/components/agreement.sass */
ol li.li-circle::before {
  content: "(" counter(cnt) ") ";
}

/*
* iziModal | v1.6.0
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: margin-top .3s ease,height .3s ease;
  transform: translateZ(0);
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal::after {
  content: '';
  width: 100%;
  height: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  transition: height .3s ease-in-out,opacity .3s ease-in-out;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.hasShadow::after {
  height: 30px;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-progressbar > div {
  height: 2px;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header {
  background: #88a0b9;
  padding: 14px 18px 15px;
  box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, 0.3), 0 0 0 #555;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header-icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 15px 0 0;
  margin: 0;
  float: left;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header-subtitle {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.45;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header-subtitle, .iziModal .iziModal-header-title {
  display: block;
  margin: 0;
  padding: 0;
  font-family: 'Lato',Arial;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header-buttons {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -17px 0 0;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-button {
  display: block;
  float: right;
  z-index: 2;
  outline: 0;
  height: 34px;
  width: 34px;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: .3;
  border-radius: 50%;
  transition: transform 0.5s cubic-bezier(0.16, 0.81, 0.32, 1), opacity 0.5s ease;
  background-size: 67% !important;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-button-close:hover {
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-button:hover {
  opacity: .8;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header.iziModal-noSubtitle {
  height: auto;
  padding: 10px 15px 12px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  font-size: 23px;
  padding-right: 13px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
  font-size: 15px;
  margin: 3px 0 0;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
  right: 6px;
  margin: -16px 0 0;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
  height: 30px;
  width: 30px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl {
  direction: rtl;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header {
  padding: 14px 18px 15px 40px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header-icon {
  float: right;
  padding: 0 0 0 15px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header-buttons {
  right: initial;
  left: 10px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-button {
  float: left;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header-subtitle, .iziModal-rtl .iziModal-header-title {
  text-align: right;
  font-family: Tahoma,'Lato',Arial;
  font-weight: 500;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
  padding: 10px 15px 12px 40px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
  padding: 0 0 0 13px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light .iziModal-header-icon {
  color: rgba(0, 0, 0, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light .iziModal-header-title {
  color: #000;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light .iziModal-header-subtitle {
  color: rgba(0, 0, 0, 0.6);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light .iziModal-button-close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-loader {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-content-loader {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-content:after, .iziModal .iziModal-content:before {
  content: '';
  display: table;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-content:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-content {
  zoom: 1;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-wrap {
  width: 100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .iziModal-iframe {
  border: 0;
  margin: 0 0 -6px;
  width: 100%;
  transition: height .3s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-caption {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  line-height: 16px;
  font-size: 9px;
  font-family: 'Lato',Arial;
  letter-spacing: .1em;
  text-indent: 0;
  text-align: center;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-caption::after, .iziModal-navigate-caption::before {
  position: absolute;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  content: '';
  background-size: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-caption:before {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-caption:after {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate > button {
  position: fixed;
  bottom: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 84px;
  background-size: 100% !important;
  cursor: pointer;
  padding: 0;
  opacity: .2;
  transition: opacity .3s ease;
  pointer-events: all;
  margin: 0;
  outline: 0;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate > button:hover {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-prev {
  left: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-navigate-next {
  right: 50%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isAttachedTop .iziModal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isAttachedTop {
  margin-top: 0 !important;
  margin-bottom: auto !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isAttachedBottom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isFullscreen {
  max-width: 100% !important;
  margin: 0 !important;
  height: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.isAttached, .iziModal.isFullscreen {
  border-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.hasScroll .iziModal-wrap {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
html.iziModal-isAttached, html.iziModal-isOverflow {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
html.iziModal-isAttached body, html.iziModal-isOverflow body {
  overflow-y: scroll;
  position: relative;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal ::-webkit-scrollbar {
  overflow: visible;
  height: 7px;
  width: 7px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal ::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal ::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal ::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 2px;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header {
  animation: iziM-slideDown 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
  animation: iziM-revealIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
  animation: iziM-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header .iziModal-button {
  animation: iziM-revealIn 1.2s cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-iframe, .iziModal.transitionIn .iziModal-wrap {
  animation: iziM-fadeIn 1.3s;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header {
  -webkit-animation-delay: 0s;
  -moz-animation: 0s;
  animation-delay: 0s;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header .iziModal-header-icon, .iziModal.transitionIn .iziModal-header .iziModal-header-title {
  -webkit-animation-delay: .4s;
  -moz-animation: .4s;
  animation-delay: .4s;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
  -webkit-animation-delay: .5s;
  -moz-animation: .5s;
  animation-delay: .5s;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal.transitionOut .iziModal-header, .iziModal.transitionOut .iziModal-header * {
  transition: none !important;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .fadeOut, .iziModal-navigate.fadeOut, .iziModal-overlay.fadeOut, .iziModal.fadeOut {
  animation: iziM-fadeOut .5s;
  animation-fill-mode: forwards;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal .fadeIn, .iziModal-navigate.fadeIn, .iziModal-overlay.fadeIn, .iziModal.fadeIn {
  animation: iziM-fadeIn .5s;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.comingIn, .iziModal.comingIn {
  animation: iziM-comingIn .5s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.comingOut, .iziModal.comingOut {
  animation: iziM-comingOut 0.5s cubic-bezier(0.16, 0.81, 0.32, 1);
  animation-fill-mode: forwards;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.bounceInDown, .iziModal.bounceInDown {
  animation: iziM-bounceInDown .7s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.bounceOutDown, .iziModal.bounceOutDown {
  animation: iziM-bounceOutDown .7s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.bounceInUp, .iziModal.bounceInUp {
  animation: iziM-bounceInUp .7s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.bounceOutUp, .iziModal.bounceOutUp {
  animation: iziM-bounceOutUp .7s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeInDown, .iziModal.fadeInDown {
  animation: iziM-fadeInDown 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeOutDown, .iziModal.fadeOutDown {
  animation: iziM-fadeOutDown .5s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeInUp, .iziModal.fadeInUp {
  animation: iziM-fadeInUp 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeOutUp, .iziModal.fadeOutUp {
  animation: iziM-fadeOutUp .5s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeInLeft, .iziModal.fadeInLeft {
  animation: iziM-fadeInLeft 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeOutLeft, .iziModal.fadeOutLeft {
  animation: iziM-fadeOutLeft .5s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeInRight, .iziModal.fadeInRight {
  animation: iziM-fadeInRight 0.7s cubic-bezier(0.16, 0.81, 0.32, 1);
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.fadeOutRight, .iziModal.fadeOutRight {
  animation: iziM-fadeOutRight .5s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.flipInX, .iziModal.flipInX {
  animation: iziM-flipInX .7s ease;
}

/* line 6, app/assets/stylesheets/vendors/iziModal.min.css */
.iziModal-overlay.flipOutX, .iziModal.flipOutX {
  animation: iziM-flipOutX .7s ease;
}

@keyframes iziM-comingIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0) perspective(600px) rotateX(0);
  }
}

@keyframes iziM-comingOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes iziM-fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes iziM-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes iziM-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes iziM-slideDown {
  0% {
    opacity: 0;
    transform: scale(1, 0) translateY(-40px);
    transform-origin: center top;
  }
}

@keyframes iziM-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1);
  }
}

@keyframes iziM-bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes iziM-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 1000px, 0);
  }
}

@keyframes iziM-bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes iziM-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -1000px, 0);
  }
}

@keyframes iziM-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziM-fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
}

@keyframes iziM-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziM-fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
}

@keyframes iziM-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziM-fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-200px, 0, 0);
  }
}

@keyframes iziM-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes iziM-fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(200px, 0, 0);
  }
}

@keyframes iziM-flipInX {
  0% {
    transform: perspective(400px) rotateX(60deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes iziM-flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
ul.bxslider {
  list-style: none;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-viewport {
  -webkit-transform: translateZ(0);
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/vendors/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/controls.png) 0 -32px no-repeat;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/controls.png) -43px -32px no-repeat;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 1, app/assets/stylesheets/vendors/jquery.bxslider.min.css */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
/* line 5, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff;
}

/* line 30, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 37, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}

/* line 49, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice > span.placeholder {
  color: #999;
}

/* line 53, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
  background: url(/assets/multiple-select-855fc62fb6208e7c2b825b9492f35a79fb72994c13ef061cbaa85574878941e9.png) left top no-repeat;
}

/* line 62, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-choice > div.open {
  background: url(/assets/multiple-select-855fc62fb6208e7c2b825b9492f35a79fb72994c13ef061cbaa85574878941e9.png) right top no-repeat;
}

/* line 66, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 82, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 89, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 96, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

/* line 107, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/multiple-select-855fc62fb6208e7c2b825b9492f35a79fb72994c13ef061cbaa85574878941e9.png) no-repeat 100% -22px;
  background: url(/assets/multiple-select-855fc62fb6208e7c2b825b9492f35a79fb72994c13ef061cbaa85574878941e9.png) no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}

/* line 132, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-search, .ms-search input {
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 140, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

/* line 146, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

/* line 153, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}

/* line 158, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

/* line 163, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li.group {
  clear: both;
}

/* line 167, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 175, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

/* line 181, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin: 5px;
}

/* line 190, app/assets/stylesheets/vendors/multiple-select.scss */
.ms-drop .ms-no-results {
  display: none;
}

@keyframes wrench {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18% {
    transform: rotate(-24deg);
  }
  20% {
    transform: rotate(-24deg);
  }
  28% {
    transform: rotate(24deg);
  }
  30% {
    transform: rotate(24deg);
  }
  38% {
    transform: rotate(-24deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  48% {
    transform: rotate(24deg);
  }
  50% {
    transform: rotate(24deg);
  }
  58% {
    transform: rotate(-24deg);
  }
  60% {
    transform: rotate(-24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  100%, 75% {
    transform: rotate(0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
  animation: wrench 1.2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
  animation: wrench 3.7s ease infinite;
}

@keyframes ring {
  0% {
    transform: rotate(-15deg);
  }
  2% {
    transform: rotate(15deg);
  }
  4% {
    transform: rotate(-18deg);
  }
  6% {
    transform: rotate(18deg);
  }
  8% {
    transform: rotate(-22deg);
  }
  10% {
    transform: rotate(22deg);
  }
  12% {
    transform: rotate(-18deg);
  }
  14% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-12deg);
  }
  18% {
    transform: rotate(12deg);
  }
  100%, 20% {
    transform: rotate(0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
  animation: ring 1s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
  animation: ring 3s ease infinite;
}

@keyframes vertical {
  0% {
    transform: translate(0, -3px);
  }
  4% {
    transform: translate(0, 3px);
  }
  8% {
    transform: translate(0, -3px);
  }
  12% {
    transform: translate(0, 3px);
  }
  16% {
    transform: translate(0, -3px);
  }
  20% {
    transform: translate(0, 3px);
  }
  100%, 22% {
    transform: translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
  animation: vertical 2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
  animation: vertical 1s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
  animation: vertical 4s ease infinite;
}

@keyframes horizontal {
  0% {
    transform: translate(0, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  12% {
    transform: translate(0, 0);
  }
  18% {
    transform: translate(5px, 0);
  }
  24% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(5px, 0);
  }
  100%, 36% {
    transform: translate(0, 0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
  animation: horizontal 2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  animation: horizontal 1s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  animation: horizontal 3s ease infinite;
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  animation: flash 2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  animation: flash 1s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  animation: flash 3s ease infinite;
}

@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  animation: bounce 2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  animation: bounce 1s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  animation: bounce 3s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
  animation: spin 1.5s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
  animation: spin .7s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
  animation: spin 2.2s linear infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  animation: float 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
  animation: float 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
  animation: float 3s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
  animation: pulse 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
  animation: pulse 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
  animation: pulse 3s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
  animation: wrench 2.5s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
  animation: wrench 1.2s ease infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
  animation: wrench 3.7s ease infinite;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  100%, 80% {
    transform: scale(1) rotate(0);
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
  animation: tada 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
  animation: tada 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
  animation: tada 3s linear infinite;
}

@keyframes passing {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
  animation: passing 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
  animation: passing 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
  animation: passing 3s linear infinite;
}

@keyframes passing-reverse {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
  animation: passing-reverse 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
  animation: passing-reverse 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
  animation: passing-reverse 3s linear infinite;
}

@keyframes burst {
  0% {
    opacity: .6;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
  animation: burst 2s infinite linear;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  animation: burst 1s infinite linear;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  animation: burst 3s infinite linear;
}

@keyframes falling {
  0% {
    transform: translateY(-50%);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-falling.animated, .faa-falling.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-falling {
  animation: falling 2s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-falling.animated-hover.faa-fast:hover, .faa-falling.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  animation: falling 1s linear infinite;
}

/* line 1, app/assets/stylesheets/vendors/font-awesome-animation.min.css */
.faa-falling.animated-hover.faa-slow:hover, .faa-falling.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  animation: falling 3s linear infinite;
}

/* line 1, app/assets/stylesheets/reservation.scss */
.pill-contraindication-check, .std-contraindication-check {
  padding: 8px 0;
}

/* line 5, app/assets/stylesheets/reservation.scss */
.acne-treatment-check {
  padding: 8px 0;
}

/* line 9, app/assets/stylesheets/reservation.scss */
.contraindication-checklist-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3e3a39;
}

/* line 18, app/assets/stylesheets/reservation.scss */
.contraindication-notice-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #3e3a39;
}

/* line 26, app/assets/stylesheets/reservation.scss */
.hypertension-caution-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #3e3a39;
}

/* line 34, app/assets/stylesheets/reservation.scss */
.contraindication-checkboxes-wrapper {
  display: flex;
  flex-direction: column;
  margin: 8px auto 16px;
  padding: 16px 0 8px;
  background: #fafbfd;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 45, app/assets/stylesheets/reservation.scss */
.contraindication-checkboxes-description {
  padding-left: 58px;
  font-size: 12px;
}

/* line 50, app/assets/stylesheets/reservation.scss */
.contraindication-list-wrapper {
  margin: 8px auto 16px;
  padding: 16px;
  background: #fafbfd;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 57, app/assets/stylesheets/reservation.scss */
.contraindication-list-wrapper ul {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #3e3a39;
  margin: 0;
  padding-left: 16px;
}

/* line 66, app/assets/stylesheets/reservation.scss */
.contraindication-list-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}

/* line 74, app/assets/stylesheets/reservation.scss */
.pill-dept-name {
  margin-bottom: 12px;
}

/* line 77, app/assets/stylesheets/reservation.scss */
.dept-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

/* line 84, app/assets/stylesheets/reservation.scss */
.dept-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

/* line 91, app/assets/stylesheets/reservation.scss */
.checkbox-large {
  /* デフォルトのスタイルを除去 */
  /* ただし、アラートは出るようにする */
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  float: left;
  width: 100%;
  background: #fafbfd;
  margin-bottom: 12px;
  /* not checked */
  /* checked */
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/reservation.scss */
.checkbox-large input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  left: 24px;
  /* アラートの吹き出しの出る位置の調整 */
}

/* line 109, app/assets/stylesheets/reservation.scss */
.checkbox-large span::before {
  /* チェックボックス自体のレイアウトを優先する */
  z-index: 1;
  background: #fff;
}

/* line 115, app/assets/stylesheets/reservation.scss */
.checkbox-large input[type='checkbox'] + span::before {
  display: block;
  position: absolute;
  left: 14px;
  content: '';
  width: 34px;
  height: 34px;
  background: #ffffff;
  /* gray/400 */
  border: 2px solid #d7dae6;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 1;
}

/* line 131, app/assets/stylesheets/reservation.scss */
.checkbox-large input[type='checkbox']:checked + span::before {
  display: block;
  position: absolute;
  left: 14px;
  border: none;
  background-image: url(/images/check.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 141, app/assets/stylesheets/reservation.scss */
.checkbox-large .checkbox {
  width: 34px;
  height: 34px;
}

/* line 146, app/assets/stylesheets/reservation.scss */
.checkbox-large .label-text {
  display: inline-block;
  max-width: calc(100% - 72px);
  margin-left: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #3e3a39;
  cursor: pointer;
}

/* line 157, app/assets/stylesheets/reservation.scss */
.checkbox-large label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  padding: 8px 16px 8px 40px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

/* line 172, app/assets/stylesheets/reservation.scss */
.start-telemedicine-interview-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(35, 47, 53, 0.15);
  padding: 24px 16px;
  margin: 24px auto 0;
  max-width: 640px;
}

/* line 178, app/assets/stylesheets/reservation.scss */
.start-telemedicine-interview-wrapper p {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #3e3a39;
  padding-bottom: 16px;
  border-bottom: 1px solid #dee2e6;
}

/* line 190, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 193, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  font-feature-settings: 'pkna' on;
  color: #3e3a39;
  margin: 32px auto 12px;
}

/* line 204, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  font-feature-settings: 'pkna' on;
  color: #6c757d;
  margin: 0 auto 8px;
}

/* line 214, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper p.notice {
  font-size: 14px;
  margin-bottom: 32px;
}

/* line 219, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper .date {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #212529;
  min-height: 16px;
  margin: 0 auto 12px;
}

/* line 229, app/assets/stylesheets/reservation.scss */
.aga-reserve-result-wrapper .date.large {
  font-size: 32px;
  min-height: 32px;
  margin-bottom: 16px;
}

/* line 236, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 16px;
  margin: 16px auto 0;
  max-width: 640px;
}

/* line 246, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .start-prior-interview-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* line 252, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .start-prior-interview-row.mb-12px {
  margin-bottom: 12px;
}

/* line 255, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .start-prior-interview-row.mb-24px {
  margin-bottom: 24px;
}

/* line 259, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper div {
  display: flex;
  flex-direction: column;
}

/* line 263, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.01em;
  font-feature-settings: 'pkna' on;
  color: #3e3a39;
  margin-bottom: 0;
}

/* line 274, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3e3a39;
  margin-bottom: 0;
}

/* line 283, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper img {
  display: block;
  width: 38px;
  margin-right: 16px;
}

/* line 288, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .btn, .start-prior-interview-wrapper .btn-gradient {
  width: 100%;
}

/* line 291, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .btn:first-of-type, .start-prior-interview-wrapper .btn-gradient:first-of-type {
  margin-bottom: 12px;
}

/* line 294, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .aga-interview-later-button {
  background: #ffffff;
  border: 1px solid #3e3a39;
  box-sizing: border-box;
}

/* line 298, app/assets/stylesheets/reservation.scss */
.start-prior-interview-wrapper .aga-interview-later-button span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #3e3a39;
}

/* line 310, app/assets/stylesheets/reservation.scss */
.aga-steps-wrapper {
  margin: 20px auto 52px;
  display: flex;
  justify-content: center;
}

/* line 316, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 16px;
  margin: 0 auto;
  max-width: 640px;
}

/* line 326, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #3e3a39;
}

/* line 334, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

/* line 339, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper .bold-text {
  text-align: center;
  color: #3e3a39;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.12em;
}

/* line 348, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper .btn, .aga-prior-interview-done-wrapper .btn-gradient {
  width: 100%;
}

/* line 351, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper .move-to-reservations-button {
  background: #ffffff;
  border: 1px solid #3e3a39;
  box-sizing: border-box;
}

/* line 355, app/assets/stylesheets/reservation.scss */
.aga-prior-interview-done-wrapper .move-to-reservations-button span {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #3e3a39;
}

/* line 367, app/assets/stylesheets/reservation.scss */
.insurance-register-insurance-card-wrapper {
  background-color: #FAFAFA;
  padding: 24px 16px;
  border: 1px solid #DEE2E6;
  border-radius: 4px;
}

/* line 372, app/assets/stylesheets/reservation.scss */
.insurance-register-insurance-card-wrapper .insurance-register-insurance-card-content {
  display: flex;
}

/* line 375, app/assets/stylesheets/reservation.scss */
.insurance-register-insurance-card-wrapper h5 {
  font-size: 15px;
}

/* line 378, app/assets/stylesheets/reservation.scss */
.insurance-register-insurance-card-wrapper .insurance-register-insurance-card-description {
  font-size: 12px;
  color: #3E3A39;
}

/* line 382, app/assets/stylesheets/reservation.scss */
.insurance-register-insurance-card-wrapper .insurance-register-insurance-card-button-area {
  width: 100%;
}

/* line 387, app/assets/stylesheets/reservation.scss */
.telemedicine-reservation-modal-close-btn {
  position: absolute;
  top: 23px;
  right: 30px;
}

/* line 393, app/assets/stylesheets/reservation.scss */
.reservation-content-width {
  max-width: 600px;
}

@media (max-width: 576px) {
  /* line 398, app/assets/stylesheets/reservation.scss */
  .telemedicine-reservation-modal-close-btn {
    position: absolute;
    top: 18px;
    right: 20px;
  }
  /* line 404, app/assets/stylesheets/reservation.scss */
  .modal-body.telemedicine-reservation-modal {
    padding: 14px 16px 24px;
  }
  /* line 408, app/assets/stylesheets/reservation.scss */
  .telemedicine-reservation-modal .deparntemt-label {
    font-size: 14px;
  }
}

/* line 5, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.01em;
  font-feature-settings: 'pkna' on;
  color: #3e3a39;
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper p.mb-12px {
  margin-bottom: 12px;
}

/* line 18, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper p strong {
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper .notice {
  font-size: 14px;
  margin-top: 8px;
}

/* line 26, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper .agreement {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}

/* line 32, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve-wrapper .mb-16px {
  margin-bottom: 16px;
}

/* line 36, app/assets/stylesheets/sign_up_and_reserve.scss */
.reserve-date-wrapper {
  padding: 16px;
  border: 1px solid #DEE2E6;
  box-sizing: border-box;
  max-width: 343px;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/sign_up_and_reserve.scss */
.change-date-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

/* line 48, app/assets/stylesheets/sign_up_and_reserve.scss */
.change-date-button {
  min-width: 97px;
  min-height: 29px;
  background: #FFFFFF;
  border: 1px solid #008A95;
  box-sizing: border-box;
  color: #008A95;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.01em;
  font-feature-settings: 'pkna' on;
}

/* line 63, app/assets/stylesheets/sign_up_and_reserve.scss */
.input-label {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #3e3a39;
}

/* line 71, app/assets/stylesheets/sign_up_and_reserve.scss */
.collection_radio_buttons {
  margin-bottom: 0;
}

/* line 75, app/assets/stylesheets/sign_up_and_reserve.scss */
.sex-radio:first-of-type {
  margin-right: 8px;
}

/* line 79, app/assets/stylesheets/sign_up_and_reserve.scss */
.radio-active {
  border: 2px solid #f5a6a2 !important;
  color: #333 !important;
  background: rgba(237, 185, 183, 0.2) !important;
}

/* line 85, app/assets/stylesheets/sign_up_and_reserve.scss */
.sign-up-and-reserve__attention-reservation-pill-text-underline {
  color: #6C757D;
  font-size: 12px;
  text-decoration: underline !important;
}

/* line 2, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .year, .pcr-abroad-interview-wrapper .month, .pcr-abroad-interview-wrapper .day, .pcr-abroad-interview-wrapper .hour, .pcr-abroad-interview-wrapper .minute {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* line 7, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .hour, .pcr-abroad-interview-wrapper .minute {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

/* line 12, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .radio-block {
  color: #333;
  display: block;
  position: relative;
  width: 100%;
  min-height: 68px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: #fff;
}

/* line 23, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .radio-block:last-child {
  margin-bottom: 0.25rem;
}

/* line 27, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper input[type=radio] {
  position: absolute;
  visibility: hidden;
}

/* line 32, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper input[type='radio']:checked ~ .check {
  border: 2px solid #f5a6a2;
}

/* line 36, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper input[type='radio']:checked ~ .check::before {
  background: #e8382f;
}

/* line 40, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper input[type='radio']:checked ~ .radio-label {
  color: #333;
  background: rgba(237, 185, 183, 0.2);
  border: 2px solid #f5a6a2;
}

/* line 46, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper input[type='radio']:checked ~ li {
  color: #333;
  background: rgba(237, 185, 183, 0.2);
  border: 2px solid #f5a6a2;
}

/* line 52, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .radio-label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  height: 100%;
  line-height: 130%;
  padding: 0 16px 0 48px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  border: 2px solid #d7dae6;
  box-sizing: border-box;
  border-radius: 4px;
}

/* line 68, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .label-text {
  display: flex;
  width: 100%;
  height: 68px;
  align-items: center;
}

/* line 75, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .check {
  display: block;
  position: absolute;
  border: 2px solid #d7dae6;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 24px;
  left: 16px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

/* line 88, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

/* line 102, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .caution {
  font-size: 14px;
}

/* line 106, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .line-maker {
  background: linear-gradient(transparent 80%, #f5a6a2 0%);
}

/* line 110, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper ul.asterisk {
  padding-inline-start: 16px;
  color: #6c757d;
  margin-block-end: 0px;
}

/* line 116, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper ul.asterisk li {
  text-indent: -1.3em;
  list-style-type: none;
}

/* line 121, app/assets/stylesheets/pcr_abroad_interview.scss */
.pcr-abroad-interview-wrapper .gray_eng {
  color: #9f9f9f;
}

/* line 3, app/assets/stylesheets/clinic/std_reservations/form.scss */
.std-reservation-form-wrapper .std_reservation_birthday small.text-muted, .std-reservation-form-wrapper .std_reservation_tel_number small.text-muted, .std-reservation-form-wrapper .std_reservation_family_name small.text-muted, .std-reservation-form-wrapper .std_reservation_given_name small.text-muted {
  color: #F00 !important;
}

/* line 3, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 27px;
}

/* line 9, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__reason-area {
  background-color: #fafafa;
  margin: 22px 8.5px 0 8.5px;
  font-size: 15px;
  line-height: 22.5px;
  padding: 20px 15px;
}

/* line 17, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__reason-title {
  margin-top: 5px;
}

/* line 21, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__reason-list {
  margin-top: 12px;
}

/* line 25, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__cancel-btn {
  margin-top: 29px;
}

/* line 29, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-confirm-modal__back-btn {
  margin-top: 8px;
}

/* line 35, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__title {
  margin-top: 22px;
  width: 300px;
}

@media (max-width: 576px) {
  /* line 35, app/assets/stylesheets/reservations.scss */
  .aga-cancel-reservation-recommend-modal__title {
    width: 268px;
  }
}

/* line 43, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__speak-doctor {
  margin-top: 35px;
}

/* line 47, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__price {
  margin-top: 35px;
}

/* line 51, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__clinic-result {
  margin-top: 35px;
}

/* line 55, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__select-reason-btn {
  margin-top: 35px;
}

/* line 59, app/assets/stylesheets/reservations.scss */
.aga-cancel-reservation-recommend-modal__back-btn {
  margin-top: 8px;
}

/* line 3, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .radio-block {
  color: #333;
  display: block;
  position: relative;
  width: 100%;
  min-height: 68px;
  margin-bottom: 12px;
  border-radius: 4px;
  background: #fff;
}

/* line 14, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .radio-block:last-child {
  margin-bottom: 0.25rem;
}

/* line 18, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper label {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  border: 2px solid #D7DAE6;
}

/* line 26, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper label :hover {
  color: #333;
}

/* line 31, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .input-label {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0px;
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 40, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper input[type=radio] {
  position: absolute;
  visibility: hidden;
  top: 18px;
  left: 22px;
}

/* line 47, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper input[type='radio']:checked ~ label {
  color: #333;
  background: rgba(237, 185, 183, 0.2);
  border: 2px solid #f5a6a2;
}

/* line 52, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper input[type='radio']:checked ~ label .check {
  border: 2px solid #f5a6a2;
}

/* line 56, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper input[type='radio']:checked ~ label .check::before {
  background: #e8382f;
}

/* line 61, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .label-text {
  display: flex;
  width: 100%;
  height: 68px;
  align-items: center;
}

/* line 68, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .check {
  display: block;
  position: absolute;
  border: 2px solid #d7dae6;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  left: 16px;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

/* line 80, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

/* line 94, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-title {
  border-bottom: 0;
  line-height: 150%;
  color: #3E3A39;
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-description-area {
  margin: 0 20px 62px;
  background-color: #FAFAFA;
  font-size: 15px;
  border-radius: 4px;
}

/* line 108, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-description-text {
  margin: 0 auto;
  color: #3E3A39;
}

/* line 113, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-form-frame {
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* line 118, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-skip-date-area {
  margin-left: 56px;
  flex-direction: column;
}

/* line 123, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-skip-date-text {
  font-weight: normal;
  font-size: 15px;
}

/* line 128, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-ship-date-text {
  font-weight: normal;
  font-size: 10px;
}

/* line 133, app/assets/stylesheets/cancel_request.scss */
.cancel-request-wrapper .cancel-request-modal-wrapper .cancel-reason-full-confirm-description-area {
  margin: 0 35px 0;
  background-color: #FAFAFA;
  border-radius: 4px;
  font-size: 15px;
}
