.frsw-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.frsw-embed-responsive::before {
  display: block;
  content: "";
}

.frsw-embed-responsive .frsw-embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.frsw-embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.frsw-embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.frsw-embed-responsive-4by3::before {
  padding-top: 75%;
}

.frsw-embed-responsive-1by1::before {
  padding-top: 100%;
}

.frsw-d-none {
  display: none !important;
}

.frsw-d-inline {
  display: inline !important;
}

.frsw-d-inline-block {
  display: inline-block !important;
}

.frsw-d-block {
  display: block !important;
}

.frsw-d-table {
  display: table !important;
}

.frsw-d-table-row {
  display: table-row !important;
}

.frsw-d-table-cell {
  display: table-cell !important;
}

.frsw-d-flex {
  display: flex !important;
}

.frsw-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .frsw-d-sm-none {
    display: none !important;
  }
  .frsw-d-sm-inline {
    display: inline !important;
  }
  .frsw-d-sm-inline-block {
    display: inline-block !important;
  }
  .frsw-d-sm-block {
    display: block !important;
  }
  .frsw-d-sm-table {
    display: table !important;
  }
  .frsw-d-sm-table-row {
    display: table-row !important;
  }
  .frsw-d-sm-table-cell {
    display: table-cell !important;
  }
  .frsw-d-sm-flex {
    display: flex !important;
  }
  .frsw-d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .frsw-d-md-none {
    display: none !important;
  }
  .frsw-d-md-inline {
    display: inline !important;
  }
  .frsw-d-md-inline-block {
    display: inline-block !important;
  }
  .frsw-d-md-block {
    display: block !important;
  }
  .frsw-d-md-table {
    display: table !important;
  }
  .frsw-d-md-table-row {
    display: table-row !important;
  }
  .frsw-d-md-table-cell {
    display: table-cell !important;
  }
  .frsw-d-md-flex {
    display: flex !important;
  }
  .frsw-d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .frsw-d-lg-none {
    display: none !important;
  }
  .frsw-d-lg-inline {
    display: inline !important;
  }
  .frsw-d-lg-inline-block {
    display: inline-block !important;
  }
  .frsw-d-lg-block {
    display: block !important;
  }
  .frsw-d-lg-table {
    display: table !important;
  }
  .frsw-d-lg-table-row {
    display: table-row !important;
  }
  .frsw-d-lg-table-cell {
    display: table-cell !important;
  }
  .frsw-d-lg-flex {
    display: flex !important;
  }
  .frsw-d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .frsw-d-xl-none {
    display: none !important;
  }
  .frsw-d-xl-inline {
    display: inline !important;
  }
  .frsw-d-xl-inline-block {
    display: inline-block !important;
  }
  .frsw-d-xl-block {
    display: block !important;
  }
  .frsw-d-xl-table {
    display: table !important;
  }
  .frsw-d-xl-table-row {
    display: table-row !important;
  }
  .frsw-d-xl-table-cell {
    display: table-cell !important;
  }
  .frsw-d-xl-flex {
    display: flex !important;
  }
  .frsw-d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .frsw-d-print-none {
    display: none !important;
  }
  .frsw-d-print-inline {
    display: inline !important;
  }
  .frsw-d-print-inline-block {
    display: inline-block !important;
  }
  .frsw-d-print-block {
    display: block !important;
  }
  .frsw-d-print-table {
    display: table !important;
  }
  .frsw-d-print-table-row {
    display: table-row !important;
  }
  .frsw-d-print-table-cell {
    display: table-cell !important;
  }
  .frsw-d-print-flex {
    display: flex !important;
  }
  .frsw-d-print-inline-flex {
    display: inline-flex !important;
  }
}

.frsw-text-justify {
  text-align: justify !important;
}

.frsw-text-nowrap {
  white-space: nowrap !important;
}

.frsw-text-left {
  text-align: left !important;
}

.frsw-text-right {
  text-align: right !important;
}

.frsw-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .frsw-text-sm-left {
    text-align: left !important;
  }
  .frsw-text-sm-right {
    text-align: right !important;
  }
  .frsw-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .frsw-text-md-left {
    text-align: left !important;
  }
  .frsw-text-md-right {
    text-align: right !important;
  }
  .frsw-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .frsw-text-lg-left {
    text-align: left !important;
  }
  .frsw-text-lg-right {
    text-align: right !important;
  }
  .frsw-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .frsw-text-xl-left {
    text-align: left !important;
  }
  .frsw-text-xl-right {
    text-align: right !important;
  }
  .frsw-text-xl-center {
    text-align: center !important;
  }
}

.frsw-text-lowercase {
  text-transform: lowercase !important;
}

.frsw-text-uppercase {
  text-transform: uppercase !important;
}

.frsw-text-capitalize {
  text-transform: capitalize !important;
}

.frsw-font-weight-light {
  font-weight: 300 !important;
}

.frsw-font-weight-normal {
  font-weight: 400 !important;
}

.frsw-font-weight-bold {
  font-weight: 700 !important;
}

.frsw-font-italic {
  font-style: italic !important;
}

.frsw-text-white {
  color: #fff !important;
}

frsw-.frsw-text-primary {
  color: #007bff !important;
}

a.frsw-text-primary:hover, a.frsw-text-primary:focus {
  color: #0062cc !important;
}

frsw-.frsw-text-secondary {
  color: #6c757d !important;
}

a.frsw-text-secondary:hover, a.frsw-text-secondary:focus {
  color: #545b62 !important;
}

frsw-.frsw-text-success {
  color: #28a745 !important;
}

a.frsw-text-success:hover, a.frsw-text-success:focus {
  color: #1e7e34 !important;
}

frsw-.frsw-text-info {
  color: #17a2b8 !important;
}

a.frsw-text-info:hover, a.frsw-text-info:focus {
  color: #117a8b !important;
}

frsw-.frsw-text-warning {
  color: #ffc107 !important;
}

a.frsw-text-warning:hover, a.frsw-text-warning:focus {
  color: #d39e00 !important;
}

frsw-.frsw-text-danger {
  color: #dc3545 !important;
}

a.frsw-text-danger:hover, a.frsw-text-danger:focus {
  color: #bd2130 !important;
}

frsw-.frsw-text-light {
  color: #f8f9fa !important;
}

a.frsw-text-light:hover, a.frsw-text-light:focus {
  color: #dae0e5 !important;
}

frsw-.frsw-text-dark {
  color: #343a40 !important;
}

a.frsw-text-dark:hover, a.frsw-text-dark:focus {
  color: #1d2124 !important;
}

.frsw-text-body {
  color: #212529 !important;
}

.frsw-text-muted {
  color: #6c757d !important;
}

.frsw-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.frsw-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.frsw-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.frsw-m-0 {
  margin: 0 !important;
}

.frsw-mt-0 {
  margin-top: 0 !important;
}

.frsw-mr-0 {
  margin-right: 0 !important;
}

.frsw-mb-0 {
  margin-bottom: 0 !important;
}

.frsw-ml-0 {
  margin-left: 0 !important;
}

.frsw-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.frsw-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.frsw-m-1 {
  margin: 0.25rem !important;
}

.frsw-mt-1 {
  margin-top: 0.25rem !important;
}

.frsw-mr-1 {
  margin-right: 0.25rem !important;
}

.frsw-mb-1 {
  margin-bottom: 0.25rem !important;
}

.frsw-ml-1 {
  margin-left: 0.25rem !important;
}

.frsw-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.frsw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.frsw-m-2 {
  margin: 0.5rem !important;
}

.frsw-mt-2 {
  margin-top: 0.5rem !important;
}

.frsw-mr-2 {
  margin-right: 0.5rem !important;
}

.frsw-mb-2 {
  margin-bottom: 0.5rem !important;
}

.frsw-ml-2 {
  margin-left: 0.5rem !important;
}

.frsw-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.frsw-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.frsw-m-3 {
  margin: 1rem !important;
}

.frsw-mt-3 {
  margin-top: 1rem !important;
}

.frsw-mr-3 {
  margin-right: 1rem !important;
}

.frsw-mb-3 {
  margin-bottom: 1rem !important;
}

.frsw-ml-3 {
  margin-left: 1rem !important;
}

.frsw-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.frsw-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.frsw-m-4 {
  margin: 1.5rem !important;
}

.frsw-mt-4 {
  margin-top: 1.5rem !important;
}

.frsw-mr-4 {
  margin-right: 1.5rem !important;
}

.frsw-mb-4 {
  margin-bottom: 1.5rem !important;
}

.frsw-ml-4 {
  margin-left: 1.5rem !important;
}

.frsw-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.frsw-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.frsw-m-5 {
  margin: 3rem !important;
}

.frsw-mt-5 {
  margin-top: 3rem !important;
}

.frsw-mr-5 {
  margin-right: 3rem !important;
}

.frsw-mb-5 {
  margin-bottom: 3rem !important;
}

.frsw-ml-5 {
  margin-left: 3rem !important;
}

.frsw-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.frsw-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.frsw-p-0 {
  padding: 0 !important;
}

.frsw-pt-0 {
  padding-top: 0 !important;
}

.frsw-pr-0 {
  padding-right: 0 !important;
}

.frsw-pb-0 {
  padding-bottom: 0 !important;
}

.frsw-pl-0 {
  padding-left: 0 !important;
}

.frsw-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.frsw-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.frsw-p-1 {
  padding: 0.25rem !important;
}

.frsw-pt-1 {
  padding-top: 0.25rem !important;
}

.frsw-pr-1 {
  padding-right: 0.25rem !important;
}

