/**
 *
 * Stylesheet Manifest File for Landing and Other Static Pages CSS
 * ===============================================================
 *
 * The styles are organized into the following folders and sub-folders, pay attention
 * and keep it organized in future for better managability.
 *
 * Some of the require statements below may point to another folder for a specific
 * SCSS file, this is due to reusability of other utility classes already written.
 *
 *
 *


 */
/* line 1, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti {
  position: relative;
}

/* line 3, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__hide {
  display: none;
}

/* line 8, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__v-hide {
  visibility: hidden;
}

/* line 10, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 17, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 23, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

/* line 30, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__arrow {
  margin-left: 6px;
  position: absolute;
  left: 74%;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 40, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 43, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__country-list {
  position: absolute;
  z-index: 4;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 57, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  /* line 61, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
  .iti__country-list {
    white-space: normal;
  }
}

/* line 63, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

/* line 66, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 70, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__country {
  padding: 5px 10px;
  outline: none;
}

/* line 73, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__dial-code {
  color: #999;
}

/* line 75, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 77, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

/* line 79, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

/* line 81, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 85, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

/* line 88, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

/* line 93, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

/* line 96, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-flag {
  border-right: 1px solid #e0e9fe;
  padding-right: 16px;
}

/* line 99, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 20px;
  position: absolute;
  left: 30px;
}

/* line 103, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 109, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti--container:hover {
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 119, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

/* line 123, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 127, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag {
  width: 20px;
}

/* line 129, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__be {
  width: 18px;
}

/* line 131, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ch {
  width: 15px;
}

/* line 133, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mc {
  width: 19px;
}

/* line 135, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ne {
  width: 18px;
}

/* line 137, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__np {
  width: 13px;
}

/* line 139, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 142, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
  .iti__flag {
    background-size: 5630px 15px;
  }
}

/* line 144, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 147, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 150, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 153, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 156, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 159, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 162, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 165, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 168, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 171, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 174, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 177, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 180, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 183, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 186, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 189, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 192, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 195, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 198, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 201, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 204, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 207, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 210, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 213, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 216, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 219, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 222, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 225, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 228, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 231, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 234, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 237, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 240, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 243, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 246, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 249, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 252, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 255, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 258, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 261, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 264, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 267, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 270, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 273, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 276, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 279, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 282, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 285, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 288, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 291, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 294, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 297, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 300, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 303, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 306, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 309, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 312, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

/* line 315, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 318, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 321, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 324, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 327, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 330, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 333, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

/* line 336, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 339, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 342, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 345, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 348, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 351, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 354, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 357, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 360, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 363, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 366, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 369, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 372, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 375, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 378, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 381, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 384, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 387, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 390, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 393, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 396, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 399, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 402, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 405, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 408, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 411, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 414, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 417, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 420, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 423, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 426, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 429, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 432, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 435, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 438, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 441, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 444, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 447, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 450, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 453, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 456, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 459, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 462, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 465, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 468, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 471, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 474, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 477, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 480, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 483, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 486, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 489, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 492, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 495, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 498, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 501, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 504, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 507, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 510, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 513, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 516, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 519, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 522, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 525, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 528, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 531, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 534, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 537, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 540, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 543, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 546, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 549, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 552, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 555, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 558, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 561, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 564, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 567, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 570, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 573, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 576, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 579, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 582, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 585, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 588, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 591, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 594, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 597, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 600, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 603, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 606, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 609, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 612, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 615, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 618, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 621, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 624, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 627, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 630, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 633, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 636, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 639, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 642, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 645, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 648, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 651, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 654, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 657, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 660, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 663, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 666, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 669, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 672, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 675, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 678, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 681, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 684, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 687, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 690, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 693, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 696, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 699, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 702, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 705, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 708, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 711, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 714, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 717, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 720, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 723, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 726, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 729, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 732, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 735, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 738, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 741, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 744, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 747, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 750, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 753, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 756, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 759, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 762, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 765, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 768, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 771, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 774, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 777, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 780, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 783, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 786, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 789, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 792, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 795, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 798, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 801, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 804, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 807, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 810, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 813, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 816, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 819, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 822, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 825, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 828, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 831, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 834, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 837, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 840, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 843, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 846, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 849, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 852, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 855, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 858, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 861, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 865, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 869, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 873, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 877, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 881, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 885, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 889, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 893, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 897, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 901, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 905, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 909, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 913, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 917, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 921, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 925, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 929, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 936, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(//onpremise.mobilock.in/cloud-assets/flags-96cfd8d2f58704418532745cf12069f9f7b1eac24d7f84915333694c6cc033aa.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 944, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
  .iti__flag {
    background-image: url(//onpremise.mobilock.in/cloud-assets/flags@2x-77d36531bfe22c80e075aab0c2ad744f1cf54ee9dc42f39dcfb82154881eed28.png);
  }
}

/* line 947, app/assets/stylesheets/dashboard-v2/vendor/intlTelInput.scss */
.iti__flag.iti__np {
  background-color: transparent;
}
@charset "UTF-8";
/**
 * Override or define variables over here, avoid using arbitrary color codes
 * elsewhere. This makes it easier to maintain the stuff in the future.
 */
/* Atlassian colors (from Arnab) */
/* Colors */
/* Tabs */
/*
 * Material Colors
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(//onpremise.mobilock.in/cloud-assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #323232;
  background-color: #fff;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #3F51B7;
  text-decoration: none;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2b387e;
  text-decoration: none;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: rgba(0, 0, 0, 0.8);
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 11px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #3F51B7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #324091;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #3F51B7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #324091;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 22px;
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 36px;
  }
  /* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 334, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 360, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 45px;
}

/* line 388, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 407, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #727272;
}

@media (min-width: 768px) {
  /* line 468, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

/* line 565, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #3F51B7;
  border-color: #3849a4;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #324091;
  border-color: #181f45;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #324091;
  border-color: #293477;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #324091;
  background-image: none;
  border-color: #293477;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #293477;
  border-color: #181f45;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3F51B7;
  border-color: #3849a4;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #3F51B7;
  background-color: #fff;
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #449d48;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #1e441f;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  background-image: none;
  border-color: #327334;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #327334;
  border-color: #1e441f;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4CAF50;
  border-color: #449d48;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #00BCD4;
  border-color: #00a5bb;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #008fa1;
  border-color: #00343b;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #008fa1;
  border-color: #006f7d;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  background-image: none;
  border-color: #006f7d;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #006f7d;
  border-color: #00343b;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #00BCD4;
  border-color: #00a5bb;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #00BCD4;
  background-color: #fff;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #e68900;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cc7a00;
  border-color: #663d00;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #cc7a00;
  border-color: #a86400;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  background-image: none;
  border-color: #a86400;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a86400;
  border-color: #663d00;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #FF9800;
  border-color: #e68900;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #FF9800;
  background-color: #fff;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #f32c1e;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #891008;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  background-image: none;
  border-color: #c8180b;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #891008;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #F44336;
  border-color: #f32c1e;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #3F51B7;
  border-radius: 0;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2b387e;
  text-decoration: none;
  background-color: transparent;
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3F51B7;
  outline: 0;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3F51B7;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #fff;
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #fff;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom-color: transparent;
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3F51B7;
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 65px;
  padding: 21.5px 15px;
  font-size: 20px;
  line-height: 22px;
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 10.75px -15px;
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  /* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  /* line 255, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
  }
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

@media (min-width: 768px) {
  /* line 468, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

/* line 344, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 347, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

/* line 357, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

@media (min-width: 768px) {
  /* line 357, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #ffffff;
  border-color: #e6e6e6;
}

/* line 531, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #3d5afe;
}

/* line 533, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #ffffff;
}

/* line 545, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #3d5afe;
}

/* line 548, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #3d5afe;
  background-color: transparent;
}

/* line 555, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #3d5afe;
  background-color: #e6e6e6;
}

/* line 563, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #3d5afe;
  background-color: #e6e6e6;
}

@media (max-width: 767px) {
  /* line 584, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  /* line 587, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }
  /* line 590, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #3d5afe;
  }
  /* line 592, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3d5afe;
    background-color: transparent;
  }
  /* line 599, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #3d5afe;
    background-color: #e6e6e6;
  }
  /* line 607, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ededed;
}

/* line 635, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #3d5afe;
}

/* line 637, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #3d5afe;
}

/* line 642, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #3d5afe;
}

/* line 644, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #3d5afe;
}

/* line 650, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #3F51B7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b387e;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3F51B7;
  border-color: #3F51B7;
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #3F51B7;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #324091;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #4CAF50;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3d8b40;
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #00BCD4;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #008fa1;
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #FF9800;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cc7a00;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #F44336;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ea1c0d;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3F51B7;
  background-color: #fff;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #323232;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3F51B7;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #3F51B7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #4CAF50;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #00BCD4;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #FF9800;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #F44336;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 1, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3F51B7;
  border-color: #3F51B7;
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d2d7f0;
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #3F51B7;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3F51B7;
  border-color: #3F51B7;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3F51B7;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #3F51B7;
  background-color: #fff;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3F51B7;
}

/* line 260, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-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 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
 * Font Face
 */
/*
 * Background Repeat + Position
 */
/*
 * CSS Animations based on animate.css
 */
/*
 * CSS Transform - Scale and Rotate
 */
/*
 * User Select
 */
/*
 * Background Image Cover
 */
/*
 * Tab Focus
 */
/*
 * Pop-in Hover effects
 */
/*
 *  Override Bootstrap Button Mixin
 */
/*
 * Scale 3d
 */
/**
 * Grayscale mixin, allows an element to be grayscaled
 */
/**
 * Mixin to remove Grayscale filter
 */
/**
 * Text Blend Mode
 * @see https://css-tricks.com/almanac/properties/m/mix-blend-mode/
 */
/**
 * Simple transform
 */
/**
 * Font smoothing styles
 */
/**
 * All four positions are set as zero
 */
/**
 * Mixin to customize scrollbars (Webkit browsers). Beware, this does not work in all browsers
 *
 * @param {Length} $size - Horizontal scrollbar's height and vertical scrollbar's width
 * @param {Color} $foreground-color - Scrollbar's color
 * @param {Color} $background-color [mix($foreground-color, white, 50%)] - Scrollbar's color
 * @example scss - Scrollbar styling
 *   @include scrollbars(.5em, slategray);
 */
/* line 3, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
input:active,
input:focus {
  outline: 0;
  box-shadow: none !important;
}

/* line 10, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  resize: none;
}

/* line 16, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control.nb:not(.has-error) {
  border-bottom: 0px !important;
}

/* line 19, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control:active, .form-control:focus {
  border-bottom-color: #b4b4b4;
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control:not(.fc-alt) {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

/* line 35, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control:not(.fc-alt):active, .form-control:not(.fc-alt):focus {
  border-bottom-color: #b4b4b4;
}

/* line 40, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control.auto-size:not(.fc-alt) {
  padding-top: 6px;
}

/* line 46, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fc-alt {
  border: 1px solid #E4E4E4;
}

/* line 49, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fc-alt:active, .fc-alt:focus {
  border-color: #D7D7D7;
}

/*
 * Checkbox and Radio
 */
/* line 59, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox label, .radio label {
  padding-left: 29px;
  position: relative;
}

/* line 64, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox input[type='checkbox'], .checkbox input[type='radio'], .radio input[type='checkbox'], .radio input[type='radio'] {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: 0;
}

/* line 75, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox .input-helper:before, .checkbox .input-helper:after, .radio .input-helper:before, .radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}

/* line 83, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox .input-helper:before, .radio .input-helper:before {
  left: 0;
  border: 1px solid #949494;
}

/* line 89, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox.disabled, .radio.disabled {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* line 95, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox input[type='checkbox'], .checkbox input[type='radio'] {
  width: 17px;
  height: 17px;
}

/* line 100, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox input[type='checkbox']:checked + .input-helper:before, .checkbox input[type='radio']:checked + .input-helper:before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 104, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox input[type='checkbox']:checked + .input-helper:after, .checkbox input[type='radio']:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  -o-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 112, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox .input-helper:before {
  top: 2px;
  width: 17px;
  height: 17px;
}

/* line 118, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox .input-helper:after {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  -o-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 22px;
  height: 9px;
  border-bottom: 2px solid #3f51b7;
  border-left: 2px solid #3f51b7;
  border-bottom-left-radius: 2px;
  left: -1px;
  top: 1px;
}

/* line 131, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox.checkbox-sm label {
  font-size: 12px;
  padding-left: 18px;
}

/* line 135, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox.checkbox-sm input {
  width: 12px;
  height: 12px;
}

/* line 140, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox.checkbox-sm .input-helper:before {
  top: 2px;
  width: 12px;
  height: 12px;
}

/* line 145, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox.checkbox-sm .input-helper:after {
  width: 12px;
  height: 5px;
  top: 4px;
  left: 0px;
}

/* line 156, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-error .checkbox .input-helper:before {
  border-color: #f99d97;
}

/* line 160, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-error .checkbox .input-helper:after {
  border-bottom-color: #f77066;
  border-left-color: #f77066;
}

/* line 167, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-success .checkbox .input-helper:before {
  border-color: #92cf94;
}

/* line 171, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-success .checkbox .input-helper:after {
  border-bottom-color: #6ec071;
  border-left-color: #6ec071;
}

/* line 178, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-warning .checkbox .input-helper:before {
  border-color: #ffdb6d;
}

/* line 182, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-warning .checkbox .input-helper:after {
  border-bottom-color: #ffce3a;
  border-left-color: #ffce3a;
}

/* line 189, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio input {
  width: 19px;
  height: 19px;
}

/* line 194, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 201, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

/* line 208, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio .input-helper:after {
  width: 11px;
  height: 11px;
  background: #3f51b7;
  border-radius: 50%;
  top: 3px;
  left: 4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 220, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-inline,
.radio-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px;
}

/**
 * -------------------------------------------------
 * Filled Checkbox and Radio Styles
 * -------------------------------------------------
 */
/*
 * Checkbox and Radio
 */
/* line 236, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-helper:before,
.input-helper:after,
.checkbox-filled label:before,
.radio-filled label:before,
.radio-filled-inline:before,
.checkbox-filled-inline:before {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

/* line 246, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled label,
.radio-filled label,
.radio-filled-inline,
.checkbox-filled-inline {
  padding-left: 30px;
  position: relative;
}

/* line 253, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled label:before,
.radio-filled label:before,
.radio-filled-inline:before,
.checkbox-filled-inline:before {
  content: '';
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  position: absolute;
  left: -15px;
  top: -15px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 266, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled label:active:before,
.radio-filled label:active:before,
.radio-filled-inline:active:before,
.checkbox-filled-inline:active:before {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 274, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.disabled label, .radio-filled.disabled label {
  cursor: not-allowed;
}

/* line 278, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled label, .radio-filled label {
  display: block;
  cursor: pointer;
}

/* line 283, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled input, .radio-filled input {
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: 0;
}

/* line 293, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled input:checked + .input-helper:before, .radio-filled input:checked + .input-helper:before {
  border-color: #009688;
}

/* line 300, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled .input-helper:before, .checkbox-filled .input-helper:after, .radio-filled .input-helper:before, .radio-filled .input-helper:after {
  position: absolute;
  content: "";
}

/* line 305, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled .input-helper:before, .radio-filled .input-helper:before {
  left: 0;
  border: 2px solid #7a7a7a;
}

/* line 311, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.disabled, .radio-filled.disabled {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* line 317, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled input {
  width: 17px;
  height: 17px;
}

/* line 323, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled input:checked + .input-helper:before {
  background-color: #009688;
}

/* line 327, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled input:checked + .input-helper:after {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 335, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled .input-helper:before {
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 2px;
}

/* line 342, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled .input-helper:after {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '\f26b';
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  font-size: 13px;
  left: 3px;
  top: 0;
  color: #fff;
  font-weight: bold;
}

/* line 357, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-2x input {
  width: 34px;
  height: 34px;
}

/* line 363, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-2x .input-helper:before {
  width: 34px;
  height: 34px;
}

/* line 368, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-2x .input-helper:after {
  font-size: 20px;
  left: 8px;
  top: 4px;
}

/* line 377, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-3x input {
  width: 51px;
  height: 51px;
}

/* line 384, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-3x .input-helper:before {
  width: 51px;
  height: 51px;
}

/* line 389, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled.size-3x .input-helper:after {
  font-size: 26px;
  left: 15px;
  top: 5px;
}

/* line 399, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio-filled input {
  width: 19px;
  height: 19px;
}

/* line 404, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio-filled input:checked + .input-helper:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 411, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio-filled .input-helper:before {
  top: -1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

/* line 418, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.radio-filled .input-helper:after {
  width: 9px;
  height: 9px;
  background: #009688;
  border-radius: 50%;
  top: 4px;
  left: 5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 430, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.checkbox-filled-inline,
.radio-filled-inline {
  vertical-align: top;
  margin-top: 0;
  padding-left: 25px;
}

/*
 * Select
 */
/* line 444, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
html:not(.ie9) .select.with-d-caret {
  position: relative;
}

/* line 447, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
html:not(.ie9) .select.with-d-caret:before {
  position: absolute;
  top: -1px;
  content: "";
  height: calc(100% - 1px);
  width: 30px;
  background-color: #FFF;
  background-position: right calc(100% - 7px);
  background-repeat: no-repeat;
  background-image: url(//onpremise.mobilock.in/cloud-assets/v2/icons/menu-down-61647d2eb5de829216338c5b361d79e5cbb7c41cb622ab85479c856d75d1741b.svg);
  pointer-events: none;
  z-index: 5;
}

/* line 461, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
html:not(.ie9) .select.with-d-caret:not(.fg-line):before {
  right: 0;
}

/* line 465, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
html:not(.ie9) .select.with-d-caret.fg-line:before {
  right: 10px;
}

/*
 * Input Group
 */
/* line 475, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group-addon {
  border-width: 0px 0px 1px 0px;
}

/*
 * Input Feilds
 */
/* line 482, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line {
  position: relative;
  vertical-align: top;
  /* Validation Stats */
}

/* line 486, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line:not(.form-group) {
  display: inline-block;
  width: 100%;
}

/* line 491, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line .form-control {
  resize: none;
}

/* line 494, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line .form-control:not(:disabled) {
  color: #1A142C;
}

/* line 498, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line .form-control:disabled {
  color: #9d9d9d;
  background: transparent;
}

/* line 504, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line:not(.disabled):after, .fg-line:not(.readonly):after {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

/* line 517, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line:not([class*=has-]):after {
  background: #1E88E5;
}

/* line 522, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.input-toggled:after {
  width: 100%;
}

/* line 527, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.readonly .form-control {
  color: #9d9d9d;
  background: transparent;
}

/* line 533, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.fg-toggled:after {
  width: 100%;
}

/* line 539, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.has-success:after {
  background: #4CAF50;
}

/* line 543, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.has-warning:after {
  background: #FFC107;
}

/* line 547, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-line.has-error:after {
  background: #F44336;
}

/* Validation Stats for inner fg-line*/
/* line 553, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-success .fg-line:after {
  background: #4CAF50;
}

/* line 557, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-warning .fg-line:after {
  background: #FFC107;
}

/* line 561, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-error .fg-line:after {
  background: #F44336;
}

/* line 565, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float {
  margin-top: 2px;
  position: relative;
}

/* line 569, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .form-control {
  position: relative;
  background: transparent;
  z-index: 1;
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.fg-float .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.fg-float .form-control:-ms-input-placeholder {
  color: #fff;
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.fg-float .form-control::-webkit-input-placeholder {
  color: #fff;
}

/* line 576, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .user-toggle-button {
  position: absolute;
}

/* line 580, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .fg-label {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  position: absolute;
  top: 5px;
  font-weight: 400;
  color: #6f6f6f;
  pointer-events: none;
  z-index: 0;
  left: 0;
  white-space: nowrap;
}

/* line 593, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .input-lg + .fg-label, .fg-float .input-group-lg > .form-control + .fg-label,
.fg-float .input-group-lg > .input-group-addon + .fg-label,
.fg-float .input-group-lg > .input-group-btn > .btn + .fg-label {
  font-size: 17px;
}

/* line 597, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .input-sm + .fg-label, .fg-float .input-group-sm > .form-control + .fg-label,
.fg-float .input-group-sm > .input-group-addon + .fg-label,
.fg-float .input-group-sm > .input-group-btn > .btn + .fg-label {
  font-size: 11px;
}

/* line 601, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fg-float .fg-toggled + .fg-label {
  top: -15px;
  font-size: 11px;
}

/* line 607, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-group {
  margin-bottom: 30px;
}

/*
 * Validation
 */
/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #88c389;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #67b168;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cce5cc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cce5cc;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #fff;
  border-color: #88c389;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #cfb88f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #c0a16b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eee5d6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eee5d6;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #cfb88f;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #dda8a7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9f1f1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f9f1f1;
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #fff;
  border-color: #dda8a7;
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 627, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
  box-shadow: none;
}

/* line 632, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control-feedback {
  font-size: 20px;
}

/* line 636, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.control-label {
  font-weight: normal;
}

/*
 * Input Groups
 */
/* line 644, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group {
  /* Mixin for Input Group */
}

/* line 661, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .input-group-addon {
  vertical-align: bottom;
  padding: 0;
}

/* line 665, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .input-group-addon .zmdi {
  line-height: 100%;
}

/* line 647, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon:not(.last) {
  padding-right: 10px;
}

/* line 651, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon.last {
  padding-left: 10px;
}

/* line 655, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon .zmdi {
  font-size: 23px;
}

/* line 647, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-lg .input-group-addon:not(.last) {
  padding-right: 15px;
}

/* line 651, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-lg .input-group-addon.last {
  padding-left: 15px;
}

/* line 655, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-lg .input-group-addon .zmdi {
  font-size: 30px;
}

/* line 647, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-sm .input-group-addon:not(.last) {
  padding-right: 5px;
}

/* line 651, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-sm .input-group-addon.last {
  padding-left: 5px;
}

/* line 655, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group.input-group-sm .input-group-addon .zmdi {
  font-size: 18px;
}

/* line 688, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group > [class*="col-"] {
  padding: 0;
}

/* line 692, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .fg-line {
  padding: 0 10px;
}

/* line 695, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .fg-line:after {
  left: 10px;
}

/* line 699, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .fg-line.fg-toggled:after {
  width: calc(100% - 20px);
}

/* line 705, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .dropdown-menu:not(.pull-right) {
  left: 10px;
}

/* line 709, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.input-group .dropdown-menu.pull-right {
  right: 10px;
}

/*
 * Toggle Switch
 */
/* line 758, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch {
  display: inline-block;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 763, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch .ts-label {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: top;
  -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 771, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch .chosen-container {
  float: right;
}

/* line 775, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch .ts-helper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.26);
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

/* line 787, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch .ts-helper:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 805, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not(.disabled) .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

/* line 812, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch input {
  position: absolute;
  z-index: 1;
  width: 46px;
  margin: 0 0 0 -4px;
  height: 24px;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

/* line 823, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch input:checked + .ts-helper:before {
  left: 20px;
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper {
  background: rgba(0, 150, 136, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:before {
  background: #009688;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:disabled:checked + .ts-helper {
  background: rgba(0, 150, 136, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:disabled:checked + .ts-helper:before {
  background: #009688;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch:not([data-ts-color]) input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

/* line 834, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch.disabled {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper {
  background: rgba(244, 67, 54, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:before {
  background: #F44336;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(244, 67, 54, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:disabled:checked + .ts-helper {
  background: rgba(244, 67, 54, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:disabled:checked + .ts-helper:before {
  background: #F44336;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="red"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(244, 67, 54, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper {
  background: rgba(30, 136, 229, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:before {
  background: #1E88E5;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(30, 136, 229, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:disabled:checked + .ts-helper {
  background: rgba(30, 136, 229, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:disabled:checked + .ts-helper:before {
  background: #1E88E5;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="blue"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(30, 136, 229, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper {
  background: rgba(255, 193, 7, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:before {
  background: #FFC107;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(255, 193, 7, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:disabled:checked + .ts-helper {
  background: rgba(255, 193, 7, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:disabled:checked + .ts-helper:before {
  background: #FFC107;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="amber"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(255, 193, 7, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper {
  background: rgba(156, 39, 176, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:before {
  background: #9C27B0;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(156, 39, 176, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:disabled:checked + .ts-helper {
  background: rgba(156, 39, 176, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:disabled:checked + .ts-helper:before {
  background: #9C27B0;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="purple"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(156, 39, 176, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper {
  background: rgba(233, 30, 99, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:before {
  background: #E91E63;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(233, 30, 99, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:disabled:checked + .ts-helper {
  background: rgba(233, 30, 99, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:disabled:checked + .ts-helper:before {
  background: #E91E63;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="pink"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(233, 30, 99, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper {
  background: rgba(205, 220, 57, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:before {
  background: #CDDC39;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(205, 220, 57, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:disabled:checked + .ts-helper {
  background: rgba(205, 220, 57, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:disabled:checked + .ts-helper:before {
  background: #CDDC39;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="lime"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(205, 220, 57, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper {
  background: rgba(0, 188, 212, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:before {
  background: #00BCD4;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 188, 212, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:disabled:checked + .ts-helper {
  background: rgba(0, 188, 212, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:disabled:checked + .ts-helper:before {
  background: #00BCD4;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="cyan"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 188, 212, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper {
  background: rgba(76, 175, 80, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:before {
  background: #4CAF50;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(76, 175, 80, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:disabled:checked + .ts-helper {
  background: rgba(76, 175, 80, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:disabled:checked + .ts-helper:before {
  background: #4CAF50;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="green"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(76, 175, 80, 0.2);
}

/* line 722, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:not(:disabled):checked + .ts-helper {
  background: rgba(63, 81, 183, 0.5);
}

/* line 725, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:not(:disabled):checked + .ts-helper:before {
  background: #3f51b7;
}

/* line 730, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:not(:disabled):checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(63, 81, 183, 0.2);
}

/* line 740, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:disabled:checked + .ts-helper {
  background: rgba(63, 81, 183, 0.3);
}

/* line 743, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:disabled:checked + .ts-helper:before {
  background: #3f51b7;
}

/* line 748, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch[data-ts-color="indigo"] input:disabled:checked + .ts-helper:active:before {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(63, 81, 183, 0.2);
}

/* line 875, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch.toggle-switch-sm .ts-helper {
  width: 28px;
  height: 10px;
}

/* line 878, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch.toggle-switch-sm .ts-helper:before {
  top: -2px;
  left: 0px;
  width: 14px;
  height: 14px;
}

/* line 889, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.toggle-switch.toggle-switch-sm input:checked + .ts-helper:before {
  left: 14px;
}

/*
 * IE 9 Placeholder
 */
/* line 902, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.ie9-placeholder {
  color: #888 !important;
  font-weight: normal;
}

/**
 * Global Search Box Style
 */
/* line 911, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.search-input {
  padding: 5px 12px !important;
}

/* line 916, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.form-control-feedback {
  visibility: hidden;
}

/* line 920, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.has-feedback .form-control-feedback {
  visibility: visible;
}

/* line 925, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
label {
  font-weight: 500;
}

/* line 929, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fs-20 {
  font-size: 20px;
}

/* line 933, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.oneid-ip-range-table .chosen-container {
  border: none;
}

/* line 937, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.add_range_btn {
  display: block;
  text-align: right;
  padding-right: 50px;
}

/* line 943, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.password-eye-icon {
  top: 45%;
  position: absolute;
  margin: 0;
}

/* line 948, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fs-30 {
  font-size: 30px;
}

/* line 952, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.fs-15 {
  font-size: 15px;
}

/* line 956, app/assets/stylesheets/main/../dashboard-v2/libs/form.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 1, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0px 27px 136px rgba(129, 137, 190, 0.09), 0px 6.0308px 30.3774px rgba(129, 137, 190, 0.0536497), 0px 1.79553px 9.04414px rgba(129, 137, 190, 0.0363503);
  border-radius: 8px;
}

/* line 10, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card .card-footer {
  padding-top: 30px;
}

/* line 15, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header {
  position: relative;
  border-radius: 6px 6px 0 0;
}

@media screen and (min-width: 768px) {
  /* line 18, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-header:not(.ch-alt) {
    padding: 23px 25px;
  }
}

@media screen and (max-width: 991px) {
  /* line 18, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-header:not(.ch-alt) {
    padding: 18px;
  }
}

/* line 28, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header h2 {
  margin: 0;
  margin-bottom: 24px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}

/* line 35, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header h2 small {
  display: block;
  margin-top: 5px;
  color: #1A142C;
  font-size: 14px;
  line-height: 150%;
}

/* line 42, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header h2 .sub_title {
  color: #9e9e9e;
}

@media screen and (min-width: 768px) {
  /* line 47, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-header.ch-alt {
    padding: 20px 23px;
  }
}

@media screen and (max-width: 991px) {
  /* line 47, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-header.ch-alt {
    padding: 18px 18px 28px;
  }
}

/* line 56, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header.ch-alt:not([class*="bgm-"]) {
  background-color: #f7f7f7;
}

/* line 62, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header[class*="bgm-"] h2, .card-header[class*="bgm-"] h2 small {
  color: #fff;
}

/* line 67, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header .actions {
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 15px;
}

/* line 74, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header .btn-float {
  right: 25px;
  bottom: -23px;
  /* z-index: 1; */
}

@media screen and (min-width: 768px) {
  /* line 82, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-body.card-padding {
    padding: 23px 25px;
  }
}

@media screen and (max-width: 991px) {
  /* line 82, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card-body.card-padding {
    padding: 18px;
  }
}

/* line 92, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-body.card-padding-sm {
  padding: 15px;
}

/* line 95, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-body.card-padding-note {
  padding: 12px 25px;
}

/* line 99, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.ic_mail {
  width: 18px;
  height: 18px;
  object-fit: contain;
  background-color: #000000;
}

/* line 105, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
  padding-top: 0;
}

/* line 108, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.small-card-data {
  width: 100px;
  height: 90px;
  padding: 15px 0px;
  margin-bottom: 30px;
  transition: margin 0.15s ease-in;
  cursor: pointer;
  font-size: 13px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 108, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-data {
    width: 100px;
    height: 95px;
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 108, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-data {
    width: 100px;
    height: 95px;
    padding: 15px 0px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 132, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-data:hover {
    transition: margin 0.15s ease-in;
    margin-top: -5px;
    box-shadow: 0 6px 18px 0 #d9e4ef;
  }
}

/* line 139, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.small-card-coming-soon {
  width: 100px;
  height: 90px;
  padding: 15px 0px;
  margin-bottom: 30px;
  font-size: 13px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 139, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-coming-soon {
    width: 100px;
    height: 95px;
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 139, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-coming-soon {
    width: 100px;
    height: 95px;
    padding: 15px 0px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  /* line 163, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .small-card-coming-soon:hover {
    transition: margin 0.15s ease-in;
    margin-top: -5px;
    box-shadow: 0 6px 18px 0 #d9e4ef;
  }
}

/* line 170, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.white-card {
  background: white;
}

/* line 174, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.cursor-pointer {
  cursor: pointer;
}

/* line 177, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info {
  padding: 0px;
  width: 400px;
  height: 320px;
  border-radius: 6px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}

/* line 184, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-header {
  width: 400px;
  height: 84px;
  border-radius: 6px 6px 0px 0px;
  padding-block-start: 22px;
  padding-left: 16px;
  background-color: #3f51b5;
}

/* line 191, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-header .am-name {
  width: inherit;
  height: 21px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

/* line 203, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-header .am-sm {
  width: 102px;
  height: 15px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

/* line 216, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body {
  padding-top: 26px;
  padding-left: 16px;
  padding-right: 21px;
}

/* line 220, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body .card-body-text {
  width: inherit;
  height: 80px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #8a8a8a;
}

/* line 232, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body .am-email {
  padding-top: 24px;
}

/* line 234, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body .am-email .email-icon {
  margin-right: 10px;
}

/* line 237, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body .am-email .email-text {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0px;
  color: #404040;
}

/* line 248, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.am-info .am-body .meeting-btn {
  margin-top: 16px;
  margin-bottom: 16px;
  text-transform: none;
  padding-left: 55px;
  padding-right: 55px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* line 267, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.account-manager {
  position: absolute;
  top: 50px !important;
  right: 0px;
  border-radius: 6px;
}

/* line 273, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card.edm-card {
  height: 358px;
  box-shadow: 0 6px 18px 0 #d9e4ef;
  transition: margin 0.20s ease-out;
}

/* line 277, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card.edm-card:hover {
  margin-top: -5px;
}

/* line 280, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card.edm-card.eld-cards {
  height: 285px;
  box-shadow: 8px 8px 37px -5px rgba(0, 53, 128, 0.2);
  border-radius: 8px;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 280, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card.eld-cards {
    height: 250px;
  }
}

/* line 289, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
.card.edm-card .card-footer p.explore-link {
  position: relative;
  margin-top: auto;
  padding-top: 30px;
}

@media (min-width: 481px) and (max-width: 1024px) {
  /* line 273, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card {
    height: 450px;
  }
  /* line 298, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card .card-header h2 {
    font-size: 1.5rem;
  }
  /* line 301, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card p.content-light {
    font-size: 1.3rem;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 273, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card {
    height: 380px;
  }
  /* line 309, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card .card-footer p.explore-link.landscape-padding {
    padding-top: 55px;
  }
  /* line 313, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card .card-header h2 {
    font-size: 1.5rem;
  }
  /* line 316, app/assets/stylesheets/main/../dashboard-v2/libs/card.scss */
  .card.edm-card p.content-light {
    font-size: 1.3rem;
  }
}