.frsw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.frsw-pl-1 {
  padding-left: 0.25rem !important;
}

.frsw-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.frsw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.frsw-p-2 {
  padding: 0.5rem !important;
}

.frsw-pt-2 {
  padding-top: 0.5rem !important;
}

.frsw-pr-2 {
  padding-right: 0.5rem !important;
}

.frsw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.frsw-pl-2 {
  padding-left: 0.5rem !important;
}

.frsw-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.frsw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.frsw-p-3 {
  padding: 1rem !important;
}

.frsw-pt-3 {
  padding-top: 1rem !important;
}

.frsw-pr-3 {
  padding-right: 1rem !important;
}

.frsw-pb-3 {
  padding-bottom: 1rem !important;
}

.frsw-pl-3 {
  padding-left: 1rem !important;
}

.frsw-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.frsw-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.frsw-p-4 {
  padding: 1.5rem !important;
}

.frsw-pt-4 {
  padding-top: 1.5rem !important;
}

.frsw-pr-4 {
  padding-right: 1.5rem !important;
}

.frsw-pb-4 {
  padding-bottom: 1.5rem !important;
}

.frsw-pl-4 {
  padding-left: 1.5rem !important;
}

.frsw-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.frsw-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.frsw-p-5 {
  padding: 3rem !important;
}

.frsw-pt-5 {
  padding-top: 3rem !important;
}

.frsw-pr-5 {
  padding-right: 3rem !important;
}

.frsw-pb-5 {
  padding-bottom: 3rem !important;
}

.frsw-pl-5 {
  padding-left: 3rem !important;
}

.frsw-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.frsw-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.frsw-m-auto {
  margin: auto !important;
}

.frsw-mt-auto {
  margin-top: auto !important;
}

.frsw-mr-auto {
  margin-right: auto !important;
}

.frsw-mb-auto {
  margin-bottom: auto !important;
}

.frsw-ml-auto {
  margin-left: auto !important;
}

.frsw-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.frsw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .frsw-m-sm-0 {
    margin: 0 !important;
  }
  .frsw-mt-sm-0 {
    margin-top: 0 !important;
  }
  .frsw-mr-sm-0 {
    margin-right: 0 !important;
  }
  .frsw-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .frsw-ml-sm-0 {
    margin-left: 0 !important;
  }
  .frsw-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .frsw-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frsw-m-sm-1 {
    margin: 0.25rem !important;
  }
  .frsw-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .frsw-mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .frsw-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .frsw-ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .frsw-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .frsw-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frsw-m-sm-2 {
    margin: 0.5rem !important;
  }
  .frsw-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .frsw-mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .frsw-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .frsw-ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .frsw-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .frsw-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frsw-m-sm-3 {
    margin: 1rem !important;
  }
  .frsw-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .frsw-mr-sm-3 {
    margin-right: 1rem !important;
  }
  .frsw-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .frsw-ml-sm-3 {
    margin-left: 1rem !important;
  }
  .frsw-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .frsw-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frsw-m-sm-4 {
    margin: 1.5rem !important;
  }
  .frsw-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .frsw-mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .frsw-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .frsw-ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .frsw-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .frsw-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frsw-m-sm-5 {
    margin: 3rem !important;
  }
  .frsw-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .frsw-mr-sm-5 {
    margin-right: 3rem !important;
  }
  .frsw-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .frsw-ml-sm-5 {
    margin-left: 3rem !important;
  }
  .frsw-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .frsw-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frsw-p-sm-0 {
    padding: 0 !important;
  }
  .frsw-pt-sm-0 {
    padding-top: 0 !important;
  }
  .frsw-pr-sm-0 {
    padding-right: 0 !important;
  }
  .frsw-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .frsw-pl-sm-0 {
    padding-left: 0 !important;
  }
  .frsw-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .frsw-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frsw-p-sm-1 {
    padding: 0.25rem !important;
  }
  .frsw-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .frsw-pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .frsw-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .frsw-pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .frsw-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .frsw-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frsw-p-sm-2 {
    padding: 0.5rem !important;
  }
  .frsw-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .frsw-pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .frsw-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .frsw-pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .frsw-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frsw-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frsw-p-sm-3 {
    padding: 1rem !important;
  }
  .frsw-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .frsw-pr-sm-3 {
    padding-right: 1rem !important;
  }
  .frsw-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .frsw-pl-sm-3 {
    padding-left: 1rem !important;
  }
  .frsw-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .frsw-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frsw-p-sm-4 {
    padding: 1.5rem !important;
  }
  .frsw-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .frsw-pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .frsw-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .frsw-pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .frsw-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .frsw-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frsw-p-sm-5 {
    padding: 3rem !important;
  }
  .frsw-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .frsw-pr-sm-5 {
    padding-right: 3rem !important;
  }
  .frsw-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .frsw-pl-sm-5 {
    padding-left: 3rem !important;
  }
  .frsw-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .frsw-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frsw-m-sm-auto {
    margin: auto !important;
  }
  .frsw-mt-sm-auto {
    margin-top: auto !important;
  }
  .frsw-mr-sm-auto {
    margin-right: auto !important;
  }
  .frsw-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .frsw-ml-sm-auto {
    margin-left: auto !important;
  }
  .frsw-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .frsw-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .frsw-m-md-0 {
    margin: 0 !important;
  }
  .frsw-mt-md-0 {
    margin-top: 0 !important;
  }
  .frsw-mr-md-0 {
    margin-right: 0 !important;
  }
  .frsw-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .frsw-ml-md-0 {
    margin-left: 0 !important;
  }
  .frsw-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .frsw-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frsw-m-md-1 {
    margin: 0.25rem !important;
  }
  .frsw-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .frsw-mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .frsw-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .frsw-ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .frsw-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .frsw-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frsw-m-md-2 {
    margin: 0.5rem !important;
  }
  .frsw-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .frsw-mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .frsw-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .frsw-ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .frsw-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .frsw-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frsw-m-md-3 {
    margin: 1rem !important;
  }
  .frsw-mt-md-3 {
    margin-top: 1rem !important;
  }
  .frsw-mr-md-3 {
    margin-right: 1rem !important;
  }
  .frsw-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .frsw-ml-md-3 {
    margin-left: 1rem !important;
  }
  .frsw-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .frsw-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frsw-m-md-4 {
    margin: 1.5rem !important;
  }
  .frsw-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .frsw-mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .frsw-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .frsw-ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .frsw-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .frsw-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frsw-m-md-5 {
    margin: 3rem !important;
  }
  .frsw-mt-md-5 {
    margin-top: 3rem !important;
  }
  .frsw-mr-md-5 {
    margin-right: 3rem !important;
  }
  .frsw-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .frsw-ml-md-5 {
    margin-left: 3rem !important;
  }
  .frsw-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .frsw-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frsw-p-md-0 {
    padding: 0 !important;
  }
  .frsw-pt-md-0 {
    padding-top: 0 !important;
  }
  .frsw-pr-md-0 {
    padding-right: 0 !important;
  }
  .frsw-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .frsw-pl-md-0 {
    padding-left: 0 !important;
  }
  .frsw-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .frsw-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frsw-p-md-1 {
    padding: 0.25rem !important;
  }
  .frsw-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .frsw-pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .frsw-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .frsw-pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .frsw-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .frsw-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frsw-p-md-2 {
    padding: 0.5rem !important;
  }
  .frsw-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .frsw-pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .frsw-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .frsw-pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .frsw-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frsw-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frsw-p-md-3 {
    padding: 1rem !important;
  }
  .frsw-pt-md-3 {
    padding-top: 1rem !important;
  }
  .frsw-pr-md-3 {
    padding-right: 1rem !important;
  }
  .frsw-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .frsw-pl-md-3 {
    padding-left: 1rem !important;
  }
  .frsw-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .frsw-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frsw-p-md-4 {
    padding: 1.5rem !important;
  }
  .frsw-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .frsw-pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .frsw-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .frsw-pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .frsw-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .frsw-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frsw-p-md-5 {
    padding: 3rem !important;
  }
  .frsw-pt-md-5 {
    padding-top: 3rem !important;
  }
  .frsw-pr-md-5 {
    padding-right: 3rem !important;
  }
  .frsw-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .frsw-pl-md-5 {
    padding-left: 3rem !important;
  }
  .frsw-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .frsw-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frsw-m-md-auto {
    margin: auto !important;
  }
  .frsw-mt-md-auto {
    margin-top: auto !important;
  }
  .frsw-mr-md-auto {
    margin-right: auto !important;
  }
  .frsw-mb-md-auto {
    margin-bottom: auto !important;
  }
  .frsw-ml-md-auto {
    margin-left: auto !important;
  }
  .frsw-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .frsw-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .frsw-m-lg-0 {
    margin: 0 !important;
  }
  .frsw-mt-lg-0 {
    margin-top: 0 !important;
  }
  .frsw-mr-lg-0 {
    margin-right: 0 !important;
  }
  .frsw-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .frsw-ml-lg-0 {
    margin-left: 0 !important;
  }
  .frsw-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .frsw-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frsw-m-lg-1 {
    margin: 0.25rem !important;
  }
  .frsw-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .frsw-mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .frsw-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .frsw-ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .frsw-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .frsw-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frsw-m-lg-2 {
    margin: 0.5rem !important;
  }
  .frsw-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .frsw-mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .frsw-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .frsw-ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .frsw-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .frsw-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frsw-m-lg-3 {
    margin: 1rem !important;
  }
  .frsw-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .frsw-mr-lg-3 {
    margin-right: 1rem !important;
  }
  .frsw-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .frsw-ml-lg-3 {
    margin-left: 1rem !important;
  }
  .frsw-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .frsw-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frsw-m-lg-4 {
    margin: 1.5rem !important;
  }
  .frsw-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .frsw-mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .frsw-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .frsw-ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .frsw-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .frsw-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frsw-m-lg-5 {
    margin: 3rem !important;
  }
  .frsw-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .frsw-mr-lg-5 {
    margin-right: 3rem !important;
  }
  .frsw-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .frsw-ml-lg-5 {
    margin-left: 3rem !important;
  }
  .frsw-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .frsw-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frsw-p-lg-0 {
    padding: 0 !important;
  }
  .frsw-pt-lg-0 {
    padding-top: 0 !important;
  }
  .frsw-pr-lg-0 {
    padding-right: 0 !important;
  }
  .frsw-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .frsw-pl-lg-0 {
    padding-left: 0 !important;
  }
  .frsw-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .frsw-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frsw-p-lg-1 {
    padding: 0.25rem !important;
  }
  .frsw-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .frsw-pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .frsw-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .frsw-pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .frsw-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .frsw-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frsw-p-lg-2 {
    padding: 0.5rem !important;
  }
  .frsw-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .frsw-pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .frsw-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .frsw-pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .frsw-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frsw-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frsw-p-lg-3 {
    padding: 1rem !important;
  }
  .frsw-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .frsw-pr-lg-3 {
    padding-right: 1rem !important;
  }
  .frsw-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .frsw-pl-lg-3 {
    padding-left: 1rem !important;
  }
  .frsw-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .frsw-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frsw-p-lg-4 {
    padding: 1.5rem !important;
  }
  .frsw-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .frsw-pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .frsw-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .frsw-pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .frsw-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .frsw-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frsw-p-lg-5 {
    padding: 3rem !important;
  }
  .frsw-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .frsw-pr-lg-5 {
    padding-right: 3rem !important;
  }
  .frsw-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .frsw-pl-lg-5 {
    padding-left: 3rem !important;
  }
  .frsw-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .frsw-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frsw-m-lg-auto {
    margin: auto !important;
  }
  .frsw-mt-lg-auto {
    margin-top: auto !important;
  }
  .frsw-mr-lg-auto {
    margin-right: auto !important;
  }
  .frsw-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .frsw-ml-lg-auto {
    margin-left: auto !important;
  }
  .frsw-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .frsw-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .frsw-m-xl-0 {
    margin: 0 !important;
  }
  .frsw-mt-xl-0 {
    margin-top: 0 !important;
  }
  .frsw-mr-xl-0 {
    margin-right: 0 !important;
  }
  .frsw-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .frsw-ml-xl-0 {
    margin-left: 0 !important;
  }
  .frsw-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .frsw-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .frsw-m-xl-1 {
    margin: 0.25rem !important;
  }
  .frsw-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .frsw-mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .frsw-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .frsw-ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .frsw-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .frsw-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .frsw-m-xl-2 {
    margin: 0.5rem !important;
  }
  .frsw-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .frsw-mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .frsw-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .frsw-ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .frsw-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .frsw-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .frsw-m-xl-3 {
    margin: 1rem !important;
  }
  .frsw-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .frsw-mr-xl-3 {
    margin-right: 1rem !important;
  }
  .frsw-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .frsw-ml-xl-3 {
    margin-left: 1rem !important;
  }
  .frsw-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .frsw-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .frsw-m-xl-4 {
    margin: 1.5rem !important;
  }
  .frsw-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .frsw-mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .frsw-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .frsw-ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .frsw-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .frsw-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .frsw-m-xl-5 {
    margin: 3rem !important;
  }
  .frsw-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .frsw-mr-xl-5 {
    margin-right: 3rem !important;
  }
  .frsw-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .frsw-ml-xl-5 {
    margin-left: 3rem !important;
  }
  .frsw-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .frsw-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .frsw-p-xl-0 {
    padding: 0 !important;
  }
  .frsw-pt-xl-0 {
    padding-top: 0 !important;
  }
  .frsw-pr-xl-0 {
    padding-right: 0 !important;
  }
  .frsw-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .frsw-pl-xl-0 {
    padding-left: 0 !important;
  }
  .frsw-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .frsw-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .frsw-p-xl-1 {
    padding: 0.25rem !important;
  }
  .frsw-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .frsw-pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .frsw-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .frsw-pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .frsw-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .frsw-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .frsw-p-xl-2 {
    padding: 0.5rem !important;
  }
  .frsw-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .frsw-pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .frsw-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .frsw-pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .frsw-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .frsw-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .frsw-p-xl-3 {
    padding: 1rem !important;
  }
  .frsw-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .frsw-pr-xl-3 {
    padding-right: 1rem !important;
  }
  .frsw-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .frsw-pl-xl-3 {
    padding-left: 1rem !important;
  }
  .frsw-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .frsw-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .frsw-p-xl-4 {
    padding: 1.5rem !important;
  }
  .frsw-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .frsw-pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .frsw-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .frsw-pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .frsw-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .frsw-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .frsw-p-xl-5 {
    padding: 3rem !important;
  }
  .frsw-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .frsw-pr-xl-5 {
    padding-right: 3rem !important;
  }
  .frsw-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .frsw-pl-xl-5 {
    padding-left: 3rem !important;
  }
  .frsw-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .frsw-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .frsw-m-xl-auto {
    margin: auto !important;
  }
  .frsw-mt-xl-auto {
    margin-top: auto !important;
  }
  .frsw-mr-xl-auto {
    margin-right: auto !important;
  }
  .frsw-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .frsw-ml-xl-auto {
    margin-left: auto !important;
  }
  .frsw-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .frsw-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.frsw-visible {
  visibility: visible !important;
}

.frsw-invisible {
  visibility: hidden !important;
}

.freerentalsite-widget {
  position: relative;
}

.freerentalsite-widget *,
.freerentalsite-widget *::before,
.freerentalsite-widget *::after {
  box-sizing: border-box;
}

.freerentalsite-widget *,
.freerentalsite-widget *::before,
.freerentalsite-widget *::after {
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.freerentalsite-widget article, .freerentalsite-widget aside, .freerentalsite-widget figcaption, .freerentalsite-widget figure, .freerentalsite-widget footer, .freerentalsite-widget header, .freerentalsite-widget hgroup, .freerentalsite-widget main, .freerentalsite-widget nav, .freerentalsite-widget section {
  display: block;
}

.freerentalsite-widget [tabindex="-1"]:focus {
  outline: 0 !important;
}

.freerentalsite-widget hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.freerentalsite-widget h1, .freerentalsite-widget h2, .freerentalsite-widget h3, .freerentalsite-widget h4, .freerentalsite-widget h5, .freerentalsite-widget h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.freerentalsite-widget p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.freerentalsite-widget abbr[title],
.freerentalsite-widget abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.freerentalsite-widget address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.freerentalsite-widget ol,
.freerentalsite-widget ul,
.freerentalsite-widget dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.freerentalsite-widget ol ol,
.freerentalsite-widget ul ul,
.freerentalsite-widget ol ul,
.freerentalsite-widget ul ol {
  margin-bottom: 0;
}

.freerentalsite-widget dt {
  font-weight: 700;
}

.freerentalsite-widget dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

.freerentalsite-widget blockquote {
  margin: 0 0 1rem;
}

.freerentalsite-widget dfn {
  font-style: italic;
}

.freerentalsite-widget b,
.freerentalsite-widget strong {
  font-weight: bolder;
}

.freerentalsite-widget small {
  font-size: 80%;
}

.freerentalsite-widget sub,
.freerentalsite-widget sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.freerentalsite-widget sub {
  bottom: -.25em;
}

.freerentalsite-widget sup {
  top: -.5em;
}

.freerentalsite-widget img {
  vertical-align: middle;
  border-style: none;
}

.freerentalsite-widget svg:not(:root) {
  overflow: hidden;
}

.freerentalsite-widget table {
  border-collapse: collapse;
}

.freerentalsite-widget caption {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

.freerentalsite-widget th {
  text-align: inherit;
}

.freerentalsite-widget label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.freerentalsite-widget button {
  border-radius: 0;
}

.freerentalsite-widget button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.freerentalsite-widget input,
.freerentalsite-widget button,
.freerentalsite-widget select,
.freerentalsite-widget optgroup,
.freerentalsite-widget textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.freerentalsite-widget button,
.freerentalsite-widget input {
  overflow: visible;
}

.freerentalsite-widget button,
.freerentalsite-widget select {
  text-transform: none;
}

.freerentalsite-widget button,
.freerentalsite-widget html [type="button"],
.freerentalsite-widget [type="reset"],
.freerentalsite-widget [type="submit"] {
  -webkit-appearance: button;
}

.freerentalsite-widget button::-moz-focus-inner,
.freerentalsite-widget [type="button"]::-moz-focus-inner,
.freerentalsite-widget [type="reset"]::-moz-focus-inner,
.freerentalsite-widget [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.freerentalsite-widget input[type="radio"],
.freerentalsite-widget input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.freerentalsite-widget input[type="date"],
.freerentalsite-widget input[type="time"],
.freerentalsite-widget input[type="datetime-local"],
.freerentalsite-widget input[type="month"] {
  -webkit-appearance: listbox;
}

.freerentalsite-widget textarea {
  overflow: auto;
  resize: vertical;
}

.freerentalsite-widget fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.freerentalsite-widget legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.freerentalsite-widget progress {
  vertical-align: baseline;
}

.freerentalsite-widget [type="number"]::-webkit-inner-spin-button,
.freerentalsite-widget [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.freerentalsite-widget [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.freerentalsite-widget [type="search"]::-webkit-search-cancel-button,
.freerentalsite-widget [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.freerentalsite-widget ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.freerentalsite-widget output {
  display: inline-block;
}

.freerentalsite-widget summary {
  display: list-item;
  cursor: pointer;
}

.freerentalsite-widget template {
  display: none;
}

.freerentalsite-widget [hidden] {
  display: none !important;
}

.frsw-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.frsw-small {
  font-size: 80%;
  font-weight: 400;
}

.frsw-mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.frsw-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.frsw-list-inline {
  padding-left: 0;
  list-style: none;
}

.frsw-list-inline-item {
  display: inline-block;
}

.frsw-list-inline-item:not(:last-child) {
  margin-right: 0.5em;
}

.frsw-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.frsw-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25em;
}

.frsw-blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.frsw-blockquote-footer::before {
  content: "\2014 \00A0";
}

.frsw-alert {
  position: relative;
  padding: 0.75em 1.25em;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 0.25em;
}

.frsw-alert-heading {
  color: inherit;
}

.frsw-alert-link {
  font-weight: 700;
}

.frsw-alert-dismissible {
  padding-right: 4em;
}

.frsw-alert-dismissible .frsw-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em 1.25em;
  color: inherit;
}

.frsw-alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.frsw-alert-primary hr {
  border-top-color: #9fcdff;
}

.frsw-alert-primary .frsw-alert-link {
  color: #002752;
}

.frsw-alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.frsw-alert-secondary hr {
  border-top-color: #c8cbcf;
}

.frsw-alert-secondary .frsw-alert-link {
  color: #202326;
}

.frsw-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.frsw-alert-success hr {
  border-top-color: #b1dfbb;
}

.frsw-alert-success .frsw-alert-link {
  color: #0b2e13;
}

.frsw-alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.frsw-alert-info hr {
  border-top-color: #abdde5;
}

.frsw-alert-info .frsw-alert-link {
  color: #062c33;
}

.frsw-alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.frsw-alert-warning hr {
  border-top-color: #ffe8a1;
}

.frsw-alert-warning .frsw-alert-link {
  color: #533f03;
}

.frsw-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.frsw-alert-danger hr {
  border-top-color: #f1b0b7;
}

.frsw-alert-danger .frsw-alert-link {
  color: #491217;
}

.frsw-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.frsw-alert-light hr {
  border-top-color: #ececf6;
}

.frsw-alert-light .frsw-alert-link {
  color: #686868;
}

.frsw-alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.frsw-alert-dark hr {
  border-top-color: #b9bbbe;
}

.frsw-alert-dark .frsw-alert-link {
  color: #040505;
}

.frsw-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375em 0.75em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .frsw-btn {
    transition: none;
  }
}

.frsw-btn:hover, .frsw-btn:focus {
  text-decoration: none;
}

.frsw-btn:focus, .frsw-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.25);
}

.frsw-btn.disabled, .frsw-btn:disabled {
  opacity: 0.65;
}

.frsw-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.frsw-btn:not(:disabled):not(.disabled):active, .frsw-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.frsw-btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.frsw-btn-primary {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}

.frsw-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.frsw-btn-primary:focus, .frsw-btn-primary.focus {
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.5);
}