/* line 1, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
ul.tab-nav:not(.tn-vertical) {
  box-shadow: none !important;
}

/* line 4, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: none !important;
  width: auto;
}

/* line 13, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav > li {
  flex: 1;
}

/* line 15, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 20px 28px 20px 28px;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 430;
  text-transform: none;
}

/* line 26, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav > li > a i, .tab-nav > li > a img {
  -webkit-filter: grayscale(1) brightness(1.2);
  filter: grayscale(1) brightness(1.2);
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
  .tab-nav > li > a {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  /* line 15, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
  .tab-nav > li > a {
    padding: 15px 8px;
  }
}

/* line 41, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) {
  display: flex;
  white-space: nowrap;
  overflow: auto;
  box-shadow: none !important;
}

/* line 47, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
}

/* line 52, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li > a {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

/* line 56, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li > a:after {
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* line 69, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li.active {
  border-bottom: none;
}

/* line 71, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li.active > a {
  color: #1A142C !important;
}

/* line 73, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li.active > a i, .tab-nav:not(.tn-vertical) > li.active > a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 77, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical) > li.active > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 84, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.tab-nav-right:not(.tn-vertical) {
  text-align: right;
}

/* line 98, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.tn-icon:not(.tn-vertical) > li .zmdi {
  font-size: 22px;
  line-height: 100%;
  min-height: 25px;
}

/* line 107, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav:not(.tn-vertical):not([data-tab-color]) > li > a:after {
  background: #1E88E5;
}

/* line 113, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="green"]:not(.tn-vertical) > li > a:after {
  background: #4CAF50;
}

/* line 119, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="red"]:not(.tn-vertical) > li > a:after {
  background: #F44336;
}

/* line 125, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="teal"]:not(.tn-vertical) > li > a:after {
  background: #009688;
}

/* line 131, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="amber"]:not(.tn-vertical) > li > a:after {
  background: #FFC107;
}

/* line 137, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="black"]:not(.tn-vertical) > li > a:after {
  background: #000000;
}

/* line 143, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="cyan"]:not(.tn-vertical) > li > a:after {
  background: #00BCD4;
}

/* line 149, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav[data-tab-color="indigo"]:not(.tn-vertical) > li > a:after {
  background: #3f51b7;
}

/* line 154, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs {
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: none !important;
  min-width: 842px;
}

/* line 160, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs:not(.tn-vertical) {
  box-shadow: none !important;
}

/* line 163, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs li {
  flex: 0 20%;
}

/* line 166, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs li > a {
  padding: 20px 10px;
  font-size: 16px;
  color: #6f6f6f !important;
  font-weight: normal;
  text-transform: none;
  transition: 0.3s linear;
}

/* line 173, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs li > a img {
  -webkit-filter: grayscale(1) brightness(1.2);
  filter: grayscale(1) brightness(1.2);
}

/* line 178, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs li.active > a {
  color: #1A142C !important;
}

/* line 180, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.application-mgmnt-tabs li.active > a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 186, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs {
  padding: 0 46px;
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: none !important;
  min-width: 842px;
  box-shadow: 0px 27px 136px rgba(129, 137, 190, 0.09), 0px 6.0308px 30.3774px rgba(129, 137, 190, 0.0536497), 0px 1.79553px 9.04414px rgba(129, 137, 190, 0.0363503);
  border-radius: 8px;
}

/* line 193, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs:not(.tn-vertical) {
  box-shadow: none !important;
}

/* line 196, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs li {
  flex: 0 20%;
}

/* line 199, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs li > a {
  padding: 32px 40px 24px 40px;
  font-size: 16px;
  color: #6f6f6f !important;
  font-weight: normal;
  text-transform: none;
  transition: 0.3s linear;
}

/* line 206, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs li > a img {
  -webkit-filter: grayscale(1) brightness(1.2);
  filter: grayscale(1) brightness(1.2);
}

/* line 211, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs li.active > a {
  color: #1A142C !important;
}

/* line 213, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-nav.brand-details-tabs li.active > a img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 224, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tn-vertical {
  float: left;
}

/* line 229, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tn-vertical > li > a > {
  border-right: 2px solid #eee;
}

/* line 233, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tn-vertical > li.active > a {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  border-left: 2px solid #eee;
  border-radius: 5px 0 0 5px;
  position: relative;
  border-right-color: #fff;
}

/* line 241, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tn-vertical > li.active > a:after {
  content: "";
  height: 100%;
  width: 2px;
  right: 0;
  top: -2px;
  background: #fff;
  z-index: 1;
}

/* line 253, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tn-vertical + .tab-content {
  overflow: hidden;
  vertical-align: top;
  padding: 0 30px;
}

/* line 260, app/assets/stylesheets/main/../dashboard-v2/libs/tabs.scss */
.tab-content {
  padding: 20px 0;
}

/**
 * Common Styles across the landing page, do not put page specific styles here
 */
@media (min-width: 320px) {
  /* line 9, app/assets/stylesheets/main/_common.scss */
  .text-xs-left {
    text-align: left;
  }
  /* line 12, app/assets/stylesheets/main/_common.scss */
  .text-xs-right {
    text-align: right;
  }
  /* line 15, app/assets/stylesheets/main/_common.scss */
  .text-xs-center {
    text-align: center;
  }
  /* line 18, app/assets/stylesheets/main/_common.scss */
  .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/main/_common.scss */
  .text-sm-left {
    text-align: left;
  }
  /* line 26, app/assets/stylesheets/main/_common.scss */
  .text-sm-right {
    text-align: right;
  }
  /* line 29, app/assets/stylesheets/main/_common.scss */
  .text-sm-center {
    text-align: center;
  }
  /* line 32, app/assets/stylesheets/main/_common.scss */
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  /* line 38, app/assets/stylesheets/main/_common.scss */
  .text-md-left {
    text-align: left;
  }
  /* line 41, app/assets/stylesheets/main/_common.scss */
  .text-md-right {
    text-align: right;
  }
  /* line 44, app/assets/stylesheets/main/_common.scss */
  .text-md-center {
    text-align: center;
  }
  /* line 47, app/assets/stylesheets/main/_common.scss */
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  /* line 53, app/assets/stylesheets/main/_common.scss */
  .text-lg-left {
    text-align: left;
  }
  /* line 56, app/assets/stylesheets/main/_common.scss */
  .text-lg-right {
    text-align: right;
  }
  /* line 59, app/assets/stylesheets/main/_common.scss */
  .text-lg-center {
    text-align: center;
  }
  /* line 62, app/assets/stylesheets/main/_common.scss */
  .text-lg-justify {
    text-align: justify;
  }
}

/* line 69, app/assets/stylesheets/main/_common.scss */
.f-lato {
  font-family: 'Lato', sans-serif;
}

/* line 73, app/assets/stylesheets/main/_common.scss */
.c-pointer {
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/main/_common.scss */
.f-13 {
  font-size: 1.3rem !important;
}

/* line 80, app/assets/stylesheets/main/_common.scss */
.f-15 {
  font-size: 1.5rem !important;
}

/* line 84, app/assets/stylesheets/main/_common.scss */
.f-18 {
  font-size: 1.8rem !important;
}

/* line 88, app/assets/stylesheets/main/_common.scss */
.f-26 {
  font-size: 2.6rem !important;
}

/* line 92, app/assets/stylesheets/main/_common.scss */
.f-28 {
  font-size: 2.8rem !important;
  line-height: 32px;
}

/* line 97, app/assets/stylesheets/main/_common.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 101, app/assets/stylesheets/main/_common.scss */
.w-20 {
  width: 20%;
}

/* line 104, app/assets/stylesheets/main/_common.scss */
.w-60 {
  width: 60%;
}

/* line 107, app/assets/stylesheets/main/_common.scss */
.z-1 {
  z-index: 1;
}

/* line 110, app/assets/stylesheets/main/_common.scss */
body {
  letter-spacing: normal;
  font-size: 1.5rem;
}

/* line 115, app/assets/stylesheets/main/_common.scss */
.dark-on-light {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/* line 118, app/assets/stylesheets/main/_common.scss */
.light-on-dark {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 122, app/assets/stylesheets/main/_common.scss */
.pill {
  background: #ffffff;
  color: #3f51b7;
  /*border-radius: 4px;*/
  padding: 4px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/* line 130, app/assets/stylesheets/main/_common.scss */
.mute {
  color: #727272;
}

/* line 134, app/assets/stylesheets/main/_common.scss */
.hero {
  background: #009af0;
}

/* line 138, app/assets/stylesheets/main/_common.scss */
.german-generic a {
  font-size: 1.2rem;
}

/* line 142, app/assets/stylesheets/main/_common.scss */
.max-length-fix {
  max-width: 224px;
}

/**
 * Flat button style
 */
/* line 148, app/assets/stylesheets/main/_common.scss */
.btn-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  min-width: 175px;
  padding: 12px 15px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  /*border-radius: 2px;*/
  letter-spacing: 0.16px;
  text-align: center;
}

/* line 161, app/assets/stylesheets/main/_common.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: #008BD6;
  color: #ffffff;
}

/* line 166, app/assets/stylesheets/main/_common.scss */
.btn-outline.indigo {
  color: #303aa7;
  border-color: #303aa7;
}

/* line 170, app/assets/stylesheets/main/_common.scss */
.btn-outline.indigo:hover, .btn-outline.indigo:focus, .btn-outline.indigo:active {
  background-color: #F2F3F5;
}

/* line 175, app/assets/stylesheets/main/_common.scss */
.btn-outline.blue {
  color: #ffffff;
  border-color: #003580;
}

/* line 180, app/assets/stylesheets/main/_common.scss */
.c-white {
  color: #ffffff;
}

/* line 183, app/assets/stylesheets/main/_common.scss */
.sf-light-blue {
  background: #e3f2fd;
}

/* line 187, app/assets/stylesheets/main/_common.scss */
.t-uppercase {
  text-transform: uppercase;
}

/* line 190, app/assets/stylesheets/main/_common.scss */
.btn-material {
  background-color: #7c4dff;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  font-size: 1.4rem;
  padding: 6px 15px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  color: #ffffff;
  border: 0;
  outline: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* line 206, app/assets/stylesheets/main/_common.scss */
.btn-material:hover, .btn-material:focus, .btn-material:active {
  color: #F2F3F5;
}

/* line 210, app/assets/stylesheets/main/_common.scss */
.btn-round {
  border-radius: 28px;
}

/* line 213, app/assets/stylesheets/main/_common.scss */
.btn-white {
  height: 42px;
  background-color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 12px 20px;
  display: inline-block;
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(345deg, #e94259, var(--french-blue));
  border-image-slice: 1;
}

/* line 227, app/assets/stylesheets/main/_common.scss */
.btn-text-grad span {
  background: linear-gradient(99deg, #4253b1, #4299e9);
  background: linear-gradient(99deg, #4253b1, #4299e9);
  background: -moz-linear-gradient(99deg, #4253b1, #4299e9);
  background: -ms-linear-gradient(99deg, #4253b1, #4299e9);
  background: -o-linear-gradient(99deg, #4253b1, #4299e9);
  background: linear-gradient(99deg, #4253b1, #4299e9);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 240, app/assets/stylesheets/main/_common.scss */
.btn-default {
  height: 40px;
  line-height: 41px;
  /*border-radius: 6px;*/
  /*background: #3d5afe;*/
  background: #003580;
  color: white;
  text-transform: uppercase;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.34);*/
  font-size: 1.3rem;
  font-weight: bold !important;
  padding: 0 18px;
  display: inline-block;
  border: none;
  -webkit-font-smoothing: antialiased;
  /*&.dark-blue{
        background: #003580;
        &:hover,&:focus,&:visited, &:active:focus{
        background: #003580;
    }*/
}

/* line 255, app/assets/stylesheets/main/_common.scss */
.btn-default.w-100 {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 260, app/assets/stylesheets/main/_common.scss */
.btn-default:hover, .btn-default:focus, .btn-default:visited, .btn-default:active:focus {
  background: rgba(0, 53, 128, 0.9);
  color: white;
  /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.34);*/
  outline: none;
}

/* line 266, app/assets/stylesheets/main/_common.scss */
.btn-default:active:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.34);
}

/* line 269, app/assets/stylesheets/main/_common.scss */
.btn-default.yellow {
  background: #ffc400;
}

/* line 273, app/assets/stylesheets/main/_common.scss */
.btn-default.peach {
  background: #ff8a80;
}

/* line 275, app/assets/stylesheets/main/_common.scss */
.btn-default.peach:hover, .btn-default.peach:focus, .btn-default.peach:visited, .btn-default.peach:active:focus {
  background: #ff8a80;
}

/* line 279, app/assets/stylesheets/main/_common.scss */
.btn-default.green, .btn-default.selected {
  background: #4bc091 !important;
}

/* line 281, app/assets/stylesheets/main/_common.scss */
.btn-default.green:hover, .btn-default.green:focus, .btn-default.green:visited, .btn-default.green:active:focus, .btn-default.selected:hover, .btn-default.selected:focus, .btn-default.selected:visited, .btn-default.selected:active:focus {
  background: #4bc091;
}

/* line 285, app/assets/stylesheets/main/_common.scss */
.btn-default.green, .btn-default.send {
  background: #003580 !important;
  color: #FFFFFF !important;
  border: none !important;
}

/* line 289, app/assets/stylesheets/main/_common.scss */
.btn-default.green:hover, .btn-default.green:focus, .btn-default.green:visited, .btn-default.green:active:focus, .btn-default.send:hover, .btn-default.send:focus, .btn-default.send:visited, .btn-default.send:active:focus {
  background: #4bc091;
}

/* line 293, app/assets/stylesheets/main/_common.scss */
.btn-default.purple {
  background: #7c4dff;
}

/* line 295, app/assets/stylesheets/main/_common.scss */
.btn-default.purple:hover, .btn-default.purple:focus, .btn-default.purple:visited, .btn-default.purple:active:focus {
  background: #7c4dff;
}

/* line 299, app/assets/stylesheets/main/_common.scss */
.btn-default.amber {
  background: #f4b400;
  color: #003580;
}

/* line 302, app/assets/stylesheets/main/_common.scss */
.btn-default.amber:hover, .btn-default.amber:focus, .btn-default.amber:visited, .btn-default.amber:active:focus {
  background: rgba(244, 180, 0, 0.9);
  color: #003580;
}

/* line 312, app/assets/stylesheets/main/_common.scss */
.btn-default.white {
  background: #fff;
  color: #003580;
  border: 0.5px solid #003580;
  height: 40px;
}

/* line 317, app/assets/stylesheets/main/_common.scss */
.btn-default.white:hover {
  background: #F6F9FC;
  color: #003580;
}

/* line 321, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-yellow {
  color: #ffc400 !important;
}

/* line 323, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-yellow:hover, .btn-default.white.c-yellow:focus, .btn-default.white.c-yellow:visited, .btn-default.white.c-yellow:active:focus {
  color: #ffc400 !important;
}

/* line 327, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-peach {
  color: #ff8a80 !important;
}

/* line 329, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-peach:hover, .btn-default.white.c-peach:focus, .btn-default.white.c-peach:visited, .btn-default.white.c-peach:active:focus {
  color: #ff8a80 !important;
}

/* line 333, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-green {
  color: #4bc091 !important;
}

/* line 335, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-green:hover, .btn-default.white.c-green:focus, .btn-default.white.c-green:visited, .btn-default.white.c-green:active:focus {
  color: #4bc091 !important;
}

/* line 339, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-purple {
  color: #7c4dff !important;
}

/* line 341, app/assets/stylesheets/main/_common.scss */
.btn-default.white.c-purple:hover, .btn-default.white.c-purple:focus, .btn-default.white.c-purple:visited, .btn-default.white.c-purple:active:focus {
  color: #7c4dff !important;
}

/* line 346, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey {
  background: #f6f9fc;
  color: #003580;
  border: 0.5px solid #003580;
  height: 41px;
}

/* line 351, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey:hover {
  background: #F6F9FC;
  color: #003580;
}

/* line 355, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-yellow {
  color: #ffc400 !important;
}

/* line 357, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-yellow:hover, .btn-default.pale-grey.c-yellow:focus, .btn-default.pale-grey.c-yellow:visited, .btn-default.pale-grey.c-yellow:active:focus {
  color: #ffc400 !important;
}

/* line 361, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-peach {
  color: #ff8a80 !important;
}

/* line 363, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-peach:hover, .btn-default.pale-grey.c-peach:focus, .btn-default.pale-grey.c-peach:visited, .btn-default.pale-grey.c-peach:active:focus {
  color: #ff8a80 !important;
}

/* line 367, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-green {
  color: #4bc091 !important;
}

/* line 369, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-green:hover, .btn-default.pale-grey.c-green:focus, .btn-default.pale-grey.c-green:visited, .btn-default.pale-grey.c-green:active:focus {
  color: #4bc091 !important;
}

/* line 373, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-purple {
  color: #7c4dff !important;
}

/* line 375, app/assets/stylesheets/main/_common.scss */
.btn-default.pale-grey.c-purple:hover, .btn-default.pale-grey.c-purple:focus, .btn-default.pale-grey.c-purple:visited, .btn-default.pale-grey.c-purple:active:focus {
  color: #7c4dff !important;
}

/* line 382, app/assets/stylesheets/main/_common.scss */
.sf-btn-outline {
  height: 40px;
  line-height: 41px;
  color: #003580;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold !important;
  padding: 0 18px;
  display: inline-block;
  border: 1px solid #003580;
  -webkit-font-smoothing: antialiased;
}

/* line 394, app/assets/stylesheets/main/_common.scss */
.sf-blue {
  color: #003580;
}

/* line 407, app/assets/stylesheets/main/_common.scss */
.flag-en {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite-72d82e44b6a720ebd23e2ddf5ec47e1eaa1166fcd24c894c3debdf4ea5281a65.png);
  background-repeat: no-repeat;
  background-position: 0 -252px;
  width: 25px;
  height: 16px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 407, app/assets/stylesheets/main/_common.scss */
  .flag-en {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite@2x-6c00551c18e853091d11f51067000c66ed4b9ff6e1960d1261815546ec7970c4.png);
    background-size: 32px 380px;
  }
}

/* line 415, app/assets/stylesheets/main/_common.scss */
.flag-fr {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite-72d82e44b6a720ebd23e2ddf5ec47e1eaa1166fcd24c894c3debdf4ea5281a65.png);
  background-repeat: no-repeat;
  background-position: 0 -304px;
  width: 25px;
  height: 16px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 415, app/assets/stylesheets/main/_common.scss */
  .flag-fr {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite@2x-6c00551c18e853091d11f51067000c66ed4b9ff6e1960d1261815546ec7970c4.png);
    background-size: 32px 380px;
  }
}

/* line 423, app/assets/stylesheets/main/_common.scss */
.flag-de {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite-72d82e44b6a720ebd23e2ddf5ec47e1eaa1166fcd24c894c3debdf4ea5281a65.png);
  background-repeat: no-repeat;
  background-position: 0 -278px;
  width: 25px;
  height: 16px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 423, app/assets/stylesheets/main/_common.scss */
  .flag-de {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite@2x-6c00551c18e853091d11f51067000c66ed4b9ff6e1960d1261815546ec7970c4.png);
    background-size: 32px 380px;
  }
}

/* line 431, app/assets/stylesheets/main/_common.scss */
.flag-ru {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite-72d82e44b6a720ebd23e2ddf5ec47e1eaa1166fcd24c894c3debdf4ea5281a65.png);
  background-repeat: no-repeat;
  background-position: 0 -364px;
  width: 25px;
  height: 16px;
  display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 431, app/assets/stylesheets/main/_common.scss */
  .flag-ru {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icon-sprite@2x-6c00551c18e853091d11f51067000c66ed4b9ff6e1960d1261815546ec7970c4.png);
    background-size: 32px 380px;
  }
}

/**
 * Heading underline (a small indigo or white line)
 */
/* line 443, app/assets/stylesheets/main/_common.scss */
.underline {
  border-bottom: 2px solid #3F51B7;
  width: 70px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
}

/* line 450, app/assets/stylesheets/main/_common.scss */
.underline.left {
  margin-left: 0;
}

/* line 454, app/assets/stylesheets/main/_common.scss */
.underline.white {
  border-bottom: 2px solid #ffffff;
}

/* line 459, app/assets/stylesheets/main/_common.scss */
.form-control {
  border-radius: 0 !important;
}

/*Manual Width*/
/* line 464, app/assets/stylesheets/main/_common.scss */
.w-45 {
  width: 45% !important;
}

/* line 467, app/assets/stylesheets/main/_common.scss */
.text-overflow-prevention {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  overflow: hidden;
}

/* line 473, app/assets/stylesheets/main/_common.scss */
.d-flex {
  display: flex;
}

/*logistic section */
/* line 479, app/assets/stylesheets/main/_common.scss */
.logistics-dropdown.dropdown-menu {
  position: absolute;
  top: 60px;
}

/*
 * Material Background Colors
 */
/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-white {
  background-color: #ffffff !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-white {
  color: #ffffff !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-black {
  background-color: #000000 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-black {
  color: #000000 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-brown {
  background-color: #795548 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-brown {
  color: #795548 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-pink {
  background-color: #E91E63 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-pink {
  color: #E91E63 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-red {
  background-color: #F44336 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-red {
  color: #F44336 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-blue {
  background-color: #1E88E5 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-blue {
  color: #1E88E5 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-purple {
  background-color: #9C27B0 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-purple {
  color: #9C27B0 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-deeppurple {
  background-color: #673AB7 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-deeppurple {
  color: #673AB7 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-lightblue {
  background-color: #03A9F4 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-lightblue {
  color: #03A9F4 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-cyan {
  background-color: #00BCD4 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-cyan {
  color: #00BCD4 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-teal {
  background-color: #009688 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-teal {
  color: #009688 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-green {
  background-color: #4CAF50 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-green {
  color: #4CAF50 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-lightgreen {
  background-color: #8BC34A !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-lightgreen {
  color: #8BC34A !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-lime {
  background-color: #CDDC39 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-lime {
  color: #CDDC39 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-yellow {
  background-color: #FFEB3B !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-yellow {
  color: #FFEB3B !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-amber {
  background-color: #FFC107 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-amber {
  color: #FFC107 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-orange {
  background-color: #FF9800 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-orange {
  color: #FF9800 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-deeporange {
  background-color: #FF5722 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-deeporange {
  color: #FF5722 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-gray {
  background-color: #9E9E9E !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-gray {
  color: #9E9E9E !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-bluegray {
  background-color: #607D8B !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-bluegray {
  color: #607D8B !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-indigo {
  background-color: #3f51b7 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-indigo {
  color: #3f51b7 !important;
}

/* line 519, app/assets/stylesheets/main/_common.scss */
.bgm-lightgray {
  background-color: #F7F7F7 !important;
}

/* line 523, app/assets/stylesheets/main/_common.scss */
.c-lightgray {
  color: #F7F7F7 !important;
}

/* line 527, app/assets/stylesheets/main/_common.scss */
.border-bottom-line {
  width: 100%;
  display: flex;
  height: 4px;
}

/* line 535, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .blue-bar {
  background: linear-gradient(to right, #2945e1, #5bd8e9);
}

/* line 538, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .yellow-bar {
  background: linear-gradient(to right, #ff9028, #fff38f);
}

/* line 541, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .pink-bar {
  background: linear-gradient(to right, #c05c7a, #fcb8b8);
}

/* line 544, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .green-bar {
  background: linear-gradient(to right, #48ac5c, #61d9d1);
}

/* line 547, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .purple-bar {
  background: linear-gradient(to right, #764ba2, #98abff);
}

/* line 550, app/assets/stylesheets/main/_common.scss */
.border-bottom-line .w-20 {
  width: 20%;
}

/* line 555, app/assets/stylesheets/main/_common.scss */
.color-line {
  width: 100%;
}

/* line 558, app/assets/stylesheets/main/_common.scss */
.footer-section-button-block {
  margin: 0 auto;
}

/* line 560, app/assets/stylesheets/main/_common.scss */
.footer-section-button-block a.btn-white, .footer-section-button-block a.btn-default {
  width: 140px;
}

/* line 564, app/assets/stylesheets/main/_common.scss */
.w-50 {
  width: 50%;
}

@media only screen and (max-width: 767px) and (min-width: 320px) {
  /* line 568, app/assets/stylesheets/main/_common.scss */
  .footer-section-button-block {
    display: block;
    margin: 0 auto;
  }
  /* line 572, app/assets/stylesheets/main/_common.scss */
  .footer-section-button-block .w-50 {
    width: 100%;
  }
}

/* line 588, app/assets/stylesheets/main/_common.scss */
.card {
  border-radius: 3px;
  box-shadow: 0 2px 12px 0 #d9e4ef;
  text-shadow: none;
}

/* line 595, app/assets/stylesheets/main/_common.scss */
.block-image {
  position: relative;
}

/* line 598, app/assets/stylesheets/main/_common.scss */
.block-image .mobile-blank-view img {
  height: 550px;
  width: 700px;
}

/* line 603, app/assets/stylesheets/main/_common.scss */
.block-image .features-mob-img {
  position: absolute;
  top: 20px;
  right: 70px;
}

/* line 611, app/assets/stylesheets/main/_common.scss */
.booknow .border-bottom-line .blue-bar, .user-auth .border-bottom-line .blue-bar {
  border-top-left-radius: 4px;
}

/* line 614, app/assets/stylesheets/main/_common.scss */
.booknow .border-bottom-line .purple-bar, .user-auth .border-bottom-line .purple-bar {
  border-top-right-radius: 4px;
}

/* line 619, app/assets/stylesheets/main/_common.scss */
.deploy-section {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-weight: 500;
  text-align: left;
}

/* line 625, app/assets/stylesheets/main/_common.scss */
.deploy-section .title-container {
  opacity: 0.8;
  font-weight: bold;
}

/* line 629, app/assets/stylesheets/main/_common.scss */
.deploy-section .deploy-content {
  opacity: 0.55;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  padding-top: 20px;
}

/* line 638, app/assets/stylesheets/main/_common.scss */
.reseller-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442 !important;
  padding: 5px;
}

/* line 646, app/assets/stylesheets/main/_common.scss */
.reseller-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d !important;
  padding: 10px;
}

/* line 651, app/assets/stylesheets/main/_common.scss */
.reseller-success .close {
  position: absolute;
  top: 9px;
  right: 9px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 660, app/assets/stylesheets/main/_common.scss */
.reseller-success, .reseller-error {
  text-align: center;
  display: inline-block;
  font-size: 1.3rem !important;
}

/* line 665, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/line_big-b64aee29d51ddcdb36eb2663cc6a23ebfa24f194b5e4afc610d621cca51fee77.svg) repeat-x;
  height: 13px;
}

/* line 582, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.small {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/line_small-bc860f6505c87a1f3dc63364b49e5e54beb07da1c06402f706b9da92a3e50b17.svg) repeat-x;
  height: 3px;
}

/* line 667, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.mobile-management {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/content_management_line_big-2a90f0be66361221b1e2d88041600fbebcd47c980f3e086d0c85353dde1bba41.svg) repeat-x;
  height: 13px;
}

/* line 582, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.mobile-management.small {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/content_management_line_small-9f1bbb9297e31ca546c5eae34b33c9e24601a7403fa425223359486d1940f70a.svg) repeat-x;
  height: 3px;
}

/* line 670, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.mobile-application-management {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/application_management_line_big-2fb1a3e9871d72fd01b16fea5f6db865b0c6f64e92e13e86296b103779300616.svg) repeat-x;
  height: 13px;
}

/* line 582, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.mobile-application-management.small {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/application_management_line_small-f688fdc683b196f82cf5523fdb27b041d19dca0c2e6af6b96d5fa1a4197402ca.svg) repeat-x;
  height: 3px;
}

/* line 673, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.remote-control-software {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/remote_cast_line_big-aac36c58886038adb0e2bc871d63c95054581590544387bed5ac5616de55bd83.svg) repeat-x;
  height: 13px;
}

/* line 582, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.remote-control-software.small {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/remote_cast_line_small-0bc5fcb69989d8e1cbb5f47ae3cf9e2b62a9ce6cf838b167bd8701281b4da27a.svg) repeat-x;
  height: 3px;
}

/* line 676, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.eva {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/eva_line_big-680c4ea4637b1d30e1c86ad8d690680df717766a6fa07316ff07cb4049c18586.svg) repeat-x;
  height: 13px;
}

/* line 582, app/assets/stylesheets/main/_common.scss */
.curve-line-repeat.eva.small {
  background: url(//onpremise.mobilock.in/cloud-assets/home-assets/eva_line_small-e757ca64e1ef019b0c06ca8c38ade8d0b865338a75320ace9cad54cee7a35fe4.svg) repeat-x;
  height: 3px;
}

/* line 681, app/assets/stylesheets/main/_common.scss */
.cursor-pointer {
  cursor: pointer;
}

/**
 * User Authentication related pages:
 *
 * - Sign Up
 * - Login
 * - Forgot Password
 * - Resend Confirm Email
 * - Change Password
 */
/* line 11, app/assets/stylesheets/main/_user_sign_in.scss */
.reseller-get-in-touch .g-recaptcha {
  transform: scale(0.94);
  -webkit-transform: scale(0.94);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 18, app/assets/stylesheets/main/_user_sign_in.scss */
  .reseller-get-in-touch .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 25, app/assets/stylesheets/main/_user_sign_in.scss */
.reseller-get-in-touch .append-close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  right: 9px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 43, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth, .contact-info-card {
  /*User Authentication custom css for  the Authentication related pages*/
}

/* line 44, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .append-close, .contact-info-card .append-close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  right: 9px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 61, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .alert-success, .user-auth .alert-danger, .contact-info-card .alert-success, .contact-info-card .alert-danger {
  text-align: left;
}

/* line 64, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .alert-success, .contact-info-card .alert-success {
  position: relative;
}

/* line 66, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .alert-success button, .contact-info-card .alert-success button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 72, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .justify-start, .contact-info-card .justify-start {
  justify-content: flex-start;
}

/* line 75, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .yellow-border-top, .contact-info-card .yellow-border-top {
  border-top: 4px solid #f4b400;
}

/* line 78, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth input#contact-no, .contact-info-card input#contact-no {
  padding-left: 52px;
}

/* line 81, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .start-intercom, .contact-info-card .start-intercom {
  cursor: pointer;
}

/* line 84, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .chat-widget-open, .contact-info-card .chat-widget-open {
  display: none;
}

/* line 87, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .m-t-50, .contact-info-card .m-t-50 {
  margin-top: 50px;
}

/* line 90, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .top-brand, .contact-info-card .top-brand {
  color: #353535;
  font-size: 1.5rem !important;
  opacity: 0.55;
}

/* line 95, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .t-underline, .contact-info-card .t-underline {
  text-decoration: underline;
}

/* line 98, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .iphone-wrapper, .contact-info-card .iphone-wrapper {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 102, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth a, .contact-info-card a {
  font-weight: bold;
  color: #003580;
}

/* line 107, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .replace-text.pull-left::-webkit-input-placeholder, .contact-info-card .replace-text.pull-left::-webkit-input-placeholder {
  color: #a2a2a2 !important;
}

/* line 111, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .error, .user-auth .error-msg, .contact-info-card .error, .contact-info-card .error-msg {
  font-size: 1.2rem;
}

/* line 115, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .checkbox .input-helper:before, .contact-info-card .checkbox .input-helper:before {
  left: 0;
  border: solid 1px #19488C !important;
  background-color: #f6f9fc !important;
  border-radius: 4px !important;
}

/* line 121, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .checkbox .input-helper:after, .contact-info-card .checkbox .input-helper:after {
  transform: scale(0) rotate(80deg);
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #3f51b7;
  border-left: 2px solid #3f51b7;
  border-bottom-left-radius: 2px;
  left: 1px;
  top: 6px;
}

/* line 132, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .grey-body, .contact-info-card .grey-body {
  transform: translateY(-12rem);
}

/* line 135, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .plan-desc-contactus, .contact-info-card .plan-desc-contactus {
  opacity: 0.55;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

/* line 146, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card, .contact-info-card .card {
  margin: 60px 40px 60px;
  position: relative;
  min-height: 200px;
  background: rgba(247, 247, 247, 0.8);
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 991px) {
  /* line 146, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card, .contact-info-card .card {
    margin: 40px 0px;
  }
}

/* line 158, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview, .user-auth .card .logo-preview-contactus, .contact-info-card .card .logo-preview, .contact-info-card .card .logo-preview-contactus {
  width: 433px;
  float: left;
  background-color: #f2f9ff;
  padding: 20px;
  text-align: center;
  border-bottom-left-radius: 4px;
}

/* line 166, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview.sign-up-width, .user-auth .card .sign-up-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-up-width, .contact-info-card .card .sign-up-width.logo-preview-contactus {
  width: 485px;
  padding: 20px 5px 20px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 166, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .logo-preview.sign-up-width, .user-auth .card .sign-up-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-up-width, .contact-info-card .card .sign-up-width.logo-preview-contactus {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 166, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .logo-preview.sign-up-width, .user-auth .card .sign-up-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-up-width, .contact-info-card .card .sign-up-width.logo-preview-contactus {
    padding: 10px;
  }
}

/* line 176, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview.sign-in-width, .user-auth .card .sign-in-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-in-width, .contact-info-card .card .sign-in-width.logo-preview-contactus {
  width: 433px !important;
  padding: 20px 5px 20px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 176, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .logo-preview.sign-in-width, .user-auth .card .sign-in-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-in-width, .contact-info-card .card .sign-in-width.logo-preview-contactus {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* line 176, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .logo-preview.sign-in-width, .user-auth .card .sign-in-width.logo-preview-contactus, .contact-info-card .card .logo-preview.sign-in-width, .contact-info-card .card .sign-in-width.logo-preview-contactus {
    width: 100% !important;
    padding: 10px;
  }
}

/* line 187, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview h1, .user-auth .card .logo-preview-contactus h1, .contact-info-card .card .logo-preview h1, .contact-info-card .card .logo-preview-contactus h1 {
  color: #404040;
  margin-top: 20px;
  font-weight: normal;
  padding-top: 100px;
}

/* line 192, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview h1.brand-info, .user-auth .card .logo-preview-contactus h1.brand-info, .contact-info-card .card .logo-preview h1.brand-info, .contact-info-card .card .logo-preview-contactus h1.brand-info {
  font-size: 2.6rem;
  text-align: left;
  line-height: 42px;
}

/* line 196, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview h1.brand-info.signup-title, .user-auth .card .logo-preview-contactus h1.brand-info.signup-title, .contact-info-card .card .logo-preview h1.brand-info.signup-title, .contact-info-card .card .logo-preview-contactus h1.brand-info.signup-title {
  font-size: 2rem;
  line-height: 34px;
  margin-left: 13px;
}

/* line 204, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview p:not(.start-chat), .user-auth .card .logo-preview-contactus p:not(.start-chat), .contact-info-card .card .logo-preview p:not(.start-chat), .contact-info-card .card .logo-preview-contactus p:not(.start-chat) {
  color: #727272;
  font-size: 1.3rem;
  line-height: 24px;
  margin-top: 20px;
  opacity: 0.9;
}

/* line 211, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .heading-font, .user-auth .card .logo-preview-contactus .heading-font, .contact-info-card .card .logo-preview .heading-font, .contact-info-card .card .logo-preview-contactus .heading-font {
  opacity: 0.66;
}

/* line 215, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .clients-list li, .user-auth .card .logo-preview-contactus .clients-list li, .contact-info-card .card .logo-preview .clients-list li, .contact-info-card .card .logo-preview-contactus .clients-list li {
  margin-left: -38px;
  list-style-type: none !important;
  float: left;
  text-align: left;
  padding: 10px 0 0 48px;
  height: 50px;
}

/* line 224, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .sign-in-brands, .user-auth .card .logo-preview-contactus .sign-in-brands, .contact-info-card .card .logo-preview .sign-in-brands, .contact-info-card .card .logo-preview-contactus .sign-in-brands {
  display: flex;
  flex-direction: column;
}

/* line 227, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .sign-in-brands .brand-logo-row-1, .user-auth .card .logo-preview-contactus .sign-in-brands .brand-logo-row-1, .user-auth .card .logo-preview .sign-in-brands .brand-logo-row-2, .user-auth .card .logo-preview-contactus .sign-in-brands .brand-logo-row-2, .contact-info-card .card .logo-preview .sign-in-brands .brand-logo-row-1, .contact-info-card .card .logo-preview-contactus .sign-in-brands .brand-logo-row-1, .contact-info-card .card .logo-preview .sign-in-brands .brand-logo-row-2, .contact-info-card .card .logo-preview-contactus .sign-in-brands .brand-logo-row-2 {
  display: flex;
  align-items: center;
}

/* line 230, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .sign-in-brands .brand-logo-row-1 .brand-logo, .user-auth .card .logo-preview-contactus .sign-in-brands .brand-logo-row-1 .brand-logo, .user-auth .card .logo-preview .sign-in-brands .brand-logo-row-2 .brand-logo, .user-auth .card .logo-preview-contactus .sign-in-brands .brand-logo-row-2 .brand-logo, .contact-info-card .card .logo-preview .sign-in-brands .brand-logo-row-1 .brand-logo, .contact-info-card .card .logo-preview-contactus .sign-in-brands .brand-logo-row-1 .brand-logo, .contact-info-card .card .logo-preview .sign-in-brands .brand-logo-row-2 .brand-logo, .contact-info-card .card .logo-preview-contactus .sign-in-brands .brand-logo-row-2 .brand-logo {
  /*margin: 0 15px;*/
  width: 100%;
}

/* line 236, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .supported-platform-logos, .user-auth .card .logo-preview-contactus .supported-platform-logos, .contact-info-card .card .logo-preview .supported-platform-logos, .contact-info-card .card .logo-preview-contactus .supported-platform-logos {
  margin-top: 40px;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 236, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .logo-preview .supported-platform-logos, .user-auth .card .logo-preview-contactus .supported-platform-logos, .contact-info-card .card .logo-preview .supported-platform-logos, .contact-info-card .card .logo-preview-contactus .supported-platform-logos {
    display: flex !important;
  }
}

/* line 243, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview .supported-platform-logos .platform-logo, .user-auth .card .logo-preview-contactus .supported-platform-logos .platform-logo, .contact-info-card .card .logo-preview .supported-platform-logos .platform-logo, .contact-info-card .card .logo-preview-contactus .supported-platform-logos .platform-logo {
  width: 100%;
  /*margin: 0 20px;*/
  /*@media (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
                        margin: 0 15px;
                    }
                    @media (min-width: 320px) and (max-width: 480px) {
                        margin: 0 15px;
                    }*/
}

/* line 255, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .form-group, .contact-info-card .card .form-group {
  margin-bottom: 15px !important;
}

/* line 259, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .form-group .fg-line input[type="text"]:focus, .user-auth .card .form-group .fg-line input[type="password"]:focus, .user-auth .card .form-group .fg-line input[type="number"]:focus, .contact-info-card .card .form-group .fg-line input[type="text"]:focus, .contact-info-card .card .form-group .fg-line input[type="password"]:focus, .contact-info-card .card .form-group .fg-line input[type="number"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 266, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .form-group .fg-line .otp-blocks, .contact-info-card .card .form-group .fg-line .otp-blocks {
  width: 280px;
}

/* line 268, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .form-group .fg-line .otp-blocks input[type=text], .user-auth .card .form-group .fg-line .otp-blocks input[type=password], .contact-info-card .card .form-group .fg-line .otp-blocks input[type=text], .contact-info-card .card .form-group .fg-line .otp-blocks input[type=password] {
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e8e9f1;
  display: inline-block;
  padding: 0;
}

/* line 276, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .form-group .fg-line .otp-blocks input[type=text]:focus, .user-auth .card .form-group .fg-line .otp-blocks input[type=password]:focus, .contact-info-card .card .form-group .fg-line .otp-blocks input[type=text]:focus, .contact-info-card .card .form-group .fg-line .otp-blocks input[type=password]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 287, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .checkbox label, .contact-info-card .card .checkbox label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a2a2;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

/* line 296, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content, .user-auth .card .content-contactus, .contact-info-card .card .content, .contact-info-card .card .content-contactus {
  padding: 40px 70px;
  background: #ffffff;
  /*min-height: 550px;*/
  position: relative;
  text-align: left;
  line-height: 1.62;
  border-bottom-right-radius: 4px;
}