.frsw-btn-primary.frsw-disabled, .frsw-btn-primary:frsw-disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.frsw-btn-primary:not(:disabled):not(.frsw-disabled):active, .frsw-btn-primary:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-primary.frsw-dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.frsw-btn-primary:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-primary:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-primary.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.5);
}

.frsw-btn-secondary {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}

.frsw-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.frsw-btn-secondary:focus, .frsw-btn-secondary.focus {
  box-shadow: 0 0 0 0.2em rgba(108, 117, 125, 0.5);
}

.frsw-btn-secondary.frsw-disabled, .frsw-btn-secondary:frsw-disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.frsw-btn-secondary:not(:disabled):not(.frsw-disabled):active, .frsw-btn-secondary:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-secondary.frsw-dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.frsw-btn-secondary:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-secondary:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-secondary.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(108, 117, 125, 0.5);
}

.frsw-btn-success {
  color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
}

.frsw-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.frsw-btn-success:focus, .frsw-btn-success.focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
}

.frsw-btn-success.frsw-disabled, .frsw-btn-success:frsw-disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.frsw-btn-success:not(:disabled):not(.frsw-disabled):active, .frsw-btn-success:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-success.frsw-dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.frsw-btn-success:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-success:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-success.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
}

.frsw-btn-info {
  color: #fff !important;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.frsw-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.frsw-btn-info:focus, .frsw-btn-info.focus {
  box-shadow: 0 0 0 0.2em rgba(23, 162, 184, 0.5);
}

.frsw-btn-info.frsw-disabled, .frsw-btn-info:frsw-disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.frsw-btn-info:not(:disabled):not(.frsw-disabled):active, .frsw-btn-info:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-info.frsw-dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.frsw-btn-info:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-info:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-info.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(23, 162, 184, 0.5);
}

.frsw-btn-warning {
  color: #212529 !important;
  background-color: #ffc107;
  border-color: #ffc107;
}

.frsw-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.frsw-btn-warning:focus, .frsw-btn-warning.focus {
  box-shadow: 0 0 0 0.2em rgba(255, 193, 7, 0.5);
}

.frsw-btn-warning.frsw-disabled, .frsw-btn-warning:frsw-disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.frsw-btn-warning:not(:disabled):not(.frsw-disabled):active, .frsw-btn-warning:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-warning.frsw-dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.frsw-btn-warning:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-warning:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-warning.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(255, 193, 7, 0.5);
}

.frsw-btn-danger {
  color: #fff !important;
  background-color: #dc3545;
  border-color: #dc3545;
}

.frsw-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.frsw-btn-danger:focus, .frsw-btn-danger.focus {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
}

.frsw-btn-danger.frsw-disabled, .frsw-btn-danger:frsw-disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.frsw-btn-danger:not(:disabled):not(.frsw-disabled):active, .frsw-btn-danger:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-danger.frsw-dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.frsw-btn-danger:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-danger:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-danger.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
}

.frsw-btn-light {
  color: #212529 !important;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.frsw-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.frsw-btn-light:focus, .frsw-btn-light.focus {
  box-shadow: 0 0 0 0.2em rgba(248, 249, 250, 0.5);
}

.frsw-btn-light.frsw-disabled, .frsw-btn-light:frsw-disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.frsw-btn-light:not(:disabled):not(.frsw-disabled):active, .frsw-btn-light:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-light.frsw-dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.frsw-btn-light:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-light:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-light.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(248, 249, 250, 0.5);
}

.frsw-btn-dark {
  color: #fff !important;
  background-color: #343a40;
  border-color: #343a40;
}

.frsw-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.frsw-btn-dark:focus, .frsw-btn-dark.focus {
  box-shadow: 0 0 0 0.2em rgba(52, 58, 64, 0.5);
}

.frsw-btn-dark.frsw-disabled, .frsw-btn-dark:frsw-disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.frsw-btn-dark:not(:disabled):not(.frsw-disabled):active, .frsw-btn-dark:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-dark.frsw-dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.frsw-btn-dark:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-dark:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-dark.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(52, 58, 64, 0.5);
}

.frsw-btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.frsw-btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.frsw-btn-outline-primary:focus, .frsw-btn-outline-primary.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.5);
}

.frsw-btn-outline-primary.frsw-disabled, .frsw-btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.frsw-btn-outline-primary:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-primary:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-primary.frsw-dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.frsw-btn-outline-primary:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-primary:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-primary.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.5);
}

.frsw-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.frsw-btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.frsw-btn-outline-secondary:focus, .frsw-btn-outline-secondary.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(108, 117, 125, 0.5);
}

.frsw-btn-outline-secondary.frsw-disabled, .frsw-btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.frsw-btn-outline-secondary:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-secondary:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-secondary.frsw-dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.frsw-btn-outline-secondary:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-secondary:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-secondary.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(108, 117, 125, 0.5);
}

.frsw-btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.frsw-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.frsw-btn-outline-success:focus, .frsw-btn-outline-success.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
}

.frsw-btn-outline-success.frsw-disabled, .frsw-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.frsw-btn-outline-success:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-success:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-success.frsw-dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.frsw-btn-outline-success:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-success:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-success.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5);
}

.frsw-btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.frsw-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.frsw-btn-outline-info:focus, .frsw-btn-outline-info.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(23, 162, 184, 0.5);
}

.frsw-btn-outline-info.frsw-disabled, .frsw-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.frsw-btn-outline-info:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-info:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-info.frsw-dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.frsw-btn-outline-info:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-info:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-info.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(23, 162, 184, 0.5);
}

.frsw-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.frsw-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.frsw-btn-outline-warning:focus, .frsw-btn-outline-warning.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(255, 193, 7, 0.5);
}

.frsw-btn-outline-warning.frsw-disabled, .frsw-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.frsw-btn-outline-warning:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-warning:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-warning.frsw-dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.frsw-btn-outline-warning:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-warning:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-warning.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(255, 193, 7, 0.5);
}

.frsw-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.frsw-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.frsw-btn-outline-danger:focus, .frsw-btn-outline-danger.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
}

.frsw-btn-outline-danger.frsw-disabled, .frsw-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.frsw-btn-outline-danger:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-danger:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-danger.frsw-dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.frsw-btn-outline-danger:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-danger:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-danger.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5);
}

.frsw-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.frsw-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.frsw-btn-outline-light:focus, .frsw-btn-outline-light.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(248, 249, 250, 0.5);
}

.frsw-btn-outline-light.frsw-disabled, .frsw-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.frsw-btn-outline-light:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-light:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-light.frsw-dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.frsw-btn-outline-light:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-light:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-light.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(248, 249, 250, 0.5);
}

.frsw-btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.frsw-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.frsw-btn-outline-dark:focus, .frsw-btn-outline-dark.frsw-focus {
  box-shadow: 0 0 0 0.2em rgba(52, 58, 64, 0.5);
}

.frsw-btn-outline-dark.frsw-disabled, .frsw-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.frsw-btn-outline-dark:not(:disabled):not(.frsw-disabled):active, .frsw-btn-outline-dark:not(:disabled):not(.frsw-disabled).frsw-active,
.frsw-show > .frsw-btn-outline-dark.frsw-dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.frsw-btn-outline-dark:not(:disabled):not(.frsw-disabled):active:focus, .frsw-btn-outline-dark:not(:disabled):not(.frsw-disabled).frsw-active:focus,
.frsw-show > .frsw-btn-outline-dark.frsw-dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2em rgba(52, 58, 64, 0.5);
}

.frsw-btn-link {
  background-color: transparent;
}

.frsw-btn-lg {
  padding: 0.5em 1em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

.frsw-btn-sm {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

.frsw-btn-block {
  display: block;
  width: 100%;
}

.frsw-btn-block + .frsw-btn-block {
  margin-top: 0.5em;
}

input[type="submit"].frsw-btn-block,
input[type="reset"].frsw-btn-block,
input[type="button"].frsw-btn-block {
  width: 100%;
}

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

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

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

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

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

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

.frsw-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.frsw-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.frsw-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.frsw-col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.frsw-col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.frsw-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.frsw-col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.frsw-col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.frsw-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.frsw-col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.frsw-col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.frsw-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.frsw-col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.frsw-col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.frsw-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.frsw-order-first {
  order: -1;
}

.frsw-order-last {
  order: 13;
}

.frsw-order-0 {
  order: 0;
}

.frsw-order-1 {
  order: 1;
}

.frsw-order-2 {
  order: 2;
}

.frsw-order-3 {
  order: 3;
}

.frsw-order-4 {
  order: 4;
}

.frsw-order-5 {
  order: 5;
}

.frsw-order-6 {
  order: 6;
}

.frsw-order-7 {
  order: 7;
}

.frsw-order-8 {
  order: 8;
}

.frsw-order-9 {
  order: 9;
}

.frsw-order-10 {
  order: 10;
}

.frsw-order-11 {
  order: 11;
}

.frsw-order-12 {
  order: 12;
}

.frsw-offset-1 {
  margin-left: 8.333333%;
}

.frsw-offset-2 {
  margin-left: 16.666667%;
}

.frsw-offset-3 {
  margin-left: 25%;
}

.frsw-offset-4 {
  margin-left: 33.333333%;
}

.frsw-offset-5 {
  margin-left: 41.666667%;
}

.frsw-offset-6 {
  margin-left: 50%;
}

.frsw-offset-7 {
  margin-left: 58.333333%;
}

.frsw-offset-8 {
  margin-left: 66.666667%;
}

.frsw-offset-9 {
  margin-left: 75%;
}

.frsw-offset-10 {
  margin-left: 83.333333%;
}

.frsw-offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .frsw-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .frsw-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .frsw-col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .frsw-col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .frsw-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .frsw-col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .frsw-col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .frsw-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .frsw-col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .frsw-col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .frsw-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .frsw-col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .frsw-col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .frsw-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .frsw-order-sm-first {
    order: -1;
  }
  .frsw-order-sm-last {
    order: 13;
  }
  .frsw-order-sm-0 {
    order: 0;
  }
  .frsw-order-sm-1 {
    order: 1;
  }
  .frsw-order-sm-2 {
    order: 2;
  }
  .frsw-order-sm-3 {
    order: 3;
  }
  .frsw-order-sm-4 {
    order: 4;
  }
  .frsw-order-sm-5 {
    order: 5;
  }
  .frsw-order-sm-6 {
    order: 6;
  }
  .frsw-order-sm-7 {
    order: 7;
  }
  .frsw-order-sm-8 {
    order: 8;
  }
  .frsw-order-sm-9 {
    order: 9;
  }
  .frsw-order-sm-10 {
    order: 10;
  }
  .frsw-order-sm-11 {
    order: 11;
  }
  .frsw-order-sm-12 {
    order: 12;
  }
  .frsw-offset-sm-0 {
    margin-left: 0;
  }
  .frsw-offset-sm-1 {
    margin-left: 8.333333%;
  }
  .frsw-offset-sm-2 {
    margin-left: 16.666667%;
  }
  .frsw-offset-sm-3 {
    margin-left: 25%;
  }
  .frsw-offset-sm-4 {
    margin-left: 33.333333%;
  }
  .frsw-offset-sm-5 {
    margin-left: 41.666667%;
  }
  .frsw-offset-sm-6 {
    margin-left: 50%;
  }
  .frsw-offset-sm-7 {
    margin-left: 58.333333%;
  }
  .frsw-offset-sm-8 {
    margin-left: 66.666667%;
  }
  .frsw-offset-sm-9 {
    margin-left: 75%;
  }
  .frsw-offset-sm-10 {
    margin-left: 83.333333%;
  }
  .frsw-offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .frsw-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .frsw-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .frsw-col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .frsw-col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .frsw-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .frsw-col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .frsw-col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .frsw-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .frsw-col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .frsw-col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .frsw-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .frsw-col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .frsw-col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .frsw-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .frsw-order-md-first {
    order: -1;
  }
  .frsw-order-md-last {
    order: 13;
  }
  .frsw-order-md-0 {
    order: 0;
  }
  .frsw-order-md-1 {
    order: 1;
  }
  .frsw-order-md-2 {
    order: 2;
  }
  .frsw-order-md-3 {
    order: 3;
  }
  .frsw-order-md-4 {
    order: 4;
  }
  .frsw-order-md-5 {
    order: 5;
  }
  .frsw-order-md-6 {
    order: 6;
  }
  .frsw-order-md-7 {
    order: 7;
  }
  .frsw-order-md-8 {
    order: 8;
  }
  .frsw-order-md-9 {
    order: 9;
  }
  .frsw-order-md-10 {
    order: 10;
  }
  .frsw-order-md-11 {
    order: 11;
  }
  .frsw-order-md-12 {
    order: 12;
  }
  .frsw-offset-md-0 {
    margin-left: 0;
  }
  .frsw-offset-md-1 {
    margin-left: 8.333333%;
  }
  .frsw-offset-md-2 {
    margin-left: 16.666667%;
  }
  .frsw-offset-md-3 {
    margin-left: 25%;
  }
  .frsw-offset-md-4 {
    margin-left: 33.333333%;
  }
  .frsw-offset-md-5 {
    margin-left: 41.666667%;
  }
  .frsw-offset-md-6 {
    margin-left: 50%;
  }
  .frsw-offset-md-7 {
    margin-left: 58.333333%;
  }
  .frsw-offset-md-8 {
    margin-left: 66.666667%;
  }
  .frsw-offset-md-9 {
    margin-left: 75%;
  }
  .frsw-offset-md-10 {
    margin-left: 83.333333%;
  }
  .frsw-offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .frsw-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .frsw-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .frsw-col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .frsw-col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .frsw-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .frsw-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .frsw-col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .frsw-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .frsw-col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .frsw-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .frsw-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .frsw-col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .frsw-col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .frsw-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .frsw-order-lg-first {
    order: -1;
  }
  .frsw-order-lg-last {
    order: 13;
  }
  .frsw-order-lg-0 {
    order: 0;
  }
  .frsw-order-lg-1 {
    order: 1;
  }
  .frsw-order-lg-2 {
    order: 2;
  }
  .frsw-order-lg-3 {
    order: 3;
  }
  .frsw-order-lg-4 {
    order: 4;
  }
  .frsw-order-lg-5 {
    order: 5;
  }
  .frsw-order-lg-6 {
    order: 6;
  }
  .frsw-order-lg-7 {
    order: 7;
  }
  .frsw-order-lg-8 {
    order: 8;
  }
  .frsw-order-lg-9 {
    order: 9;
  }
  .frsw-order-lg-10 {
    order: 10;
  }
  .frsw-order-lg-11 {
    order: 11;
  }
  .frsw-order-lg-12 {
    order: 12;
  }
  .frsw-offset-lg-0 {
    margin-left: 0;
  }
  .frsw-offset-lg-1 {
    margin-left: 8.333333%;
  }
  .frsw-offset-lg-2 {
    margin-left: 16.666667%;
  }
  .frsw-offset-lg-3 {
    margin-left: 25%;
  }
  .frsw-offset-lg-4 {
    margin-left: 33.333333%;
  }
  .frsw-offset-lg-5 {
    margin-left: 41.666667%;
  }
  .frsw-offset-lg-6 {
    margin-left: 50%;
  }
  .frsw-offset-lg-7 {
    margin-left: 58.333333%;
  }
  .frsw-offset-lg-8 {
    margin-left: 66.666667%;
  }
  .frsw-offset-lg-9 {
    margin-left: 75%;
  }
  .frsw-offset-lg-10 {
    margin-left: 83.333333%;
  }
  .frsw-offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .frsw-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .frsw-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .frsw-col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .frsw-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .frsw-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .frsw-col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .frsw-col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .frsw-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .frsw-col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .frsw-col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .frsw-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .frsw-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .frsw-col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .frsw-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .frsw-order-xl-first {
    order: -1;
  }
  .frsw-order-xl-last {
    order: 13;
  }
  .frsw-order-xl-0 {
    order: 0;
  }
  .frsw-order-xl-1 {
    order: 1;
  }
  .frsw-order-xl-2 {
    order: 2;
  }
  .frsw-order-xl-3 {
    order: 3;
  }
  .frsw-order-xl-4 {
    order: 4;
  }
  .frsw-order-xl-5 {
    order: 5;
  }
  .frsw-order-xl-6 {
    order: 6;
  }
  .frsw-order-xl-7 {
    order: 7;
  }
  .frsw-order-xl-8 {
    order: 8;
  }
  .frsw-order-xl-9 {
    order: 9;
  }
  .frsw-order-xl-10 {
    order: 10;
  }
  .frsw-order-xl-11 {
    order: 11;
  }
  .frsw-order-xl-12 {
    order: 12;
  }
  .frsw-offset-xl-0 {
    margin-left: 0;
  }
  .frsw-offset-xl-1 {
    margin-left: 8.333333%;
  }
  .frsw-offset-xl-2 {
    margin-left: 16.666667%;
  }
  .frsw-offset-xl-3 {
    margin-left: 25%;
  }
  .frsw-offset-xl-4 {
    margin-left: 33.333333%;
  }
  .frsw-offset-xl-5 {
    margin-left: 41.666667%;
  }
  .frsw-offset-xl-6 {
    margin-left: 50%;
  }
  .frsw-offset-xl-7 {
    margin-left: 58.333333%;
  }
  .frsw-offset-xl-8 {
    margin-left: 66.666667%;
  }
  .frsw-offset-xl-9 {
    margin-left: 75%;
  }
  .frsw-offset-xl-10 {
    margin-left: 83.333333%;
  }
  .frsw-offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.frsw-test-control {
  display: none !important;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .frsw-form-control {
    transition: none;
  }
}

.frsw-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

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

.frsw-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.frsw-form-control:disabled, .frsw-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.frsw-form-control:not([size]):not([multiple]) {
  height: calc(2.25em + 2px);
}

select.frsw-form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.frsw-form-control-file,
.frsw-form-control-range {
  display: block;
  width: 100%;
}

.frsw-col-form-label {
  padding-top: calc(0.375em + 1px);
  padding-bottom: calc(0.375em + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.frsw-col-form-label-lg {
  padding-top: calc(0.5em + 1px);
  padding-bottom: calc(0.5em + 1px);
  font-size: 1.25em;
  line-height: 1.5;
}

.frsw-col-form-label-sm {
  padding-top: calc(0.25em + 1px);
  padding-bottom: calc(0.25em + 1px);
  font-size: 0.875em;
  line-height: 1.5;
}

.frsw-form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.frsw-form-control-plaintext.frsw-form-control-sm, .frsw-input-group-sm > .frsw-form-control-plaintext.frsw-form-control,
.frsw-input-group-sm > .frsw-input-group-prepend > .frsw-form-control-plaintext.frsw-input-group-text,
.frsw-input-group-sm > .frsw-input-group-append > .frsw-form-control-plaintext.frsw-input-group-text,
.frsw-input-group-sm > .frsw-input-group-prepend > .frsw-form-control-plaintext.frsw-btn,
.frsw-input-group-sm > .frsw-input-group-append > .frsw-form-control-plaintext.frsw-btn, .frsw-form-control-plaintext.frsw-form-control-lg, .frsw-input-group-lg > .frsw-form-control-plaintext.frsw-form-control,
.frsw-input-group-lg > .frsw-input-group-prepend > .frsw-form-control-plaintext.frsw-input-group-text,
.frsw-input-group-lg > .frsw-input-group-append > .frsw-form-control-plaintext.frsw-input-group-text,
.frsw-input-group-lg > .frsw-input-group-prepend > .frsw-form-control-plaintext.frsw-btn,
.frsw-input-group-lg > .frsw-input-group-append > .frsw-form-control-plaintext.frsw-btn {
  padding-right: 0;
  padding-left: 0;
}

.frsw-form-control-sm, .frsw-input-group-sm > .frsw-form-control,
.frsw-input-group-sm > .frsw-input-group-prepend > .frsw-input-group-text,
.frsw-input-group-sm > .frsw-input-group-append > .frsw-input-group-text,
.frsw-input-group-sm > .frsw-input-group-prepend > .frsw-btn,
.frsw-input-group-sm > .frsw-input-group-append > .frsw-btn {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
  border-radius: 0.2em;
}

select.frsw-form-control-sm:not([size]):not([multiple]), .frsw-input-group-sm > select.frsw-form-control:not([size]):not([multiple]),
.frsw-input-group-sm > .frsw-input-group-prepend > select.frsw-input-group-text:not([size]):not([multiple]),
.frsw-input-group-sm > .frsw-input-group-append > select.frsw-input-group-text:not([size]):not([multiple]),
.frsw-input-group-sm > .frsw-input-group-prepend > select.frsw-btn:not([size]):not([multiple]),
.frsw-input-group-sm > .frsw-input-group-append > select.frsw-btn:not([size]):not([multiple]) {
  height: calc(1.8125em + 2px);
}

.frsw-form-control-lg, .frsw-input-group-lg > .frsw-form-control,
.frsw-input-group-lg > .frsw-input-group-prepend > .frsw-input-group-text,
.frsw-input-group-lg > .frsw-input-group-append > .frsw-input-group-text,
.frsw-input-group-lg > .frsw-input-group-prepend > .frsw-btn,
.frsw-input-group-lg > .frsw-input-group-append > .frsw-btn {
  padding: 0.5em 1em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: 0.3em;
}

select.frsw-form-control-lg:not([size]):not([multiple]), .frsw-input-group-lg > select.frsw-form-control:not([size]):not([multiple]),
.frsw-input-group-lg > .frsw-input-group-prepend > select.frsw-input-group-text:not([size]):not([multiple]),
.frsw-input-group-lg > .frsw-input-group-append > select.frsw-input-group-text:not([size]):not([multiple]),
.frsw-input-group-lg > .frsw-input-group-prepend > select.frsw-btn:not([size]):not([multiple]),
.frsw-input-group-lg > .frsw-input-group-append > select.frsw-btn:not([size]):not([multiple]) {
  height: calc(2.875em + 2px);
}

.frsw-form-group {
  margin-bottom: 1em;
}

.frsw-form-text {
  display: block;
  margin-top: 0.25em;
}

.frsw-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.frsw-form-row > .frsw-col,
.frsw-form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.frsw-form-check {
  position: relative;
  display: block;
  padding-left: 1.25em;
}

.frsw-form-check-input {
  position: absolute;
  margin-top: 0.3em;
  margin-left: -1.25em;
}

.frsw-form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.frsw-form-check-label {
  margin-bottom: 0;
}

.frsw-form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75em;
}

.frsw-form-check-inline .frsw-form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125em;
  margin-left: 0;
}

.frsw-valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25em;
  font-size: 80%;
  color: #28a745;
}

.frsw-valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.frsw-was-validated .frsw-form-control:valid, .frsw-form-control.frsw-is-valid, .frsw-was-validated
.frsw-custom-select:valid,
.frsw-custom-select.frsw-is-valid {
  border-color: #28a745;
}

.frsw-was-validated .frsw-form-control:valid:focus, .frsw-form-control.frsw-is-valid:focus, .frsw-was-validated
.frsw-custom-select:valid:focus,
.frsw-custom-select.frsw-is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.25);
}