/* line 304, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content.left-content, .user-auth .card .left-content.content-contactus, .contact-info-card .card .content.left-content, .contact-info-card .card .left-content.content-contactus {
  justify-content: center;
}

@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 304, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content.left-content, .user-auth .card .left-content.content-contactus, .contact-info-card .card .content.left-content, .contact-info-card .card .left-content.content-contactus {
    padding: 40px 20px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 304, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content.left-content, .user-auth .card .left-content.content-contactus, .contact-info-card .card .content.left-content, .contact-info-card .card .left-content.content-contactus {
    padding: 40px 90px;
  }
}

/* line 313, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content.password-card, .user-auth .card .password-card.content-contactus, .contact-info-card .card .content.password-card, .contact-info-card .card .password-card.content-contactus {
  padding: 40px 0px !important;
}

/* line 318, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input, .user-auth .card .content-contactus form input, .user-auth .card .content form textarea, .user-auth .card .content-contactus form textarea, .user-auth .card .content form .drop-contact input, .user-auth .card .content form .drop-contact select, .user-auth .card .content-contactus form .drop-contact select, .contact-info-card .card .content form input, .contact-info-card .card .content-contactus form input, .contact-info-card .card .content form textarea, .contact-info-card .card .content-contactus form textarea, .contact-info-card .card .content form .drop-contact input, .contact-info-card .card .content form .drop-contact select, .contact-info-card .card .content-contactus form .drop-contact select {
  width: 100%;
  height: 38px;
  border-radius: 4px !important;
  background-color: #f6f9fc;
  border: solid 1px #e8e9f1;
  padding-left: 20px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  outline: none;
}

/* line 329, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input ::-webkit-input-placeholder, .user-auth .card .content-contactus form input ::-webkit-input-placeholder, .user-auth .card .content form textarea ::-webkit-input-placeholder, .user-auth .card .content-contactus form textarea ::-webkit-input-placeholder, .user-auth .card .content form .drop-contact input ::-webkit-input-placeholder, .user-auth .card .content form .drop-contact select ::-webkit-input-placeholder, .user-auth .card .content-contactus form .drop-contact select ::-webkit-input-placeholder, .contact-info-card .card .content form input ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form input ::-webkit-input-placeholder, .contact-info-card .card .content form textarea ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form textarea ::-webkit-input-placeholder, .contact-info-card .card .content form .drop-contact input ::-webkit-input-placeholder, .contact-info-card .card .content form .drop-contact select ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form .drop-contact select ::-webkit-input-placeholder {
  color: #a2a2a2;
}

/* line 332, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input ::-moz-placeholder, .user-auth .card .content-contactus form input ::-moz-placeholder, .user-auth .card .content form textarea ::-moz-placeholder, .user-auth .card .content-contactus form textarea ::-moz-placeholder, .user-auth .card .content form .drop-contact input ::-moz-placeholder, .user-auth .card .content form .drop-contact select ::-moz-placeholder, .user-auth .card .content-contactus form .drop-contact select ::-moz-placeholder, .contact-info-card .card .content form input ::-moz-placeholder, .contact-info-card .card .content-contactus form input ::-moz-placeholder, .contact-info-card .card .content form textarea ::-moz-placeholder, .contact-info-card .card .content-contactus form textarea ::-moz-placeholder, .contact-info-card .card .content form .drop-contact input ::-moz-placeholder, .contact-info-card .card .content form .drop-contact select ::-moz-placeholder, .contact-info-card .card .content-contactus form .drop-contact select ::-moz-placeholder {
  color: #a2a2a2;
}

/* line 335, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input :-ms-input-placeholder, .user-auth .card .content-contactus form input :-ms-input-placeholder, .user-auth .card .content form textarea :-ms-input-placeholder, .user-auth .card .content-contactus form textarea :-ms-input-placeholder, .user-auth .card .content form .drop-contact input :-ms-input-placeholder, .user-auth .card .content form .drop-contact select :-ms-input-placeholder, .user-auth .card .content-contactus form .drop-contact select :-ms-input-placeholder, .contact-info-card .card .content form input :-ms-input-placeholder, .contact-info-card .card .content-contactus form input :-ms-input-placeholder, .contact-info-card .card .content form textarea :-ms-input-placeholder, .contact-info-card .card .content-contactus form textarea :-ms-input-placeholder, .contact-info-card .card .content form .drop-contact input :-ms-input-placeholder, .contact-info-card .card .content form .drop-contact select :-ms-input-placeholder, .contact-info-card .card .content-contactus form .drop-contact select :-ms-input-placeholder {
  color: #a2a2a2;
}

/* line 339, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .drop-contact input, .user-auth .card .content-contactus form .drop-contact input, .user-auth .card .content form .drop-contact select, .user-auth .card .content-contactus form .drop-contact select, .contact-info-card .card .content form .drop-contact input, .contact-info-card .card .content-contactus form .drop-contact input, .contact-info-card .card .content form .drop-contact select, .contact-info-card .card .content-contactus form .drop-contact select {
  cursor: pointer;
}

/* line 342, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .actions, .user-auth .card .content-contactus form .actions, .contact-info-card .card .content form .actions, .contact-info-card .card .content-contactus form .actions {
  margin-top: 20px;
}

/* line 346, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .btn-material, .user-auth .card .content-contactus form .btn-material, .contact-info-card .card .content form .btn-material, .contact-info-card .card .content-contactus form .btn-material {
  min-width: 140px;
}

/* line 350, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .remember-me, .user-auth .card .content-contactus form .remember-me, .contact-info-card .card .content form .remember-me, .contact-info-card .card .content-contactus form .remember-me {
  overflow: hidden;
}

/* line 354, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .checkbox, .user-auth .card .content-contactus form .checkbox, .contact-info-card .card .content form .checkbox, .contact-info-card .card .content-contactus form .checkbox {
  color: #727272;
}

/* line 358, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form label.error, .user-auth .card .content-contactus form label.error, .user-auth .card .content form label.error-msg, .user-auth .card .content-contactus form label.error-msg, .contact-info-card .card .content form label.error, .contact-info-card .card .content-contactus form label.error, .contact-info-card .card .content form label.error-msg, .contact-info-card .card .content-contactus form label.error-msg {
  display: none;
  color: #F44336;
  margin-top: 5px;
}

/* line 364, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form .intl-tel-input, .user-auth .card .content-contactus form .intl-tel-input, .contact-info-card .card .content form .intl-tel-input, .contact-info-card .card .content-contactus form .intl-tel-input {
  width: 100%;
}

/* line 368, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input.form-control.error, .user-auth .card .content-contactus form input.form-control.error, .contact-info-card .card .content form input.form-control.error, .contact-info-card .card .content-contactus form input.form-control.error {
  border-bottom-color: #F44336;
}

/* line 371, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form input.form-control.error:focus, .user-auth .card .content-contactus form input.form-control.error:focus, .user-auth .card .content form input.form-control.error:active, .user-auth .card .content-contactus form input.form-control.error:active, .contact-info-card .card .content form input.form-control.error:focus, .contact-info-card .card .content-contactus form input.form-control.error:focus, .contact-info-card .card .content form input.form-control.error:active, .contact-info-card .card .content-contactus form input.form-control.error:active {
  border-bottom-color: #f32c1e;
}

/* line 376, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content form a, .user-auth .card .content-contactus form a, .contact-info-card .card .content form a, .contact-info-card .card .content-contactus form a {
  color: #003580;
}

/* line 381, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .links, .user-auth .card .content-contactus .links, .contact-info-card .card .content .links, .contact-info-card .card .content-contactus .links {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.16px;
  left: 70px;
  right: 40px;
  padding: 0px 30px 0 0;
  letter-spacing: normal;
}

@media screen and (max-width: 991px) {
  /* line 381, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content .links, .user-auth .card .content-contactus .links, .contact-info-card .card .content .links, .contact-info-card .card .content-contactus .links {
    position: static;
  }
}

/* line 393, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .links li, .user-auth .card .content-contactus .links li, .contact-info-card .card .content .links li, .contact-info-card .card .content-contactus .links li {
  margin-bottom: 8px;
}

/* line 396, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .links li:last-child, .user-auth .card .content-contactus .links li:last-child, .contact-info-card .card .content .links li:last-child, .contact-info-card .card .content-contactus .links li:last-child {
  margin-bottom: 0;
}

/* line 401, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .links span, .user-auth .card .content-contactus .links span, .contact-info-card .card .content .links span, .contact-info-card .card .content-contactus .links span {
  color: #000000;
  font-size: 1.3rem;
  opacity: 0.55;
  font-weight: 500;
}

/* line 408, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .links a, .user-auth .card .content-contactus .links a, .contact-info-card .card .content .links a, .contact-info-card .card .content-contactus .links a {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}

/* line 414, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .list-unstyled li, .user-auth .card .content-contactus .list-unstyled li, .contact-info-card .card .content .list-unstyled li, .contact-info-card .card .content-contactus .list-unstyled li {
  /*text-align: left;*/
}

/* line 417, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .user-auth .card .content-contactus .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .user-auth .card .content .fg-line, .user-auth .card .content-contactus .fg-line, .contact-info-card .card .content .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .contact-info-card .card .content-contactus .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .contact-info-card .card .content .fg-line, .contact-info-card .card .content-contactus .fg-line {
  text-align: left;
}

/* line 420, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .selected-flag, .user-auth .card .content-contactus .selected-flag, .contact-info-card .card .content .selected-flag, .contact-info-card .card .content-contactus .selected-flag {
  background-color: #FFFFFF;
  outline: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 425, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .selected-flag:hover, .user-auth .card .content-contactus .selected-flag:hover, .contact-info-card .card .content .selected-flag:hover, .contact-info-card .card .content-contactus .selected-flag:hover {
  background-color: #FFFFFF;
}

/* line 429, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .selected-flag .delete-btn input[type=submit], .user-auth .card .content-contactus .selected-flag .delete-btn input[type=submit], .contact-info-card .card .content .selected-flag .delete-btn input[type=submit], .contact-info-card .card .content-contactus .selected-flag .delete-btn input[type=submit] {
  background: none;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: -2px;
  color: #3F51B7;
  font-weight: 600;
}

/* line 440, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .fg-line, .user-auth .card .content-contactus .fg-line, .contact-info-card .card .content .fg-line, .contact-info-card .card .content-contactus .fg-line {
  font-weight: 500;
}

/* line 443, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .third-party-btn, .user-auth .card .content-contactus .third-party-btn, .contact-info-card .card .content .third-party-btn, .contact-info-card .card .content-contactus .third-party-btn {
  max-height: 38px;
  line-height: 41px;
  background-color: #ffffff;
  color: #414651;
  font-size: 1.3rem;
  padding: 7px 15px;
  display: inline-block;
  border: 2px solid #d5d7da;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}

/* line 455, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .third-party-btn:hover, .user-auth .card .content-contactus .third-party-btn:hover, .user-auth .card .content .third-party-btn:focus, .user-auth .card .content-contactus .third-party-btn:focus, .user-auth .card .content .third-party-btn:active:focus, .contact-info-card .card .content .third-party-btn:hover, .contact-info-card .card .content-contactus .third-party-btn:hover, .contact-info-card .card .content .third-party-btn:focus, .contact-info-card .card .content-contactus .third-party-btn:focus, .contact-info-card .card .content .third-party-btn:active:focus {
  background: #fafafa;
  color: #414651;
}

/* line 460, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .o-365-text, .user-auth .card .content-contactus .o-365-text, .contact-info-card .card .content .o-365-text, .contact-info-card .card .content-contactus .o-365-text {
  font-size: 1.3rem;
  color: black;
  opacity: 0.5;
}

/* line 465, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .pin-details, .user-auth .card .content-contactus .pin-details, .contact-info-card .card .content .pin-details, .contact-info-card .card .content-contactus .pin-details {
  padding: 10px;
  border: 1px solid rgba(0, 53, 128, 0.2);
  border-radius: 2px;
  background-color: #fdfeff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 10px;
}

/* line 475, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .pin-note, .user-auth .card .content-contactus .pin-note, .contact-info-card .card .content .pin-note, .contact-info-card .card .content-contactus .pin-note {
  background-color: #ffe4b8;
  border-radius: 0px;
  font-size: 12px;
  font-weight: normal;
  color: #4c4c4c;
  padding: 10px;
}

/* line 483, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .btn-disabled, .user-auth .card .content-contactus .btn-disabled, .contact-info-card .card .content .btn-disabled, .contact-info-card .card .content-contactus .btn-disabled {
  height: 40px;
  line-height: 41px;
  background: rgba(230, 230, 230, 0.9);
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold !important;
  padding: 0 18px;
  display: inline-block;
  border: none;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

/* line 497, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .btn-disabled.w-100, .user-auth .card .content-contactus .btn-disabled.w-100, .contact-info-card .card .content .btn-disabled.w-100, .contact-info-card .card .content-contactus .btn-disabled.w-100 {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 503, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .password-error, .user-auth .card .content-contactus .password-error, .contact-info-card .card .content .password-error, .contact-info-card .card .content-contactus .password-error {
  color: red;
  font-size: 11px;
  display: none;
}

/* line 508, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .sign-in-block, .user-auth .card .content-contactus .sign-in-block, .contact-info-card .card .content .sign-in-block, .contact-info-card .card .content-contactus .sign-in-block {
  width: 276px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 508, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content .sign-in-block, .user-auth .card .content-contactus .sign-in-block, .contact-info-card .card .content .sign-in-block, .contact-info-card .card .content-contactus .sign-in-block {
    width: 100%;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 513, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content .sign-in-block.content-width, .user-auth .card .content-contactus .sign-in-block.content-width, .contact-info-card .card .content .sign-in-block.content-width, .contact-info-card .card .content-contactus .sign-in-block.content-width {
    width: 100%;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 513, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content .sign-in-block.content-width, .user-auth .card .content-contactus .sign-in-block.content-width, .contact-info-card .card .content .sign-in-block.content-width, .contact-info-card .card .content-contactus .sign-in-block.content-width {
    width: 249px;
  }
}

/* line 521, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .sign-in-block h1, .user-auth .card .content-contactus .sign-in-block h1, .contact-info-card .card .content .sign-in-block h1, .contact-info-card .card .content-contactus .sign-in-block h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

/* line 526, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content #new_user .show-password-icon, .user-auth .card .content-contactus #new_user .show-password-icon, .user-auth .card .content #new_admin .show-password-icon, .user-auth .card .content-contactus #new_admin .show-password-icon, .user-auth .card .content .edit-email, .user-auth .card .content-contactus .edit-email, .contact-info-card .card .content #new_user .show-password-icon, .contact-info-card .card .content-contactus #new_user .show-password-icon, .contact-info-card .card .content #new_admin .show-password-icon, .contact-info-card .card .content-contactus #new_admin .show-password-icon, .contact-info-card .card .content .edit-email, .contact-info-card .card .content-contactus .edit-email {
  position: relative;
  left: -14px;
  bottom: 32px;
  height: 0;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 526, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content #new_user .show-password-icon, .user-auth .card .content-contactus #new_user .show-password-icon, .user-auth .card .content #new_admin .show-password-icon, .user-auth .card .content-contactus #new_admin .show-password-icon, .user-auth .card .content .edit-email, .user-auth .card .content-contactus .edit-email, .contact-info-card .card .content #new_user .show-password-icon, .contact-info-card .card .content-contactus #new_user .show-password-icon, .contact-info-card .card .content #new_admin .show-password-icon, .contact-info-card .card .content-contactus #new_admin .show-password-icon, .contact-info-card .card .content .edit-email, .contact-info-card .card .content-contactus .edit-email {
    font-size: 11px;
    bottom: 25px;
    left: -5px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 526, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content #new_user .show-password-icon, .user-auth .card .content-contactus #new_user .show-password-icon, .user-auth .card .content #new_admin .show-password-icon, .user-auth .card .content-contactus #new_admin .show-password-icon, .user-auth .card .content .edit-email, .user-auth .card .content-contactus .edit-email, .contact-info-card .card .content #new_user .show-password-icon, .contact-info-card .card .content-contactus #new_user .show-password-icon, .contact-info-card .card .content #new_admin .show-password-icon, .contact-info-card .card .content-contactus #new_admin .show-password-icon, .contact-info-card .card .content .edit-email, .contact-info-card .card .content-contactus .edit-email {
    bottom: 29px;
    left: -5px;
    font-size: 12px;
  }
}

/* line 542, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .pin-blocks, .user-auth .card .content-contactus .pin-blocks, .contact-info-card .card .content .pin-blocks, .contact-info-card .card .content-contactus .pin-blocks {
  width: 285px;
}

/* line 544, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content .pin-blocks input[type=text], .user-auth .card .content-contactus .pin-blocks input[type=text], .user-auth .card .content .pin-blocks input[type=password], .user-auth .card .content-contactus .pin-blocks input[type=password], .contact-info-card .card .content .pin-blocks input[type=text], .contact-info-card .card .content-contactus .pin-blocks input[type=text], .contact-info-card .card .content .pin-blocks input[type=password], .contact-info-card .card .content-contactus .pin-blocks input[type=password] {
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e8e9f1;
  display: inline-block;
  padding: 0;
}

/* line 556, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact .dropdown-toggle, .contact-info-card .card .drop-contact .dropdown-toggle {
  width: 100%;
  /* height: 52px; */
  border-radius: 4px !important;
  background-color: transparent;
  /* border: solid 1px #e8e9f1; */
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a2a2;
  padding-top: 1;
  padding: 0;
  outline: none;
  outline: none;
}

/* line 568, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact .dropdown-toggle p, .contact-info-card .card .drop-contact .dropdown-toggle p {
  display: initial;
  float: right;
  padding: 9px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  border: solid 1px #e8e9f1;
}

/* line 584, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact .dropdown-toggle + .dropdown-menu, .contact-info-card .card .drop-contact .dropdown-toggle + .dropdown-menu {
  font-size: 1.3rem;
}

/* line 588, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact .dropdown-menu-right, .contact-info-card .card .drop-contact .dropdown-menu-right {
  left: 0;
}

/* line 592, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact ul li:hover, .user-auth .card .drop-contact ul li.active, .contact-info-card .card .drop-contact ul li:hover, .contact-info-card .card .drop-contact ul li.active {
  background-color: #f6f9fc;
}

/* line 597, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .btn-default.btn-outline, .contact-info-card .card .btn-default.btn-outline {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 28px;
  background-image: linear-gradient(106deg, #4253b1, #4299e9);
  background: -moz-linear-gradient(106deg, #4253b1, #4299e9);
  background: -webkit-linear-gradient(106deg, #4253b1, #4299e9);
  background: -o-linear-gradient(106deg, #4253b1, #4299e9);
  background: -ms-linear-gradient(106deg, #4253b1, #4299e9);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/* line 611, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .m-t-60, .contact-info-card .card .m-t-60 {
  margin-top: 60px;
}

/* line 614, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
  min-height: 500px !important;
}

/* line 617, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .content-contactus .g-recaptcha, .contact-info-card .card .content-contactus .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 624, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content-contactus .g-recaptcha, .contact-info-card .card .content-contactus .g-recaptcha {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 632, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview-contactus, .contact-info-card .card .logo-preview-contactus {
  width: 300px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 50px;
  min-height: 500px;
  background: #003580;
}

/* line 639, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview-contactus h1, .contact-info-card .card .logo-preview-contactus h1 {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  width: 50%;
}

/* line 653, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview-contactus h1, .user-auth .card .logo-preview-contactus div, .contact-info-card .card .logo-preview-contactus h1, .contact-info-card .card .logo-preview-contactus div {
  color: #ffffff;
}

/* line 657, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .logo-preview-contactus .contact-info-img, .contact-info-card .card .logo-preview-contactus .contact-info-img {
  position: absolute;
  top: -19px;
  right: -120px;
}

/* line 664, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .drop-contact li, .contact-info-card .card .drop-contact li {
  padding: 10px;
  cursor: pointer;
}

/* line 669, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .heading-font, .contact-info-card .card .heading-font {
  opacity: 0.66;
  font-family: Lato;
  font-size: 1rem !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF !important;
}

/* line 681, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .text-area-control, .contact-info-card .card .text-area-control {
  height: 146px !important;
  padding-top: 10px;
}

/* line 685, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .w-100, .contact-info-card .card .w-100 {
  width: 100%;
}

/* line 688, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .card .d-in, .contact-info-card .card .d-in {
  display: inline-block;
}

/* line 692, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .row-img, .contact-info-card .row-img {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
}

/* line 698, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .column-img, .contact-info-card .column-img {
  -ms-flex: 25%;
  /* IE10 */
  max-width: 100%;
}

/* line 701, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .column-img > div, .contact-info-card .column-img > div {
  width: 26%;
  float: left;
}

/* line 706, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .column-img img, .contact-info-card .column-img img {
  margin-top: 8px;
  vertical-align: middle;
  text-align: left;
  float: left;
}

/* line 714, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .list-unstyled .db, .contact-info-card .list-unstyled .db {
  display: block;
}

/* line 719, app/assets/stylesheets/main/_user_sign_in.scss */
#signup-container.user-auth .logo-preview, #signup-container.user-auth .card .logo-preview-contactus, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus, #signup-container.contact-info-card .logo-preview, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus, #signup-container.contact-info-card .card .logo-preview-contactus {
  max-height: 700px;
  min-height: 550px;
}

/* line 723, app/assets/stylesheets/main/_user_sign_in.scss */
#signup-container.user-auth .accept-terms label, #signup-container.contact-info-card .accept-terms label {
  display: inline;
}

/* line 726, app/assets/stylesheets/main/_user_sign_in.scss */
#signup-container.user-auth #termsError, #signup-container.contact-info-card #termsError {
  display: inline;
}

/* line 731, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .o365-thank-you-container, .contact-info-card .o365-thank-you-container {
  padding: 40px 20px 0;
  background-color: #fff;
}

/* line 734, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .o365-thank-you-container h1, .contact-info-card .o365-thank-you-container h1 {
  text-align: center;
  font-size: 3.6rem;
  color: #323232;
}

/* line 739, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .o365-thank-you-container .subtitle, .contact-info-card .o365-thank-you-container .subtitle {
  color: #727272;
  text-align: center;
  font-size: 1.3rem;
  margin: auto auto 30px;
  width: 70%;
}

/* line 748, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container, .contact-info-card .thank-you-container {
  margin-top: 40px;
  background-color: #f6f9fc;
  position: relative;
}

/* line 754, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .thank-you-msg-with-email .card, .contact-info-card .thank-you-container .thank-you-msg-with-email .card {
  min-height: auto !important;
  box-shadow: 0 2px 12px 0 #d9e4ef;
  background-color: #ffffff;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #404040;
}

/* line 764, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container h1, .contact-info-card .thank-you-container h1 {
  font-family: Oxygen;
  font-size: 32px;
  font-weight: normal;
  color: #404040;
}

/* line 771, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .subtitle, .contact-info-card .thank-you-container .subtitle {
  opacity: 0.8;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #404040;
}

/* line 779, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container hr, .contact-info-card .thank-you-container hr {
  width: 70%;
  opacity: 0.25;
  border: solid 0.5px #003580;
}

/* line 785, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container a, .contact-info-card .thank-you-container a {
  opacity: 0.8;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}

/* line 793, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator, .contact-info-card .thank-you-container .step-indicator {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 801, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator .step, .contact-info-card .thank-you-container .step-indicator .step {
  float: left;
  width: 33.3333%;
  position: relative;
}

/* line 806, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator .step:before, .contact-info-card .thank-you-container .step-indicator .step:before {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  color: #3f51b7;
  display: block;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 1px solid #3f51b7;
  position: relative;
  top: -20px;
}

/* line 821, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator .step.one:before, .contact-info-card .thank-you-container .step-indicator .step.one:before {
  content: '1';
}

/* line 824, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator .step.two:before, .contact-info-card .thank-you-container .step-indicator .step.two:before {
  content: '2';
  margin-left: 15px;
}

/* line 828, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .step-indicator .step.three:before, .contact-info-card .thank-you-container .step-indicator .step.three:before {
  content: '3';
  margin-left: 25px;
}

/* line 837, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .desc-list dl, .contact-info-card .thank-you-container .desc-list dl {
  float: left;
  width: 33.3333%;
  position: relative;
  min-height: 180px;
}

/* line 844, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .desc-list dl dt, .contact-info-card .thank-you-container .desc-list dl dt {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #323232;
}

/* line 851, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .desc-list dl dd, .contact-info-card .thank-you-container .desc-list dl dd {
  font-size: 13px;
  color: #727272;
}

/* line 855, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .desc-list dl dt, .user-auth .thank-you-container .desc-list dl dd, .contact-info-card .thank-you-container .desc-list dl dt, .contact-info-card .thank-you-container .desc-list dl dd {
  padding: 0 24px;
}

/* line 861, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .block-btn, .contact-info-card .thank-you-container .block-btn {
  font-size: 1.2rem !important;
  padding: 5px 10px;
  margin-top: 25px;
  position: absolute;
  bottom: 0;
}

/* line 869, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .card-footer, .contact-info-card .thank-you-container .card-footer {
  padding: 20px;
  background: #003580;
  margin-top: 20px;
  color: #ffffff;
}

/* line 875, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .card-footer h4, .contact-info-card .thank-you-container .card-footer h4 {
  color: #ffffff;
  letter-spacing: 0.16px;
  font-weight: 400;
}

/* line 882, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .card-footer .btn-outline, .contact-info-card .thank-you-container .card-footer .btn-outline {
  padding: 6px 10px;
  font-weight: 400;
  font-size: 1.4rem;
}

/* line 888, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .thank-you-container .card-footer.negate-padding, .contact-info-card .thank-you-container .card-footer.negate-padding {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 894, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth .user-auth, .user-auth .b-grey, .contact-info-card .user-auth, .contact-info-card .b-grey {
  background-color: #f6f9fc !important;
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 900, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .content, .contact-info-card .card .content-contactus {
    margin-left: 0 !important;
  }
  /* line 905, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .desc-list dl, .contact-info-card .thank-you-container .desc-list dl {
    width: 100%;
  }
}

/*Aligning The steps for mobile devices making it position absolute for mobile devices  and tabs only */
@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 918, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator, .contact-info-card .thank-you-container .step-indicator {
    border-bottom-style: none !important;
  }
  /* line 920, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator .step, .contact-info-card .thank-you-container .step-indicator .step {
    position: absolute !important;
  }
  /* line 922, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator .step:before, .contact-info-card .thank-you-container .step-indicator .step:before {
    width: 34px !important;
    line-height: 36px !important;
  }
  /* line 926, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator .step.one:before, .contact-info-card .thank-you-container .step-indicator .step.one:before {
    right: 37px !important;
    content: "1" !important;
  }
  /* line 931, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator .step.two:before, .contact-info-card .thank-you-container .step-indicator .step.two:before {
    margin: 0 !important;
    top: 12em !important;
    right: 37px !important;
  }
  /* line 936, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .thank-you-container .step-indicator .step.three:before, .contact-info-card .thank-you-container .step-indicator .step.three:before {
    top: 25.6em !important;
    right: 62px !important;
  }
  /* line 943, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .clients-list li, .contact-info-card .clients-list li {
    margin-left: -38px !important;
    width: auto !important;
  }
}

/* line 951, app/assets/stylesheets/main/_user_sign_in.scss */
.set-width-signup {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 956, app/assets/stylesheets/main/_user_sign_in.scss */
  .set-width-signup {
    width: 100%;
    margin: 0 auto;
  }
  /* line 960, app/assets/stylesheets/main/_user_sign_in.scss */
  .logo-preview, .user-auth .card .logo-preview-contactus, .contact-info-card .card .logo-preview-contactus, .content, .user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
    width: 100% !important;
  }
  /* line 963, app/assets/stylesheets/main/_user_sign_in.scss */
  .column-img {
    width: 100% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 968, app/assets/stylesheets/main/_user_sign_in.scss */
  .set-width-signup {
    width: 100%;
    margin: 0 auto;
  }
  /* line 972, app/assets/stylesheets/main/_user_sign_in.scss */
  .content, .user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
    padding: 40px 23px 20px;
  }
  /* line 976, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .logo-preview, .user-auth .card .logo-preview-contactus, .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .logo-preview, .contact-info-card .card .logo-preview-contactus, .contact-info-card .content, .contact-info-card .card .content-contactus {
    float: left !important;
  }
  /*.user-auth {
        min-height: 600px !important;
    }*/
  /* line 983, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .card .content .links, .user-auth .card .content-contactus .links {
    position: relative !important;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  /* line 992, app/assets/stylesheets/main/_user_sign_in.scss */
  .logo-preview-contactus {
    min-height: 728px !important;
  }
  /* line 996, app/assets/stylesheets/main/_user_sign_in.scss */
  .user-auth .logo-preview, .user-auth .card .logo-preview-contactus, .contact-info-card .card .user-auth .logo-preview-contactus, .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .card .user-auth .content-contactus {
    float: left !important;
    min-height: 610px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  /* line 1003, app/assets/stylesheets/main/_user_sign_in.scss */
  .logo-preview-contactus {
    min-height: 522px !important;
  }
}