.frsw-was-validated .frsw-form-control:valid ~ .frsw-valid-feedback,
.frsw-was-validated .frsw-form-control:valid ~ .frsw-valid-tooltip, .frsw-form-control.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-form-control.frsw-is-valid ~ .frsw-valid-tooltip, .frsw-was-validated
.frsw-custom-select:valid ~ .frsw-valid-feedback,
.frsw-was-validated
.frsw-custom-select:valid ~ .frsw-valid-tooltip,
.frsw-custom-select.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-custom-select.frsw-is-valid ~ .frsw-valid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-form-control-file:valid ~ .frsw-valid-feedback,
.frsw-was-validated .frsw-form-control-file:valid ~ .frsw-valid-tooltip, .frsw-form-control-file.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-form-control-file.frsw-is-valid ~ .frsw-valid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-form-check-input:valid ~ .form-check-label, .frsw-form-check-input.frsw-is-valid ~ .form-check-label {
  color: #28a745;
}

.frsw-was-validated .frsw-form-check-input:valid ~ .frsw-valid-feedback,
.frsw-was-validated .frsw-form-check-input:valid ~ .frsw-valid-tooltip, .frsw-form-check-input.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-form-check-input.frsw-is-valid ~ .frsw-valid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-control-input:valid ~ .custom-control-label, .frsw-custom-control-input.frsw-is-valid ~ .custom-control-label {
  color: #28a745;
}

.frsw-was-validated .frsw-custom-control-input:valid ~ .custom-control-label::before, .frsw-custom-control-input.frsw-is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.frsw-was-validated .frsw-custom-control-input:valid ~ .frsw-valid-feedback,
.frsw-was-validated .frsw-custom-control-input:valid ~ .frsw-valid-tooltip, .frsw-custom-control-input.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-custom-control-input.frsw-is-valid ~ .frsw-valid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-control-input:valid:checked ~ .frsw-custom-control-label::before, .frsw-custom-control-input.frsw-is-valid:checked ~ .frsw-custom-control-label::before {
  background-color: #34ce57;
}

.frsw-was-validated .frsw-custom-control-input:valid:focus ~ .frsw-custom-control-label::before, .frsw-custom-control-input.frsw-is-valid:focus ~ .frsw-custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2em rgba(40, 167, 69, 0.25);
}

.frsw-was-validated .frsw-custom-file-input:valid ~ .custom-file-label, .frsw-custom-file-input.frsw-is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.frsw-was-validated .frsw-custom-file-input:valid ~ .custom-file-label::before, .frsw-custom-file-input.frsw-is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.frsw-was-validated .frsw-custom-file-input:valid ~ .frsw-valid-feedback,
.frsw-was-validated .frsw-custom-file-input:valid ~ .frsw-valid-tooltip, .frsw-custom-file-input.frsw-is-valid ~ .frsw-valid-feedback,
.frsw-custom-file-input.frsw-is-valid ~ .frsw-valid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-file-input:valid:focus ~ .frsw-custom-file-label, .frsw-custom-file-input.frsw-is-valid:focus ~ .frsw-custom-file-label {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.25);
}

.frsw-invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25em;
  font-size: 80%;
  color: #dc3545;
}

.frsw-invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.frsw-was-validated .frsw-form-control:invalid, .frsw-form-control.frsw-is-invalid, .frsw-was-validated
.frsw-custom-select:invalid,
.frsw-custom-select.frsw-is-invalid {
  border-color: #dc3545;
}

.frsw-was-validated .frsw-form-control:invalid:focus, .frsw-form-control.frsw-is-invalid:focus, .frsw-was-validated
.frsw-custom-select:invalid:focus,
.frsw-custom-select.frsw-is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25);
}

.frsw-was-validated .frsw-form-control:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated .frsw-form-control:invalid ~ .frsw-invalid-tooltip, .frsw-form-control.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-form-control.frsw-is-invalid ~ .frsw-invalid-tooltip, .frsw-was-validated
.frsw-custom-select:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated
.frsw-custom-select:invalid ~ .frsw-invalid-tooltip,
.frsw-custom-select.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-custom-select.frsw-is-invalid ~ .frsw-invalid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-form-control-file:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated .frsw-form-control-file:invalid ~ .frsw-invalid-tooltip, .frsw-form-control-file.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-form-control-file.frsw-is-invalid ~ .frsw-invalid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-form-check-input:invalid ~ .form-check-label, .frsw-form-check-input.frsw-is-invalid ~ .form-check-label {
  color: #dc3545;
}

.frsw-was-validated .frsw-form-check-input:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated .frsw-form-check-input:invalid ~ .frsw-invalid-tooltip, .frsw-form-check-input.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-form-check-input.frsw-is-invalid ~ .frsw-invalid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-control-input:invalid ~ .custom-control-label, .frsw-custom-control-input.frsw-is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.frsw-was-validated .frsw-custom-control-input:invalid ~ .custom-control-label::before, .frsw-custom-control-input.frsw-is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.frsw-was-validated .frsw-custom-control-input:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated .frsw-custom-control-input:invalid ~ .frsw-invalid-tooltip, .frsw-custom-control-input.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-custom-control-input.frsw-is-invalid ~ .frsw-invalid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-control-input:invalid:checked ~ .frsw-custom-control-label::before, .frsw-custom-control-input.frsw-is-invalid:checked ~ .frsw-custom-control-label::before {
  background-color: #e4606d;
}

.frsw-was-validated .frsw-custom-control-input:invalid:focus ~ .frsw-custom-control-label::before, .frsw-custom-control-input.frsw-is-invalid:focus ~ .frsw-custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2em rgba(220, 53, 69, 0.25);
}

.frsw-was-validated .frsw-custom-file-input:invalid ~ .custom-file-label, .frsw-custom-file-input.frsw-is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.frsw-was-validated .frsw-custom-file-input:invalid ~ .custom-file-label::before, .frsw-custom-file-input.frsw-is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.frsw-was-validated .frsw-custom-file-input:invalid ~ .frsw-invalid-feedback,
.frsw-was-validated .frsw-custom-file-input:invalid ~ .frsw-invalid-tooltip, .frsw-custom-file-input.frsw-is-invalid ~ .frsw-invalid-feedback,
.frsw-custom-file-input.frsw-is-invalid ~ .frsw-invalid-tooltip {
  display: block;
}

.frsw-was-validated .frsw-custom-file-input:invalid:focus ~ .frsw-custom-file-label, .frsw-custom-file-input.frsw-is-invalid:focus ~ .frsw-custom-file-label {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.25);
}

.frsw-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.frsw-form-inline .frsw-form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .frsw-form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .frsw-form-inline .frsw-form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .frsw-form-inline .frsw-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .frsw-form-inline .frsw-form-control-plaintext {
    display: inline-block;
  }
  .frsw-form-inline .frsw-input-group,
  .frsw-form-inline .frsw-custom-select {
    width: auto;
  }
  .frsw-form-inline .frsw-form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .frsw-form-inline .frsw-form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25em;
    margin-left: 0;
  }
  .frsw-form-inline .frsw-custom-control {
    align-items: center;
    justify-content: center;
  }
  .frsw-form-inline .frsw-custom-control-label {
    margin-bottom: 0;
  }
}

.frsw-input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.frsw-input-group > .frsw-form-control,
.frsw-input-group > .frsw-custom-select,
.frsw-input-group > .frsw-custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.frsw-input-group > .frsw-form-control + .frsw-form-control,
.frsw-input-group > .frsw-form-control + .frsw-custom-select,
.frsw-input-group > .frsw-form-control + .frsw-custom-file,
.frsw-input-group > .frsw-custom-select + .frsw-form-control,
.frsw-input-group > .frsw-custom-select + .frsw-custom-select,
.frsw-input-group > .frsw-custom-select + .frsw-custom-file,
.frsw-input-group > .frsw-custom-file + .frsw-form-control,
.frsw-input-group > .frsw-custom-file + .frsw-custom-select,
.frsw-input-group > .frsw-custom-file + .frsw-custom-file {
  margin-left: -1px;
}

.frsw-input-group > .frsw-form-control:focus,
.frsw-input-group > .frsw-custom-select:focus,
.frsw-input-group > .frsw-custom-file .frsw-custom-file-input:focus ~ .frsw-custom-file-label {
  z-index: 3;
}

.frsw-input-group > .frsw-form-control:not(:last-child),
.frsw-input-group > .frsw-custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.frsw-input-group > .frsw-form-control:not(:first-child),
.frsw-input-group > .frsw-custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.frsw-input-group > .frsw-custom-file {
  display: flex;
  align-items: center;
}

.frsw-input-group > .frsw-custom-file:not(:last-child) .frsw-custom-file-label,
.frsw-input-group > .frsw-custom-file:not(:last-child) .frsw-custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.frsw-input-group > .frsw-custom-file:not(:first-child) .frsw-custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.frsw-input-group-prepend,
.frsw-input-group-append {
  display: flex;
}

.frsw-input-group-prepend .frsw-btn,
.frsw-input-group-append .frsw-btn {
  position: relative;
  z-index: 2;
}

.frsw-input-group-prepend .frsw-btn + .frsw-btn,
.frsw-input-group-prepend .frsw-btn + .frsw-input-group-text,
.frsw-input-group-prepend .frsw-input-group-text + .frsw-input-group-text,
.frsw-input-group-prepend .frsw-input-group-text + .frsw-btn,
.frsw-input-group-append .frsw-btn + .frsw-btn,
.frsw-input-group-append .frsw-btn + .frsw-input-group-text,
.frsw-input-group-append .frsw-input-group-text + .frsw-input-group-text,
.frsw-input-group-append .frsw-input-group-text + .frsw-btn {
  margin-left: -1px;
}

.frsw-input-group-prepend {
  margin-right: -1px;
}

.frsw-input-group-append {
  margin-left: -1px;
}

.frsw-input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375em 0.75em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25em;
}

.frsw-input-group-text input[type="radio"],
.frsw-input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.frsw-input-group > .frsw-input-group-prepend > .frsw-btn,
.frsw-input-group > .frsw-input-group-prepend > .frsw-input-group-text,
.frsw-input-group > .frsw-input-group-append:not(:last-child) > .frsw-btn,
.frsw-input-group > .frsw-input-group-append:not(:last-child) > .frsw-input-group-text,
.frsw-input-group > .frsw-input-group-append:last-child > .frsw-btn:not(:last-child):not(.frsw-dropdown-toggle),
.frsw-input-group > .frsw-input-group-append:last-child > .frsw-input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.frsw-input-group > .frsw-input-group-append > .frsw-btn,
.frsw-input-group > .frsw-input-group-append > .frsw-input-group-text,
.frsw-input-group > .frsw-input-group-prepend:not(:first-child) > .frsw-btn,
.frsw-input-group > .frsw-input-group-prepend:not(:first-child) > .frsw-input-group-text,
.frsw-input-group > .frsw-input-group-prepend:first-child > .frsw-btn:not(:first-child),
.frsw-input-group > .frsw-input-group-prepend:first-child > .frsw-input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.frsw-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.frsw-nav-link {
  display: block;
  padding: 0.5em 1em;
}

.frsw-nav-link:hover, .frsw-nav-link:focus {
  text-decoration: none;
}