/* line 1009, app/assets/stylesheets/main/_user_sign_in.scss */
#twofa-container .link {
  color: #003580 !important;
  outline: none;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
}

/* line 1017, app/assets/stylesheets/main/_user_sign_in.scss */
#twofa-container .links {
  position: relative;
  left: 0;
  right: 0;
}

/* line 1022, app/assets/stylesheets/main/_user_sign_in.scss */
#twofa-container .d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 1029, app/assets/stylesheets/main/_user_sign_in.scss */
#twofa-container .content, #twofa-container .user-auth .card .content-contactus, .user-auth .card #twofa-container .content-contactus, #twofa-container .contact-info-card .card .content-contactus, .contact-info-card .card #twofa-container .content-contactus {
  padding: 40px 40px !important;
  margin-left: 0 !important;
}

/* line 1036, app/assets/stylesheets/main/_user_sign_in.scss */
#qr-form .pv-follow {
  list-style-type: decimal;
}

/* line 1039, app/assets/stylesheets/main/_user_sign_in.scss */
#qr-form div.qr-container {
  margin: 30px 0px 30px 0px;
  float: left;
  border: 1px solid #ababab;
  padding: 15px;
}

/* line 1047, app/assets/stylesheets/main/_user_sign_in.scss */
.link {
  color: #003580 !important;
  outline: none;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
}

/* line 1056, app/assets/stylesheets/main/_user_sign_in.scss */
.token-code-position {
  top: 80px;
}

/* line 1061, app/assets/stylesheets/main/_user_sign_in.scss */
.white-label .card .content, .white-label .user-auth .card .content-contactus, .user-auth .white-label .card .content-contactus, .white-label .contact-info-card .card .content-contactus, .contact-info-card .white-label .card .content-contactus {
  margin-left: 0px;
}

/* line 1067, app/assets/stylesheets/main/_user_sign_in.scss */
.white-label .sign-in-container h1, .white-label .sign-in-container .sign-in-text, .white-label .sign-in-container .alert {
  text-align: center;
}

/* line 1072, app/assets/stylesheets/main/_user_sign_in.scss */
.contact-info-card {
  padding-top: 125px;
}

/* line 1076, app/assets/stylesheets/main/_user_sign_in.scss */
.register-email {
  height: 100% !important;
  background-color: #f6f9fc !important;
}

/* line 1082, app/assets/stylesheets/main/_user_sign_in.scss */
.set-padding .content, .set-padding .user-auth .card .content-contactus, .user-auth .card .set-padding .content-contactus, .set-padding .contact-info-card .card .content-contactus, .contact-info-card .card .set-padding .content-contactus {
  padding: 40px 30px;
}

/* line 1086, app/assets/stylesheets/main/_user_sign_in.scss */
.set-padding .subdomain-signin .sign-in-block {
  width: 100% !important;
}

/* line 1093, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth.ad-sso-sign-in .org-logo-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1098, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth.ad-sso-sign-in .org-logo-title-wrapper .image-logo {
  max-width: 70px;
}

/* line 1102, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth.ad-sso-sign-in .form-group.password-field {
  position: relative;
}

/* line 1104, app/assets/stylesheets/main/_user_sign_in.scss */
.user-auth.ad-sso-sign-in .form-group.password-field .zmdi {
  position: absolute;
  top: 12px;
  right: 12px;
}

/* line 1112, app/assets/stylesheets/main/_user_sign_in.scss */
.padding-left-95 {
  padding-left: 95px !important;
}

/* line 1116, app/assets/stylesheets/main/_user_sign_in.scss */
.padding-left-83 {
  padding-left: 83px !important;
}

/**
 * Font smoothing styles
 */
/*
 * Generate Margin Class
 * margin, margin-top, margin-bottom, margin-left, margin-right for Landing pages only
 */
/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-0 {
  margin: 0px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-0 {
  margin-left: 0px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-0 {
  margin-right: 0px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-5 {
  margin: 5px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-5 {
  margin-top: 5px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-5 {
  margin-bottom: 5px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-5 {
  margin-left: 5px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-5 {
  margin-right: 5px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-10 {
  margin: 10px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-10 {
  margin-top: 10px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-10 {
  margin-bottom: 10px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-10 {
  margin-left: 10px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-10 {
  margin-right: 10px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-15 {
  margin: 15px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-15 {
  margin-top: 15px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-15 {
  margin-bottom: 15px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-15 {
  margin-left: 15px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-15 {
  margin-right: 15px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-20 {
  margin: 20px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-20 {
  margin-top: 20px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-20 {
  margin-bottom: 20px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-20 {
  margin-left: 20px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-20 {
  margin-right: 20px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-25 {
  margin: 25px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-25 {
  margin-top: 25px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-25 {
  margin-bottom: 25px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-25 {
  margin-left: 25px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-25 {
  margin-right: 25px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-30 {
  margin: 30px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-30 {
  margin-top: 30px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-30 {
  margin-bottom: 30px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-30 {
  margin-left: 30px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-30 {
  margin-right: 30px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-35 {
  margin: 35px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-35 {
  margin-top: 35px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-35 {
  margin-bottom: 35px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-35 {
  margin-left: 35px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-35 {
  margin-right: 35px !important;
}

/* line 42, app/assets/stylesheets/main/_mixins.scss */
.m-40 {
  margin: 40px !important;
}

/* line 46, app/assets/stylesheets/main/_mixins.scss */
.m-t-40 {
  margin-top: 40px !important;
}

/* line 50, app/assets/stylesheets/main/_mixins.scss */
.m-b-40 {
  margin-bottom: 40px !important;
}

/* line 54, app/assets/stylesheets/main/_mixins.scss */
.m-l-40 {
  margin-left: 40px !important;
}

/* line 58, app/assets/stylesheets/main/_mixins.scss */
.m-r-40 {
  margin-right: 40px !important;
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-0 {
    margin: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-5 {
    margin: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-10 {
    margin: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-15 {
    margin: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-20 {
    margin: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-25 {
    margin: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-30 {
    margin: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-35 {
    margin: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 768) and (max-width: 992px) {
  /* line 72, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-40 {
    margin: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 78, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-t-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  /* line 84, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-b-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 90, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-l-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 96, app/assets/stylesheets/main/_mixins.scss */
  .sm-m-r-40 {
    margin-right: 40px !important;
  }
}

/*Padding Only for Extra Small Devices*/
@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-0 {
    margin: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-0 {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-0 {
    margin-right: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-5 {
    margin: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-5 {
    margin-top: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-5 {
    margin-bottom: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-5 {
    margin-left: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-5 {
    margin-right: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-10 {
    margin: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-10 {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-10 {
    margin-right: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-15 {
    margin: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-15 {
    margin-top: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-15 {
    margin-bottom: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-15 {
    margin-left: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-15 {
    margin-right: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-20 {
    margin: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-20 {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-20 {
    margin-right: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-25 {
    margin: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-25 {
    margin-top: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-25 {
    margin-bottom: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-25 {
    margin-left: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-25 {
    margin-right: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-30 {
    margin: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-30 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-30 {
    margin-right: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-35 {
    margin: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-35 {
    margin-top: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-35 {
    margin-bottom: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-35 {
    margin-left: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-35 {
    margin-right: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-40 {
    margin: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-40 {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-40 {
    margin-right: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-45 {
    margin: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-45 {
    margin-top: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-45 {
    margin-bottom: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-45 {
    margin-left: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-45 {
    margin-right: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-50 {
    margin: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-50 {
    margin-bottom: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-50 {
    margin-right: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-55 {
    margin: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-55 {
    margin-top: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-55 {
    margin-bottom: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-55 {
    margin-left: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-55 {
    margin-right: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-60 {
    margin: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-60 {
    margin-bottom: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-60 {
    margin-right: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-65 {
    margin: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-65 {
    margin-top: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-65 {
    margin-bottom: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-65 {
    margin-left: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-65 {
    margin-right: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-70 {
    margin: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-70 {
    margin-bottom: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-70 {
    margin-right: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-75 {
    margin: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-75 {
    margin-top: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-75 {
    margin-bottom: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-75 {
    margin-left: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-75 {
    margin-right: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-80 {
    margin: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-80 {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-80 {
    margin-right: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-85 {
    margin: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-85 {
    margin-top: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-85 {
    margin-bottom: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-85 {
    margin-left: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-85 {
    margin-right: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-90 {
    margin: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-90 {
    margin-bottom: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-90 {
    margin-right: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-95 {
    margin: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-95 {
    margin-top: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-95 {
    margin-bottom: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-95 {
    margin-left: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-95 {
    margin-right: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 114, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-100 {
    margin: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 120, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-t-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 126, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-b-100 {
    margin-bottom: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 132, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-l-100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 138, app/assets/stylesheets/main/_mixins.scss */
  .xs-m-r-100 {
    margin-right: 100px !important;
  }
}

/*
 * Generate Padding Class
 * padding, padding-top, padding-bottom, padding-left, padding-right
 */
/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-0 {
  padding: 0px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-0 {
  padding-top: 0px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-0 {
  padding-bottom: 0px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-0 {
  padding-left: 0px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-0 {
  padding-right: 0px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-5 {
  padding: 5px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-5 {
  padding-top: 5px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-5 {
  padding-bottom: 5px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-5 {
  padding-left: 5px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-5 {
  padding-right: 5px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-10 {
  padding: 10px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-10 {
  padding-top: 10px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-10 {
  padding-bottom: 10px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-10 {
  padding-left: 10px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-10 {
  padding-right: 10px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-15 {
  padding: 15px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-15 {
  padding-top: 15px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-15 {
  padding-bottom: 15px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-15 {
  padding-left: 15px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-15 {
  padding-right: 15px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-20 {
  padding: 20px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-20 {
  padding-top: 20px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-20 {
  padding-bottom: 20px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-20 {
  padding-left: 20px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-20 {
  padding-right: 20px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-25 {
  padding: 25px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-25 {
  padding-top: 25px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-25 {
  padding-bottom: 25px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-25 {
  padding-left: 25px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-25 {
  padding-right: 25px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-30 {
  padding: 30px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-30 {
  padding-top: 30px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-30 {
  padding-bottom: 30px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-30 {
  padding-left: 30px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-30 {
  padding-right: 30px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-35 {
  padding: 35px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-35 {
  padding-top: 35px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-35 {
  padding-bottom: 35px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-35 {
  padding-left: 35px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-35 {
  padding-right: 35px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-40 {
  padding: 40px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-40 {
  padding-top: 40px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-40 {
  padding-bottom: 40px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-40 {
  padding-left: 40px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-40 {
  padding-right: 40px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-45 {
  padding: 45px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-45 {
  padding-top: 45px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-45 {
  padding-bottom: 45px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-45 {
  padding-left: 45px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-45 {
  padding-right: 45px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-50 {
  padding: 50px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-50 {
  padding-top: 50px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-50 {
  padding-bottom: 50px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-50 {
  padding-left: 50px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-50 {
  padding-right: 50px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-55 {
  padding: 55px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-55 {
  padding-top: 55px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-55 {
  padding-bottom: 55px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-55 {
  padding-left: 55px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-55 {
  padding-right: 55px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-60 {
  padding: 60px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-60 {
  padding-top: 60px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-60 {
  padding-bottom: 60px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-60 {
  padding-left: 60px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-60 {
  padding-right: 60px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-65 {
  padding: 65px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-65 {
  padding-top: 65px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-65 {
  padding-bottom: 65px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-65 {
  padding-left: 65px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-65 {
  padding-right: 65px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-70 {
  padding: 70px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-70 {
  padding-top: 70px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-70 {
  padding-bottom: 70px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-70 {
  padding-left: 70px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-70 {
  padding-right: 70px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-75 {
  padding: 75px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-75 {
  padding-top: 75px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-75 {
  padding-bottom: 75px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-75 {
  padding-left: 75px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-75 {
  padding-right: 75px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-80 {
  padding: 80px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-80 {
  padding-top: 80px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-80 {
  padding-bottom: 80px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-80 {
  padding-left: 80px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-80 {
  padding-right: 80px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-85 {
  padding: 85px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-85 {
  padding-top: 85px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-85 {
  padding-bottom: 85px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-85 {
  padding-left: 85px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-85 {
  padding-right: 85px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-90 {
  padding: 90px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-90 {
  padding-top: 90px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-90 {
  padding-bottom: 90px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-90 {
  padding-left: 90px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-90 {
  padding-right: 90px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-95 {
  padding: 95px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-95 {
  padding-top: 95px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-95 {
  padding-bottom: 95px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-95 {
  padding-left: 95px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-95 {
  padding-right: 95px !important;
}

/* line 159, app/assets/stylesheets/main/_mixins.scss */
.p-100 {
  padding: 100px !important;
}

/* line 163, app/assets/stylesheets/main/_mixins.scss */
.p-t-100 {
  padding-top: 100px !important;
}

/* line 167, app/assets/stylesheets/main/_mixins.scss */
.p-b-100 {
  padding-bottom: 100px !important;
}

/* line 171, app/assets/stylesheets/main/_mixins.scss */
.p-l-100 {
  padding-left: 100px !important;
}

/* line 175, app/assets/stylesheets/main/_mixins.scss */
.p-r-100 {
  padding-right: 100px !important;
}

/*Padding Only for Extra Small Devices*/
@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-0 {
    padding: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-5 {
    padding: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-10 {
    padding: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-15 {
    padding: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-20 {
    padding: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-25 {
    padding: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-30 {
    padding: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-35 {
    padding: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-40 {
    padding: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-45 {
    padding: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-50 {
    padding: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-55 {
    padding: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-60 {
    padding: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-65 {
    padding: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-70 {
    padding: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-75 {
    padding: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-80 {
    padding: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-85 {
    padding: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-90 {
    padding: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-95 {
    padding: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 191, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-100 {
    padding: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 197, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 203, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-b-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 209, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-l-100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 215, app/assets/stylesheets/main/_mixins.scss */
  .xs-p-r-100 {
    padding-right: 100px !important;
  }
}

/*Padding Only for Small Devices*/
@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-0 {
    padding: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-0 {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-0 {
    padding-right: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-5 {
    padding: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-5 {
    padding-left: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-5 {
    padding-right: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-10 {
    padding: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-10 {
    padding-left: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-10 {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-15 {
    padding: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-15 {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-15 {
    padding-right: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-20 {
    padding: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-20 {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-20 {
    padding-right: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-25 {
    padding: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-25 {
    padding-left: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-25 {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-30 {
    padding: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-30 {
    padding-left: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-30 {
    padding-right: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-35 {
    padding: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-35 {
    padding-left: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-35 {
    padding-right: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-40 {
    padding: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-40 {
    padding-right: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-45 {
    padding: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-45 {
    padding-left: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-45 {
    padding-right: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-50 {
    padding: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-50 {
    padding-left: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-50 {
    padding-right: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-55 {
    padding: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-55 {
    padding-left: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-55 {
    padding-right: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-60 {
    padding: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-60 {
    padding-right: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-65 {
    padding: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-65 {
    padding-left: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-65 {
    padding-right: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-70 {
    padding: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-70 {
    padding-left: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-70 {
    padding-right: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-75 {
    padding: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-75 {
    padding-left: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-75 {
    padding-right: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-80 {
    padding: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-80 {
    padding-left: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-80 {
    padding-right: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-85 {
    padding: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-85 {
    padding-left: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-85 {
    padding-right: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-90 {
    padding: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-90 {
    padding-left: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-90 {
    padding-right: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-95 {
    padding: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-95 {
    padding-left: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-95 {
    padding-right: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 233, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-100 {
    padding: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 239, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-t-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 245, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-b-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 251, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-l-100 {
    padding-left: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 257, app/assets/stylesheets/main/_mixins.scss */
  .sm-p-r-100 {
    padding-right: 100px !important;
  }
}

/* line 271, app/assets/stylesheets/main/_mixins.scss */
.di-block {
  display: inline-block;
}

/* line 272, app/assets/stylesheets/main/_mixins.scss */
.d-block {
  display: block;
}

/*
 * Font Weight
 */
/* line 283, app/assets/stylesheets/main/_mixins.scss */
.f-500 {
  font-weight: 500 !important;
}

/* line 284, app/assets/stylesheets/main/_mixins.scss */
.f-400 {
  font-weight: 400 !important;
}

/* line 285, app/assets/stylesheets/main/_mixins.scss */
.f-700 {
  font-weight: 700 !important;
}

/*
 * Generates multiple backgrounds
 *
 * @param backgrounds {list}
 *
 * @example
 *   .selector {
 *     @include x-multiple-backgrounds(
 *       rgba(0, 0, 0, 0.3),
 *       url(//onpremise.mobilock.in/../img/html5_logo.png) top right no-repeat,
 *       (linear-gradient, to bottom, #aaa, #ddd)
 *     );
 *   }
 */
/**
 * Home Page Styles
 */
/* line 5, app/assets/stylesheets/main/_home.scss */
body.fixed-header {
  padding-top: 68px !important;
}

@media screen and (max-width: 1023px) {
  /* line 5, app/assets/stylesheets/main/_home.scss */
  body.fixed-header {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, app/assets/stylesheets/main/_home.scss */
  .pad-t-0 {
    padding-top: 0 !important;
  }
  /* line 20, app/assets/stylesheets/main/_home.scss */
  .pad-l-0 {
    padding-left: 0 !important;
  }
  /* line 23, app/assets/stylesheets/main/_home.scss */
  .pad-r-15 {
    padding-right: 15px !important;
  }
  /* line 26, app/assets/stylesheets/main/_home.scss */
  .pad-l-15 {
    padding-left: 15px !important;
  }
  /* line 29, app/assets/stylesheets/main/_home.scss */
  .mar-b-20 {
    margin-top: 20px;
  }
  /* line 32, app/assets/stylesheets/main/_home.scss */
  .mar-t-0 {
    margin-top: 0 !important;
  }
  /* line 35, app/assets/stylesheets/main/_home.scss */
  .mar-l-0 {
    margin-left: 0 !important;
  }
  /* line 38, app/assets/stylesheets/main/_home.scss */
  .mar-b-0 {
    margin-bottom: 0 !important;
  }
  /* line 41, app/assets/stylesheets/main/_home.scss */
  .no-float-xs {
    float: none !important;
  }
}

/* line 47, app/assets/stylesheets/main/_home.scss */
a {
  color: #003580;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/main/_home.scss */
a.uppercase {
  text-transform: uppercase;
}

/* line 53, app/assets/stylesheets/main/_home.scss */
a:hover, a:visited, a:focus {
  color: #003580;
  outline: none;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/main/_home.scss */
a.underline-text:hover, a.underline-text:visited, a.underline-text:focus {
  text-decoration: underline;
}

/* line 62, app/assets/stylesheets/main/_home.scss */
.svg-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
}

/* line 67, app/assets/stylesheets/main/_home.scss */
.w-50 {
  width: 50%;
}

/* line 70, app/assets/stylesheets/main/_home.scss */
.color-ex-light {
  color: rgba(0, 0, 0, 0.3);
}

/* line 74, app/assets/stylesheets/main/_home.scss */
.f-oxygen {
  font-family: oxygen,sans-serif;
}

/* line 77, app/assets/stylesheets/main/_home.scss */
.underline-text {
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/main/_home.scss */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 84, app/assets/stylesheets/main/_home.scss */
.d-flex-dynamic {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 94, app/assets/stylesheets/main/_home.scss */
.d-flex-dynamic.push-to-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 101, app/assets/stylesheets/main/_home.scss */
  .d-flex-dynamic {
    display: block !important;
  }
}

/* line 105, app/assets/stylesheets/main/_home.scss */
.d-flex-only {
  display: flex;
}

/* line 108, app/assets/stylesheets/main/_home.scss */
.d-in-flex {
  display: inline-flex;
}

/* line 111, app/assets/stylesheets/main/_home.scss */
p.content-light {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.75);
}

/* line 117, app/assets/stylesheets/main/_home.scss */
p.content-white-light {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

/* line 123, app/assets/stylesheets/main/_home.scss */
.gradient-text {
  background: linear-gradient(129deg, #4299e9, #4253b1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #0000 !important;
}

@media screen and (max-width: 1023px) {
  /* line 130, app/assets/stylesheets/main/_home.scss */
  .home-wrapper {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  /* line 135, app/assets/stylesheets/main/_home.scss */
  .xs-text-center {
    text-align: center !important;
  }
  /* line 138, app/assets/stylesheets/main/_home.scss */
  .pad-t-20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 143, app/assets/stylesheets/main/_home.scss */
  .sm-text-center {
    text-align: center;
  }
}

/* line 147, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) {
  /*font-weight: 500;*/
}

/* line 150, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .feedback-container .carousel-inner .item {
  height: 249px !important;
}

@media screen and (max-width: 767px) {
  /* line 150, app/assets/stylesheets/main/_home.scss */
  .home-wrapper *:not(.zmdi) .feedback-container .carousel-inner .item {
    height: auto !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 150, app/assets/stylesheets/main/_home.scss */
  .home-wrapper *:not(.zmdi) .feedback-container .carousel-inner .item {
    height: 280px !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 150, app/assets/stylesheets/main/_home.scss */
  .home-wrapper *:not(.zmdi) .feedback-container .carousel-inner .item {
    height: 290px !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
  /* line 150, app/assets/stylesheets/main/_home.scss */
  .home-wrapper *:not(.zmdi) .feedback-container .carousel-inner .item {
    height: 400px !important;
  }
}

/* line 170, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) h1:not(.main-content-text), .home-wrapper *:not(.zmdi) h2, .home-wrapper *:not(.zmdi) h3 {
  /*font-weight: bold !important;*/
  color: rgba(0, 0, 0, 0.8) !important;
  font-family: oxygen,sans-serif;
}

/* line 174, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) h1.title.white:not(.main-content-text), .home-wrapper *:not(.zmdi) h2.title.white, .home-wrapper *:not(.zmdi) h3.title.white {
  color: white !important;
}

/* line 178, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .c-white {
  color: white !important;
}

/* line 181, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .d-in {
  display: inline-block;
}

/* line 185, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .content-text {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

/* line 191, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .read-section a, .home-wrapper *:not(.zmdi) .show-more a {
  display: inline-block;
}

/* line 193, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .read-section a i, .home-wrapper *:not(.zmdi) .read-section a span, .home-wrapper *:not(.zmdi) .show-more a i, .home-wrapper *:not(.zmdi) .show-more a span {
  color: inherit;
}

/* line 197, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .read-section .show-arrow, .home-wrapper *:not(.zmdi) .show-more .show-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-width: 1px;
  border: linear-gradient(129deg, #4299e9, #4253b1);
  border-style: solid;
  text-align: center;
  border-image-width: 1px;
  border-image-outset: 1px;
  padding-top: 5px;
}

/* line 208, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .read-section .show-arrow i, .home-wrapper *:not(.zmdi) .show-more .show-arrow i {
  padding-top: 10px;
}

/* line 213, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .mdm-wrap-section {
  word-wrap: break-word;
}

/* line 216, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-11 {
  font-size: 1.1rem !important;
}

/* line 219, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-13 {
  font-size: 1.3rem !important;
}

/* line 222, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-15 {
  font-size: 1.5rem !important;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-16 {
  font-size: 1.6rem !important;
}

/* line 229, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-18 {
  font-size: 1.8rem !important;
}

/* line 232, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-20 {
  font-size: 20px !important;
}

/* line 235, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .f-28 {
  font-size: 2.8rem !important;
  line-height: 32px;
}

/* line 239, app/assets/stylesheets/main/_home.scss */
.home-wrapper *:not(.zmdi) .color-blue {
  color: #2946e1;
}

/* line 243, app/assets/stylesheets/main/_home.scss */
.m-t-100 {
  margin-top: 100px;
}

/* line 247, app/assets/stylesheets/main/_home.scss */
.hero-main {
  padding: 200px 0 70px 0;
  /*background-image: linear-gradient(116deg, rgb(41, 69, 225), rgb(91, 216, 233));*/
  background: #003580;
}

/* line 253, app/assets/stylesheets/main/_home.scss */
.hero-main p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 500;
  margin: 30px 0;
}

/* line 259, app/assets/stylesheets/main/_home.scss */
.hero-main p.unlimited-info {
  margin-bottom: 10px;
}

/* line 264, app/assets/stylesheets/main/_home.scss */
.hero-main .offer-title {
  background-color: #ffffff;
  color: #707070;
  padding: 15px;
  font-size: 1.6rem;
  border-radius: 6px 6px 0px 0px;
  font-weight: 700;
}

/* line 271, app/assets/stylesheets/main/_home.scss */
.hero-main .offer-title .discount-text {
  font-size: 2.2rem;
  color: #ff7384;
  font-weight: 700;
}

/* line 276, app/assets/stylesheets/main/_home.scss */
.hero-main .offer-title .down-arrow {
  position: relative;
  left: 40px;
}

/* line 282, app/assets/stylesheets/main/_home.scss */
.hero-main .christmas-offer:after {
  content: "";
  display: block;
  height: 20px;
  position: relative;
  bottom: 8px;
  background-image: url(//onpremise.mobilock.in/home-assets/icy_curve_1.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}

/* line 294, app/assets/stylesheets/main/_home.scss */
.clients-list {
  display: inline-block;
}

/* line 296, app/assets/stylesheets/main/_home.scss */
.clients-list li {
  float: left;
  list-style-type: none !important;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  /* line 296, app/assets/stylesheets/main/_home.scss */
  .clients-list li {
    float: none;
    display: inline-block;
  }
}

/* line 307, app/assets/stylesheets/main/_home.scss */
.list-style {
  list-style-type: none;
}

/* line 311, app/assets/stylesheets/main/_home.scss */
.partners-list li {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  /* line 310, app/assets/stylesheets/main/_home.scss */
  .partners-list {
    text-align: center;
  }
  /* line 321, app/assets/stylesheets/main/_home.scss */
  .partners-list li {
    width: auto;
    margin: 10px 40px;
  }
}

/* line 327, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock {
  margin-bottom: 140px;
}

/* line 329, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .content, .all-about-mobilock .user-auth .card .content-contactus, .user-auth .card .all-about-mobilock .content-contactus, .all-about-mobilock .contact-info-card .card .content-contactus, .contact-info-card .card .all-about-mobilock .content-contactus {
  padding: 145px 0;
}

/* line 331, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .content h1, .all-about-mobilock .user-auth .card .content-contactus h1, .user-auth .card .all-about-mobilock .content-contactus h1, .all-about-mobilock .contact-info-card .card .content-contactus h1, .contact-info-card .card .all-about-mobilock .content-contactus h1 {
  margin-bottom: 75px;
}

/* line 334, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .content p, .all-about-mobilock .user-auth .card .content-contactus p, .user-auth .card .all-about-mobilock .content-contactus p, .all-about-mobilock .contact-info-card .card .content-contactus p, .contact-info-card .card .all-about-mobilock .content-contactus p {
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 339, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .row {
  position: relative;
}

/* line 342, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .all-about-img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 20px 0 0;
}

/* line 348, app/assets/stylesheets/main/_home.scss */
.all-about-mobilock .all-about-img-wrapper .all-about-img {
  background-image: url(//onpremise.mobilock.in/home-assets/Devices.png);
  width: 84%;
  height: 96%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 348, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock .all-about-img-wrapper .all-about-img {
    background-image: url(//onpremise.mobilock.in/home-assets/Devices.png);
    background-size: 761px 764px;
  }
}

/* line 359, app/assets/stylesheets/main/_home.scss */
.our-products-wrapper {
  margin-bottom: 140px;
}

/* line 361, app/assets/stylesheets/main/_home.scss */
.our-products-wrapper h1.title {
  position: relative;
  padding-left: 70px;
  /*font-family: 'Open Sans', sans-serif;*/
}

/* line 365, app/assets/stylesheets/main/_home.scss */
.our-products-wrapper h1.title span.android-device-img {
  position: absolute;
  left: -5px;
  top: 0px;
  background: url(//onpremise.mobilock.in/home-assets/kiosk_icon_main.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}

/* line 375, app/assets/stylesheets/main/_home.scss */
.our-products-wrapper .our-products-img {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(//onpremise.mobilock.in/home-assets/mobile-kiosk.png) no-repeat;
  margin-top: -50px;
}

/* line 385, app/assets/stylesheets/main/_home.scss */
.device-management-wrapper .device-management-img {
  height: 365px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(//onpremise.mobilock.in/home-assets/dashboards.png) no-repeat;
  background-position: center center;
}

/* line 394, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper {
  text-align: left;
}

/* line 396, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper .image-container {
  width: 80px;
  display: inline-block;
  margin-right: 15px;
}

/* line 401, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper .title-container {
  width: calc(100% - 105px);
  display: inline-block;
  vertical-align: middle;
}

/* line 405, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper .title-container.v-align-top {
  vertical-align: top;
}

/* line 410, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper.small .image-container {
  width: 24px;
}

/* line 412, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper.small .image-container img {
  max-height: 24px;
}

/* line 416, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper.small .title-container {
  width: calc(100% - 50px);
}

/* line 418, app/assets/stylesheets/main/_home.scss */
.img-title-wrapper.small .title-container.fixed-height {
  min-height: 50px;
}

@media screen and (max-width: 600px) {
  /* line 425, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper:not(.small) .image-container {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  /* line 430, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper:not(.small) .title-container {
    width: 100%;
    float: none;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  /* line 438, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper.slider-img-title {
    margin-bottom: 0 !important;
  }
  /* line 440, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper.slider-img-title .image-container {
    float: none;
    margin-bottom: 10px;
    height: 35px;
  }
  /* line 444, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper.slider-img-title .image-container img {
    max-height: 100%;
  }
  /* line 448, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper.slider-img-title .title-container {
    width: 100%;
  }
  /* line 450, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper.slider-img-title .title-container h2.title {
    font-size: 1.3rem;
    line-height: 17px;
    text-align: left;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  /* line 461, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper .title-container.align-center .title {
    text-align: center;
  }
  /* line 464, app/assets/stylesheets/main/_home.scss */
  .img-title-wrapper .title-container.align-center p.content-light {
    text-align: center;
  }
}

/* line 471, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper {
  background: #f6f9fc;
  padding-top: 75px;
}

/* line 473, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper.android-kiosk-section2 {
  background: #ffffff;
}

/* line 476, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper.android-kiosk-section2 .slider-parent .slider-blocks {
  background: #f6f9fc;
}

/* line 483, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .usecases-img {
  width: 80px;
  margin-right: 20px;
}

/* line 487, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .usecases-img-wrapper + div {
  width: calc(100% - 100px);
}

/* line 490, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent {
  overflow: hidden;
  margin: 25px -15px 0;
  padding: 15px 15px 0;
}

@media screen and (max-width: 600px) {
  /* line 490, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent {
    height: auto;
  }
}

/* line 497, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks {
  height: 170px;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 5px 10px 10px 10px;
  margin: 0 0 10px;
}

/* line 503, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks .m-t-45 {
  margin-top: 45px;
}

/* line 506, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks i.link {
  font-size: 2.4rem;
  float: right;
  color: #d0d2d3;
  position: absolute;
  top: 14px;
  right: 30px;
}

/* line 514, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.no-shadow {
  box-shadow: none;
}

@media screen and (max-width: 1024px) {
  /* line 497, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent .slider-blocks {
    height: 115px;
    margin-bottom: 30px;
    padding: 15px;
  }
}

/* line 522, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more {
  position: relative;
}

/* line 524, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more a {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* line 531, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more a div {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  padding: 0;
  background-image: linear-gradient(to right bottom, #4a9dea 0%, #4258b5 100%);
  border: none;
}

/* line 539, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more a div em {
  position: absolute;
  background: white;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 50%;
  display: block;
}

/* line 549, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more a div i {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 557, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks.show-more a p {
  font-size: 1.5rem !important;
  font-weight: bold;
  background: linear-gradient(129deg, #4299e9, #4253b1);
  background: -moz-linear-gradient(129deg, #4299e9, #4253b1);
  background: -webkit-linear-gradient(129deg, #4299e9, #4253b1);
  background: -o-linear-gradient(129deg, #4299e9, #4253b1);
  background: -ms-linear-gradient(129deg, #4299e9, #4253b1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: #0000 !important;
}

@media screen and (max-width: 767px) {
  /* line 557, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent .slider-blocks.show-more a p {
    font-size: 1.3rem !important;
  }
}

/* line 574, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks .content, .our-usecases-wrapper .slider-parent .slider-blocks .user-auth .card .content-contactus, .user-auth .card .our-usecases-wrapper .slider-parent .slider-blocks .content-contactus, .our-usecases-wrapper .slider-parent .slider-blocks .contact-info-card .card .content-contactus, .contact-info-card .card .our-usecases-wrapper .slider-parent .slider-blocks .content-contactus {
  font-size: 1.3rem;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* max-height: 233px; */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 586, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks div a {
  margin-top: 30px;
}

/* line 589, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent .slider-blocks .img-title-wrapper.slider-img-title .title-container h2.title {
  font-size: 1.5rem !important;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  /* line 589, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent .slider-blocks .img-title-wrapper.slider-img-title .title-container h2.title {
    font-size: 1.2rem !important;
    line-height: 19px;
  }
}

@media screen and (max-width: 767px) {
  /* line 589, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent .slider-blocks .img-title-wrapper.slider-img-title .title-container h2.title {
    font-size: 1.3rem;
    line-height: 17px;
  }
}

/* line 603, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent.clickable .slider-blocks {
  box-shadow: 0 2px 12px 0 #d9e4ef;
  padding: 0;
}

/* line 606, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper .slider-parent.clickable .slider-blocks a {
  display: block;
  padding: 15px;
}

@media screen and (min-width: 1025px) {
  /* line 612, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent.clickable .slider-blocks {
    transition: margin 0.15s ease-in;
    cursor: pointer;
  }
  /* line 615, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent.clickable .slider-blocks i.link {
    transition: top 0.15s ease-in;
  }
  /* line 618, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent.clickable .slider-blocks:hover {
    margin-top: -5px;
    box-shadow: 0 6px 18px 0 #d9e4ef;
  }
  /* line 621, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent.clickable .slider-blocks:hover i.link {
    top: 9px;
  }
}

/* line 630, app/assets/stylesheets/main/_home.scss */
.our-usecases-wrapper.what-all-we-get-wrapper {
  position: relative;
  margin-top: -50px;
}

/* line 635, app/assets/stylesheets/main/_home.scss */
.browse-feature-btn {
  text-align: left;
}

@media screen and (max-width: 800px) {
  /* line 638, app/assets/stylesheets/main/_home.scss */
  .browse-feature-btn > div.pull-right {
    float: none !important;
    text-align: center;
  }
}

/* line 644, app/assets/stylesheets/main/_home.scss */
.slider-control {
  text-align: right;
}

/* line 646, app/assets/stylesheets/main/_home.scss */
.slider-control a {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 0 0 20px;
  line-height: 40px;
  text-align: center;
  background: white;
  box-shadow: 0 2px 12px 0 #d9e4ef;
  border-radius: 50%;
}

/* line 656, app/assets/stylesheets/main/_home.scss */
.slider-control a i {
  color: #003580;
}

/* line 660, app/assets/stylesheets/main/_home.scss */
.slider-control a.disabled i {
  color: #d8d8d8;
}

/* line 667, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper {
  padding-top: 75px;
}

/* line 669, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .worldclass-main-img {
  width: 80px;
  margin-bottom: 70px;
  margin-right: 20px;
}

/* line 674, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .usecases-img-wrapper + div {
  width: calc(100% - 100px);
}

/* line 677, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .block-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  margin: 30px 0 20px;
  height: 52px;
}

/* line 684, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .content, .world-class-prod-wrapper .user-auth .card .content-contactus, .user-auth .card .world-class-prod-wrapper .content-contactus, .world-class-prod-wrapper .contact-info-card .card .content-contactus, .contact-info-card .card .world-class-prod-wrapper .content-contactus {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 80px;
}

/* line 693, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .blocks .wide-array-img, .world-class-prod-wrapper .blocks .pricing_business, .world-class-prod-wrapper .blocks .easy_dashboard, .world-class-prod-wrapper .blocks .best_support {
  height: 100%;
  width: 100%;
  background-image: url(//onpremise.mobilock.in/home-assets/wide_array.png);
  background-repeat: no-repeat;
  background-size: containe;
  background-position: left;
}

/* line 701, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .blocks .pricing_business {
  background-image: url(//onpremise.mobilock.in/home-assets/pricing.png);
}

/* line 704, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .blocks .best_support {
  background-image: url(//onpremise.mobilock.in/home-assets/support.png);
}

/* line 707, app/assets/stylesheets/main/_home.scss */
.world-class-prod-wrapper .blocks .easy_dashboard {
  background-image: url(//onpremise.mobilock.in/home-assets/easy_dashboard.png);
}

/* line 715, app/assets/stylesheets/main/_home.scss */
.dark {
  color: rgba(0, 0, 0, 0.8);
}

/* line 718, app/assets/stylesheets/main/_home.scss */
.bold {
  font-weight: bold !important;
}

/* line 721, app/assets/stylesheets/main/_home.scss */
.dark-opac, .testimonials .count .count-wrapper .count-text, .testimonials .content, .testimonials .user-auth .card .content-contactus, .user-auth .card .testimonials .content-contactus, .testimonials .contact-info-card .card .content-contactus, .contact-info-card .card .testimonials .content-contactus, .section-collapsible .panel-body, .our-usecases-wrapper .slider-parent .slider-blocks .content, .our-usecases-wrapper .slider-parent .slider-blocks .user-auth .card .content-contactus, .user-auth .card .our-usecases-wrapper .slider-parent .slider-blocks .content-contactus, .our-usecases-wrapper .slider-parent .slider-blocks .contact-info-card .card .content-contactus, .contact-info-card .card .our-usecases-wrapper .slider-parent .slider-blocks .content-contactus, .world-class-prod-wrapper .content, .world-class-prod-wrapper .user-auth .card .content-contactus, .user-auth .card .world-class-prod-wrapper .content-contactus, .world-class-prod-wrapper .contact-info-card .card .content-contactus, .contact-info-card .card .world-class-prod-wrapper .content-contactus {
  color: rgba(0, 0, 0, 0.65);
}

/* line 724, app/assets/stylesheets/main/_home.scss */
.radius-4 {
  border-radius: 4px;
}

/* line 727, app/assets/stylesheets/main/_home.scss */
.light-opac {
  color: rgba(255, 255, 255, 0.55);
}

/* line 731, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support .card-header {
  font-size: 1.8rem !important;
  color: #000000;
}

/* line 735, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support .block-box {
  box-shadow: 0 2px 12px 0 #d9e4ef;
  padding: 20px;
  margin: 10px 0;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  /* line 743, app/assets/stylesheets/main/_home.scss */
  .section-multi-ios-support .clickable {
    transition: margin 0.15s ease-in;
  }
  /* line 746, app/assets/stylesheets/main/_home.scss */
  .section-multi-ios-support .clickable:hover {
    margin-top: -5px;
    display: inline-block;
    margin-bottom: 35px !important;
  }
  /* line 750, app/assets/stylesheets/main/_home.scss */
  .section-multi-ios-support .clickable:hover .block-box {
    box-shadow: 0 6px 18px 0 #d9e4ef;
  }
}

/* line 756, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support .coming-soon p {
  padding-left: 50px;
  color: #c05c7a;
}

/* line 766, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support span:not(.count-number-span),
.android-kiosk-lockdown span:not(.count-number-span),
.device-management-wrapper span:not(.count-number-span),
.testimonials span:not(.count-number-span),
.our-usecases-wrapper span:not(.count-number-span) {
  font-size: 1.3rem !important;
}

/* line 769, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support h2,
.android-kiosk-lockdown h2,
.device-management-wrapper h2,
.testimonials h2,
.our-usecases-wrapper h2 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2.8rem;
}

/* line 774, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support h3,
.android-kiosk-lockdown h3,
.device-management-wrapper h3,
.testimonials h3,
.our-usecases-wrapper h3 {
  font-size: 1.8rem;
}

/* line 777, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support span:not(.read-more):not(.emm-capabilites):not(.count-number-span),
.android-kiosk-lockdown span:not(.read-more):not(.emm-capabilites):not(.count-number-span),
.device-management-wrapper span:not(.read-more):not(.emm-capabilites):not(.count-number-span),
.testimonials span:not(.read-more):not(.emm-capabilites):not(.count-number-span),
.our-usecases-wrapper span:not(.read-more):not(.emm-capabilites):not(.count-number-span) {
  color: rgba(0, 0, 0, 0.65);
}

/* line 781, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support .kiosk-img-wrapper,
.android-kiosk-lockdown .kiosk-img-wrapper,
.device-management-wrapper .kiosk-img-wrapper,
.testimonials .kiosk-img-wrapper,
.our-usecases-wrapper .kiosk-img-wrapper {
  width: 262px;
}

/* line 784, app/assets/stylesheets/main/_home.scss */
.section-multi-ios-support .kiosk-img-wrapper + div,
.android-kiosk-lockdown .kiosk-img-wrapper + div,
.device-management-wrapper .kiosk-img-wrapper + div,
.testimonials .kiosk-img-wrapper + div,
.our-usecases-wrapper .kiosk-img-wrapper + div {
  width: calc(100% - 262px);
}

/* line 788, app/assets/stylesheets/main/_home.scss */
.android-kiosk-lockdown {
  background: #f6f9fc;
}

/* line 793, app/assets/stylesheets/main/_home.scss */
h2.dark, h1.dark {
  color: #323232;
  font-weight: 300;
  font-size: 4rem;
  margin-top: 80px;
}

/* line 800, app/assets/stylesheets/main/_home.scss */
h2.light, h1.light {
  color: #ffffff;
  font-weight: 300;
  font-size: 4rem;
  margin-top: 80px;
}

/* line 808, app/assets/stylesheets/main/_home.scss */
h1.title {
  color: #ffffff;
  /*font-weight: bold;*/
  font-size: 3.2rem;
  line-height: 42px;
  font-family: oxygen,sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

/* line 817, app/assets/stylesheets/main/_home.scss */
h1.title.dark {
  color: rgba(0, 0, 0, 0.8);
}

/* line 820, app/assets/stylesheets/main/_home.scss */
h1.title.white {
  color: white !important;
}

/* line 825, app/assets/stylesheets/main/_home.scss */
h2.title {
  /*color: #5D5D5D !important;*/
  font-size: 1.8rem;
  line-height: 27px !important;
  font-family: Oxygen, Bold;
  font-weight: 700;
  margin: 0;
}

/* line 832, app/assets/stylesheets/main/_home.scss */
h2.title.dark {
  color: rgba(0, 0, 0, 0.8);
}

/* line 835, app/assets/stylesheets/main/_home.scss */
h2.title.white {
  color: white !important;
}

/*h3.title {
    color: #5D5D5D;
    font-size: 1.5rem;
    line-height: 22px;
    font-family: Oxygen, Bold;
    font-weight: 700;
    margin: 0;
    &.dark{
        color: rgba(0,0,0,0.8);
    }
    &.white{
        color: white !important;
    }
}

/*.para-1 {
    font-family: Lato, Regular;
    font-size: 15px;
    color: #6D6D6D !important; 
    line-height: 24px;
}

.para-2 {
    font-family: Lato, Regular;
    font-size: 13px;
    color: #8A8A8A;
    line-height: 21px;
}*/
/* line 869, app/assets/stylesheets/main/_home.scss */
.business-email-field {
  color: #8c8e91;
  width: 280px;
  height: 40px;
  border-radius: 3px;
  background-color: #F6F9FC;
  border: solid 1px #8c8e91;
  padding-left: 7px;
  font-size: 13px;
  font-weight: 500;
}

/* line 881, app/assets/stylesheets/main/_home.scss */
#business-email-error {
  color: black;
  font-size: 13px;
}

/* line 886, app/assets/stylesheets/main/_home.scss */
.section-collapsible {
  padding-top: 50px;
  margin-bottom: 45px;
}

/* line 889, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel {
  box-shadow: none;
  background: none;
  margin: 0;
}

/* line 893, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel + .panel {
  margin: 0;
}

/* line 897, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 7px 0;
}

/* line 901, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a {
  color: #003580;
}

/* line 903, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a i {
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  display: none;
  margin-top: -3px;
}

/* line 909, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a i.zmdi-caret-up {
  display: inline-block;
}

/* line 913, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a.collapsed {
  color: #404040;
}

/* line 915, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a.collapsed i.zmdi-caret-up {
  display: none;
}

/* line 918, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading a.collapsed i.zmdi-caret-down {
  display: inline-block;
}

/* line 924, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-title {
  font-size: 1.8rem;
}

/* line 927, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-body {
  padding: 15px 0 20px;
  border: none;
  font-size: 1.5rem;
}

/* line 933, app/assets/stylesheets/main/_home.scss */
.section-collapsible .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

/* line 937, app/assets/stylesheets/main/_home.scss */
.christmas-top {
  margin-top: 50px;
}

/**
 * Center XY (absolute positioned)
 */
/* line 946, app/assets/stylesheets/main/_home.scss */
.center-vertical {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 953, app/assets/stylesheets/main/_home.scss */
.usecases {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  /* line 953, app/assets/stylesheets/main/_home.scss */
  .usecases {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .education {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 69px;
  height: 46px;
  display: inline-block;
  padding-top: 51px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .education {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .education:hover, .usecases .education:active, .usecases .education:focus, .usecases .education.active {
  background-position: 0 -56px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .healthcare {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -112px;
  width: 44px;
  height: 44px;
  display: inline-block;
  padding-top: 49px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .healthcare {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .healthcare:hover, .usecases .healthcare:active, .usecases .healthcare:focus, .usecases .healthcare.active {
  background-position: 0 -166px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .logistics {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -220px;
  width: 78px;
  height: 44px;
  display: inline-block;
  padding-top: 49px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .logistics {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .logistics:hover, .usecases .logistics:active, .usecases .logistics:focus, .usecases .logistics.active {
  background-position: 0 -274px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .retail {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -328px;
  width: 37px;
  height: 44px;
  display: inline-block;
  padding-top: 49px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .retail {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .retail:hover, .usecases .retail:active, .usecases .retail:focus, .usecases .retail.active {
  background-position: 0 -382px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .construction {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -436px;
  width: 52px;
  height: 52px;
  display: inline-block;
  padding-top: 57px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .construction {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .construction:hover, .usecases .construction:active, .usecases .construction:focus, .usecases .construction.active {
  background-position: 0 -498px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .manufacturing {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -560px;
  width: 43px;
  height: 43px;
  display: inline-block;
  padding-top: 48px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .manufacturing {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .manufacturing:hover, .usecases .manufacturing:active, .usecases .manufacturing:focus, .usecases .manufacturing.active {
  background-position: 0 -613px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .restaurants {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -666px;
  width: 72px;
  height: 55px;
  display: inline-block;
  padding-top: 60px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .restaurants {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .restaurants:hover, .usecases .restaurants:active, .usecases .restaurants:focus, .usecases .restaurants.active {
  background-position: 0 -731px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .museums {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -796px;
  width: 63px;
  height: 57px;
  display: inline-block;
  padding-top: 62px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .museums {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .museums:hover, .usecases .museums:active, .usecases .museums:focus, .usecases .museums.active {
  background-position: 0 -863px;
}

/* line 986, app/assets/stylesheets/main/_home.scss */
.usecases .transportation {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-repeat: no-repeat;
  background-position: 0 -930px;
  width: 83px;
  height: 52px;
  display: inline-block;
  padding-top: 57px;
  text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 986, app/assets/stylesheets/main/_home.scss */
  .usecases .transportation {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1044px;
  }
}

/* line 997, app/assets/stylesheets/main/_home.scss */
.usecases .transportation:hover, .usecases .transportation:active, .usecases .transportation:focus, .usecases .transportation.active {
  background-position: 0 -992px;
}

/* line 1003, app/assets/stylesheets/main/_home.scss */
.usecases .usecases-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1004, app/assets/stylesheets/main/_home.scss */
.usecases .usecases-block a {
  display: block;
  position: relative;
  height: 80px;
}

/* line 1009, app/assets/stylesheets/main/_home.scss */
.usecases .usecases-block a .case-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 600;
  color: #323232;
}

/* line 1018, app/assets/stylesheets/main/_home.scss */
.usecases .usecases-block a.active .case-title, .usecases .usecases-block a:hover .case-title {
  color: #303aa7;
}

/* line 1029, app/assets/stylesheets/main/_home.scss */
.usecases .usecase-details p {
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #727272;
  margin-right: 40px;
}

/* line 1037, app/assets/stylesheets/main/_home.scss */
.usecases .usecase-details h4, .usecases .usecase-details h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  color: #323232;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 1047, app/assets/stylesheets/main/_home.scss */
.usecases .usecase-details .images img {
  margin-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 1055, app/assets/stylesheets/main/_home.scss */
  .usecase-details {
    margin-top: 20px;
  }
}

/**
* Our products section
*/
/* line 1065, app/assets/stylesheets/main/_home.scss */
.our-products {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 1069, app/assets/stylesheets/main/_home.scss */
.our-products h2 {
  margin-bottom: 50px;
}

/* line 1073, app/assets/stylesheets/main/_home.scss */
.our-products .sprite {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases-f87c77032bd87c8928a5ec8c7fdd2b9695ab186e14ae2ac4ef90ef0479a40380.png);
  background-position: -4px -1054px;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1073, app/assets/stylesheets/main/_home.scss */
  .our-products .sprite {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/ic_usecases@2x-f2608cae9568e447b9a63609a8c4a8888074c128b0e3df4c58ac3b31729b636e.png);
    background-size: 83px 1129px;
  }
}

/* line 1084, app/assets/stylesheets/main/_home.scss */
.our-products .product-info h3 {
  color: #323232;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}

/* line 1091, app/assets/stylesheets/main/_home.scss */
.our-products .product-info p {
  font-size: 1.4rem;
  color: #595959;
  line-height: 24px;
}

/* line 1097, app/assets/stylesheets/main/_home.scss */
.our-products .product-info .icon-list {
  margin-top: 50px;
  list-style: none;
  padding-left: 0;
}

/* line 1103, app/assets/stylesheets/main/_home.scss */
.our-products .product-info .icon-list li {
  margin-bottom: 36px;
}

/* line 1107, app/assets/stylesheets/main/_home.scss */
.our-products .product-info .icon-list h4 {
  color: #323232;
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 1117, app/assets/stylesheets/main/_home.scss */
  .our-products .product-info.p-l-60 {
    padding-left: 0px !important;
  }
}

/* line 1123, app/assets/stylesheets/main/_home.scss */
.our-products #toggle-preview {
  background-image: url(//onpremise.mobilock.in/landing-page/ic_button.png);
  display: inline-block;
  background-position: 0 -70px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-top: 40px;
  margin-right: 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1123, app/assets/stylesheets/main/_home.scss */
  .our-products #toggle-preview {
    background-image: url(//onpremise.mobilock.in/landing-page/ic_button@2x.png);
    background-size: 59px 130px;
  }
}

/* line 1135, app/assets/stylesheets/main/_home.scss */
.our-products #toggle-preview.active {
  background-position: 0 0;
}

/* line 1139, app/assets/stylesheets/main/_home.scss */
.our-products #toggle-preview + img {
  vertical-align: text-bottom;
}

/**
 * Icon List
 */
/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .store {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .store::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .store::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .browser {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .browser::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px -43px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .browser::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .lockdown {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .lockdown::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px -85px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .lockdown::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .security {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .security::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px -128px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .security::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .quote {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .quote::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px -170px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .quote::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/* line 1168, app/assets/stylesheets/main/_home.scss */
.icon-list .question {
  padding-left: 50px;
}

/* line 1171, app/assets/stylesheets/main/_home.scss */
.icon-list .question::before {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite-f824a7b45be8934e6f8ed36de82f3ac7d9fcf30273bd5ed9628e9b24d59c9a64.png);
  background-repeat: no-repeat;
  background-position: 0px -212px;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-left: -50px;
  content: '';
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1171, app/assets/stylesheets/main/_home.scss */
  .icon-list .question::before {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/icn_icon_sprite@2x-b9eae1288675b018917a2374dbf42252c19316e779b66284e61d2ba901595a46.png);
    background-size: 32px 244px;
  }
}

/**
 * Country Stats section
 */
/* line 1189, app/assets/stylesheets/main/_home.scss */
.country-stats {
  background-color: #ffffff;
  min-height: 450px;
}

/* line 1193, app/assets/stylesheets/main/_home.scss */
.country-stats .stats {
  background-size: 86px 489px;
  text-align: center;
  padding: 15px 0;
  border-radius: 4px;
}

/* line 1203, app/assets/stylesheets/main/_home.scss */
.country-stats .stats h4, .country-stats .stats span {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 1211, app/assets/stylesheets/main/_home.scss */
.country-stats .stats p {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 5px;
}

/* line 1217, app/assets/stylesheets/main/_home.scss */
.country-stats .stats.users {
  background: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_user_01@2x-fe7358bac26618113c7492c0f6104f3ae0d37ce9c2b8c54056202d108f0f75be.png) no-repeat bottom left, url(//onpremise.mobilock.in/cloud-assets/landing-page/img_user_02@2x-88603d5386d59d3d1942821a7f3a04c84b328fe8f69ec30b23ef82463bfe6699.png) no-repeat bottom right, #242E66;
  background-size: 54px 65px, 69px 70px;
}

/* line 1226, app/assets/stylesheets/main/_home.scss */
.country-stats .stats.devices {
  background: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_android@2x-64f94db8e338b46aa2aa50bdf52771c88b4f013cc69beecb51132eec3edf6c1d.png) no-repeat bottom left, url(//onpremise.mobilock.in/cloud-assets/landing-page/img_device@2x-ebd5626b606e5a3a894f864d4f63cdabc1d975f0c7c9193e5a17ef42913f5b83.png) no-repeat bottom right, #242E66;
  background-size: 69px 78px, 51px 64px;
}

/* line 1235, app/assets/stylesheets/main/_home.scss */
.country-stats .stats.countries {
  background: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_globe_01@2x-2347091adb36f52fc23a67b563a6db0f2b7e09ced6c1fa4b0327cea4c6c3f7b4.png) no-repeat bottom left, url(//onpremise.mobilock.in/cloud-assets/landing-page/img_globe_02@2x-0f4503661537ff9417877326e464e30ce638d5dbc3e09c059c4e520bbc41407d.png) no-repeat top right, #242E66;
  background-size: 86px 88px, 70px 74px;
}

/* line 1249, app/assets/stylesheets/main/_home.scss */
.world-map-container {
  margin: 80px auto 40px;
}

/* line 1253, app/assets/stylesheets/main/_home.scss */
#world-map {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_world_map-cab62bdb9f47f53a24c9c82a9d20fce57f6800c855b87e67a44c617b4d0ba6cd.png);
  height: 405px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1253, app/assets/stylesheets/main/_home.scss */
  #world-map {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_world_map@2x-e746d56f8d06ae9a5df63a65d18dedc302da1ee233a0fc203887a6d0bfeff50c.png);
    background-size: 800px 405px;
  }
}

/* line 1261, app/assets/stylesheets/main/_home.scss */
#world-map .pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 28px;
}

/* line 1269, app/assets/stylesheets/main/_home.scss */
#world-map .pin-tooltip {
  position: absolute;
  top: -25px;
  left: -49px;
  width: 120px;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.43);
  border-radius: 4px;
  padding: 3px 4px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  /* line 1284, app/assets/stylesheets/main/_home.scss */
  #world-map {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_world_map-cab62bdb9f47f53a24c9c82a9d20fce57f6800c855b87e67a44c617b4d0ba6cd.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 180px;
  }
}

@media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 480px) and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-resolution: 192dpi), only screen and (max-width: 480px) and (min-resolution: 2dppx) {
  /* line 1284, app/assets/stylesheets/main/_home.scss */
  #world-map {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/img_world_map@2x-e746d56f8d06ae9a5df63a65d18dedc302da1ee233a0fc203887a6d0bfeff50c.png);
    background-size: 100px 50px;
  }
}

@media only screen and (max-width: 480px) {
  /* line 1291, app/assets/stylesheets/main/_home.scss */
  .world-map-container {
    margin: 0 auto;
    width: 100%;
  }
}

/* line 1298, app/assets/stylesheets/main/_home.scss */
.testimonials {
  padding-top: 80px;
  /* Proof block */
}

/* line 1299, app/assets/stylesheets/main/_home.scss */
.testimonials .know-more {
  background-color: #92e2a7;
  color: #000000;
  border-radius: 4px;
}

/* line 1305, app/assets/stylesheets/main/_home.scss */
.testimonials .content, .testimonials .user-auth .card .content-contactus, .user-auth .card .testimonials .content-contactus, .testimonials .contact-info-card .card .content-contactus, .contact-info-card .card .testimonials .content-contactus {
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 1310, app/assets/stylesheets/main/_home.scss */
.testimonials .sub-title {
  color: #727272;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

/* line 1314, app/assets/stylesheets/main/_home.scss */
.testimonials .count .count-wrapper {
  float: left;
  padding: 40px 15px;
}

/* line 1320, app/assets/stylesheets/main/_home.scss */
.testimonials .count .count-wrapper .count-number span {
  font-size: 4.2rem;
  font-weight: normal;
  color: #003580;
}

/* line 1326, app/assets/stylesheets/main/_home.scss */
.testimonials .count .count-wrapper .count-text {
  font-size: 1.3rem;
  font-weight: 500;
}

/* line 1333, app/assets/stylesheets/main/_home.scss */
.testimonials .clients {
  padding-bottom: 40px;
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .gerresheimer {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .gerresheimer {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .durbell {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -45px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .durbell {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .hollard {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -90px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .hollard {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .pinpoint {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -135px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .pinpoint {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .abastible {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -180px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .abastible {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .sharp {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -225px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .sharp {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .ussandiego {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -270px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .ussandiego {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .mindtree {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -315px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .mindtree {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .everyonecounts {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -360px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .everyonecounts {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .foodpanda {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -405px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .foodpanda {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .monark {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -450px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .monark {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .electoral {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -495px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .electoral {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .hotelcloud {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -540px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .hotelcloud {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .meseum {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -585px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .meseum {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .ventura {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -630px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .ventura {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .capio {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -675px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .capio {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .bancogeneral {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -720px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .bancogeneral {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .nielsen {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -765px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .nielsen {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .shafeguard {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -810px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .shafeguard {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .naftna {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -855px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .naftna {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .safran {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -900px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .safran {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .hyatt {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -945px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .hyatt {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .scania {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -980px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .scania {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .deliveryhero {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -1022px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .deliveryhero {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1374, app/assets/stylesheets/main/_home.scss */
.testimonials .clients .carryfour {
  background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite-309b7c2fd9f0e2aa19d636adaff18da287762b777fd46006d9be646481205168.png);
  background-repeat: no-repeat;
  background-position: 0 -1080px;
  width: 124px;
  height: 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 1374, app/assets/stylesheets/main/_home.scss */
  .testimonials .clients .carryfour {
    background-image: url(//onpremise.mobilock.in/cloud-assets/landing-page/mlp_logo_sprite@2x-f7f97d1bc82fd3ffb33b5f150e94bc4eefe4b9bbe513aacd02afd0943ee68c75.png);
    background-size: 124px 945px;
  }
}

/* line 1383, app/assets/stylesheets/main/_home.scss */
.testimonials .clients li {
  width: 156px;
  height: 75px;
  text-align: center;
  position: relative;
}

/* line 1390, app/assets/stylesheets/main/_home.scss */
.testimonials .clients li:last-child {
  margin-right: 0;
}

/* line 1396, app/assets/stylesheets/main/_home.scss */
.testimonials .feedback-container {
  padding: 40px 20px;
  border-radius: 6px;
  margin-bottom: 40px;
}

/* line 1401, app/assets/stylesheets/main/_home.scss */
.testimonials .feedback-container .written-by {
  font-size: 1.5rem;
  font-weight: bold !important;
  color: #003580;
}

/* line 1406, app/assets/stylesheets/main/_home.scss */
.testimonials .feedback-container .carousel-indicators {
  bottom: -80px;
  margin-bottom: 0;
  z-index: 1;
}

/* line 1410, app/assets/stylesheets/main/_home.scss */
.testimonials .feedback-container .carousel-indicators li {
  border: none !important;
  background: #D0EAFF;
  height: 14px;
  width: 14px;
  margin: 0 1px;
}

@media screen and (max-width: 767px) {
  /* line 1410, app/assets/stylesheets/main/_home.scss */
  .testimonials .feedback-container .carousel-indicators li {
    margin: 0 3px;
  }
}

/* line 1419, app/assets/stylesheets/main/_home.scss */
.testimonials .feedback-container .carousel-indicators li.active {
  border: none;
  height: 14px;
  width: 14px;
  background: #003580;
}

/* line 1428, app/assets/stylesheets/main/_home.scss */
.testimonials .best-stories-wrapper {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(//onpremise.mobilock.in/home-assets/illustration-customers.png) no-repeat;
  margin-bottom: 70px;
  margin-right: 20px;
}

/* line 1436, app/assets/stylesheets/main/_home.scss */
.testimonials .best-stories-wrapper + div {
  width: calc(100% - 100px);
}

/* line 1441, app/assets/stylesheets/main/_home.scss */
.testimonials .sf-ratings {
  height: 120px;
  width: 355px;
  position: relative;
  border-radius: 8px;
  box-shadow: 8px 8px 37px -5px rgba(0, 53, 128, 0.2);
  margin-bottom: 20px;
  background: white;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* line 1441, app/assets/stylesheets/main/_home.scss */
  .testimonials .sf-ratings {
    height: 100px;
    width: 335px;
  }
}

/* line 1459, app/assets/stylesheets/main/_home.scss */
.partners {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#034ea2+0,034ea2+42,0255b2+49,016fea+65,0078fe+73,0078ff+100 */
  background: #034ea2;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #034ea2 0%, #034ea2 42%, #0255b2 49%, #016fea 65%, #0078fe 73%, #0078ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #034ea2 0%, #034ea2 42%, #0255b2 49%, #016fea 65%, #0078fe 73%, #0078ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #034ea2 0%, #034ea2 42%, #0255b2 49%, #016fea 65%, #0078fe 73%, #0078ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#034ea2', endColorstr='#0078ff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  min-height: 310px;
}

/* line 1469, app/assets/stylesheets/main/_home.scss */
.partners .partner-logo, .partners .partner-info {
  margin-top: 80px;
}

/* line 1472, app/assets/stylesheets/main/_home.scss */
.partners .partner-logo h4, .partners .partner-info h4 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 26px;
  color: #ffffff;
}

/* line 1479, app/assets/stylesheets/main/_home.scss */
.partners .partner-logo p, .partners .partner-info p {
  font-size: 1.6rem;
  line-height: 24px;
  color: #ffffff;
}

/* line 1487, app/assets/stylesheets/main/_home.scss */
.o365-home-btn {
  background: #003580;
  font-size: 1.3rem;
  font-weight: bold !important;
  display: inline-block;
  outline: solid 1px #ffffff;
  height: 40px;
}

/* line 1494, app/assets/stylesheets/main/_home.scss */
.o365-home-btn span {
  background: #003580 !important;
  color: #ffffff;
  border: none;
  padding: 0px 20px;
}

/* line 1502, app/assets/stylesheets/main/_home.scss */
.o365-mdm-btn {
  background: #FFFFFF;
  font-size: 1.3rem;
  font-weight: bold !important;
  display: inline-block;
  outline: solid 1px #EA1100;
  height: 40px;
}

/* line 1509, app/assets/stylesheets/main/_home.scss */
.o365-mdm-btn span {
  background: #FFFFFF !important;
  color: #EA1100;
  border: none;
  padding: 0px 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 1517, app/assets/stylesheets/main/_home.scss */
  .btn-material, .btn-outline, .country-stats .col-md-4 {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  /* line 1523, app/assets/stylesheets/main/_home.scss */
  .images img {
    display: block;
    margin: 10px auto auto auto !important;
  }
  /* line 1530, app/assets/stylesheets/main/_home.scss */
  .feedback-container .carousel-inner .item {
    height: 600px !important;
  }
  /* line 1537, app/assets/stylesheets/main/_home.scss */
  .clients li {
    width: 50% !important;
    float: left;
  }
}

/**
 * Remote Control
 */
/* line 1548, app/assets/stylesheets/main/_home.scss */
.remote-control {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 1553, app/assets/stylesheets/main/_home.scss */
.remote-control p {
  font-size: 1.4rem;
  color: #595959;
  line-height: 24px;
  margin-bottom: 36px;
}

/* line 1559, app/assets/stylesheets/main/_home.scss */
.remote-control h3 {
  color: #323232;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 40px;
}

/* line 1567, app/assets/stylesheets/main/_home.scss */
.usecases-block {
  width: 50%;
  float: left;
}

/* line 1572, app/assets/stylesheets/main/_home.scss */
.di-block {
  display: -moz-groupbox;
}

@media screen and (max-width: 1023px) {
  /* line 1578, app/assets/stylesheets/main/_home.scss */
  h1.title {
    font-size: 2.2rem;
    line-height: 30px;
  }
  /* line 1582, app/assets/stylesheets/main/_home.scss */
  .hero-main {
    padding: 80px 0;
  }
  /* line 1585, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock {
    margin-bottom: 60px;
  }
  /* line 1587, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock .all-about-img-wrapper {
    position: relative;
  }
  /* line 1589, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock .all-about-img-wrapper .all-about-img {
    height: 190px;
    background-size: contain;
    background-position: center;
  }
  /* line 1595, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock .content, .all-about-mobilock .user-auth .card .content-contactus, .user-auth .card .all-about-mobilock .content-contactus, .all-about-mobilock .contact-info-card .card .content-contactus, .contact-info-card .card .all-about-mobilock .content-contactus {
    padding: 40px 15px;
  }
  /* line 1597, app/assets/stylesheets/main/_home.scss */
  .all-about-mobilock .content h1, .all-about-mobilock .user-auth .card .content-contactus h1, .user-auth .card .all-about-mobilock .content-contactus h1, .all-about-mobilock .contact-info-card .card .content-contactus h1, .contact-info-card .card .all-about-mobilock .content-contactus h1 {
    margin-bottom: 35px;
  }
  /* line 1603, app/assets/stylesheets/main/_home.scss */
  .our-products-wrapper .our-products-img {
    margin-top: 30px;
    background-position: center;
  }
  /* line 1608, app/assets/stylesheets/main/_home.scss */
  .device-management-wrapper .device-management-img {
    height: 125px;
    background-size: cover;
  }
  /* line 1613, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .slider-parent {
    margin-top: 0;
  }
  /* line 1617, app/assets/stylesheets/main/_home.scss */
  .world-class-prod-wrapper .block-title {
    margin-top: 30px !important;
  }
  /* line 1620, app/assets/stylesheets/main/_home.scss */
  .testimonials .count .count-wrapper {
    float: none;
    display: inline-block;
    text-align: center;
  }
  /* line 1624, app/assets/stylesheets/main/_home.scss */
  .testimonials .count .count-wrapper .count-number span {
    font-size: 4.2rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 1631, app/assets/stylesheets/main/_home.scss */
  .clients-list li {
    margin-left: 0 !important;
  }
  /* line 1634, app/assets/stylesheets/main/_home.scss */
  .hero-main, .world-class-prod-wrapper {
    text-align: center;
  }
  /* line 1637, app/assets/stylesheets/main/_home.scss */
  .christmas-offer:after {
    height: 14px !important;
  }
  /* line 1640, app/assets/stylesheets/main/_home.scss */
  .offer-title {
    padding: 15px !important;
  }
  /* line 1643, app/assets/stylesheets/main/_home.scss */
  .hero-main .offer-title .down-arrow {
    position: relative !important;
    left: 0px;
    top: 18px;
  }
  /* line 1648, app/assets/stylesheets/main/_home.scss */
  .discount-text {
    margin-right: 0px !important;
    margin-bottom: 5px !important;
  }
  /* line 1652, app/assets/stylesheets/main/_home.scss */
  .hero-main .offer-title span {
    display: block !important;
    text-align: center;
    margin-left: 0px !important;
  }
  /* line 1657, app/assets/stylesheets/main/_home.scss */
  .mdm-wrap-section {
    padding-top: 10px;
  }
  /* line 1660, app/assets/stylesheets/main/_home.scss */
  .read-section div {
    float: none !important;
  }
  /* line 1663, app/assets/stylesheets/main/_home.scss */
  .slider-parent {
    height: calc(100% - 80px) !important;
  }
  /* line 1666, app/assets/stylesheets/main/_home.scss */
  .slider-parent .slider-blocks div a {
    margin-top: 0 !important;
  }
  /* line 1670, app/assets/stylesheets/main/_home.scss */
  .slider-parent .title span {
    padding-left: 0 !important;
  }
  /* line 1676, app/assets/stylesheets/main/_home.scss */
  .our-usecases-wrapper .block-parent .content, .our-usecases-wrapper .block-parent .user-auth .card .content-contactus, .user-auth .card .our-usecases-wrapper .block-parent .content-contactus, .our-usecases-wrapper .block-parent .contact-info-card .card .content-contactus, .contact-info-card .card .our-usecases-wrapper .block-parent .content-contactus {
    display: none;
  }
  /* line 1681, app/assets/stylesheets/main/_home.scss */
  .mdm-android-img-wrapper, .mdm-ios-img-wrapper {
    display: none;
  }
  /* line 1684, app/assets/stylesheets/main/_home.scss */
  .count-wrapper {
    padding: 60px 0 0 0 !important;
    float: left !important;
  }
  /* line 1689, app/assets/stylesheets/main/_home.scss */
  .usecases .browse-feature-btn {
    text-align: center;
  }
  /* line 1694, app/assets/stylesheets/main/_home.scss */
  .testimonials .client-from {
    position: absolute !important;
    width: 100px !important;
  }
  /* line 1697, app/assets/stylesheets/main/_home.scss */
  .testimonials .client-from .tringle.left {
    top: -110px !important;
  }
  /* line 1701, app/assets/stylesheets/main/_home.scss */
  .testimonials .client-img-wrapper {
    height: 40px !important;
    width: 40px !important;
  }
  /* line 1707, app/assets/stylesheets/main/_home.scss */
  .slider-blocks .content, .slider-blocks .user-auth .card .content-contactus, .user-auth .card .slider-blocks .content-contactus, .slider-blocks .contact-info-card .card .content-contactus, .contact-info-card .card .slider-blocks .content-contactus {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  /* line 1714, app/assets/stylesheets/main/_home.scss */
  .quote-container.active .client-from {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    text-align: center;
    width: 150px !important;
  }
  /* line 1721, app/assets/stylesheets/main/_home.scss */
  .quote-container.active .tringle.left {
    left: 50%;
    margin-left: -25px;
  }
  /* line 1726, app/assets/stylesheets/main/_home.scss */
  .text-tab {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1732, app/assets/stylesheets/main/_home.scss */
  .tab-set-width {
    display: flex;
  }
  /* line 1735, app/assets/stylesheets/main/_home.scss */
  .height-handler-tab {
    height: 400px;
  }
  /* line 1738, app/assets/stylesheets/main/_home.scss */
  .kiosk-img-wrapper {
    width: 35% !important;
    display: inline-block !important;
  }
  /* line 1741, app/assets/stylesheets/main/_home.scss */
  .kiosk-img-wrapper + div {
    width: 65% !important;
    display: inline-block !important;
    text-align: left !important;
  }
  /* line 1747, app/assets/stylesheets/main/_home.scss */
  .section-multi-ios-support .kiosk-img-wrapper + div, .android-kiosk-lockdown .kiosk-img-wrapper + div, .device-management-wrapper .kiosk-img-wrapper + div, .testimonials .kiosk-img-wrapper + div, .our-usecases-wrapper .kiosk-img-wrapper + div {
    width: calc(100% - 160px);
  }
  /* line 1750, app/assets/stylesheets/main/_home.scss */
  .mdm-android-img-wrapper, .mdm-ios-img-wrapper {
    display: block !important;
  }
  /* line 1758, app/assets/stylesheets/main/_home.scss */
  .what-all-we-get-wrapper .browse-feature-btn {
    text-align: center;
  }
  /* line 1763, app/assets/stylesheets/main/_home.scss */
  .coming-soon p {
    padding-left: 29px !important;
  }
  /* line 1766, app/assets/stylesheets/main/_home.scss */
  .coming-soon .mdm-wrap-section {
    padding-top: 0px !important;
  }
  /* line 1769, app/assets/stylesheets/main/_home.scss */
  .coming-soon .d-in {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 1775, app/assets/stylesheets/main/_home.scss */
  .home-block {
    text-align: center;
  }
  /* line 1777, app/assets/stylesheets/main/_home.scss */
  .home-block .ratings-container {
    float: none !important;
  }
}

@media screen and (max-width: 767px) {
  /* line 1783, app/assets/stylesheets/main/_home.scss */
  .d-flex-only {
    flex-wrap: wrap;
  }
  /* line 1786, app/assets/stylesheets/main/_home.scss */
  .kiosk-img-wrapper {
    padding-right: 0 !important;
    float: none !important;
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
  }
  /* line 1792, app/assets/stylesheets/main/_home.scss */
  .kiosk-img-wrapper .kiosk-img {
    padding-right: 0 !important;
  }
  /* line 1795, app/assets/stylesheets/main/_home.scss */
  .kiosk-img-wrapper + div {
    float: none !important;
    width: auto !important;
    text-align: center;
  }
}

/* line 1802, app/assets/stylesheets/main/_home.scss */
.pale-grey-two, .testimonials .feedback-container {
  background: #f6f9fc;
}

/* line 1806, app/assets/stylesheets/main/_home.scss */
.sf-dark-blue {
  background: #003580;
}

/* line 1809, app/assets/stylesheets/main/_home.scss */
.sf-light-blue {
  background: #e3f2fd;
}

/* line 1814, app/assets/stylesheets/main/_home.scss */
.mdm-hero-img img {
  width: 100%;
}

/* line 1818, app/assets/stylesheets/main/_home.scss */
.mdm-sec-2 {
  padding: 90px auto 0;
}

@media screen and (max-width: 767px) {
  /* line 1821, app/assets/stylesheets/main/_home.scss */
  .mdm-sec-2 .mdm-sec-2-img {
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  /* line 1828, app/assets/stylesheets/main/_home.scss */
  .mdm-sec-2 > div.row > div > div.row {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (min-width: 1025px) {
  /* line 1831, app/assets/stylesheets/main/_home.scss */
  .mdm-sec-2 > div.row > div > div.row .mdm-sec-2-img + div {
    position: static;
  }
  /* line 1833, app/assets/stylesheets/main/_home.scss */
  .mdm-sec-2 > div.row > div > div.row .mdm-sec-2-img + div > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* line 1845, app/assets/stylesheets/main/_home.scss */
.mdm-sec-3 img.floating-apps {
  margin-top: -30px;
  margin-left: -70px;
  width: calc(100% + 45px);
  max-width: none;
}

@media screen and (max-width: 767px) {
  /* line 1845, app/assets/stylesheets/main/_home.scss */
  .mdm-sec-3 img.floating-apps {
    margin-left: 0;
    width: 100%;
  }
}

/* line 1857, app/assets/stylesheets/main/_home.scss */
.link-block {
  box-shadow: 0 2px 12px 0 #d9e4ef;
  padding: 20px;
  margin: 0px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  height: 160px;
  position: relative;
  transition: margin 0.15s ease-in;
}

/* line 1867, app/assets/stylesheets/main/_home.scss */
.link-block:hover {
  box-shadow: 0 6px 18px 0 #d9e4ef;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* line 1873, app/assets/stylesheets/main/_home.scss */
.link-block span {
  font-size: 1.3rem;
  font-weight: 500;
  display: inline-block;
  padding-top: 12px;
}

/* line 1879, app/assets/stylesheets/main/_home.scss */
.link-block .content-light {
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  color: rgba(0, 0, 0, 0.65);
  left: 20px;
  right: 20px;
}

/* line 1888, app/assets/stylesheets/main/_home.scss */
.link-block.left-block {
  text-align: right;
}

@media screen and (max-width: 767px) {
  /* line 1888, app/assets/stylesheets/main/_home.scss */
  .link-block.left-block {
    text-align: left;
  }
}

/* line 1899, app/assets/stylesheets/main/_home.scss */
.emm-partner {
  font-family: oxygen;
  font-size: 18px;
  color: #1d1b81;
}

@media only screen and (max-width: 1024px) {
  /* line 1906, app/assets/stylesheets/main/_home.scss */
  .slider-inner > div {
    display: none;
  }
  /* line 1908, app/assets/stylesheets/main/_home.scss */
  .slider-inner > div:nth-child(1), .slider-inner > div:nth-child(2), .slider-inner > div:nth-child(3), .slider-inner > div:nth-child(4), .slider-inner > div:nth-child(5), .slider-inner > div:last-child {
    display: block;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 1917, app/assets/stylesheets/main/_home.scss */
  .download-app + .container {
    width: 100% !important;
  }
  /* line 1920, app/assets/stylesheets/main/_home.scss */
  .navbar-left-sec {
    width: calc(100% - 0px) !important;
  }
  /* line 1923, app/assets/stylesheets/main/_home.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* line 1925, app/assets/stylesheets/main/_home.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  /* line 1929, app/assets/stylesheets/main/_home.scss */
  .navbar-header, .navbar-nav > li {
    float: none !important;
  }
  /* line 1932, app/assets/stylesheets/main/_home.scss */
  .navbar-right {
    float: left !important;
    margin-right: auto !important;
  }
  /* line 1936, app/assets/stylesheets/main/_home.scss */
  .navbar-toggle {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  /* line 1944, app/assets/stylesheets/main/_home.scss */
  .pricing-section .blocks {
    width: 40%;
  }
  /* line 1946, app/assets/stylesheets/main/_home.scss */
  .pricing-section .blocks + div {
    width: 50%;
  }
  /* line 1948, app/assets/stylesheets/main/_home.scss */
  .pricing-section .blocks + div .block-title {
    margin-top: 0;
  }
}

/* line 1955, app/assets/stylesheets/main/_home.scss */
.position-r {
  position: relative;
}

/* line 1958, app/assets/stylesheets/main/_home.scss */
.section-hero-padding {
  padding: 170px 0;
  position: relative;
}

/* line 1962, app/assets/stylesheets/main/_home.scss */
.vcenter-hero-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1967, app/assets/stylesheets/main/_home.scss */
.vcenter-hero-img.pos-left {
  left: 0;
  right: auto;
}

/* line 1972, app/assets/stylesheets/main/_home.scss */
.animation-absolute {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1978, app/assets/stylesheets/main/_home.scss */
.animation-absolute img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 1985, app/assets/stylesheets/main/_home.scss */
.animation-absolute.remote-cont-animation-wrapper {
  height: 70%;
}

/* line 1987, app/assets/stylesheets/main/_home.scss */
.animation-absolute.remote-cont-animation-wrapper img {
  width: calc(100% - 30px);
  right: 15px;
}

/* line 1992, app/assets/stylesheets/main/_home.scss */
.animation-absolute.remote-cont-animation-wrapper .replay-animation img {
  width: auto;
  right: auto;
}

/* line 1998, app/assets/stylesheets/main/_home.scss */
.animation-absolute #remote_control_animation {
  position: absolute;
  height: 100%;
  right: 15px;
  width: calc(100% - 30px);
  top: 0;
}

/* line 2006, app/assets/stylesheets/main/_home.scss */
.section-hero-top-button {
  height: 31px;
  display: inline-block;
  padding: 0 20px;
  line-height: 31px;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  border-radius: 8px;
  background-color: rgba(242, 242, 242, 0.17);
}

/* line 2018, app/assets/stylesheets/main/_home.scss */
.sf-light-blue-top-button {
  height: 31px;
  display: inline-block;
  padding: 0 30px;
  line-height: 31px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #003580;
  border-radius: 8px;
  background-color: #ccd8e7;
}

/* line 2030, app/assets/stylesheets/main/_home.scss */
.section-hero-white-button {
  background: white;
  border: none;
  height: 42px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 1.5rem;
  font-weight: bold !important;
  line-height: 42px;
  display: inline-block;
}

/* line 2042, app/assets/stylesheets/main/_home.scss */
.gradient-line div {
  width: 20%;
  height: 3px;
  float: left;
}

/* line 2046, app/assets/stylesheets/main/_home.scss */
.gradient-line div.first {
  background-image: linear-gradient(91deg, #2945e1, #5bd8e9);
}

/* line 2049, app/assets/stylesheets/main/_home.scss */
.gradient-line div.second {
  background-image: linear-gradient(91deg, #ff9028, #fff38f);
}

/* line 2052, app/assets/stylesheets/main/_home.scss */
.gradient-line div.three {
  background-image: linear-gradient(91deg, #c05c7a, #fcb8b8);
}

/* line 2055, app/assets/stylesheets/main/_home.scss */
.gradient-line div.four {
  background-image: linear-gradient(91deg, #48ac5c, #61d9d1);
}

/* line 2058, app/assets/stylesheets/main/_home.scss */
.gradient-line div.five {
  background-image: linear-gradient(91deg, #764ba2, #98abff);
}

/* line 2062, app/assets/stylesheets/main/_home.scss */
.gradient-line.absolute-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 2069, app/assets/stylesheets/main/_home.scss */
.line {
  border-right: 2px solid black;
}

/* line 2072, app/assets/stylesheets/main/_home.scss */
.line-height {
  line-height: 45px;
}

/* line 2076, app/assets/stylesheets/main/_home.scss */
.l-h-24 {
  line-height: 24px;
}

/* line 2079, app/assets/stylesheets/main/_home.scss */
.home-client {
  float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 2079, app/assets/stylesheets/main/_home.scss */
  .home-client {
    float: none;
    text-align: center;
  }
}

/* line 2088, app/assets/stylesheets/main/_home.scss */
.mdm-top-button {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  background: rgba(255, 255, 255, 0.3);
  color: #313132;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 40px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* line 2101, app/assets/stylesheets/main/_home.scss */
.home-top-button {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.3);
  color: #313132;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 10px 0 4px;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* line 2113, app/assets/stylesheets/main/_home.scss */
.home-top-button .zmdi-long-arrow-right {
  vertical-align: middle;
}

/* line 2118, app/assets/stylesheets/main/_home.scss */
.hero-opacity {
  opacity: 0.25;
}

/* line 2122, app/assets/stylesheets/main/_home.scss */
.mdm-ios-hero {
  padding: 170px 0 40px 0;
  background: #003580;
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 2122, app/assets/stylesheets/main/_home.scss */
  .mdm-ios-hero {
    padding: 120px 0 40px 0;
  }
}

/* line 2130, app/assets/stylesheets/main/_home.scss */
.hero-microsite {
  padding: 150px 0 40px 0;
  background: #003580;
}

/* line 2134, app/assets/stylesheets/main/_home.scss */
.mdm-animation {
  padding: 170px 0 120px 0;
  background: #003580;
}

/* line 2139, app/assets/stylesheets/main/_home.scss */
.mdm-ios-block i.zmdi {
  font-size: 0.8rem;
  color: #c8beff;
  line-height: 21px;
  vertical-align: top;
}

/* line 2147, app/assets/stylesheets/main/_home.scss */
.mdm-education {
  padding: 200px 0px 100px 0px;
}

/* line 2151, app/assets/stylesheets/main/_home.scss */
.p-t-60 {
  padding-top: 60px;
}

/* line 2154, app/assets/stylesheets/main/_home.scss */
.p-b-60 {
  padding-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 2157, app/assets/stylesheets/main/_home.scss */
  .col-p-2 {
    padding: 2px !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2157, app/assets/stylesheets/main/_home.scss */
  .col-p-2 {
    padding: 2px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 2166, app/assets/stylesheets/main/_home.scss */
  .sm-m-b {
    margin-bottom: 52px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 2171, app/assets/stylesheets/main/_home.scss */
  .sm-m-bb {
    margin-bottom: 100px !important;
  }
}

/* line 2176, app/assets/stylesheets/main/_home.scss */
.semi-bold {
  font-weight: 500 !important;
}

/* line 2180, app/assets/stylesheets/main/_home.scss */
.home-wrapper h1.semi-bold, .home-wrapper h2.semi-bold, .home-wrapper h3.semi-bold {
  font-weight: 500 !important;
}

/* line 2184, app/assets/stylesheets/main/_home.scss */
.replay-animation {
  font-size: 1.5rem;
  font-weight: bold !important;
  color: white;
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/* line 2193, app/assets/stylesheets/main/_home.scss */
.replay-animation.b-0 {
  bottom: 0;
}

/* line 2196, app/assets/stylesheets/main/_home.scss */
.replay-animation.b-20 {
  bottom: 20px;
}

/* line 2199, app/assets/stylesheets/main/_home.scss */
.replay-animation img {
  width: 11px;
  height: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 2206, app/assets/stylesheets/main/_home.scss */
.replay-animation span {
  vertical-align: middle;
  display: inline-block;
  font-weight: bold !important;
}

/* line 2213, app/assets/stylesheets/main/_home.scss */
#content_management_animation {
  width: 70%;
}

/* line 2216, app/assets/stylesheets/main/_home.scss */
#eva_animation {
  width: 90%;
}

/* line 2221, app/assets/stylesheets/main/_home.scss */
#new_user .show-password-icon, #new_user .edit-email {
  position: relative;
  left: -14px;
  bottom: 32px;
  height: 0;
}

/* line 2231, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block .image-container {
  width: auto !important;
}

/* line 2233, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block .image-container img {
  max-height: 100% !important;
}

/* line 2237, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block .title-container {
  width: calc(100% - 71px);
  margin-top: 10px;
}

@media screen and (max-width: 600px) {
  /* line 2237, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block .title-container {
    width: auto;
  }
  /* line 2242, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block .title-container span {
    font-size: 1.5rem;
  }
}

/* line 2247, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block div.android-block {
  text-align: right;
}

/* line 2249, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block div.android-block .image-container {
  float: left;
}

@media screen and (max-width: 600px) {
  /* line 2247, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block div.android-block {
    text-align: center;
  }
  /* line 2254, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block div.android-block .image-container {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
}

/* line 2262, app/assets/stylesheets/main/_home.scss */
.mdm-for-android-case .link-block div.ios-block .image-container {
  margin-right: 0;
  float: right;
}

@media screen and (max-width: 600px) {
  /* line 2268, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block div.ios-block .image-container {
    margin-right: 0;
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 2276, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block .img-title-wrapper {
    text-align: center;
  }
  /* line 2278, app/assets/stylesheets/main/_home.scss */
  .mdm-for-android-case .link-block .img-title-wrapper .title-container {
    margin-top: 20px;
  }
}

/* line 2285, app/assets/stylesheets/main/_home.scss */
.legal {
  padding-top: 150px;
}

/* line 2288, app/assets/stylesheets/main/_home.scss */
.header-padding {
  padding: 170px 0 50px 0;
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  /* line 2294, app/assets/stylesheets/main/_home.scss */
  .home-wrapper .row.count {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 601px) {
  /* line 2302, app/assets/stylesheets/main/_home.scss */
  .home-wrapper .row.count {
    display: flex;
    flex-direction: row;
  }
  /* line 2305, app/assets/stylesheets/main/_home.scss */
  .home-wrapper .row.count .count-text, .home-wrapper .row.count .count-number, .home-wrapper .row.count .count-text {
    text-align: left;
  }
}

/* line 2311, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view {
  display: inline-block;
  float: right;
  position: relative;
}

/* line 2315, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view .features-mob-img {
  position: relative;
  top: auto;
  right: auto;
  position: static;
}

/* line 2320, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view .features-mob-img img {
  height: auto;
  width: 100%;
}

/* line 2325, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

/* line 2330, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view img.ios-img {
  top: -4px;
}

/* line 2333, app/assets/stylesheets/main/_home.scss */
.mobile-blank-view img.mobile-frame {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}

/* line 2343, app/assets/stylesheets/main/_home.scss */
.edm-feature-box {
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: 15px;
  height: 80px;
}

/* line 2349, app/assets/stylesheets/main/_home.scss */
.edm-feature-box .content-font {
  font-size: 1.5rem;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 2349, app/assets/stylesheets/main/_home.scss */
  .edm-feature-box .content-font {
    font-size: 1.4rem;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2349, app/assets/stylesheets/main/_home.scss */
  .edm-feature-box .content-font {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 2343, app/assets/stylesheets/main/_home.scss */
  .edm-feature-box {
    height: 100px;
  }
}

/* line 2364, app/assets/stylesheets/main/_home.scss */
.cursor {
  cursor: pointer;
}

/* line 2368, app/assets/stylesheets/main/_home.scss */
.small-button {
  background: #f4b400;
  height: 20px;
  width: 40px;
  border-radius: 1px;
}

@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2377, app/assets/stylesheets/main/_home.scss */
  .hero-main .christmas-offer {
    text-align: center;
  }
  /* line 2379, app/assets/stylesheets/main/_home.scss */
  .hero-main .christmas-offer span {
    display: block;
  }
  /* line 2383, app/assets/stylesheets/main/_home.scss */
  .hero-main .christmas-offer:after {
    bottom: 11px !important;
  }
}

/*For Extra Small Devices (Mobile Devices)*/
@media only screen and (min-width: 320px) and (max-width: 600px) {
  /* line 2391, app/assets/stylesheets/main/_home.scss */
  .crowd-capterra {
    padding-top: 20px;
  }
  /* line 2393, app/assets/stylesheets/main/_home.scss */
  .crowd-capterra p {
    padding-bottom: 10px;
  }
}

/*For Small Devices (Tablets)*/
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  /* line 2402, app/assets/stylesheets/main/_home.scss */
  .crowd-capterra h3 {
    margin-top: 15px !important;
  }
}

/* line 2407, app/assets/stylesheets/main/_home.scss */
#cup {
  position: relative;
  top: 6px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2407, app/assets/stylesheets/main/_home.scss */
  #cup {
    top: 10px;
  }
}

/*For iMAC View*/
@media (min-width: 2560px) {
  /* line 2417, app/assets/stylesheets/main/_home.scss */
  .background-cup {
    padding-top: 0px !important;
    position: relative;
    top: 55px;
  }
}

/* line 2424, app/assets/stylesheets/main/_home.scss */
.client-brands .clients-list > li {
  margin: 0 40px 0 40px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 2424, app/assets/stylesheets/main/_home.scss */
  .client-brands .clients-list > li {
    margin: 0 10px 0 10px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2424, app/assets/stylesheets/main/_home.scss */
  .client-brands .clients-list > li {
    margin: 0 20px 0 20px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 2437, app/assets/stylesheets/main/_home.scss */
  .header-image {
    display: none;
  }
}

/* line 2443, app/assets/stylesheets/main/_home.scss */
.skm-section-5 .card {
  margin-bottom: 0px;
  transition: margin 0.15s ease-in;
}

/* line 2447, app/assets/stylesheets/main/_home.scss */
.skm-section-5 .card:hover {
  transition: margin 0.15s ease-in;
  margin-top: -5px;
}

/* line 2453, app/assets/stylesheets/main/_home.scss */
.w-100 {
  width: 100% !important;
}

/* line 2457, app/assets/stylesheets/main/_home.scss */
.w-70 {
  width: 70% !important;
}

/* line 2461, app/assets/stylesheets/main/_home.scss */
.flex-cards {
  display: flex;
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 2461, app/assets/stylesheets/main/_home.scss */
  .flex-cards {
    display: block;
  }
}

/* line 2466, app/assets/stylesheets/main/_home.scss */
.flex-cards .flex-card {
  flex: 1;
}

/* line 2468, app/assets/stylesheets/main/_home.scss */
.flex-cards .flex-card .card {
  height: 95%;
}

/* line 2472, app/assets/stylesheets/main/_home.scss */
.flex-cards .flex-card .card-header .title {
  vertical-align: middle;
}

/* line 2476, app/assets/stylesheets/main/_home.scss */
.flex-cards .flex-card .card-footer {
  position: absolute;
  bottom: 20px;
}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
/* line 48, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input {
  position: relative;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* line 62, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .hide {
  display: none;
}

/* line 66, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .v-hide {
  visibility: hidden;
}

/* line 71, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

/* line 93, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

/* line 104, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 35px;
  padding: 0 0 0 8px;
}

/* line 115, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 122, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

/* line 136, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

/* line 144, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list {
  position: absolute;
  z-index: 3;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

/* line 155, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

/* line 161, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  /* line 144, app/assets/stylesheets/main/_intlTelInput.scss */
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

/* line 185, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

/* line 192, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

/* line 196, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

/* line 200, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 205, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

/* line 208, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

/* line 214, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

/* line 219, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}

/* line 223, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}

/* line 228, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

/* line 230, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 235, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

/* line 237, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* line 243, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

/* line 249, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

/* line 261, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 76px !important;
}

/* line 264, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 70px;
}

/* line 261, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 84px !important;
}

/* line 264, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 78px;
}

/* line 261, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 92px !important;
}

/* line 264, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 86px;
}

/* line 261, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input, .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 100px !important;
}

/* line 264, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 94px;
}

/* line 273, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

/* line 281, app/assets/stylesheets/main/_intlTelInput.scss */
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

/* line 289, app/assets/stylesheets/main/_intlTelInput.scss */
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

/* line 296, app/assets/stylesheets/main/_intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

/* line 299, app/assets/stylesheets/main/_intlTelInput.scss */
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

/* line 9, app/assets/stylesheets/main/_sprite.scss */
.iti-flag {
  width: 20px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.be {
  width: 18px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ch {
  width: 15px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mc {
  width: 19px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ne {
  width: 18px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.np {
  width: 13px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, app/assets/stylesheets/main/_sprite.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}

/* line 32, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 36, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 40, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 44, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 48, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 52, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 56, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 60, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 64, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 68, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 72, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 76, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 80, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 84, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 88, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 92, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 96, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 100, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 104, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 108, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 112, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 116, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 120, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 124, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 128, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 132, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 136, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 140, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 144, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 148, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 152, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 156, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 160, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 164, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 168, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 172, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 176, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 180, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 184, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 188, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 192, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 196, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 200, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 204, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 208, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 212, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 216, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 220, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 224, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 228, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 232, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 236, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 240, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 244, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 248, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 252, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 256, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

/* line 260, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 264, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 268, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 272, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 276, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 280, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 284, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 288, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 292, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 296, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 300, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 304, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 308, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 312, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 316, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 320, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 324, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 328, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 332, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 336, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 340, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 344, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 348, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 352, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 356, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 360, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 364, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 368, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 372, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 376, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 380, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 384, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 388, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 392, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 396, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 400, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 404, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 408, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 412, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 416, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 420, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 424, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 428, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 432, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 436, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 440, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 444, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 448, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 452, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 456, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 460, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 464, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 468, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 472, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 476, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 480, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 484, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 488, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 492, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 496, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 500, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 504, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 508, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 512, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 516, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 520, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 524, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 528, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 532, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 536, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 540, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 544, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 548, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 552, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 556, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 560, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 564, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 568, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 572, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 576, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 580, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 584, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 588, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 592, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 596, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 600, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 604, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 608, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 612, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 616, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 620, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 624, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 628, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 632, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 636, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 640, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 644, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 648, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 652, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 656, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 660, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 664, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 668, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 672, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 676, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 680, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 684, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 688, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 692, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 696, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 700, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 704, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 708, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 712, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 716, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 720, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 724, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 728, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 732, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 736, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 740, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 744, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 748, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 752, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 756, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 760, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 764, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 768, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 772, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 776, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 780, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 784, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 788, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 792, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 796, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 800, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 804, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 808, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 812, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 816, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 820, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 824, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 828, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 832, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 836, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 840, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 844, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 848, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 852, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 856, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 860, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 864, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 868, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 872, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 876, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 880, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 884, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 888, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 892, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 896, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 900, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 904, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 908, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 912, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 916, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 920, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 924, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 928, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 932, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 936, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 940, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 944, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 948, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 952, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 956, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 960, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 964, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 968, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 972, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 976, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 980, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 984, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 988, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 992, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 996, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 1000, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 1004, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 1008, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1012, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 1016, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 1020, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1024, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 1028, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 1032, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 1036, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 1040, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 1044, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1048, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1052, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1056, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/* line 314, app/assets/stylesheets/main/_intlTelInput.scss */
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(//onpremise.mobilock.in/cloud-assets/flags-96cfd8d2f58704418532745cf12069f9f7b1eac24d7f84915333694c6cc033aa.png);
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 314, app/assets/stylesheets/main/_intlTelInput.scss */
  .iti-flag {
    background-image: url(//onpremise.mobilock.in/cloud-assets/flags@2x-77d36531bfe22c80e075aab0c2ad744f1cf54ee9dc42f39dcfb82154881eed28.png);
  }
}

/* line 332, app/assets/stylesheets/main/_intlTelInput.scss */
.iti-flag.np {
  background-color: transparent;
}

/* line 9, app/assets/stylesheets/main/_sprite.scss */
.iti-flag {
  width: 20px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.be {
  width: 18px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ch {
  width: 15px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mc {
  width: 19px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ne {
  width: 18px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.np {
  width: 13px;
}

/* line 16, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 9, app/assets/stylesheets/main/_sprite.scss */
  .iti-flag {
    background-size: 5630px 15px;
  }
}

/* line 32, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

/* line 36, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

/* line 40, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

/* line 44, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

/* line 48, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

/* line 52, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

/* line 56, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

/* line 60, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

/* line 64, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

/* line 68, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

/* line 72, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

/* line 76, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

/* line 80, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

/* line 84, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

/* line 88, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

/* line 92, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

/* line 96, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

/* line 100, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

/* line 104, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

/* line 108, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

/* line 112, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

/* line 116, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

/* line 120, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

/* line 124, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

/* line 128, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

/* line 132, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

/* line 136, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

/* line 140, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

/* line 144, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

/* line 148, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

/* line 152, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

/* line 156, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

/* line 160, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

/* line 164, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

/* line 168, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

/* line 172, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

/* line 176, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

/* line 180, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

/* line 184, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

/* line 188, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

/* line 192, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

/* line 196, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

/* line 200, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

/* line 204, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

/* line 208, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

/* line 212, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

/* line 216, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

/* line 220, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

/* line 224, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

/* line 228, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

/* line 232, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

/* line 236, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

/* line 240, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

/* line 244, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

/* line 248, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

/* line 252, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

/* line 256, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

/* line 260, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

/* line 264, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

/* line 268, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

/* line 272, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

/* line 276, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

/* line 280, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

/* line 284, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

/* line 288, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

/* line 292, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

/* line 296, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

/* line 300, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

/* line 304, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

/* line 308, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

/* line 312, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

/* line 316, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

/* line 320, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

/* line 324, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

/* line 328, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

/* line 332, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

/* line 336, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

/* line 340, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

/* line 344, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

/* line 348, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

/* line 352, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

/* line 356, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

/* line 360, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

/* line 364, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

/* line 368, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

/* line 372, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

/* line 376, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

/* line 380, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

/* line 384, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

/* line 388, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

/* line 392, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

/* line 396, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

/* line 400, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

/* line 404, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

/* line 408, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

/* line 412, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

/* line 416, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

/* line 420, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

/* line 424, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

/* line 428, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

/* line 432, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

/* line 436, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

/* line 440, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

/* line 444, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

/* line 448, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

/* line 452, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

/* line 456, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

/* line 460, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

/* line 464, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

/* line 468, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

/* line 472, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

/* line 476, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

/* line 480, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

/* line 484, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

/* line 488, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

/* line 492, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

/* line 496, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

/* line 500, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

/* line 504, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

/* line 508, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

/* line 512, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

/* line 516, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

/* line 520, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

/* line 524, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

/* line 528, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

/* line 532, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

/* line 536, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

/* line 540, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

/* line 544, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

/* line 548, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

/* line 552, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

/* line 556, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

/* line 560, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

/* line 564, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

/* line 568, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

/* line 572, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

/* line 576, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

/* line 580, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

/* line 584, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

/* line 588, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

/* line 592, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

/* line 596, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

/* line 600, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

/* line 604, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

/* line 608, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

/* line 612, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

/* line 616, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

/* line 620, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

/* line 624, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

/* line 628, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

/* line 632, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

/* line 636, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

/* line 640, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

/* line 644, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

/* line 648, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

/* line 652, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

/* line 656, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

/* line 660, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

/* line 664, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

/* line 668, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

/* line 672, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

/* line 676, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

/* line 680, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

/* line 684, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

/* line 688, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

/* line 692, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

/* line 696, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

/* line 700, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

/* line 704, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

/* line 708, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

/* line 712, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

/* line 716, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

/* line 720, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

/* line 724, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

/* line 728, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

/* line 732, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

/* line 736, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

/* line 740, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

/* line 744, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

/* line 748, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

/* line 752, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

/* line 756, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

/* line 760, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

/* line 764, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

/* line 768, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

/* line 772, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

/* line 776, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

/* line 780, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

/* line 784, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

/* line 788, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

/* line 792, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

/* line 796, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

/* line 800, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

/* line 804, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

/* line 808, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

/* line 812, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

/* line 816, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

/* line 820, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

/* line 824, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

/* line 828, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

/* line 832, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

/* line 836, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

/* line 840, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

/* line 844, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

/* line 848, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

/* line 852, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

/* line 856, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

/* line 860, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

/* line 864, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

/* line 868, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

/* line 872, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

/* line 876, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

/* line 880, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

/* line 884, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

/* line 888, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

/* line 892, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

/* line 896, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

/* line 900, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

/* line 904, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

/* line 908, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

/* line 912, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

/* line 916, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

/* line 920, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

/* line 924, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

/* line 928, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

/* line 932, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

/* line 936, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

/* line 940, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

/* line 944, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

/* line 948, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

/* line 952, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

/* line 956, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

/* line 960, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

/* line 964, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

/* line 968, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

/* line 972, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

/* line 976, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

/* line 980, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

/* line 984, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

/* line 988, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

/* line 992, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

/* line 996, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

/* line 1000, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

/* line 1004, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

/* line 1008, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

/* line 1012, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

/* line 1016, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

/* line 1020, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

/* line 1024, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

/* line 1028, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

/* line 1032, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

/* line 1036, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

/* line 1040, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

/* line 1044, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

/* line 1048, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

/* line 1052, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

/* line 1056, app/assets/stylesheets/main/_sprite.scss */
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

/**
 * User Authentication related pages:
 *
 * - Sign Up
 * - Login
 * - Forgot Password
 * - Resend Confirm Email
 * - Change Password
 */
/* line 11, app/assets/stylesheets/main/_user_auth.scss */
.reseller-get-in-touch .g-recaptcha {
  transform: scale(0.94);
  -webkit-transform: scale(0.94);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 18, app/assets/stylesheets/main/_user_auth.scss */
  .reseller-get-in-touch .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 25, app/assets/stylesheets/main/_user_auth.scss */
.reseller-get-in-touch .append-close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  right: 9px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 43, app/assets/stylesheets/main/_user_auth.scss */
.user-auth, .contact-info-card {
  /*User Authentication custom css for  the Authentication related pages*/
}

/* line 44, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .fadeInDown, .contact-info-card .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.70s;
  animation-duration: 0.70s;
  transition: all ease-in;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all ease-in;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all ease-in;
  }
}

/* line 80, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .append-close, .contact-info-card .append-close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 2px;
  right: 9px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 97, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .alert-success, .user-auth .alert-danger, .contact-info-card .alert-success, .contact-info-card .alert-danger {
  text-align: left;
}

/* line 100, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .alert-success, .contact-info-card .alert-success {
  position: relative;
}

/* line 102, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .alert-success button, .contact-info-card .alert-success button {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 109, app/assets/stylesheets/main/_user_auth.scss */
.user-auth input#contact-no, .contact-info-card input#contact-no {
  padding-left: 52px;
}

/* line 112, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .start-intercom, .contact-info-card .start-intercom {
  cursor: pointer;
}

/* line 115, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .chat-widget-open, .contact-info-card .chat-widget-open {
  display: none;
}

/* line 118, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .m-t-50, .contact-info-card .m-t-50 {
  margin-top: 50px;
}

/* line 121, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .top-brand, .contact-info-card .top-brand {
  color: #353535;
  font-size: 1.5rem !important;
  opacity: 0.55;
}

/* line 126, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .t-underline, .contact-info-card .t-underline {
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .iphone-wrapper, .contact-info-card .iphone-wrapper {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 133, app/assets/stylesheets/main/_user_auth.scss */
.user-auth a, .contact-info-card a {
  font-weight: bold;
}

/* line 137, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .replace-text.pull-left::-webkit-input-placeholder, .contact-info-card .replace-text.pull-left::-webkit-input-placeholder {
  color: #a2a2a2 !important;
}

/* line 141, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .error, .user-auth .error-msg, .contact-info-card .error, .contact-info-card .error-msg {
  font-size: 1.2rem;
}

/* line 144, app/assets/stylesheets/main/_user_auth.scss */
.user-auth #email-suggestion, .contact-info-card #email-suggestion {
  font-size: 1.2rem;
  margin: 5px 0px;
  cursor: pointer;
}

/* line 150, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .checkbox .input-helper:before, .contact-info-card .checkbox .input-helper:before {
  left: 0;
  border: solid 1px #19488C !important;
  background-color: #f6f9fc !important;
  border-radius: 4px !important;
}

/* line 156, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .checkbox .input-helper:after, .contact-info-card .checkbox .input-helper:after {
  transform: scale(0) rotate(80deg);
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #3f51b7;
  border-left: 2px solid #3f51b7;
  border-bottom-left-radius: 2px;
  left: 1px;
  top: 6px;
}

/* line 167, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .grey-body, .contact-info-card .grey-body {
  transform: translateY(-12rem);
}

/* line 170, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .plan-desc-contactus, .contact-info-card .plan-desc-contactus {
  opacity: 0.55;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}

/* line 181, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card, .contact-info-card .card {
  margin: 60px 40px 60px;
  position: relative;
  min-height: 200px;
  background: rgba(247, 247, 247, 0.8);
  border-radius: 4px;
  /*@include z-depth(1);
        .logo-preview {
            width: 433px;
            float: left;
            // min-height: 550px;
            background-color: #f2f9ff;
            padding: 20px;
            text-align: center;
            border-bottom-left-radius: 4px;

            // @include x-multiple-backgrounds(
            //     asset_url(//onpremise.mobilock.in/cloud-assets/auth/img_elements_upside-5c645dad5e48c32f832b6c0e733a7f0576aa62ab783fee4192fa17926bb8a26b.png) no-repeat top left,
            //     asset_url(//onpremise.mobilock.in/cloud-assets/auth/img_elements_downside-e647aefccecc8ea5c0c3afa94d78f13b31d0817414b0d996640c47ad7ab96e0f.png) no-repeat bottom right
            //     );

            // img {
            //     margin-top: 100px;
            // }

            h1 {
                color: #404040;
                margin-top: 20px;
                font-weight: normal;
                padding-top: 100px;
            }

            p:not(.start-chat) {
                color: $sub-text-color;
                font-size: 1.3rem;
                line-height: 24px;
                margin-top: 20px;
                opacity: 0.9;
            }
            .heading-font {
                opacity: 0.66;
            }
            .clients-list {
                li {
                    margin-left: -38px;
                    list-style-type: none !important;
                    float: left;
                    text-align: left;
                    padding: 10px 0 0 48px;
                    height: 50px;
                }
            }
        }*/
}

/* line 188, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card.new-signup-bg, .contact-info-card .card.new-signup-bg {
  background: #F2F9FF;
}

@media screen and (max-width: 991px) {
  /* line 181, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card, .contact-info-card .card {
    margin: 40px 0px;
  }
}

/* line 241, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .form-group, .contact-info-card .card .form-group {
  margin-bottom: 15px !important;
}

/* line 245, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .form-group .fg-line input[type="text"]:focus, .user-auth .card .form-group .fg-line input[type="password"]:focus, .user-auth .card .form-group .fg-line input[type="number"]:focus, .contact-info-card .card .form-group .fg-line input[type="text"]:focus, .contact-info-card .card .form-group .fg-line input[type="password"]:focus, .contact-info-card .card .form-group .fg-line input[type="number"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 252, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .form-group .fg-line .otp-blocks, .contact-info-card .card .form-group .fg-line .otp-blocks {
  width: 280px;
}

/* line 254, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .form-group .fg-line .otp-blocks input[type=text], .user-auth .card .form-group .fg-line .otp-blocks input[type=password], .contact-info-card .card .form-group .fg-line .otp-blocks input[type=text], .contact-info-card .card .form-group .fg-line .otp-blocks input[type=password] {
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e8e9f1;
  display: inline-block;
  padding: 0;
}

/* line 262, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .form-group .fg-line .otp-blocks input[type=text]:focus, .user-auth .card .form-group .fg-line .otp-blocks input[type=password]:focus, .contact-info-card .card .form-group .fg-line .otp-blocks input[type=text]:focus, .contact-info-card .card .form-group .fg-line .otp-blocks input[type=password]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 273, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .checkbox label, .contact-info-card .card .checkbox label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a2a2;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

/* line 282, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content, .user-auth .card .content-contactus, .contact-info-card .card .content, .contact-info-card .card .content-contactus {
  padding: 40px 70px;
  background: #ffffff;
  /*min-height: 550px;*/
  position: relative;
  text-align: left;
  line-height: 1.62;
  border-bottom-right-radius: 4px;
  width: 445px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 291, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content.sign-up, .user-auth .card .sign-up.content-contactus, .contact-info-card .card .content.sign-up, .contact-info-card .card .sign-up.content-contactus {
    padding: 20px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  /* line 282, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content, .user-auth .card .content-contactus, .contact-info-card .card .content, .contact-info-card .card .content-contactus {
    padding: 40px 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 282, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content, .user-auth .card .content-contactus, .contact-info-card .card .content, .contact-info-card .card .content-contactus {
    padding: 40px 24px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 282, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content, .user-auth .card .content-contactus, .contact-info-card .card .content, .contact-info-card .card .content-contactus {
    padding: 40px 70px;
  }
}

/* line 307, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input, .user-auth .card .content-contactus form input, .user-auth .card .content form textarea, .user-auth .card .content-contactus form textarea, .user-auth .card .content form .drop-contact input, .user-auth .card .content form .drop-contact select, .user-auth .card .content-contactus form .drop-contact select, .contact-info-card .card .content form input, .contact-info-card .card .content-contactus form input, .contact-info-card .card .content form textarea, .contact-info-card .card .content-contactus form textarea, .contact-info-card .card .content form .drop-contact input, .contact-info-card .card .content form .drop-contact select, .contact-info-card .card .content-contactus form .drop-contact select {
  width: 100%;
  height: 38px;
  border-radius: 4px !important;
  background-color: #f6f9fc;
  border: solid 1px #e8e9f1;
  padding-left: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  outline: none;
}

/* line 318, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input ::-webkit-input-placeholder, .user-auth .card .content-contactus form input ::-webkit-input-placeholder, .user-auth .card .content form textarea ::-webkit-input-placeholder, .user-auth .card .content-contactus form textarea ::-webkit-input-placeholder, .user-auth .card .content form .drop-contact input ::-webkit-input-placeholder, .user-auth .card .content form .drop-contact select ::-webkit-input-placeholder, .user-auth .card .content-contactus form .drop-contact select ::-webkit-input-placeholder, .contact-info-card .card .content form input ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form input ::-webkit-input-placeholder, .contact-info-card .card .content form textarea ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form textarea ::-webkit-input-placeholder, .contact-info-card .card .content form .drop-contact input ::-webkit-input-placeholder, .contact-info-card .card .content form .drop-contact select ::-webkit-input-placeholder, .contact-info-card .card .content-contactus form .drop-contact select ::-webkit-input-placeholder {
  color: #a2a2a2;
}

/* line 321, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input ::-moz-placeholder, .user-auth .card .content-contactus form input ::-moz-placeholder, .user-auth .card .content form textarea ::-moz-placeholder, .user-auth .card .content-contactus form textarea ::-moz-placeholder, .user-auth .card .content form .drop-contact input ::-moz-placeholder, .user-auth .card .content form .drop-contact select ::-moz-placeholder, .user-auth .card .content-contactus form .drop-contact select ::-moz-placeholder, .contact-info-card .card .content form input ::-moz-placeholder, .contact-info-card .card .content-contactus form input ::-moz-placeholder, .contact-info-card .card .content form textarea ::-moz-placeholder, .contact-info-card .card .content-contactus form textarea ::-moz-placeholder, .contact-info-card .card .content form .drop-contact input ::-moz-placeholder, .contact-info-card .card .content form .drop-contact select ::-moz-placeholder, .contact-info-card .card .content-contactus form .drop-contact select ::-moz-placeholder {
  color: #a2a2a2;
}

/* line 324, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input :-ms-input-placeholder, .user-auth .card .content-contactus form input :-ms-input-placeholder, .user-auth .card .content form textarea :-ms-input-placeholder, .user-auth .card .content-contactus form textarea :-ms-input-placeholder, .user-auth .card .content form .drop-contact input :-ms-input-placeholder, .user-auth .card .content form .drop-contact select :-ms-input-placeholder, .user-auth .card .content-contactus form .drop-contact select :-ms-input-placeholder, .contact-info-card .card .content form input :-ms-input-placeholder, .contact-info-card .card .content-contactus form input :-ms-input-placeholder, .contact-info-card .card .content form textarea :-ms-input-placeholder, .contact-info-card .card .content-contactus form textarea :-ms-input-placeholder, .contact-info-card .card .content form .drop-contact input :-ms-input-placeholder, .contact-info-card .card .content form .drop-contact select :-ms-input-placeholder, .contact-info-card .card .content-contactus form .drop-contact select :-ms-input-placeholder {
  color: #a2a2a2;
}

/* line 328, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .drop-contact input, .user-auth .card .content-contactus form .drop-contact input, .user-auth .card .content form .drop-contact select, .user-auth .card .content-contactus form .drop-contact select, .contact-info-card .card .content form .drop-contact input, .contact-info-card .card .content-contactus form .drop-contact input, .contact-info-card .card .content form .drop-contact select, .contact-info-card .card .content-contactus form .drop-contact select {
  cursor: pointer;
}

/* line 331, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .actions, .user-auth .card .content-contactus form .actions, .contact-info-card .card .content form .actions, .contact-info-card .card .content-contactus form .actions {
  margin-top: 20px;
}

/* line 335, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .btn-material, .user-auth .card .content-contactus form .btn-material, .contact-info-card .card .content form .btn-material, .contact-info-card .card .content-contactus form .btn-material {
  min-width: 140px;
}

/* line 339, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .remember-me, .user-auth .card .content-contactus form .remember-me, .contact-info-card .card .content form .remember-me, .contact-info-card .card .content-contactus form .remember-me {
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .checkbox, .user-auth .card .content-contactus form .checkbox, .contact-info-card .card .content form .checkbox, .contact-info-card .card .content-contactus form .checkbox {
  color: #727272;
}

/* line 347, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form label.error, .user-auth .card .content-contactus form label.error, .user-auth .card .content form label.error-msg, .user-auth .card .content-contactus form label.error-msg, .contact-info-card .card .content form label.error, .contact-info-card .card .content-contactus form label.error, .contact-info-card .card .content form label.error-msg, .contact-info-card .card .content-contactus form label.error-msg {
  display: none;
  color: #F44336;
  margin-top: 5px;
}

/* line 353, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form .intl-tel-input, .user-auth .card .content-contactus form .intl-tel-input, .contact-info-card .card .content form .intl-tel-input, .contact-info-card .card .content-contactus form .intl-tel-input {
  width: 100%;
}

/* line 357, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input.form-control.error, .user-auth .card .content-contactus form input.form-control.error, .contact-info-card .card .content form input.form-control.error, .contact-info-card .card .content-contactus form input.form-control.error {
  border-bottom-color: #F44336;
}

/* line 360, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content form input.form-control.error:focus, .user-auth .card .content-contactus form input.form-control.error:focus, .user-auth .card .content form input.form-control.error:active, .user-auth .card .content-contactus form input.form-control.error:active, .contact-info-card .card .content form input.form-control.error:focus, .contact-info-card .card .content-contactus form input.form-control.error:focus, .contact-info-card .card .content form input.form-control.error:active, .contact-info-card .card .content-contactus form input.form-control.error:active {
  border-bottom-color: #f32c1e;
}

/* line 367, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .links, .user-auth .card .content-contactus .links, .contact-info-card .card .content .links, .contact-info-card .card .content-contactus .links {
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.16px;
  left: 70px;
  right: 40px;
  padding: 0px 30px 0 0;
  letter-spacing: normal;
}

@media screen and (max-width: 991px) {
  /* line 367, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content .links, .user-auth .card .content-contactus .links, .contact-info-card .card .content .links, .contact-info-card .card .content-contactus .links {
    position: static;
  }
}

/* line 379, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .links li, .user-auth .card .content-contactus .links li, .contact-info-card .card .content .links li, .contact-info-card .card .content-contactus .links li {
  margin-bottom: 8px;
}

/* line 382, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .links li:last-child, .user-auth .card .content-contactus .links li:last-child, .contact-info-card .card .content .links li:last-child, .contact-info-card .card .content-contactus .links li:last-child {
  margin-bottom: 0;
}

/* line 387, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .links span, .user-auth .card .content-contactus .links span, .contact-info-card .card .content .links span, .contact-info-card .card .content-contactus .links span {
  color: #000000;
  font-size: 1.3rem;
  opacity: 0.55;
  font-weight: 500;
}

/* line 394, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .links a, .user-auth .card .content-contactus .links a, .contact-info-card .card .content .links a, .contact-info-card .card .content-contactus .links a {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}

/* line 400, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .flex-center, .user-auth .card .content-contactus .flex-center, .contact-info-card .card .content .flex-center, .contact-info-card .card .content-contactus .flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 405, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .link-btn, .user-auth .card .content-contactus .link-btn, .contact-info-card .card .content .link-btn, .contact-info-card .card .content-contactus .link-btn {
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
}

/* line 410, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .list-unstyled li, .user-auth .card .content-contactus .list-unstyled li, .contact-info-card .card .content .list-unstyled li, .contact-info-card .card .content-contactus .list-unstyled li {
  /*text-align: left;*/
}

/* line 413, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .user-auth .card .content-contactus .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .user-auth .card .content .fg-line, .user-auth .card .content-contactus .fg-line, .contact-info-card .card .content .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .contact-info-card .card .content-contactus .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code, .contact-info-card .card .content .fg-line, .contact-info-card .card .content-contactus .fg-line {
  text-align: left;
}

/* line 416, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .selected-flag, .user-auth .card .content-contactus .selected-flag, .contact-info-card .card .content .selected-flag, .contact-info-card .card .content-contactus .selected-flag {
  background-color: #FFFFFF;
  outline: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 421, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .selected-flag:hover, .user-auth .card .content-contactus .selected-flag:hover, .contact-info-card .card .content .selected-flag:hover, .contact-info-card .card .content-contactus .selected-flag:hover {
  background-color: #FFFFFF;
}

/* line 425, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .selected-flag .delete-btn input[type=submit], .user-auth .card .content-contactus .selected-flag .delete-btn input[type=submit], .contact-info-card .card .content .selected-flag .delete-btn input[type=submit], .contact-info-card .card .content-contactus .selected-flag .delete-btn input[type=submit] {
  background: none;
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: -2px;
  color: #3F51B7;
  font-weight: 600;
}

/* line 436, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .fg-line, .user-auth .card .content-contactus .fg-line, .contact-info-card .card .content .fg-line, .contact-info-card .card .content-contactus .fg-line {
  font-weight: 500;
}

/* line 439, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .third-party-btn, .user-auth .card .content-contactus .third-party-btn, .contact-info-card .card .content .third-party-btn, .contact-info-card .card .content-contactus .third-party-btn {
  max-height: 38px;
  line-height: 41px;
  background-color: #ffffff;
  color: #414651;
  font-size: 1.3rem;
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid #d5d7da;
  border-radius: 8px;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
}

/* line 454, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .third-party-btn:hover, .user-auth .card .content-contactus .third-party-btn:hover, .user-auth .card .content .third-party-btn:focus, .user-auth .card .content-contactus .third-party-btn:focus, .user-auth .card .content .third-party-btn:active:focus, .contact-info-card .card .content .third-party-btn:hover, .contact-info-card .card .content-contactus .third-party-btn:hover, .contact-info-card .card .content .third-party-btn:focus, .contact-info-card .card .content-contactus .third-party-btn:focus, .contact-info-card .card .content .third-party-btn:active:focus {
  background: #fafafa;
  color: #414651;
}

/* line 461, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .o-365-text, .user-auth .card .content-contactus .o-365-text, .contact-info-card .card .content .o-365-text, .contact-info-card .card .content-contactus .o-365-text {
  font-size: 1.3rem;
  color: black;
  opacity: 0.5;
}

/* line 466, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .btn-disabled, .user-auth .card .content-contactus .btn-disabled, .contact-info-card .card .content .btn-disabled, .contact-info-card .card .content-contactus .btn-disabled {
  height: 40px;
  line-height: 41px;
  background: rgba(230, 230, 230, 0.9);
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold !important;
  padding: 0 18px;
  display: inline-block;
  border: none;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}

/* line 480, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .btn-disabled.w-100, .user-auth .card .content-contactus .btn-disabled.w-100, .contact-info-card .card .content .btn-disabled.w-100, .contact-info-card .card .content-contactus .btn-disabled.w-100 {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 486, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .password-error, .user-auth .card .content-contactus .password-error, .contact-info-card .card .content .password-error, .contact-info-card .card .content-contactus .password-error {
  color: red;
  font-size: 11px;
  display: none;
}

/* line 491, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .sign-in-block, .user-auth .card .content-contactus .sign-in-block, .contact-info-card .card .content .sign-in-block, .contact-info-card .card .content-contactus .sign-in-block {
  width: 276px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  /* line 491, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content .sign-in-block, .user-auth .card .content-contactus .sign-in-block, .contact-info-card .card .content .sign-in-block, .contact-info-card .card .content-contactus .sign-in-block {
    width: 100%;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 491, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content .sign-in-block, .user-auth .card .content-contactus .sign-in-block, .contact-info-card .card .content .sign-in-block, .contact-info-card .card .content-contactus .sign-in-block {
    width: 195px;
  }
}

/* line 501, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .pin-blocks, .user-auth .card .content-contactus .pin-blocks, .contact-info-card .card .content .pin-blocks, .contact-info-card .card .content-contactus .pin-blocks {
  width: 285px;
}

/* line 503, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content .pin-blocks input[type=text], .user-auth .card .content-contactus .pin-blocks input[type=text], .user-auth .card .content .pin-blocks input[type=password], .user-auth .card .content-contactus .pin-blocks input[type=password], .contact-info-card .card .content .pin-blocks input[type=text], .contact-info-card .card .content-contactus .pin-blocks input[type=text], .contact-info-card .card .content .pin-blocks input[type=password], .contact-info-card .card .content-contactus .pin-blocks input[type=password] {
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e8e9f1;
  display: inline-block;
  padding: 0;
}

/* line 515, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact .dropdown-toggle, .contact-info-card .card .drop-contact .dropdown-toggle {
  width: 100%;
  /* height: 52px; */
  border-radius: 4px !important;
  background-color: transparent;
  /* border: solid 1px #e8e9f1; */
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a2a2;
  padding-top: 1;
  padding: 0;
  outline: none;
  outline: none;
}

/* line 527, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact .dropdown-toggle p, .contact-info-card .card .drop-contact .dropdown-toggle p {
  display: initial;
  float: right;
  padding: 9px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 38px;
  border: solid 1px #e8e9f1;
}

/* line 543, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact .dropdown-toggle + .dropdown-menu, .contact-info-card .card .drop-contact .dropdown-toggle + .dropdown-menu {
  font-size: 1.3rem;
}

/* line 547, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact .dropdown-menu-right, .contact-info-card .card .drop-contact .dropdown-menu-right {
  left: 0;
}

/* line 551, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact ul li:hover, .user-auth .card .drop-contact ul li.active, .contact-info-card .card .drop-contact ul li:hover, .contact-info-card .card .drop-contact ul li.active {
  background-color: #f6f9fc;
}

/* line 556, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .btn-default.btn-outline, .contact-info-card .card .btn-default.btn-outline {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 28px;
  background-image: linear-gradient(106deg, #4253b1, #4299e9);
  background: -moz-linear-gradient(106deg, #4253b1, #4299e9);
  background: -webkit-linear-gradient(106deg, #4253b1, #4299e9);
  background: -o-linear-gradient(106deg, #4253b1, #4299e9);
  background: -ms-linear-gradient(106deg, #4253b1, #4299e9);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/* line 570, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .m-t-60, .contact-info-card .card .m-t-60 {
  margin-top: 60px;
}

/* line 573, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
  min-height: 500px !important;
}

/* line 576, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .content-contactus .g-recaptcha, .contact-info-card .card .content-contactus .g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 583, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content-contactus .g-recaptcha, .contact-info-card .card .content-contactus .g-recaptcha {
    transform: scale(0.73);
    -webkit-transform: scale(0.73);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* line 591, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .logo-preview-contactus, .contact-info-card .card .logo-preview-contactus {
  width: 300px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 50px;
  min-height: 500px;
  background: #003580;
}

/* line 598, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .logo-preview-contactus h1, .contact-info-card .card .logo-preview-contactus h1 {
  position: relative;
  padding-top: 0;
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  width: 50%;
}

/* line 612, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .logo-preview-contactus h1, .user-auth .card .logo-preview-contactus div, .contact-info-card .card .logo-preview-contactus h1, .contact-info-card .card .logo-preview-contactus div {
  color: #ffffff;
}

/* line 616, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .logo-preview-contactus .contact-info-img, .contact-info-card .card .logo-preview-contactus .contact-info-img {
  position: absolute;
  top: -19px;
  right: -120px;
}

/* line 623, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .drop-contact li, .contact-info-card .card .drop-contact li {
  padding: 10px;
  cursor: pointer;
}

/* line 628, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .heading-font, .contact-info-card .card .heading-font {
  opacity: 0.66;
  font-family: Lato;
  font-size: 1rem !important;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #FFFFFF !important;
}

/* line 640, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .text-area-control, .contact-info-card .card .text-area-control {
  height: 146px !important;
  padding-top: 10px;
}

/* line 644, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .w-100, .contact-info-card .card .w-100 {
  width: 100%;
}

/* line 647, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .card .d-in, .contact-info-card .card .d-in {
  display: inline-block;
}

/* line 651, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .row-img, .contact-info-card .row-img {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
}

/* line 657, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .column-img, .contact-info-card .column-img {
  -ms-flex: 25%;
  /* IE10 */
  max-width: 100%;
}

/* line 660, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .column-img > div, .contact-info-card .column-img > div {
  width: 26%;
  float: left;
}

/* line 665, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .column-img img, .contact-info-card .column-img img {
  margin-top: 8px;
  vertical-align: middle;
  text-align: left;
  float: left;
}

/* line 673, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .list-unstyled .db, .contact-info-card .list-unstyled .db {
  display: block;
}

/* line 678, app/assets/stylesheets/main/_user_auth.scss */
#signup-container.user-auth .logo-preview, #signup-container.user-auth .card .logo-preview-contactus, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus, #signup-container.contact-info-card .logo-preview, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus, #signup-container.contact-info-card .card .logo-preview-contactus {
  max-height: 700px;
  min-height: 550px;
}

/* line 682, app/assets/stylesheets/main/_user_auth.scss */
#signup-container.user-auth .logo-preview .sign-up-img .img-size-xs, #signup-container.user-auth .card .logo-preview-contactus .sign-up-img .img-size-xs, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .logo-preview .sign-up-img .img-size-xs, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .card .logo-preview-contactus .sign-up-img .img-size-xs {
  /* media query for tablets */
  /* media query for mobile devices */
}

@media (min-width: 481px) and (max-width: 1024px) {
  /* line 682, app/assets/stylesheets/main/_user_auth.scss */
  #signup-container.user-auth .logo-preview .sign-up-img .img-size-xs, #signup-container.user-auth .card .logo-preview-contactus .sign-up-img .img-size-xs, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .logo-preview .sign-up-img .img-size-xs, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .card .logo-preview-contactus .sign-up-img .img-size-xs {
    width: 315px;
    height: 150px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 682, app/assets/stylesheets/main/_user_auth.scss */
  #signup-container.user-auth .logo-preview .sign-up-img .img-size-xs, #signup-container.user-auth .card .logo-preview-contactus .sign-up-img .img-size-xs, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .logo-preview .sign-up-img .img-size-xs, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus .sign-up-img .img-size-xs, #signup-container.contact-info-card .card .logo-preview-contactus .sign-up-img .img-size-xs {
    width: 290px;
    height: 140px;
  }
}

/* line 696, app/assets/stylesheets/main/_user_auth.scss */
#signup-container.user-auth .logo-preview .brand-logos .p-t-8, #signup-container.user-auth .card .logo-preview-contactus .brand-logos .p-t-8, .contact-info-card .card #signup-container.user-auth .logo-preview-contactus .brand-logos .p-t-8, #signup-container.contact-info-card .logo-preview .brand-logos .p-t-8, .user-auth .card #signup-container.contact-info-card .logo-preview-contactus .brand-logos .p-t-8, #signup-container.contact-info-card .card .logo-preview-contactus .brand-logos .p-t-8 {
  padding-top: 8px;
}

/* line 701, app/assets/stylesheets/main/_user_auth.scss */
#signup-container.user-auth .accept-terms label, #signup-container.contact-info-card .accept-terms label {
  display: inline;
}

/* line 704, app/assets/stylesheets/main/_user_auth.scss */
#signup-container.user-auth #termsError, #signup-container.contact-info-card #termsError {
  display: inline;
}

/* line 709, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .o365-thank-you-container, .contact-info-card .o365-thank-you-container {
  padding: 40px 20px 0;
  background-color: #fff;
}

/* line 712, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .o365-thank-you-container h1, .contact-info-card .o365-thank-you-container h1 {
  text-align: center;
  font-size: 3.6rem;
  color: #323232;
}

/* line 717, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .o365-thank-you-container .subtitle, .contact-info-card .o365-thank-you-container .subtitle {
  color: #727272;
  text-align: center;
  font-size: 1.3rem;
  margin: auto auto 30px;
  width: 70%;
}

/* line 726, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container, .contact-info-card .thank-you-container {
  margin-top: 40px;
  background-color: #f6f9fc;
  position: relative;
}

/* line 732, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .thank-you-msg-with-email .card, .contact-info-card .thank-you-container .thank-you-msg-with-email .card {
  min-height: auto !important;
  box-shadow: 0 2px 12px 0 #d9e4ef;
  background-color: #ffffff;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #404040;
}

/* line 742, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container h1, .contact-info-card .thank-you-container h1 {
  font-family: Oxygen;
  font-size: 32px;
  font-weight: normal;
  color: #404040;
}

/* line 749, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .subtitle, .contact-info-card .thank-you-container .subtitle {
  opacity: 0.8;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #404040;
}

/* line 757, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container hr, .contact-info-card .thank-you-container hr {
  width: 70%;
  opacity: 0.25;
  border: solid 0.5px #003580;
}

/* line 763, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container a, .contact-info-card .thank-you-container a {
  opacity: 0.8;
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}

/* line 771, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator, .contact-info-card .thank-you-container .step-indicator {
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c3c3c3;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 779, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator .step, .contact-info-card .thank-you-container .step-indicator .step {
  float: left;
  width: 33.3333%;
  position: relative;
}

/* line 784, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator .step:before, .contact-info-card .thank-you-container .step-indicator .step:before {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  color: #3f51b7;
  display: block;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  border: 1px solid #3f51b7;
  position: relative;
  top: -20px;
}

/* line 799, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator .step.one:before, .contact-info-card .thank-you-container .step-indicator .step.one:before {
  content: '1';
}

/* line 802, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator .step.two:before, .contact-info-card .thank-you-container .step-indicator .step.two:before {
  content: '2';
  margin-left: 15px;
}

/* line 806, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .step-indicator .step.three:before, .contact-info-card .thank-you-container .step-indicator .step.three:before {
  content: '3';
  margin-left: 25px;
}

/* line 815, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .desc-list dl, .contact-info-card .thank-you-container .desc-list dl {
  float: left;
  width: 33.3333%;
  position: relative;
  min-height: 180px;
}

/* line 822, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .desc-list dl dt, .contact-info-card .thank-you-container .desc-list dl dt {
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #323232;
}

/* line 829, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .desc-list dl dd, .contact-info-card .thank-you-container .desc-list dl dd {
  font-size: 13px;
  color: #727272;
}

/* line 833, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .desc-list dl dt, .user-auth .thank-you-container .desc-list dl dd, .contact-info-card .thank-you-container .desc-list dl dt, .contact-info-card .thank-you-container .desc-list dl dd {
  padding: 0 24px;
}

/* line 839, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .block-btn, .contact-info-card .thank-you-container .block-btn {
  font-size: 1.2rem !important;
  padding: 5px 10px;
  margin-top: 25px;
  position: absolute;
  bottom: 0;
}

/* line 847, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .card-footer, .contact-info-card .thank-you-container .card-footer {
  padding: 20px;
  background: #003580;
  margin-top: 20px;
  color: #ffffff;
}

/* line 853, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .card-footer h4, .contact-info-card .thank-you-container .card-footer h4 {
  color: #ffffff;
  letter-spacing: 0.16px;
  font-weight: 400;
}

/* line 860, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .card-footer .btn-outline, .contact-info-card .thank-you-container .card-footer .btn-outline {
  padding: 6px 10px;
  font-weight: 400;
  font-size: 1.4rem;
}

/* line 866, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .thank-you-container .card-footer.negate-padding, .contact-info-card .thank-you-container .card-footer.negate-padding {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 872, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .user-auth, .user-auth .b-grey, .contact-info-card .user-auth, .contact-info-card .b-grey {
  background-color: #f6f9fc !important;
  height: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 878, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .content, .contact-info-card .card .content-contactus {
    margin-left: 0 !important;
  }
  /* line 883, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .desc-list dl, .contact-info-card .thank-you-container .desc-list dl {
    width: 100%;
  }
}

/* line 890, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .bs-text-danger, .contact-info-card .bs-text-danger {
  font-size: 1.2rem;
  color: #F44336;
  margin-top: 5px;
}

/* line 896, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .d-inline-block, .contact-info-card .d-inline-block {
  display: inline-block;
}

/* line 900, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .h-w-auto, .contact-info-card .h-w-auto {
  width: 17px !important;
  height: 17px !important;
}

/* line 905, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .bs-d-none, .contact-info-card .bs-d-none {
  display: none;
}

/* line 909, app/assets/stylesheets/main/_user_auth.scss */
.user-auth .position-relative, .contact-info-card .position-relative {
  position: relative;
}

/*Aligning The steps for mobile devices making it position absolute for mobile devices  and tabs only */
@media only screen and (min-width: 320px) and (max-width: 1119px) {
  /* line 919, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator, .contact-info-card .thank-you-container .step-indicator {
    border-bottom-style: none !important;
  }
  /* line 921, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator .step, .contact-info-card .thank-you-container .step-indicator .step {
    position: absolute !important;
  }
  /* line 923, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator .step:before, .contact-info-card .thank-you-container .step-indicator .step:before {
    width: 34px !important;
    line-height: 36px !important;
  }
  /* line 927, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator .step.one:before, .contact-info-card .thank-you-container .step-indicator .step.one:before {
    right: 37px !important;
    content: "1" !important;
  }
  /* line 932, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator .step.two:before, .contact-info-card .thank-you-container .step-indicator .step.two:before {
    margin: 0 !important;
    top: 12em !important;
    right: 37px !important;
  }
  /* line 937, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .thank-you-container .step-indicator .step.three:before, .contact-info-card .thank-you-container .step-indicator .step.three:before {
    top: 25.6em !important;
    right: 62px !important;
  }
  /* line 944, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .clients-list li, .contact-info-card .clients-list li {
    margin-left: -38px !important;
    width: auto !important;
  }
}

/* Set width according to ipad and other small devices */
/* line 952, app/assets/stylesheets/main/_user_auth.scss */
.set-width-signup {
  width: 80%;
  margin: 0 auto;
}

/* line 956, app/assets/stylesheets/main/_user_auth.scss */
.set-width-new-signup {
  width: 88%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 956, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-new-signup {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 956, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-new-signup {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 969, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-signup {
    width: 100%;
    margin: 0 auto;
  }
  /* line 973, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-new-signup {
    width: 100%;
    margin: 0;
  }
  /* line 977, app/assets/stylesheets/main/_user_auth.scss */
  .logo-preview, .user-auth .card .logo-preview-contactus, .contact-info-card .card .logo-preview-contactus, .content, .user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
    width: 100% !important;
  }
  /* line 980, app/assets/stylesheets/main/_user_auth.scss */
  .column-img {
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  /* line 985, app/assets/stylesheets/main/_user_auth.scss */
  .hidden-xs {
    display: none !important;
  }
  /* line 988, app/assets/stylesheets/main/_user_auth.scss */
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 994, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-signup {
    width: 100%;
    margin: 0 auto;
  }
  /* line 998, app/assets/stylesheets/main/_user_auth.scss */
  .content, .user-auth .card .content-contactus, .contact-info-card .card .content-contactus {
    padding: 40px 23px 20px;
  }
  /* line 1002, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .logo-preview, .user-auth .card .logo-preview-contactus, .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .logo-preview, .contact-info-card .card .logo-preview-contactus, .contact-info-card .content, .contact-info-card .card .content-contactus {
    float: left !important;
  }
  /*.user-auth {
        min-height: 600px !important;
    }*/
  /* line 1009, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .card .content .links, .user-auth .card .content-contactus .links {
    position: relative !important;
    left: 0;
    right: 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 1016, app/assets/stylesheets/main/_user_auth.scss */
  .set-width-signup {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  /* line 1024, app/assets/stylesheets/main/_user_auth.scss */
  .logo-preview-contactus {
    min-height: 728px !important;
  }
  /* line 1028, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth .logo-preview, .user-auth .card .logo-preview-contactus, .contact-info-card .card .user-auth .logo-preview-contactus, .user-auth .content, .user-auth .card .content-contactus, .contact-info-card .card .user-auth .content-contactus {
    float: left !important;
    min-height: 610px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  /* line 1035, app/assets/stylesheets/main/_user_auth.scss */
  .logo-preview-contactus {
    min-height: 522px !important;
  }
}

/* line 1041, app/assets/stylesheets/main/_user_auth.scss */
#twofa-container .link {
  color: #003580 !important;
  outline: none;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
}

/* line 1049, app/assets/stylesheets/main/_user_auth.scss */
#twofa-container .links {
  position: relative;
  left: 0;
  right: 0;
}

/* line 1054, app/assets/stylesheets/main/_user_auth.scss */
#twofa-container .d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 1061, app/assets/stylesheets/main/_user_auth.scss */
#twofa-container .content, #twofa-container .user-auth .card .content-contactus, .user-auth .card #twofa-container .content-contactus, #twofa-container .contact-info-card .card .content-contactus, .contact-info-card .card #twofa-container .content-contactus {
  padding: 40px 40px !important;
  margin-left: 0 !important;
}

/* line 1065, app/assets/stylesheets/main/_user_auth.scss */
#twofa-container .backup-codes a {
  color: #fff;
}

/* line 1070, app/assets/stylesheets/main/_user_auth.scss */
.otp_help_note_size {
  font-size: 14px;
}

/* line 1076, app/assets/stylesheets/main/_user_auth.scss */
.auth-methods .form-group label {
  font-weight: 500 !important;
  font-size: 15px;
  margin-left: 8px;
}

/* line 1081, app/assets/stylesheets/main/_user_auth.scss */
.auth-methods .form-group .btn-skip-verification {
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 10px;
}

/* line 1090, app/assets/stylesheets/main/_user_auth.scss */
#qr-form .pv-follow {
  list-style-type: decimal;
}

/* line 1093, app/assets/stylesheets/main/_user_auth.scss */
#qr-form div.qr-container {
  margin: 30px 0px 30px 0px;
  float: left;
  border: 1px solid #ababab;
  padding: 15px;
}

/* line 1101, app/assets/stylesheets/main/_user_auth.scss */
.link {
  color: #003580 !important;
  outline: none;
  text-decoration: none;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.5rem;
}

/* line 1110, app/assets/stylesheets/main/_user_auth.scss */
.token-code-position {
  top: 80px;
}

/* line 1115, app/assets/stylesheets/main/_user_auth.scss */
.white-label .card .content, .white-label .user-auth .card .content-contactus, .user-auth .white-label .card .content-contactus, .white-label .contact-info-card .card .content-contactus, .contact-info-card .white-label .card .content-contactus {
  margin-left: 0px;
}

/* line 1121, app/assets/stylesheets/main/_user_auth.scss */
.white-label .sign-in-container h1, .white-label .sign-in-container .sign-in-text, .white-label .sign-in-container .alert {
  text-align: center;
}

/* line 1126, app/assets/stylesheets/main/_user_auth.scss */
.contact-info-card {
  padding-top: 125px;
}

/* line 1130, app/assets/stylesheets/main/_user_auth.scss */
.register-email {
  height: 100% !important;
  background-color: #f6f9fc !important;
}

/* line 1136, app/assets/stylesheets/main/_user_auth.scss */
.set-padding .content, .set-padding .user-auth .card .content-contactus, .user-auth .card .set-padding .content-contactus, .set-padding .contact-info-card .card .content-contactus, .contact-info-card .card .set-padding .content-contactus {
  /*padding: 40px 30px !important;*/
}

/* line 1140, app/assets/stylesheets/main/_user_auth.scss */
.set-padding .subdomain-signin .sign-in-block {
  width: 100% !important;
}

/* line 1146, app/assets/stylesheets/main/_user_auth.scss */
.user-auth {
  font-weight: 430;
}

/* line 1148, app/assets/stylesheets/main/_user_auth.scss */
.user-auth ul {
  list-style: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'kern' 0, 'ss04' 1;
  font-size: 15px;
  color: #000000;
}

/* line 1155, app/assets/stylesheets/main/_user_auth.scss */
.user-auth ul .password-rule .sm {
  font-size: 15px;
}

/* line 1158, app/assets/stylesheets/main/_user_auth.scss */
.user-auth ul .password-rule .zmdi-check-circle {
  color: #0DC05C;
}

/* line 1163, app/assets/stylesheets/main/_user_auth.scss */
.user-auth small.policy-note {
  color: rgba(0, 0, 0, 0.8);
}

/* line 1167, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .set-width-new-signup, .user-auth.signup .set-width-new-signup {
  max-width: 924px;
  margin-inline: auto;
}

/* line 1170, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .set-width-new-signup .form-container, .user-auth.signup .set-width-new-signup .form-container {
  background-color: #ffffff;
}

/* line 1174, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .card, .user-auth.signup .card {
  border-radius: 14px;
  overflow: hidden;
  margin: 60px 0 60px !important;
}

/* line 1178, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .card .content.sign-up, .user-auth.sign-in .card .sign-up.content-contactus, .user-auth.signup .card .content.sign-up, .user-auth.signup .card .sign-up.content-contactus {
  padding: 40px 45px !important;
}

@media (max-width: 992px) {
  /* line 1178, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth.sign-in .card .content.sign-up, .user-auth.sign-in .card .sign-up.content-contactus, .user-auth.signup .card .content.sign-up, .user-auth.signup .card .sign-up.content-contactus {
    padding: 40px 32px !important;
  }
}

/* line 1185, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .logo-preview, .user-auth.sign-in .card .logo-preview-contactus, .contact-info-card .card .user-auth.sign-in .logo-preview-contactus, .user-auth.signup .logo-preview, .user-auth.signup .card .logo-preview-contactus, .contact-info-card .card .user-auth.signup .logo-preview-contactus {
  padding: 60px 20px 30px 20px !important;
  display: flex;
  flex-direction: column;
}

/* line 1189, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .logo-preview .flex-1, .user-auth.sign-in .card .logo-preview-contactus .flex-1, .contact-info-card .card .user-auth.sign-in .logo-preview-contactus .flex-1, .user-auth.signup .logo-preview .flex-1, .user-auth.signup .card .logo-preview-contactus .flex-1, .contact-info-card .card .user-auth.signup .logo-preview-contactus .flex-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 1196, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .new-signup-bg, .user-auth.sign-in .logo-preview, .user-auth.sign-in .card .logo-preview-contactus, .contact-info-card .card .user-auth.sign-in .logo-preview-contactus, .user-auth.signup .new-signup-bg, .user-auth.signup .logo-preview, .user-auth.signup .card .logo-preview-contactus, .contact-info-card .card .user-auth.signup .logo-preview-contactus {
  background-color: #04041C;
  text-align: left;
}

/* line 1199, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .new-signup-bg h1.text-light, .user-auth.sign-in .logo-preview h1.text-light, .user-auth.sign-in .card .logo-preview-contactus h1.text-light, .contact-info-card .card .user-auth.sign-in .logo-preview-contactus h1.text-light, .user-auth.signup .new-signup-bg h1.text-light, .user-auth.signup .logo-preview h1.text-light, .user-auth.signup .card .logo-preview-contactus h1.text-light, .contact-info-card .card .user-auth.signup .logo-preview-contactus h1.text-light {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
}

/* line 1205, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .illus-devices, .user-auth.signup .illus-devices {
  margin: 70px 0;
  width: 100%;
}

/* line 1209, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .top-brand, .user-auth.signup .top-brand {
  color: #FCFCFC;
}

/* line 1212, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .customer-logos, .user-auth.signup .customer-logos {
  max-width: 374px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1221, app/assets/stylesheets/main/_user_auth.scss */
.user-auth.sign-in .btn-default, .user-auth.signup .btn-default {
  background-color: #04041C;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 1227, app/assets/stylesheets/main/_user_auth.scss */
  .user-auth.signup .content.sign-up, .user-auth.signup .card .sign-up.content-contactus, .contact-info-card .card .user-auth.signup .sign-up.content-contactus {
    max-width: 365px;
  }
}

/**
 * Override the navbar styles over here for Bootstrap.
 *
 * Note: The color variables are overridden in the _variables.scss file
 */
/* line 9, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #003580;
  background: white;
}

/* line 12, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-toggle.active, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background: #ffffff;
}

/* line 17, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background: #003580;
}

/* line 23, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  font-weight: bold;
  font-size: 1.3rem;
  color: #003580;
}

/* line 27, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover {
  color: #f4b400 !important;
}

/* line 30, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li > a.free-trial:hover {
  opacity: 1;
}

/* line 33, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:focus {
  color: #003580;
}

/* line 36, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:visited {
  color: #003580;
}

/* line 41, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > li.dropdown > a:hover {
  opacity: 1 !important;
  color: #f4b400;
}

/* line 48, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .devise-page {
  float: none;
}

/* line 50, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .devise-page .site-logo {
  margin: 0 auto;
}

/* line 56, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar {
  border-top: 1px solid rgba(111, 111, 111, 0.5);
  /*padding: 12px 0px;*/
}

/* line 59, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li {
  display: inline;
}

/* line 61, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li a {
  color: #6f6f6f;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500 !important;
  /*text-align: center;*/
  text-decoration: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
}

/* line 71, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li a:after {
  content: '';
  display: block;
  width: 0;
  bottom: -1.5px;
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* line 84, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li .border-slide-right:after {
  left: 0;
}

/* line 88, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li .border-slide-left:after {
  right: 0;
}

/* line 92, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li a:hover {
  cursor: pointer;
  border-bottom: 2px solid #003580;
  color: #003580 !important;
  font-weight: 500 !important;
  border-bottom: 2px solid #003580;
}

/* line 99, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li a.active {
  color: #003580 !important;
  font-weight: 500 !important;
  text-decoration: none;
  background-color: #eeeeee;
  transition: all 0.10s ease-in;
}

/* line 106, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar ul li a.active.active:after {
  border-bottom: 2px solid #003580;
  width: 100%;
}

/* line 114, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar .centered-list-container {
  display: table;
  margin: 0 auto;
}

/* line 117, app/assets/stylesheets/main/_navbar.scss */
.mdm-navbar .centered-list-container .nav {
  border-top: 1px solid #C4C6C8;
}

/* line 123, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse #mdm-navbar .navbar-nav > li > a:hover {
  color: #003580 !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 128, app/assets/stylesheets/main/_navbar.scss */
  .mdm-navbar ul li a {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 133, app/assets/stylesheets/main/_navbar.scss */
  .mdm-navbar ul li a {
    text-align: left;
  }
}

/* line 138, app/assets/stylesheets/main/_navbar.scss */
.set-logo-size {
  padding-top: 6px !important;
}

/* line 142, app/assets/stylesheets/main/_navbar.scss */
.set-black img {
  /*width: 125px;*/
  height: 65px;
}

/* line 148, app/assets/stylesheets/main/_navbar.scss */
.set-white img {
  padding: 12px;
  height: 65px;
}

/* line 153, app/assets/stylesheets/main/_navbar.scss */
.nav-brand-img {
  float: left;
}

/* line 156, app/assets/stylesheets/main/_navbar.scss */
.set-white {
  display: none;
}

/* line 159, app/assets/stylesheets/main/_navbar.scss */
.nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 992px) {
  /* line 159, app/assets/stylesheets/main/_navbar.scss */
  .nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 159, app/assets/stylesheets/main/_navbar.scss */
  .nav > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
}

/* line 175, app/assets/stylesheets/main/_navbar.scss */
.language-dd {
  padding: 0;
  height: 64px;
}

/* line 178, app/assets/stylesheets/main/_navbar.scss */
.language-dd a.lang-menu {
  padding: 21.5px 20px 23px;
  display: inline-block;
}

/* line 183, app/assets/stylesheets/main/_navbar.scss */
.navbar-left-sec {
  width: calc(100% - 98px);
}

@media screen and (max-width: 834px) {
  /* line 183, app/assets/stylesheets/main/_navbar.scss */
  .navbar-left-sec {
    width: 100%;
  }
}

/* line 189, app/assets/stylesheets/main/_navbar.scss */
.navbar-fixed-top {
  border-bottom: 0;
}

/* line 192, app/assets/stylesheets/main/_navbar.scss */
.logo-image-christmas {
  display: none !important;
}

/* line 195, app/assets/stylesheets/main/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
}

/* line 202, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header {
  /* App download toolbar */
}

/* line 203, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .dropdown-menu > li {
  padding: 5px 20px;
  font-weight: 600;
}

/* line 207, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .mob-lang-menu {
  padding: 10px 15px;
}

/* line 211, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .lang-menus li {
  padding: 5px 20px;
}

/* line 214, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .lang-menus a {
  text-transform: uppercase;
}

/* line 220, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header #navbar.navbar-collapse.in .lang-menus li {
  padding: 5px 0;
}

/* line 226, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .lang-menu .flag {
  margin: 0 6px;
  position: relative;
  top: 3px;
}

/* line 232, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .nav-hover:hover {
  background-color: #ccc;
}

/* line 237, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .download-app {
  display: none;
  transition: top 1000ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  top: 97px !important;
  background: linear-gradient(93deg, #2945e1, #5bd8e9);
  color: white;
  animation-name: navbarAnimation;
  animation-duration: 0.8s;
}

/* line 245, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .download-app i {
  font-size: 2rem;
  position: absolute;
  top: -7px;
  right: 0;
}

/* line 251, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .download-app .navbar-header {
  box-shadow: none;
}

/* line 254, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .download-app .width-box {
  width: 95%;
  margin: 0  auto;
}

/* line 259, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .width-section-set {
  width: 95%;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 263, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .width-section-set i {
  top: -2px;
  left: 4rem;
}

/* line 268, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .call-to-action-download {
  background-color: #3F51B5;
  color: #ffffff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 7px 10px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  /* letter-spacing: 0.16px; */
  text-align: center;
  /* margin-right: 10px; */
  border-radius: 2px;
  display: inline-block;
}

/* line 283, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .t-7 {
  top: 7px;
}

/* line 286, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .f-14 {
  font-size: 1.4rem;
}

/* line 289, app/assets/stylesheets/main/_navbar.scss */
.mobilock-header .v-baseline {
  vertical-align: baseline;
}

/* line 294, app/assets/stylesheets/main/_navbar.scss */
.open > .dropdown-menu.show-animation-state {
  transform: scale(1);
  opacity: 1;
}

/* line 299, app/assets/stylesheets/main/_navbar.scss */
.w-40.rich-dropdown li > a {
  white-space: initial !important;
}

/* line 302, app/assets/stylesheets/main/_navbar.scss */
.w-40 {
  width: 40%;
}

/* line 307, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse.mobilock-header.mobilock-download-app {
  z-index: 9999;
}

/* line 311, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse {
  transition: all 0.5s ease;
  border: none;
  box-shadow: 0 1px 1px 0 rgba(200, 200, 200, 0.5);
}

/* line 315, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse *:not(.zmdi) {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 1.3rem;
  font-weight: bold;
}

/* line 322, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .zmdi, nav.navbar.navbar-inverse p {
  font-weight: normal !important;
}

/* line 325, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse p {
  font-size: 1.2rem !important;
}

/* line 328, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse a.free-trial {
  padding-top: 19px;
  padding-bottom: 17px;
}

/* line 331, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse a.free-trial span.pill {
  display: block;
  /*border-radius: 6px;*/
  background: #003580;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.34);*/
}

/* line 340, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse a.free-trial:hover span.pill {
  background: rgba(0, 53, 128, 0.9);
  /*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.34);*/
}

/* line 350, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .resources-menu-container .link {
  height: auto;
}

/* line 353, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .resources-menu-container .hover-link:hover {
  background: #edf1fa !important;
}

/* line 358, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .interops-card {
  height: 100%;
  display: flex;
  align-items: center;
  background: #edf1fa;
  border-radius: 0 0 8px 0;
}

/* line 367, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .interops-card .header-text {
  font-family: 'Oxygen';
  font-size: 13px;
  color: #003580;
}

/* line 373, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .interops-card .introduction {
  color: #003580;
}

/* line 377, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .small-text {
  font-size: 13px;
  color: #5f7289;
  font-weight: 500;
}

/* line 382, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .learn-more {
  color: #d96000;
  font-weight: bold;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  /* line 389, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small {
    min-height: 58px;
    background: transparent;
    top: -20px;
    position: fixed;
    left: 0;
    right: 0;
    border: none;
    z-index: 1000;
    will-change: transform;
    transition: transform .5s ease-in;
    transform: translateY(30px);
  }
  /* line 401, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small a.free-trial {
    padding-top: 19px;
    padding-bottom: 17px;
  }
  /* line 404, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small a.free-trial span.pill {
    /*border-radius: 20px;*/
    background: #f4b400;
    color: #ffffff;
  }
  /* line 410, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small a.free-trial:hover span.pill {
    background: rgba(244, 180, 0, 0.9);
  }
  /* line 417, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .language-dd {
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  }
  /* line 421, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .language-dd a {
    color: #000;
  }
  /* line 423, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .language-dd a.lang-menu {
    padding: 21.5px 10px 23px;
  }
  /* line 428, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .navbar-left-sec {
    padding-left: 15px;
    border-radius: 4px;
    background: #003580;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  }
  /* line 433, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .navbar-left-sec .navbar-brand {
    padding: 12px 0;
  }
  /* line 438, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .navbar-left-sec .language-dd {
    height: 64px;
  }
  /* line 442, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .navbar-left-sec #navbar .navbar-nav > li > a {
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    color: white;
  }
  /* line 446, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse.small > .container .navbar-left-sec #navbar .navbar-nav > li > a.free-trial {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 311, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
  }
  /* line 462, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 471, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 477, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .home-banner-pricing {
  background: #005162;
  padding: 10px 0px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

/* line 483, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .home-banner-pricing a {
  color: #fff;
}

/* line 486, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .home-banner-pricing .snackbar-text {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
}

/* line 491, app/assets/stylesheets/main/_navbar.scss */
nav.navbar.navbar-inverse .home-banner-pricing .read-more {
  font-size: 15px;
  text-decoration: underline;
  padding-left: 10px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* line 500, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse .home-banner-pricing {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 505, app/assets/stylesheets/main/_navbar.scss */
  nav.navbar.navbar-inverse .home-banner-pricing {
    display: none;
  }
}

/* line 511, app/assets/stylesheets/main/_navbar.scss */
.fixed-header nav.navbar {
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  /* line 516, app/assets/stylesheets/main/_navbar.scss */
  .navbar-header {
    margin: 0 -15px;
  }
  /* line 519, app/assets/stylesheets/main/_navbar.scss */
  #navbar {
    margin: 0 -15px;
    padding: 0 20px;
    box-shadow: 0 1px 1px 0 rgba(200, 200, 200, 0.5);
    max-height: 80vh;
    overflow: auto !important;
  }
  /* line 527, app/assets/stylesheets/main/_navbar.scss */
  .platforms-links {
    width: 460px;
  }
}

/* line 531, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav {
  position: relative;
}

/* line 533, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li {
  position: relative;
}

/* line 535, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .hover-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.15s ease-in;
  height: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 535, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .hover-dropdown {
    position: relative;
  }
}

@media screen and (max-width: 834px) {
  /* line 535, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .hover-dropdown {
    position: relative;
  }
}

/* line 552, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .hover-dropdown.first-dd {
  transform: translateX(-6%);
}

/* line 556, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner {
  background: #fff;
  box-shadow: 0 15px 22px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px;
  margin-top: 3px;
}

/* line 561, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.big {
  /*width: 1026px;*/
  width: 625px;
}

/* line 565, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.big-kiosk {
  /*width: 1026px;*/
  width: 737px;
}

/* line 569, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.small {
  width: 544px;
}

/* line 572, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.xs-small {
  width: 331px;
}

/* line 575, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.two-cols-container {
  width: 1010px;
}

/* line 581, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.large {
  width: 580px;
}

/* line 584, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul {
  list-style-type: none;
  padding: 0 16px;
  float: left;
}

/* line 588, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.three-col {
  max-width: 499px;
}

/* line 592, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul .w-100 {
  width: 100%;
}

/* line 595, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.two-col {
  padding-bottom: 20px;
  width: 714px;
}

/* line 599, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links {
  width: 650px;
  background: #f6f9fc;
  border-radius: 0 0 8px 0;
  /*display: flex;
                    align-items: center;
                    justify-content: center;*/
}

/* line 607, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container {
  width: 80%;
  margin: 0 auto;
}

/* line 611, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .bold {
  font-size: 16px;
  color: #242525;
  font-weight: 500;
}

/* line 617, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .horizontal-cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* line 622, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .horizontal-cards .card {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 629, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .horizontal-cards .card:hover {
  cursor: pointer;
  transition: background-color 0.15s ease-in;
  background-color: #edf1fa;
  box-shadow: 0 6px 18px 0 #d9e4ef;
}

/* line 636, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .horizontal-cards .card .f-grey {
  color: #5b5b5b;
}

/* line 640, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul.platforms-links .card-container .horizontal-cards .card img {
  height: 25px !important;
}

/* line 650, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li {
  width: 320px;
  /*height: 82px;*/
  float: left;
  display: flex;
  margin-bottom: 16px;
}

/* line 657, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
  color: #5f7289;
  text-align: left;
  background: white;
  transition: all 0.15s ease-in;
  width: 100%;
}

/* line 671, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a img {
  height: 40px;
}

/* line 674, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a h6 {
  color: #242525;
}

/* line 677, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a span {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #686868;
  line-height: 1.67;
}

/* line 687, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a .image-pill {
  align-items: center;
}

/* line 689, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li a .image-pill .image-pill {
  height: 15px;
  padding-left: 6px;
}

/* line 695, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li .menu-content-rectangle {
  padding-left: 18px;
}

/* line 697, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li .menu-content-rectangle h6 {
  margin: 0 0 10px 0;
}

/* line 702, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul li:hover a {
  background-color: #edf1fa;
}

/* line 707, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul:first-child {
  margin-right: -1px;
}

/* line 710, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner ul:last-child {
  margin-left: -1px;
}

/* line 714, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu {
  width: 165px;
  padding: 20px 0 0 0;
}

/* line 718, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li a {
  margin-bottom: 10px;
  padding: 0 10px;
}

/* line 719, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li a:hover {
  background-color: #edf1fa;
}

/* line 725, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li.title {
  width: 125px;
  height: auto;
  float: none;
  display: block;
  font-size: 1.8rem;
  color: #5f7289;
  margin-left: 5px;
  font-weight: bold;
}

/* line 734, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li.title img {
  display: inline-block;
  vertical-align: middle;
}

/* line 738, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li.title span {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: #242525;
}

/* line 745, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li .mac-os-icon {
  padding: 0 7px;
}

/* line 747, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu li .mac-os-icon img {
  margin-right: 7px !important;
}

/* line 753, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .platforms-nav-menu .platform-mav-item {
  font-weight: 700;
  font-size: 13px !important;
}

/* line 760, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner.single ul:first-child {
  border: none;
}

/* line 764, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box {
  border-radius: 4px;
  margin: 16px 20px 0;
}

/* line 768, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.img-content {
  margin: 16px 0 -20px;
  padding: 20px;
  border-radius: 0 0 8px 8px;
}

/* line 772, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.img-content a {
  display: block;
}

/* line 774, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.img-content a .img-container {
  float: left;
  padding: 0 15px 0 0;
  /*width: 40%;*/
}

/* line 779, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.img-content a .content-container {
  width: 55%;
  float: left;
}

/* line 784, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.img-content:hover {
  background: #f1f1f1;
}

/* line 788, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box .add-title, .nav.navbar-nav li .dropdown-inner .add-box .add-content {
  font-size: 1.3rem;
  font-weight: bold;
  color: #5f7289;
  margin: 0 0 10px;
  display: block;
  font-style: normal;
}

/* line 796, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box .add-title {
  text-transform: uppercase;
}

/* line 799, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box .add-content {
  font-weight: normal;
  font-size: 1.6rem;
}

/* line 803, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box .add-link {
  font-size: 1.3rem;
  color: #2946e2;
  font-weight: bold;
  font-style: normal;
}

/* line 809, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .add-box.bg-yellow {
  background: #ffface;
}

/* line 814, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .nav-menu-container {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  /* line 814, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner .nav-menu-container {
    display: flex;
  }
}

/* line 822, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .nav-menu-resources-container li {
  width: 177px;
}

/* line 827, app/assets/stylesheets/main/_navbar.scss */
.nav.navbar-nav li .dropdown-inner .nav-menu-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #242525;
}

@media screen and (min-width: 1025px) {
  /* line 836, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li.dropdown:hover > a {
    background: none;
    opacity: 1 !important;
  }
  /* line 840, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li.dropdown:hover .hover-dropdown {
    z-index: 10;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 1024px) {
  /* line 850, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li.dropdown.open > a {
    background: none;
    opacity: 1 !important;
  }
  /* line 854, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li.dropdown.open .hover-dropdown {
    z-index: 10;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  /* line 866, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li {
    width: 325px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 873, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li a.free-trial {
    display: inline-block;
  }
  /* line 876, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .hover-dropdown {
    top: auto;
    left: auto;
    transform: none !important;
    width: 100%;
  }
  /* line 882, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner {
    padding: 0px;
    min-width: 0 !important;
    width: auto !important;
    box-shadow: none;
  }
  /* line 887, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul {
    width: 100%;
    padding: 0 15px 20px !important;
    max-width: none !important;
    border: none !important;
  }
  /* line 893, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li {
    margin: 0 8px 15px;
  }
  /* line 895, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li.active {
    border-color: #1E88E5;
    background: #F4F5F7 !important;
  }
  /* line 899, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li.title {
    margin-bottom: 15px;
  }
  /* line 903, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li a:hover {
    box-shadow: none;
  }
  /* line 906, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li a img {
    height: 48px;
    width: 48px;
    margin: 0 6px;
  }
  /* line 912, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li a h6 {
    margin-top: 8px;
  }
  /* line 917, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul li:hover a {
    margin-top: 0;
    box-shadow: none;
  }
}

/* line 928, app/assets/stylesheets/main/_navbar.scss */
.border-left {
  border-left: 1px solid rgba(151, 151, 151, 0.15);
  margin-left: -1px;
}

/* line 932, app/assets/stylesheets/main/_navbar.scss */
.border-right {
  border-right: 1px solid rgba(151, 151, 151, 0.15);
  margin-right: -1px;
}

/* line 937, app/assets/stylesheets/main/_navbar.scss */
.snack-bar {
  background: #003580;
  padding: 12px 20px;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 937, app/assets/stylesheets/main/_navbar.scss */
  .snack-bar {
    padding: 20px 20px;
  }
}

/* line 948, app/assets/stylesheets/main/_navbar.scss */
.snackbar-btn {
  padding: 18px 5px;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 948, app/assets/stylesheets/main/_navbar.scss */
  .snackbar-btn {
    padding: 23px 1px;
  }
}

/* line 954, app/assets/stylesheets/main/_navbar.scss */
.snackbar-btn .pill {
  background: #f4b400;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 5px 9px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
  /* line 964, app/assets/stylesheets/main/_navbar.scss */
  .snackbar-animation {
    padding-top: 2px;
  }
}

/*For iPAD Pro Portrait Mode*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 971, app/assets/stylesheets/main/_navbar.scss */
  .navbar-header {
    margin: 0 -15px;
  }
  /* line 974, app/assets/stylesheets/main/_navbar.scss */
  #navbar {
    padding: 0;
  }
  /* line 976, app/assets/stylesheets/main/_navbar.scss */
  #navbar .nav.navbar-nav {
    width: 100%;
    margin: 0 -15px 0 -15px;
    margin-right: 0;
    box-shadow: 0 1px 1px 0 rgba(200, 200, 200, 0.5);
    max-height: 80vh;
    overflow: auto !important;
  }
  /* line 986, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul.platforms-links {
    width: 460px;
  }
  /* line 990, app/assets/stylesheets/main/_navbar.scss */
  .card-container {
    padding-top: 95px;
  }
}

/*For Extra Small Devices (Mobile phones)*/
@media (min-width: 320px) and (max-width: 480px) {
  /* line 997, app/assets/stylesheets/main/_navbar.scss */
  .nav.navbar-nav li .dropdown-inner ul.platforms-links {
    width: 362px;
  }
}

/*For iPad Pro Portrait Mode*/
@media screen and (max-width: 834px) {
  /* line 1004, app/assets/stylesheets/main/_navbar.scss */
  #navbar {
    padding: 0;
  }
  /* line 1006, app/assets/stylesheets/main/_navbar.scss */
  #navbar .nav.navbar-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1016, app/assets/stylesheets/main/_navbar.scss */
div.cc-window[class*='cc-color-override-'] {
  background-color: #4d4d4d;
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
  z-index: 99;
  bottom: 23px;
  height: 52px;
  width: 696px;
  font-size: 1.3rem;
  font-family: Lato;
  margin: 0 auto;
  box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.25);
}

/* line 1032, app/assets/stylesheets/main/_navbar.scss */
div[class*='cc-color-override-'] .cc-btn:last-child, div[class*='cc-color-override-'] .cc-btn:hover {
  background-color: #4d4d4d;
  color: #fff;
  min-width: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  /* line 1041, app/assets/stylesheets/main/_navbar.scss */
  div[class*='cc-color-override-'] {
    height: 90px !important;
    font-size: 1.3rem;
    padding: 20px 10px 10px 10px;
  }
  /* line 1045, app/assets/stylesheets/main/_navbar.scss */
  div[class*='cc-color-override-'] .cc-compliance > .cc-btn {
    text-align: center;
  }
  /* line 1048, app/assets/stylesheets/main/_navbar.scss */
  div.cc-window[class*='cc-color-override-'] {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  /* line 1053, app/assets/stylesheets/main/_navbar.scss */
  div.cc-top[class*='cc-color-override-'] {
    top: 0 !important;
  }
  /* line 1056, app/assets/stylesheets/main/_navbar.scss */
  div.cc-floating[class*='cc-color-override-'] {
    max-width: 100% !important;
  }
}