.frsw-nav-link.disabled {
  color: #6c757d;
}

.frsw-nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.frsw-nav-tabs .frsw-nav-item {
  margin-bottom: -1px;
}

.frsw-nav-tabs .frsw-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.frsw-nav-tabs .frsw-nav-link:hover, .frsw-nav-tabs .frsw-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.frsw-nav-tabs .frsw-nav-link.frsw-disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.frsw-nav-tabs .frsw-nav-link.frsw-active,
.frsw-nav-tabs .frsw-nav-item.show .frsw-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.frsw-nav-tabs .frsw-dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.frsw-nav-pills .frsw-nav-link {
  border-radius: 0.25em;
}

.frsw-nav-pills .frsw-nav-link.frsw-active,
.frsw-nav-pills .frsw-show > .frsw-nav-link {
  background-color: #007bff;
  color: #fff;
}

.frsw-nav-fill .frsw-nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.frsw-nav-justified .frsw-nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.frsw-tab-content > .frsw-tab-pane {
  display: none;
}

.frsw-tab-content > .frsw-active {
  display: block;
}

.frsw-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25em;
}

.frsw-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.frsw-card > .frsw-list-group:first-child .frsw-list-group-item:first-child {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

.frsw-card > .frsw-list-group:last-child .frsw-list-group-item:last-child {
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.frsw-card-body {
  flex: 1 1 auto;
  padding: 1.25em;
}

.frsw-card-title {
  margin-bottom: 0.75em;
}

.frsw-card-subtitle {
  margin-top: -0.375em;
  margin-bottom: 0;
}

.frsw-card-text:last-child {
  margin-bottom: 0;
}

.frsw-card-link:hover {
  text-decoration: none;
}

.frsw-card-link + frsw-.card-link {
  margin-left: 1.25em;
}

.frsw-card-header {
  padding: 0.75em 1.25em;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.frsw-card-header:first-child {
  border-radius: calc(0.25em - 1px) calc(0.25em - 1px) 0 0;
}

.frsw-card-header + .frsw-list-group .frsw-list-group-item:first-child {
  border-top: 0;
}

.frsw-card-footer {
  padding: 0.75em 1.25em;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.frsw-card-footer:last-child {
  border-radius: 0 0 calc(0.25em - 1px) calc(0.25em - 1px);
}

.frsw-card-header-tabs {
  margin-right: -0.625em;
  margin-bottom: -0.75em;
  margin-left: -0.625em;
  border-bottom: 0;
}

.frsw-card-header-pills {
  margin-right: -0.625em;
  margin-left: -0.625em;
}

.frsw-card-image-box {
  position: relative;
  width: 100%;
  background-size: cover !important;
  background-position: center center;
  min-height: 300px;
  background-color: #dee2e6;
}

.frsw-card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25em;
}

.frsw-card-img {
  width: 100%;
  border-radius: calc(0.25em - 1px);
}

.frsw-card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25em - 1px);
  border-top-right-radius: calc(0.25em - 1px);
}

.frsw-card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25em - 1px);
  border-bottom-left-radius: calc(0.25em - 1px);
}

.frsw-card-video-tour {
  position: absolute;
  top: 5px;
  right: 5px;
}

.frsw-card-deck {
  display: flex;
  flex-direction: column;
}

.frsw-card-deck .frsw-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .frsw-card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .frsw-card-deck .frsw-card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.frsw-card-group {
  display: flex;
  flex-direction: column;
}

.frsw-card-group > .frsw-card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .frsw-card-group {
    flex-flow: row wrap;
  }
  .frsw-card-group > .frsw-card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .frsw-card-group > .frsw-card + .frsw-card {
    margin-left: 0;
    border-left: 0;
  }
  .frsw-card-group > .frsw-card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .frsw-card-group > .frsw-card:first-child .frsw-card-img-top,
  .frsw-card-group > .frsw-card:first-child .frsw-card-header {
    border-top-right-radius: 0;
  }
  .frsw-card-group > .frsw-card:first-child .frsw-card-img-bottom,
  .frsw-card-group > .frsw-card:first-child .frsw-card-footer {
    border-bottom-right-radius: 0;
  }
  .frsw-card-group > .frsw-card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .frsw-card-group > .frsw-card:last-child .frsw-card-img-top,
  .frsw-card-group > .frsw-card:last-child .frsw-card-header {
    border-top-left-radius: 0;
  }
  .frsw-card-group > .frsw-card:last-child .frsw-card-img-bottom,
  .frsw-card-group > .frsw-card:last-child .frsw-card-footer {
    border-bottom-left-radius: 0;
  }
  .frsw-card-group > .frsw-card:only-child {
    border-radius: 0.25em;
  }
  .frsw-card-group > .frsw-card:only-child .frsw-card-img-top,
  .frsw-card-group > .frsw-card:only-child .frsw-card-header {
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .frsw-card-group > .frsw-card:only-child .frsw-card-img-bottom,
  .frsw-card-group > .frsw-card:only-child .frsw-card-footer {
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
  }
  .frsw-card-group > .frsw-card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .frsw-card-group > .frsw-card:not(:first-child):not(:last-child):not(:only-child) .frsw-card-img-top,
  .frsw-card-group > .frsw-card:not(:first-child):not(:last-child):not(:only-child) .frsw-card-img-bottom,
  .frsw-card-group > .frsw-card:not(:first-child):not(:last-child):not(:only-child) .frsw-card-header,
  .frsw-card-group > .frsw-card:not(:first-child):not(:last-child):not(:only-child) .frsw-card-footer {
    border-radius: 0;
  }
}

.frsw-card-columns .frsw-card {
  margin-bottom: 0.75em;
}

@media (min-width: 576px) {
  .frsw-card-columns {
    column-count: 3;
    column-gap: 1.25em;
    orphans: 1;
    widows: 1;
  }
  .frsw-card-columns .frsw-card {
    display: inline-block;
    width: 100%;
  }
}

.frsw-accordion .frsw-card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.frsw-accordion .frsw-card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.frsw-accordion .frsw-card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.frsw-accordion .frsw-card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.frsw-pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25em;
}

.frsw-page-link {
  position: relative;
  display: block;
  padding: 0.5em 0.75em;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.frsw-page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.frsw-page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.25);
}

.frsw-page-link:not(:disabled):not(.frsw-disabled) {
  cursor: pointer;
}

.frsw-page-item:first-child .frsw-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.frsw-page-item:last-child .frsw-page-link {
  border-top-right-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}

.frsw-page-item.frsw-active .frsw-page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.frsw-page-item.frsw-disabled .frsw-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.frsw-pagination-lg .frsw-page-link {
  padding: 0.75em 1.5em;
  font-size: 1.25em;
  line-height: 1.5;
}

.frsw-pagination-lg .frsw-page-item:first-child .frsw-page-link {
  border-top-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
}

.frsw-pagination-lg .frsw-page-item:last-child .frsw-page-link {
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
}

.frsw-pagination-sm .frsw-page-link {
  padding: 0.25em 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
}

.frsw-pagination-sm .frsw-page-item:first-child .frsw-page-link {
  border-top-left-radius: 0.2em;
  border-bottom-left-radius: 0.2em;
}

.frsw-pagination-sm .frsw-page-item:last-child .frsw-page-link {
  border-top-right-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
}

#freerentalsite-search-form {
  padding: 15px 15px 15px 15px;
  background-color: #dee2e6;
}

#freerentalsite-property-detail-view .frsw-property-view-gallery {
  display: none;
}

#freerentalsite-property-detail-view .frsw-property-view-image {
  position: relative;
}

#freerentalsite-property-detail-view .frsw-property-view-image img {
  cursor: pointer;
  width: auto;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#freerentalsite-property-detail-view .frsw-property-view-image .frsw-property-view-image-count {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#freerentalsite-property-detail-view .frsw-property-view-card {
  background-color: #dee2e6;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

#freerentalsite-property-detail-view .frsw-property-view-summary {
  background-color: #fff;
  padding: 10px;
}

#freerentalsite-property-detail-view .frsw-property-view-summary .frsw-property-view-summary-inner {
  width: 100% !important;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.frsw-typeahead {
  position: absolute;
  display: none;
  background-color: #fff;
  border: 1px solid #f8f9fa;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.frsw-typeahead-show {
  display: block;
}

.frsw-typeahead-item {
  padding: 5px;
  margin: 0;
  cursor: pointer;
}

.frsw-typeahead-item-active {
  background-color: #007bff;
  color: #fff;
}

html.frsw-lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.frsw-lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.frsw-lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.frsw-lightbox .frsw-lb-image {
  display: block;
  height: auto;
  max-width: inherit !important;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.frsw-lightbox a img {
  border: none;
}

.frsw-lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.frsw-lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.frsw-lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.frsw-lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.frsw-lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.frsw-lb-container > .nav {
  left: 0;
}

.frsw-lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.frsw-lb-prev, .frsw-lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.frsw-lb-nav a.frsw-lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.frsw-lb-nav a.frsw-lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.frsw-lb-nav a.frsw-lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.frsw-lb-nav a.frsw-lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.frsw-lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.frsw-lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.frsw-lb-data {
  padding: 0 4px;
  color: #ccc;
}

.frsw-lb-data .frsw-lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.frsw-lb-data .frsw-lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.frsw-lb-data .frsw-lb-caption a {
  color: #4ae;
}

.frsw-lb-data .frsw-lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.frsw-lb-data .frsw-lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.frsw-lb-data .frsw-lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*# sourceMappingURL=freerentalsite.css.map */