@charset "UTF-8";
/* Bootstrap v4.3.1 (https://getbootstrap.com/) - Copyright 2011-2019 The Bootstrap Authors - Copyright 2011-2019 Twitter, Inc. - Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.table {
  width: 100%;
  margin-bottom: 16px;
  color: #333333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9d9d9;
}
.table tbody + tbody {
  border-top: 2px solid #d9d9d9;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d9d9d9;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffd3b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ffad7a;
}
.table-hover .table-primary:hover {
  background-color: #ffc39f;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ffc39f;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfcee2;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a5a5ca;
}
.table-hover .table-secondary:hover {
  background-color: #bfbed9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bfbed9;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c6e2ce;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #95c8a5;
}
.table-hover .table-success:hover {
  background-color: #b5d9bf;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b5d9bf;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f4b8b8;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ea7a7a;
}
.table-hover .table-danger:hover {
  background-color: #f1a2a2;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1a2a2;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}
.table-hover .table-light:hover {
  background-color: #f2f2f2;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d9d9d9;
}
.table-dark {
  color: #fff;
  background-color: #333333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #696969;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ffb180;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(6px + 1px);
  padding-bottom: calc(6px + 1px);
  font-size: 12px;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 12px + 2px);
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #767676;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #349651;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #349651;
  border-radius: 4px;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #349651;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23349651' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #349651;
  box-shadow: 0 0 0 0.2rem rgba(52, 150, 81, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #349651;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.25' viewBox='0 0 16 9.25'%3E%3Cpath d='M8 9.25c-0.16 0-0.32 0-0.32-0.16L0.14 1.56C0 1.41 0 1.41 0 1.25s0-0.32 0.16-0.32l0.79-0.79C1.09 0 1.09 0 1.25 0c0.16 0 0.31 0 0.31 0.16L8 6.59l6.43-6.43C14.59 0 14.59 0 14.75 0c0.16 0 0.32 0 0.32 0.16l0.79 0.79C16 1.09 16 1.09 16 1.25c0 0.16 0 0.31-0.16 0.31L8.31 9.09C8.31 9.25 8.16 9.25 8 9.25z' fill='%23FF6200'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23349651' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #349651;
  box-shadow: 0 0 0 0.2rem rgba(52, 150, 81, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #349651;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #349651;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #349651;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #41bc65;
  background-color: #41bc65;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 150, 81, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #349651;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #349651;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #349651;
  box-shadow: 0 0 0 0.2rem rgba(52, 150, 81, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #D70000;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #d70000;
  border-radius: 4px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #D70000;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D70000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D70000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D70000;
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #D70000;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.25' viewBox='0 0 16 9.25'%3E%3Cpath d='M8 9.25c-0.16 0-0.32 0-0.32-0.16L0.14 1.56C0 1.41 0 1.41 0 1.25s0-0.32 0.16-0.32l0.79-0.79C1.09 0 1.09 0 1.25 0c0.16 0 0.31 0 0.31 0.16L8 6.59l6.43-6.43C14.59 0 14.59 0 14.75 0c0.16 0 0.32 0 0.32 0.16l0.79 0.79C16 1.09 16 1.09 16 1.25c0 0.16 0 0.31-0.16 0.31L8.31 9.09C8.31 9.25 8.16 9.25 8 9.25z' fill='%23FF6200'/%3E%3C/svg%3E") no-repeat right 0.75rem center, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D70000' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D70000' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #D70000;
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D70000;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #D70000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #D70000;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff0b0b;
  background-color: #ff0b0b;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D70000;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D70000;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D70000;
  box-shadow: 0 0 0 0.2rem rgba(215, 0, 0, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
.form-inline label, .form-inline .ui-slider-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .form-control-plaintext {
  display: inline-block;
}
.form-inline .input-group,
.form-inline .custom-select {
  width: auto;
}
.form-inline .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}
.form-inline .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}
.form-inline .custom-control {
  align-items: center;
  justify-content: center;
}
.form-inline .custom-control-label {
  margin-bottom: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #333333;
  text-decoration: none;
  background-color: #F7F4F1;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ff6200;
  text-decoration: none;
  background-color: #F7F4F1;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #767676;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #767676;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #333333;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 6px;
  padding-left: 6px;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #696969;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 12px + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 6px 8px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 4px;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff6200;
  background-color: #ff6200;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffb180;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ffd0b3;
  border-color: #ffd0b3;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #767676;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #a8a8a8 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff6200;
  background-color: #ff6200;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 98, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 98, 0, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='4' fill='%23ff6200'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 98, 0, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #a8a8a8;
  border-radius: 0.5rem;
  transition: transform 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 (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 98, 0, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.25' viewBox='0 0 16 9.25'%3E%3Cpath d='M8 9.25c-0.16 0-0.32 0-0.32-0.16L0.14 1.56C0 1.41 0 1.41 0 1.25s0-0.32 0.16-0.32l0.79-0.79C1.09 0 1.09 0 1.25 0c0.16 0 0.31 0 0.31 0.16L8 6.59l6.43-6.43C14.59 0 14.59 0 14.75 0c0.16 0 0.32 0 0.32 0.16l0.79 0.79C16 1.09 16 1.09 16 1.25c0 0.16 0 0.31-0.16 0.31L8.31 9.09C8.31 9.25 8.16 9.25 8 9.25z' fill='%23FF6200'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-color: #fff;
  border: 1px solid #696969;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: #ffb180;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #495057;
  background-color: #fff;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 12px + 2px);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  font-size: 12px;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #ffb180;
  box-shadow: 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #696969;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 98, 0, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ff6200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ffd0b3;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ff6200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ffd0b3;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9d9d9;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ff6200;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ffd0b3;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #d9d9d9;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d9d9d9;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a8a8a8;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a8a8a8;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a8a8a8;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0 0;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #767676;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 0 solid #d9d9d9;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #d9d9d9;
}
.nav-tabs .nav-link.disabled {
  color: #767676;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #d9d9d9 #d9d9d9 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ff6200;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 16px;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #853300;
  background-color: #fff9f5;
  border-color: #ff6200;
}
.alert-primary hr {
  border-top-color: #e65800;
}
.alert-primary .alert-link {
  color: #521f00;
}
.alert-secondary {
  color: #2b2a50;
  background-color: #f8f8fb;
  border-color: #525199;
}
.alert-secondary hr {
  border-top-color: #494888;
}
.alert-secondary .alert-link {
  color: #19182f;
}
.alert-success {
  color: #1b4e2a;
  background-color: #f7fbf8;
  border-color: #349651;
}
.alert-success hr {
  border-top-color: #2d8347;
}
.alert-success .alert-link {
  color: #0e2816;
}
.alert-danger {
  color: #700000;
  background-color: #fdf5f5;
  border-color: #d70000;
}
.alert-danger hr {
  border-top-color: #be0000;
}
.alert-danger .alert-link {
  color: #3d0000;
}
.alert-light {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6c6c6c;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f0f0f0;
  border-radius: 4px;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff6200;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #F7F4F1;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #767676;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ff6200;
  border-color: #ff6200;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #853300;
  background-color: #ffd3b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #853300;
  background-color: #ffc39f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #853300;
  border-color: #853300;
}
.list-group-item-secondary {
  color: #2b2a50;
  background-color: #cfcee2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #2b2a50;
  background-color: #bfbed9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2b2a50;
  border-color: #2b2a50;
}
.list-group-item-success {
  color: #1b4e2a;
  background-color: #c6e2ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1b4e2a;
  background-color: #b5d9bf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1b4e2a;
  border-color: #1b4e2a;
}
.list-group-item-danger {
  color: #700000;
  background-color: #f4b8b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #700000;
  background-color: #f1a2a2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #700000;
  border-color: #700000;
}
.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.65;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #d9d9d9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #d9d9d9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
}
.modal-sm {
  max-width: 300px;
}
@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: 1140px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "INGMe", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 12px;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 12px 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 12px 8px 0;
  border-top-color: #696969;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 12px;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 12px;
  height: 16px;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 8px 12px 8px 0;
  border-right-color: #696969;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 12px 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 8px 12px;
  border-bottom-color: #696969;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 12px;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 12px;
  height: 16px;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 8px 0 8px 12px;
  border-left-color: #696969;
}
.tooltip-inner {
  max-width: min(90vw, 340px);
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #696969;
  border-radius: 4px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "INGMe", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #525199;
  background-clip: padding-box;
  border: 1px solid #7473AD;
  border-radius: 4px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 4px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #7473ad;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #525199;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #7473ad;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #525199;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #7473ad;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #525199;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #525199;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 4px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #7473ad;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #525199;
}
.popover-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #525199;
  border-bottom: 1px solid #494888;
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.75rem 1rem;
  color: #fff;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #ff6200 !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cc4e00 !important;
}
.bg-secondary {
  background-color: #525199 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #403f78 !important;
}
.bg-success {
  background-color: #349651 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #27703d !important;
}
.bg-danger {
  background-color: #D70000 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a40000 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #d9d9d9 !important;
}
.border-top {
  border-top: 1px solid #d9d9d9 !important;
}
.border-right {
  border-right: 1px solid #d9d9d9 !important;
}
.border-bottom {
  border-bottom: 1px solid #d9d9d9 !important;
}
.border-left {
  border-left: 1px solid #d9d9d9 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #ff6200 !important;
}
.border-secondary {
  border-color: #525199 !important;
}
.border-success {
  border-color: #349651 !important;
}
.border-danger {
  border-color: #D70000 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 4px !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-lg {
  border-radius: 4px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after, .pill-tag.active::after, .pill-tags li::after, .pill-tags::after, .feature-list > ul > li::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none, .step--last .step__number:after, .step--first .step__number:before {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 4px !important;
}
.mt-1,
.my-1 {
  margin-top: 4px !important;
}
.mr-1,
.mx-1 {
  margin-right: 4px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}
.ml-1,
.mx-1 {
  margin-left: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2,
.my-2 {
  margin-top: 8px !important;
}
.mr-2,
.mx-2 {
  margin-right: 8px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}
.ml-2,
.mx-2 {
  margin-left: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3,
.my-3 {
  margin-top: 16px !important;
}
.mr-3,
.mx-3 {
  margin-right: 16px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}
.ml-3,
.mx-3 {
  margin-left: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4,
.my-4 {
  margin-top: 24px !important;
}
.mr-4,
.mx-4 {
  margin-right: 24px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}
.ml-4,
.mx-4 {
  margin-left: 24px !important;
}
.m-5 {
  margin: 32px !important;
}
.mt-5,
.my-5 {
  margin-top: 32px !important;
}
.mr-5,
.mx-5 {
  margin-right: 32px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 32px !important;
}
.ml-5,
.mx-5 {
  margin-left: 32px !important;
}
.m-6 {
  margin: 48px !important;
}
.mt-6,
.my-6 {
  margin-top: 48px !important;
}
.mr-6,
.mx-6 {
  margin-right: 48px !important;
}
.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}
.ml-6,
.mx-6 {
  margin-left: 48px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 4px !important;
}
.pt-1,
.py-1 {
  padding-top: 4px !important;
}
.pr-1,
.px-1 {
  padding-right: 4px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}
.pl-1,
.px-1 {
  padding-left: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.pt-2,
.py-2 {
  padding-top: 8px !important;
}
.pr-2,
.px-2 {
  padding-right: 8px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}
.pl-2,
.px-2 {
  padding-left: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3,
.py-3 {
  padding-top: 16px !important;
}
.pr-3,
.px-3 {
  padding-right: 16px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}
.pl-3,
.px-3 {
  padding-left: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4,
.py-4 {
  padding-top: 24px !important;
}
.pr-4,
.px-4 {
  padding-right: 24px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}
.pl-4,
.px-4 {
  padding-left: 24px !important;
}
.p-5 {
  padding: 32px !important;
}
.pt-5,
.py-5 {
  padding-top: 32px !important;
}
.pr-5,
.px-5 {
  padding-right: 32px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 32px !important;
}
.pl-5,
.px-5 {
  padding-left: 32px !important;
}
.p-6 {
  padding: 48px !important;
}
.pt-6,
.py-6 {
  padding-top: 48px !important;
}
.pr-6,
.px-6 {
  padding-right: 48px !important;
}
.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}
.pl-6,
.px-6 {
  padding-left: 48px !important;
}
.m-n1 {
  margin: -4px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}
.m-n2 {
  margin: -8px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}
.m-n3 {
  margin: -16px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}
.m-n4 {
  margin: -24px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}
.m-n5 {
  margin: -32px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -32px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -32px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -32px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -32px !important;
}
.m-n6 {
  margin: -48px !important;
}
.mt-n6,
.my-n6 {
  margin-top: -48px !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -48px !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -48px !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -48px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 32px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 32px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 32px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 32px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 32px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 32px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 32px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 32px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n5 {
    margin: -32px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -32px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -32px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -32px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -32px !important;
  }
  .m-md-n6 {
    margin: -48px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 32px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 32px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 32px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 32px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 32px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 32px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 32px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 32px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n5 {
    margin: -32px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -32px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -32px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -32px !important;
  }
  .m-lg-n6 {
    margin: -48px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #ff6200 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #b34500 !important;
}
.text-secondary {
  color: #525199 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #373767 !important;
}
.text-success {
  color: #349651 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #205d32 !important;
}
.text-danger {
  color: #D70000 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: darkred !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}
.text-body {
  color: #333333 !important;
}
.text-muted {
  color: #767676 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*
@mixin text-hide() { // stylelint-disable-next-line font-family-no-missing-generic-family-keyword
	font-size: 0!important; line-height: 0!important; color: transparent!important; background: transparent!important; border: 0!important;
}
*/
.fancybox-button:focus, .slick-dots button:focus, .slider__cnt .ui-slider-handle:focus, .spinner .spinner__btn:focus, .pill-tag:focus, .boxed-link__icon-close:focus, .custom-switch .custom-control-input:focus, .form-check-input:focus, .custom-select:focus, .form-control:focus, .alert-dismissible .close:focus, .nav-tabs--floating .nav-link:focus, .button-naked:focus, .unboxed .boxed-link__a:focus, .cll__btn:focus, .autocomplete__cnt .input-group-append .btn:focus, .app__ul a:focus, .social__ul a:focus, .navbar-internal__ul a:focus {
  box-shadow: var(--focus-box-shadow, 0 0 0 2px #fff, 0 0 0 4px #525199, 0 0 0 6px #fff);
  outline: none;
  z-index: 1;
}
.slick-dots button, .boxed-link__icon-close, .cll__btn {
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
.slick-arrow, .slick-slide, .spinner .input-group-text, .slick-dots button, .boxed-link__icon-close, .cll__btn {
  outline: 0;
  -webkit-touch-callout: none;
  /*
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  */
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  box-shadow: none;
}
.slick-arrow:is(:hover, :focus, :active), .slick-slide:is(:hover, :focus, :active), .spinner .input-group-text:is(:hover, :focus, :active), .slick-dots button:is(:hover, :focus, :active), .boxed-link__icon-close:is(:hover, :focus, :active), .cll__btn:is(:hover, :focus, :active) {
  outline: none;
}
.slick-arrow, .card--number .card__title.no-font, .card--number .no-font {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: 0;
}
.slick-arrow, .v25-2 .slick-dots button, .spinner__btn .icon:before, .spinner__btn .offer__list-item p:first-child:before, .offer__list-item .spinner__btn p:first-child:before, .pill-tag, .nav-tabs .nav-link, .mod3 .slick-dots button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots, .pill-tags, .aside__ul, .boxed-link__feats, .feature-list > ul, .breadcrumbs__ol, .app__ul,
.social__ul,
.service__ul, .footer__ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.advice__body p:last-child, .doc__body p:last-child, .doc__title, .boxed-link p:last-child, .box-focus__body p:last-child, .card p:last-child, .copy p:last-child {
  margin-bottom: 0;
}
.partner__a, .boxed-link__a, .social__ul a,
.app__ul a, .navbar-internal__ul a {
  text-decoration: none;
}
/*
%anchor-body-color-primary { @include anchor($body-color, $primary); }
%anchor-neutral { @extend %anchor-body-color; @extend %anchor-no-dec; }

%anchor-primary { @include anchor($primary, darken($primary, 10%)); }
%anchor-primary-secondary { @include anchor($primary, $secondary); }

%anchor-secondary { @include anchor($secondary, darken($secondary, 10%)); }
%anchor-secondary-primary { @include anchor($secondary, $primary); }

%anchor-white { @include anchor($white); }
%anchor-white-primary { @include anchor($white, $primary); }
%anchor-white-secondary { @include anchor($white, $secondary); }

*/
/*

%bg-primary__link { @extend %anchor-white-secondary; @extend %anchor-no-dec; }
%bg-white__link { @extend %anchor-primary-secondary; @extend %anchor-no-dec; }

*/
.card--article .card__img, .card--side .card__img {
  background: no-repeat center/cover;
}
.at-share-btn img, .at-share-btn, .social-icon, .slick-arrow:before, .slick-arrow, .slick-vertical .slick-slide, .slick-initialized .slick-slide, .slick-slide img, .slick-track, .slick-list, .slick-slider, .app__ul a, .social__ul li {
  display: block;
}
img[width="0"][height="0"],
img[src^="https://beacon.krxd.net"], .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .v25-2 .slick-arrow:before, .boxed-link--expandable .a-icon .icon, .boxed-link--expandable .a-icon .offer__list-item p:first-child:before, .offer__list-item .boxed-link--expandable .a-icon p:first-child:before, .unboxed .boxed-link__text i, .boxed-link--square .boxed-link__icon, .box-focus__subtitle:empty, .mod3__cnt-v23-2 .slick-arrow, footer ~ img[height="1"][width="1"] {
  display: none;
}
.pipe__article, .flip-card-front,
.flip-card-back, .form__footer, .card--interaction,
.card--bicolored,
.card--tip,
.card--indigo {
  display: flex;
  flex-direction: column;
}
.offer__square, .offer, .proof-v24, .flip-card-inner, .box-focus--boxed .box-focus__article, .card--v23-feat, .card--stuff, .card--naked, .card--original, .card--number, .card--interaction,
.card--bicolored,
.card--tip,
.card--indigo, .navbar-internal.sticky, .form--boxed, .boxed-link {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 3px solid rgba(168, 168, 168, 0.65);
}
.spinner {
  box-shadow: inset 0 2px 2px 0 #d9d9d9;
}
.form--boxed, .boxed-link {
  border-radius: 4px;
}
.flip-card-inner .card,
.flip-card-inner .boxed-link, .unboxed {
  border: 0;
}
@media (max-width: 767.98px) {
  .bel__ul, .aside--va, .mod3__cnt-v23-2 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
/*

.ico-file { display: inline-block; width: 32px; height: 32px; background: url( $urlCkEditor+'ico-file.svg') no-repeat center; }

.ico-audio { background-image: url($urlCkEditor+'ico-audio.svg');}
.ico-img { background-image: url($urlCkEditor+'ico-img.svg');}
.ico-pdf { background-image: url($urlCkEditor+'ico-pdf.svg');}
.ico-powerpoint { background-image: url($urlCkEditor+'ico-powerpoint.svg');}
.ico-text { background-image: url($urlCkEditor+'ico-text.svg');}
.ico-video { background-image: url($urlCkEditor+'ico-video.svg');}
.ico-word { background-image: url($urlCkEditor+'ico-word.svg');}
.ico-zip { background-image: url($urlCkEditor+'ico-zip.svg');}

*/
.cnt__body {
  /*
  	figcaption:not([class]),
  	.figure figcaption { text-align: center; font-weight: 400; color: $body-color; margin: map-get($spacers, 2) 0 $spacer; font-size: 14px; line-height: 20px; }
  */
}
.cnt__body img {
  max-width: 100%;
}
.cnt__body figcaption {
  text-align: center;
  font-weight: 400;
  color: #333333;
  margin: 8px 0 16px;
  font-size: 14px;
  line-height: 20px;
}
.cnt__body .figure {
  margin: 0.5em auto 1.5em;
  max-width: 100%;
  display: block;
  text-align: center;
}
.cnt__body .figure img {
  margin: 0 auto;
}
.cnt__body .figure img + figcaption {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cnt__body .figure--left,
  .cnt__body .figure--right {
    max-width: calc(50% - 32px);
  }
  .cnt__body .figure--left img,
  .cnt__body .figure--right img {
    margin: 0;
  }
  .cnt__body .figure--left {
    float: left;
    margin-left: 0;
    margin-right: 32px;
  }
  .cnt__body .figure--left figcaption {
    text-align: left;
  }
  .cnt__body .figure--right {
    float: right;
    margin-right: 0;
    margin-left: 32px;
  }
  .cnt__body .figure--right figcaption {
    text-align: right;
  }
  .cnt__body figcaption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  .cnt__body .figure {
    margin-bottom: 2rem;
  }
  .cnt__body .figure--left,
  .cnt__body .figure--right {
    max-width: calc(50% - 48px);
  }
  .cnt__body .figure--left {
    margin-right: 48px;
  }
  .cnt__body .figure--right {
    margin-left: 48px;
  }
}
.bg-gray-100, .card--bicolored .card__header {
  background-color: #F7F4F1;
}
[data-icon]:before,
[class^=icon-]:before,
.pill-tag.active:before,
.cll__btn:before,
.feature-list > ul > li:before,
.cards__cnt--connection [class^=col]:not(:first-child) .card:before,
.breadcrumbs__li + .breadcrumbs__li .a-icon:before,
.breadcrumbs__li + .breadcrumbs__li > span:before,
[class*=" icon-"]:before {
  font-family: "ing-iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  content: attr(data-icon);
}
.icon-check:before, .offer__list-item p:first-child:before, .pill-tag.active:before, .feature-list > ul > li:before {
  content: "V";
}
.icon-minus:before, .cll__btn:before {
  content: "\e026";
}
.icon-plus:before, .cll__btn.collapsed:before {
  content: "\e052";
}
/*
%a-icon {
	border-bottom: 0;
	display: inline-flex;
	align-items: center;

	//i { line-height: 0; align-self: flex-start; }
	i {
		align-self: flex-start;
	}

	> i + span,
	> span + i {
		margin-left: 0.5em;
	}

	&:hover {
		background-color: transparent;
		> span {
			border-bottom-color: $body-color;
		}
	}
	&:focus,
	&:active {
		background-color: transparent;
		> span {
			border-bottom-color: transparent;
		}
	}

	&.icon-before {
		i {
			order: 1;
		}
		> span {
			order: 2;
		}
	}

	&.icon-after {
		i {
			order: 2;
		}
		> span {
			order: 1;
		}
	}

	.icon-big:before {
		font-size: 1.42em;
	}

	$btn-link-font-size-arrow: 12px;
	$btn-link-font-size: 14px;
	$btn-link-line-height: 20px;

	i:before {
		font-size: $btn-link-font-size-arrow;
	}
	i:not(.icon-big):before {
		padding-top: ($btn-link-line-height + 4px - $btn-link-font-size-arrow) * 0.5;
	}

	span span {
		border: 1px solid transparent;
		border-bottom-color: $gray-300;
		font-size: $btn-link-font-size;
		line-height: $btn-link-line-height;
	}
}
*/
.h3, .countdown .countdown__header,
.countdown .countdown_clock, .card__title,
.card__subtitle {
  font-size: 16px;
  line-height: 24px;
}
[data-toggle=popover] {
  cursor: pointer;
  position: relative;
}
.box-gray-100,
.box-gray-150,
.box-gray-300 {
  margin: 16px 0;
  padding: 16px;
}
.box-gray-100 {
  background: #F7F4F1;
}
.box-gray-150 {
  background: #f0f0f0;
}
.box-gray-300 {
  background: #d9d9d9;
}
@media (max-width: 767.98px) {
  [class*=box-gray][class*=flush] {
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
  }
}
@media (min-width: 768px) {
  .h3, .countdown .countdown__header,
  .countdown .countdown_clock, .card__title,
  .card__subtitle {
    font-size: 19px;
    line-height: 28px;
  }
  .bg-md-white {
    background-color: #fff;
  }
  .box-gray-100,
  .box-gray-300 {
    border-radius: 4px;
  }
}
/*
@import "../../components/10-core/10-colors/colors";
@import "../../components/10-core/100-prose/prose";
@import "../../components/20-components/logo/logo";
@import "../../components/20-components/button/button";
@import "../../components/20-components/header/header";
@import "../../components/20-components/hero/hero";
*/
.navbar-internal {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
}
.navbar-internal.sticky {
  border-bottom-width: 2px;
  margin: 0;
  top: var(--navbar-internal-top, 0);
}
.navbar-internal__ul .slick-slide + .slick-slide a {
  position: relative;
}
.navbar-internal__ul .slick-slide + .slick-slide a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  border-left: 1px solid #d9d9d9;
}
.navbar-internal__ul {
  background: #fff;
  /*
  .owl-dots {
  	@extend %d-none;
  }
  */
}
.navbar-internal__ul .icon, .navbar-internal__ul .offer__list-item p:first-child:before, .offer__list-item .navbar-internal__ul p:first-child:before {
  display: flex;
  align-items: center;
}
.navbar-internal__ul .icon:before, .navbar-internal__ul .offer__list-item p:first-child:before, .offer__list-item .navbar-internal__ul p:first-child:before {
  color: #ff6200;
  font-size: 20px;
  margin-right: 8px;
}
.navbar-internal__ul span {
  border: 1px solid transparent;
}
.navbar-internal__ul .li {
  display: flex !important;
  align-items: center;
  padding: 16px 10px 8px;
  /*
  + li a {
  	@extend %nav-link-border;
  }
  */
}
.navbar-internal__ul a {
  align-items: center;
  border: 0;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
.navbar-internal__ul a:is(:link, :visited, :focus, :hover) {
  color: #333333;
}
.navbar-internal__ul a.active span {
  font-weight: 700;
}
.navbar-internal__ul a:is(:hover, .active) span {
  border-bottom-color: #ff6200;
}
.navbar-internal__ul .slick-slide:first-child {
  padding-left: 10px;
}
.navbar-internal__ul .slick-slide + .slick-slide {
  /*
  .li {
  	&:first-child {
  		padding-left: 10px;
  	}
  }
  */
}
:root {
  --footer-fs: 14px;
  --footer-lh: 20px;
  --footer-li-fs: 12px;
  --footer-li-lh: 20px;
  --footer-social-img-h: 44px;
}
.footer-top {
  background: #fff;
  padding: 32px 0;
}
.footer-bottom {
  background: #F7F4F1;
  padding: 28px 0 32px 0;
}
.footer--landing .footer-bottom {
  background: #ff6200;
}
.footer {
  font-size: var(--footer-fs);
  line-height: var(--footer-lh);
  margin-top: var(--footer-mt, 32px);
}
[class*=icon-] {
  border-bottom-color: transparent !important;
}
.footer__ul {
  padding-bottom: 32px;
}
.footer__ul li {
  display: table;
}
.footer__ul li:before {
  font-family: "ing-iconfont" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff6200;
  display: table-cell;
  font-size: var(--footer-li-fs);
  padding-right: calc(0.5 * var(--footer-fs));
  vertical-align: top;
}
.footer__ul li + li {
  margin-top: 12px;
}
.footer__ul li.icon-big:before {
  font-size: 1.42em;
}
.footer__ul li:not([class]):before {
  content: "p";
  padding-top: calc(0.5 * (var(--footer-lh) - var(--footer-fs)));
}
.footer__ul a {
  display: inline;
  font-size: var(--footer-fs);
  line-height: var(--footer-lh);
}
.footer__ul__header {
  border-bottom: 2px solid #d9d9d9;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 6px;
}
.footer__ul--top {
  padding: 0 0 16px 50px;
}
.footer__ul--top li + li {
  margin-top: 10px;
}
.app__ul,
.social__ul,
.service__ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.social__ul a,
.app__ul a {
  border-bottom: 0;
}
.social__ul a:hover,
.app__ul a:hover {
  background: transparent;
}
.social__ul li + li {
  margin-left: 8px;
}
.social__ul a {
  border-radius: 50px;
  display: block;
}
.social__ul img {
  aspect-ratio: 1;
  display: block;
  height: var(--footer-social-img-h);
}
.app__ul {
  margin-bottom: 24px;
}
.app__ul li {
  display: block;
  padding: 0 8px 8px 0;
}
.app__ul img {
  display: block;
  height: 40px;
}
.service__ul li {
  margin: 4px 12px 4px 0;
  padding-right: 12px;
  border-right: 1px solid #d9d9d9;
}
.service__ul li:last-child {
  border-right: 0;
}
:is(.footer__ul, .service__ul) a {
  background: transparent !important;
  color: #333333 !important;
}
:is(.footer__ul, .service__ul) a:is(:link, :visited) {
  border-bottom-color: var(--border-bottom-color, #d9d9d9);
}
:is(.footer__ul, .service__ul) a:is(:hover) {
  --border-bottom-color: #333333;
}
:is(.footer__ul, .service__ul) a:is(:focus, :active) {
  --border-bottom-color: transparent;
}
/*
@include media-breakpoint-down(md) {

	#footer{ position: sticky; bottom: 0; }

}
*/
@media (min-width: 768px) {
  :root {
    --footer-li-fs: 16px;
    --footer-mt: 64px;
    --footer-social-img-h: 30px;
  }
  .footer-top {
    --footer-fs: 16px;
    --footer-lh: 24px;
  }
  /*

  $footer-font-size: 16px;
  $footer-line-height: 24px;

  .footer {
  	margin-top: 4 * $spacer;
  }

  .footer-top {
  	&,
  	& a,
  	li:before {
  		font-size: $footer-font-size;
  		line-height: $footer-line-height;
  	}
  	li:not([class]) {
  		&:before {
  			padding-top: ($footer-line-height - $footer-font-size) * 0.5;
  		}
  	}
  }
  */
  .footer__ul__header {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .footer__ul__header :is(.primary, .text-primary) {
    color: #ff6200;
  }
  /*
  .footer__ul {
  	li {
  		&:before {
  			font-size: $footer-font-size;
  			padding-right: $footer-font-size * 0.5;
  		}
  	}
  	li:not([class]) {
  		&:before {
  			padding-top: ($main__a-line-height - $footer-li-font-size) * 0.5;
  		}
  	}
  }
  */
  /*
  .social__ul {
  	img {
  		width: 30px;
  		height: 30px;
  	}
  }
  */
  .service__ul {
    margin-bottom: 16px;
  }
}
.breadcrumbs__cnt {
  padding: 8px 0;
  display: none;
}
.breadcrumbs__ol {
  display: flex;
  align-items: center;
}
.breadcrumbs__li {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.breadcrumbs__li .a-icon span {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs__li:first-child {
  padding-right: 0.25em;
}
.breadcrumbs__li:last-child span {
  border-color: transparent !important;
}
.breadcrumbs__li .icon:before, .breadcrumbs__li .offer__list-item p:first-child:before, .offer__list-item .breadcrumbs__li p:first-child:before {
  display: block;
  font-size: 20px;
  margin-right: 8px;
  color: #ff6200;
}
.breadcrumbs__li + .breadcrumbs__li {
  /*
  > span {
  	display: flex;
  	align-items: center;
  }
  */
}
.breadcrumbs__li + .breadcrumbs__li .a-icon,
.breadcrumbs__li + .breadcrumbs__li > span {
  align-items: baseline;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  padding: 0 0.25em;
}
.breadcrumbs__li + .breadcrumbs__li .a-icon:before,
.breadcrumbs__li + .breadcrumbs__li > span:before {
  content: "p";
  font-size: 10px;
  margin-right: 0.5em;
  color: #767676;
}
@media (min-width: 768px) {
  .breadcrumbs__cnt {
    display: block;
    margin-top: 24px;
  }
}
.cards__cnt--numbers > .row > [class^=col-] {
  padding-bottom: 0 !important;
}
.card {
  border-radius: 24px;
  position: relative;
  text-align: center;
}
.card .icon:before, .card .offer__list-item p:first-child:before, .offer__list-item .card p:first-child:before {
  display: block;
}
.card--interaction,
.card--bicolored,
.card--tip,
.card--indigo {
  justify-content: space-between;
}
.card--number {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  /* modifica richiesta da gianni lunedì 28/11/2022 10:34 */
  padding-bottom: 24px;
  /* /modifica richiesta da gianni lunedì 28/11/2022 10:34 */
  /* modifica richiesta da gianni lunedì 28/11/2022 10:34 */
  /* /modifica richiesta da gianni lunedì 28/11/2022 10:34 */
}
.card--number .no-font {
  padding: 0;
}
.card--number .card__title.no-font {
  padding: 0;
}
.card__header {
  padding: 24px 16px 0;
}
.card__header .icon, .card__header .offer__list-item p:first-child:before, .offer__list-item .card__header p:first-child:before {
  font-size: 48px;
  color: #ff6200;
  margin-bottom: 1rem;
}
.card__title,
.card__subtitle {
  margin: 0;
  padding-bottom: 8px;
  font-weight: 700;
}
.card__subtitle {
  font-weight: 700;
}
.card__body {
  padding: 0 16px;
  font-size: 14px;
  line-height: 20px;
}
.card__body:not(empty) {
  padding-bottom: 8px;
}
.card__footer {
  padding: 16px 16px 24px;
  margin-top: 16px;
}
.card__img {
  margin: 0 auto 16px;
  display: block;
}
.box-focus__img-cnt figure,
.box-focus__img-cnt figure > div,
.card__img figure,
.card__img figure > div {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card__number {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  color: #ff6200;
  border: 1.6px solid #ff6200;
  border-radius: 100px;
  margin-bottom: 24px;
}
.card--number {
  background: #fff;
  margin-bottom: 12px;
}
.card--number .card__title.no-font {
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.card--number.card--icon {
  position: relative;
  margin-bottom: 21px;
  display: inherit;
}
@media (min-width: 768px) {
  .card--number.card--icon {
    margin-right: 7px;
    margin-bottom: 12px;
  }
}
.card--number.card--icon:before {
  content: "";
  border-bottom-right-radius: 4px;
  display: block;
  position: absolute;
  top: 50%;
  right: -32px;
  background: #fff;
  border: 1px solid transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #d9d9d9;
  border-right-color: #d9d9d9;
  width: 32px;
  height: 32px;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg);
}
@media (max-width: 767.98px) {
  .card--number.card--icon:before {
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
    border-width: 2px;
  }
}
.card--number.card--icon .icon, .card--number.card--icon .offer__list-item p:first-child:before, .offer__list-item .card--number.card--icon p:first-child:before {
  text-align: center;
}
.row [class^=col]:last-child .card--number.card--icon::before {
  display: none;
}
.card--bicolored .card__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.card--bicolored .card__body {
  padding-top: 24px;
}
.card--bicolored .card__footer {
  font-size: 14px;
  line-height: 20px;
}
.card--indigo .card__header {
  background: #525199;
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
  color: #fff;
}
.card--indigo .card__body {
  padding-top: 24px;
}
.card--indigo .card__footer {
  font-size: 14px;
  line-height: 20px;
}
.card--tip .card__img {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
}
.card--tip .card__footer {
  padding-bottom: 40px;
}
.card--side {
  overflow: visible;
}
.card--side .card__img {
  width: 100%;
  max-width: 600px;
  height: 320px;
  border-radius: 4px;
  margin: 0 auto 16px;
}
.card--side .card__title {
  font-size: 19px;
  line-height: 28px;
}
.card--side .card__body {
  font-size: 16px;
  line-height: 24px;
}
.card--side .card__header,
.card--side .card__body {
  padding: 0;
  text-align: left;
}
.card--side .card__header {
  padding-bottom: 8px;
}
.card--side .card__footer {
  padding: 24px 0 0;
  text-align: left;
}
.card--original {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.card--original .card__img {
  width: 100%;
  height: 160px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.card--original .card__img img {
  border-radius: 4px 4px 0 0;
}
.card--original .card__header {
  padding-top: 16px;
}
.card--original .card__header,
.card--original .card__body,
.card--original .card__footer {
  padding-left: 16px;
  padding-right: 16px;
}
.card--original .card__header,
.card--original .card__footer {
  flex: 0 0 auto;
}
.card--original .card__body {
  flex: 1 1 auto;
}
.card--original .card__tag {
  display: flex;
  flex-wrap: wrap;
}
.card--original .card__tag .pill-tag {
  margin: 0 16px 16px 0;
  flex: 0 0 auto;
  max-width: 100%;
}
.card--original .card__footer {
  padding-bottom: 24px;
}
.card--original.card--news {
  text-align: left;
}
.card--original.card--news .card__title {
  color: #ff6200;
}
.card--original.card--news .card__footer {
  margin: auto 0 0;
}
.card--original__cnt {
  height: 100%;
  margin: 0 auto;
  width: min(400px, 100%);
}
.card--original-slick {
  /*
  display: grid;
  gap: $spacer;
  */
}
.card--original-slick .card--original__cnt {
  height: 100%;
  margin: 0 auto;
}
.card--original-slick .slick-track {
  padding-bottom: 4px;
}
.card__time,
.card__category {
  color: #767676;
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px 8px 0;
}
.card__category-2-cnt {
  display: flex;
  margin-bottom: 12px;
  margin-left: -16px;
}
.card__category-2 {
  background-color: #ff6200;
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  padding: 0 16px;
  font-weight: 700;
}
.card--article .card__img {
  border-radius: 0;
  height: 160px;
  margin: 0;
  width: 100%;
}
.card--article .card__header {
  padding: 16px 0 0;
  text-align: left;
}
.card--naked {
  padding: 16px;
}
.card--indigo .card__title {
  font-size: 19px;
}
:is(.card__leaf, .card-leaf) {
  align-items: center;
  display: flex;
}
:is(.card__leaf, .card-leaf) .card__time {
  align-self: flex-start;
}
.card__category {
  font-weight: 700;
}
.card--stuff {
  border-color: var(--card-border-color, #d9d9d9);
}
.card--stuff .card__title {
  margin: 24px 0 16px;
  font-size: 24px;
  line-height: 32px;
}
.card--stuff .card__body {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  padding-bottom: 16px;
}
.card--stuff .card__body .container {
  padding: 0;
}
.card--stuff .feature-list {
  margin-bottom: 24px;
}
.card--stuff .feature-list > ul > li {
  margin-bottom: 12px;
}
.card--stuff .feature-list > ul > li:before {
  margin-top: 3px;
}
.card--stuff .card__footer {
  margin-top: 0;
  padding-bottom: 32px;
}
.card--stuff .text-center div + div,
.card--stuff .btn + .a-icon {
  margin-top: 24px;
}
.card--stuff .disclaimer {
  color: #696969; /* NON IN PALETTE */
  margin-bottom: 24px;
}
.card--stuff small {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: block;
}
.card--stuff .a-icon > span {
  display: flex;
  align-items: center;
}
:root {
  --card-stuff-leaf-py: 8px;
  --card-stuff-leaf-fs: 18px;
  --card-stuff-leaf-lh: 28px;
}
.card-stuff-leaf-cnt {
  align-items: flex-start;
  display: flex;
  font-size: var(--card-stuff-leaf-fs);
  justify-content: center;
  line-height: var(--card-stuff-leaf-lh);
  position: relative;
  /*
  &:empty {
  	display: none;
  }
  */
}
.card-stuff-leaf {
  background: var(--leaf-bg, #fff);
  border: 1px solid var(--leaf-border-color, #000);
  color: var(--leaf-color, #000);
  font-size: var(--card-stuff-leaf-fs);
  line-height: var(--card-stuff-leaf-lh);
  padding: var(--card-stuff-leaf-py) 16px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.card-stuff-leaf-cnt-1 {
  display: flex;
  height: calc(1 * (var(--card-stuff-leaf-lh) + var(--card-stuff-leaf-py)));
  justify-content: center;
}
.card-stuff-leaf-cnt-1 .card-stuff-leaf {
  height: calc(2 * (var(--card-stuff-leaf-lh) + var(--card-stuff-leaf-py)));
}
.card-stuff-leaf-cnt-1 + .card {
  padding-top: var(--card-stuff-leaf-lh);
}
.card-stuff-leaf-cnt-2 {
  display: block;
  text-align: center;
}
.card-stuff-leaf-cnt-2,
.card-stuff-leaf-cnt-2 .card-stuff-leaf {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card-stuff-leaf-cnt-2 + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*
.card__header,
.card__footer {
	a {
		&:before {
			content: '';
			display: block;
			border: 2px solid red;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			position: absolute;
		}
	}
}
*/
.cards__cnt--connection .card {
  overflow: visible;
}
.cards__cnt--connection [class^=col]:not(:first-child) .card:before {
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  content: "\e052";
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #a8a8a8;
  display: flex;
  font-size: 1.5rem;
  height: 49px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: calc(0% - 9px);
  width: 49px;
  z-index: 1;
}
.mod3 {
  --header-bg: #ff6200;
  --header-color: #fff;
  --title-fs: 24px;
  --title-lh: 32px;
  --card-w: Clamp(215px, 66.66vw, 325px);
  --dot-bg: #a8a8a8;
  --dot-active-bg: #ff6200;
  --dot-w: 8px;
  --dot-active-w: 12px;
}
.mod3 .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.mod3 :is(.card__header, .card__body, .card__footer) {
  padding-left: 0;
  padding-right: 0;
}
.mod3 .card__footer {
  margin: auto 0 0;
}
.mod3 .slick-track {
  display: flex;
}
.mod3 .slick-slide {
  height: auto !important;
}
.mod3 .slick-dots {
  position: static;
}
.mod3 .slick-list {
  overflow: visible;
}
.mod3 .slick-arrow {
  /*
  &:before {
  	display: none;
  }
  */
  background: none;
  transform: none;
  /*
  color: $primary;
  font-size: 24px;
  height: auto;
  inset: auto;
  line-height: 1;
  width: auto;

  .icon {
  	display: block;
  	height: 24px;
  }
  */
}
.mod3 .slick-arrow:before {
  background-size: auto 24px;
}
.mod3 :is(.slick-arrow, .slick-dots button) {
  position: relative;
}
.mod3 :is(.slick-arrow, .slick-dots button):after {
  content: "";
  display: block;
  inset: -8px;
  position: absolute;
}
.mod3 .slick-dots button {
  background: var(--dot-bg);
  border: 0;
  height: var(--dot-w);
  width: var(--dot-w);
}
.mod3 .slick-active {
  --dot-bg: var(--dot-active-bg);
  --dot-w: var(--dot-active-w);
}
.mod3__header {
  background-color: var(--header-bg);
  color: var(--header-color);
  position: relative;
}
.mod3__header:after {
  content: "";
  background-color: var(--header-bg);
  display: block;
  height: 80px;
  inset: 100% 0 auto;
  position: absolute;
}
.mod3__title {
  font-size: var(--title-fs);
  font-weight: 700;
  line-height: var(--title-lh);
  padding: 1em 0;
}
.mod3__cnt {
  position: relative;
  z-index: 1;
}
.mod3__card-cnt {
  display: block !important;
  padding: 0 calc(0.5 * var(--card-pr, 16px));
  width: var(--card-w) !important;
  background: #fff;
  border-radius: 12px;
}
.card--v23-feat {
  padding: 16px 16px 24px;
  height: 100%;
  text-align: left;
  background-color: transparent;
}
.card--v23-feat .card__header,
.card--v23-feat .card__body {
  padding: 0;
}
.card--v23-feat .card__title {
  font-size: 19px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .mod3__cnt-v23-3 .row.align-stretch {
    align-items: stretch;
  }
  .mod3__cnt-v23-3 .row.align-stretch .mod3__card-cnt {
    height: 100%;
  }
}
.mod3__cnt-v23-2 .mod3__card-cnt {
  padding: 0 16px;
}
.mod3__cnt-v23-2 .slick-dots {
  position: static;
}
.mod3__cnt-v23-2 .slick-dots button {
  width: 12px;
  height: 12px;
}
.mod3__cnt-v23-2 .slick-track {
  display: flex;
}
.mod3__cnt-v23-2 .slick-slide {
  height: unset;
}
@media (min-width: 768px) {
  .card {
    height: 100%;
  }
  .card--interaction .card__header,
  .card--interaction .card__footer, .card--bicolored .card__header,
  .card--bicolored .card__footer {
    flex: 0 0 auto;
  }
  .card--interaction .card__body, .card--bicolored .card__body {
    flex: 1 1 auto;
  }
  .card--tip .card__img {
    width: 60px;
    height: 60px;
  }
  .card__footer {
    margin-bottom: 16px;
  }
  .card--bicolored {
    border-radius: 8px;
  }
  .card--bicolored .card__footer {
    font-size: 16px;
    line-height: 24px;
  }
  .card--bicolored .card__header {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    /* -webkit-border-top-left-radius: $radius; -moz-border-radius-topleft: $radius; */
    border-top-left-radius: 8px;
    /* -webkit-border-top-right-radius: $radius; -moz-border-radius-topright: $radius; */
    border-top-right-radius: 8px;
  }
  .card--bicolored .card__subtitle {
    padding: 0;
  }
  .card--tip {
    height: auto;
  }
  .card--tip .card__footer {
    padding-bottom: 24px;
  }
  .card--number .card__title {
    font-size: 16px;
    line-height: 24px;
  }
  .card--side .card__header {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .card--side .card__img {
    height: 340px;
    border-radius: 8px;
  }
  .card--side .card__title {
    font-size: 28px;
    line-height: 36px;
  }
  .card--side .card__body {
    font-size: 19px;
    line-height: 28px;
  }
  .card--side .card__body :is(.primary, .text-primary) {
    color: #ff6200;
  }
  .card--side-right .col-figure {
    order: 2;
  }
  .card--side-right .col-article {
    order: 1;
  }
  .card--original .card__img {
    height: 220px;
  }
  .card--original .card__header {
    padding-top: 16px;
  }
  .card--original .card__title {
    font-size: 19px;
    line-height: 28px;
  }
  .card--original .card__body {
    font-size: 16px;
    line-height: 24px;
  }
  .card--original .card__time,
  .card--original .card__category {
    font-size: 14px;
    line-height: 20px;
  }
  /*
  .card--original-slick {
  	.card--original__cnt {
  		width: 300px + $grid-gutter-width;
  	}
  }
  .card--original__cnt {
  	width: Min(400px, 50%);
  }

  */
  .card--original-slick .col-md-6:nth-child(1) .card--original__cnt {
    margin-right: 0;
  }
  .card--original-slick .col-md-6:nth-child(2) .card--original__cnt {
    margin-left: 0;
  }
  .card--naked {
    padding: 24px;
  }
  .card--number {
    background: #fff;
    margin-bottom: 0;
  }
  .card--stuff {
    /*
    		display: flex; flex-wrap: wrap; align-content: flex-start;
    		.card__header, .card__body, .card__footer { flex: 0 0 100%; width: 100%; }
    		.card__footer { align-self: flex-end; margin: 0; }
    */
  }
  .card--stuff .card__title {
    font-size: 32px;
    line-height: 40px;
  }
  .card--stuff .card__body {
    font-size: 19px;
    line-height: 28px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .card--stuff .card__body :is(.primary, .text-primary) {
    color: #ff6200;
  }
  .card--stuff .card__footer {
    margin: 0;
    padding-bottom: 40px;
  }
  .card--stuff .card__footer small {
    font-size: 16px;
    line-height: 24px;
  }
  .card--stuff .feature-list {
    margin-bottom: 40px;
  }
  .card--stuff .feature-list > ul > li {
    margin-bottom: 16px;
  }
  .card--stuff .btn {
    font-size: 19px;
    line-height: 28px;
    padding: 8px 16px;
  }
  /*
  .card-stuff-leaf-cnt-2 {
  	+ .card {
  		margin-top: calc(-1 * var(--card-stuff-leaf-py));
  		padding-top: calc(1 * var(--card-stuff-leaf-py));
  	}
  }
  */
  .cards__cnt:has(.card-stuff-leaf-cnt) .col-md-6.col-lg-5 {
    display: grid;
    grid-template-rows: var(--card-stuff-leaf-h, calc(1 * (var(--card-stuff-leaf-lh) + var(--card-stuff-leaf-py)))) auto;
  }
  .cards__cnt:has(.card-stuff-leaf-cnt) .card-stuff-leaf-cnt {
    grid-row: 1;
  }
  .cards__cnt:has(.card-stuff-leaf-cnt) .card-stuff {
    grid-row: 2;
  }
  .cards__cnt:has(.card-stuff-leaf-cnt-2, .card-stuff-leaf-cnt-1) [class=card-stuff-leaf-cnt] {
    height: var(--card-stuff-leaf-h);
  }
  .cards__cnt:has(.card-stuff-leaf-cnt-2) {
    --card-stuff-leaf-h: calc(2 * var(--card-stuff-leaf-py) + var(--card-stuff-leaf-lh));
  }
  .cards__cnt:has(.card-stuff-leaf-cnt-1) {
    --card-stuff-leaf-h: calc(1 * var(--card-stuff-leaf-py) + var(--card-stuff-leaf-lh));
  }
  .cards__cnt:has(.card-stuff-leaf-cnt-1) [class=card-stuff-leaf-cnt] + .card {
    padding-top: var(--card-stuff-leaf-lh);
  }
  .cards__cnt--connection .card__body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cards__cnt--connection [class^=col]:not(:first-child) .card:before {
    left: calc(0% - 9px);
    top: 50%;
  }
  .mod3 {
    --title-fs: 28px;
    --title-lh: 36px;
    --card-w: 33.333vw;
  }
  .mod3__cnt-v23-3 {
    text-align: center;
  }
  .mod3__cnt-v23-3 .row {
    align-items: flex-start;
  }
  .mod3__cnt-v23-3 .row :is(.col-auto, .col) {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .mod3__cnt-v23-3 .row .card__header {
    text-align: center;
  }
  .mod3__cnt-v23-3 .row .card__body {
    text-align: center;
  }
  .mod3__cnt-v23-2 .slick-track {
    display: flex;
  }
  .mod3__cnt-v23-2 .slick-slide {
    height: auto;
  }
  .mod3__cnt-v23-2 .slick-slide :is(.col-auto, .col) {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .mod3__cnt-v23-2 .mod3__card-cnt {
    height: 100%;
  }
  .mod3__cnt-v23-2 .card--v23-feat {
    text-align: center;
    border: 0;
  }
  .mod3__cnt-v23-2 .mod3__card-cnt {
    padding: 0;
  }
  .mod3__cnt-v23-2 .row {
    align-items: flex-start;
  }
}
/*
@media (min-width: 501px) and (max-width: 1279px) {
	.card--original-slick {
		.slick-track {
			width: auto !important;
			margin: 0 auto !important;
			position: static !important;
			transform: none !important;
			display: flex !important;
			justify-content: center !important;
		}
	}
}
*/
.mod3__cnt-v23-3 .card--v23-feat {
  border: 0;
}
.mod3__cnt-v23-3 .card__header .icon, .mod3__cnt-v23-3 .card__header .offer__list-item p:first-child:before, .offer__list-item .mod3__cnt-v23-3 .card__header p:first-child:before {
  font-size: 60px;
}
.mod3__cnt-v23-3 .card__title {
  font-size: 19px;
  line-height: 28px;
}
.mod3__cnt-v23-3 .card__body {
  font-size: 16px;
  line-height: 24px;
}
.mod3__cnt-v23-2 .card__title {
  padding-bottom: 16px;
}
.mod3__cnt-v23-2 .card__body {
  font-size: 16px;
  line-height: 24px;
}
.mod3__cnt-v23-2 .card__header .icon, .mod3__cnt-v23-2 .card__header .offer__list-item p:first-child:before, .offer__list-item .mod3__cnt-v23-2 .card__header p:first-child:before {
  font-size: 60px;
}
@media (max-width: 1279.98px) {
  .mod3__cnt-v23-3 {
    row-gap: 8px;
  }
  /*
  .mod3__cnt-v23-3-even {
  	[class^='col'] {
  		&:nth-child(even) {
  			.col-auto {
  				order: 2;
  			}
  		}
  	}
  }
  .mod3__cnt-v23-3-odd {
  	[class^='col'] {
  		&:nth-child(odd) {
  			.col-auto {
  				order: 2;
  			}
  		}
  	}
  }
  */
}
/*
@include media-breakpoint-up(md) {
	.card--original-slick {
		display: flex;
		gap: 0;
		> div {
			flex: 1;
		}
	}
}
*/
@media (min-width: 1280px) {
  .card__number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .card--number :is(.card__title, .card__body) {
    font-size: 19px;
    line-height: 28px;
  }
  .card--number :is(.card__title, .card__body) :is(.primary, .text-primary) {
    color: #ff6200;
  }
  .card__header {
    padding-top: 32px;
  }
  .card__header .icon, .card__header .offer__list-item p:first-child:before, .offer__list-item .card__header p:first-child:before {
    font-size: 60px;
    margin-bottom: 24px;
  }
  .card__footer {
    padding-bottom: 32px;
  }
  .card__footer:empty {
    padding: 0;
  }
  .card--tip .card__header {
    padding-top: 48px;
  }
  /*
  .card--original__cnt,
  .card--original-slick .card--original__cnt {
  	padding: 0 $grid-gutter-width-lg * 0.5;
  	width: auto;
  }
  */
  /*
  .card--original-slick {
  	margin-left: -$grid-gutter-width-lg * 0.5;
  	margin-right: -$grid-gutter-width-lg * 0.5;
  }
  */
  .card--original .card__header,
  .card--original .card__body,
  .card--original .card__footer {
    text-align: left;
  }
  .cards__cnt--connection [class^=col]:not(:first-child) .card:before {
    font-size: 2rem;
    height: 65px;
    left: calc(0% - 12px);
    width: 65px;
  }
  .mod3 {
    --title-fs: 32px;
    --title-lh: 40px;
    --card-w: 348px;
    --card-pr: 24px;
  }
}
.card--interaction.unboxed figure > div,
.card--original figure > div {
  border-radius: 24px 24px 0 0;
}
.card--interaction picture img {
  width: inherit;
}
.card--interaction .card__body {
  font-size: 16px;
}
.card--interaction.unboxed picture img {
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .card--number {
    display: flex;
    gap: 24px;
    padding: 24px 16px;
  }
  .card--number .card__header,
  .card--number .card__body {
    padding: 0;
    margin: 0;
  }
  .card--number .card__number {
    aspect-ratio: 1;
    font-size: 19px;
    height: auto;
    width: 40px;
    margin: 0;
  }
}
.autocomplete__cnt .input-group-append .btn {
  box-shadow: none;
}
.autocomplete__cnt .input-group-append .btn:not(:disabled):not(.disabled):active, .autocomplete__cnt .input-group-append .btn:not(:disabled):not(.disabled):focus:active {
  box-shadow: none;
  border-color: #ff6200;
  background: rgba(255, 98, 0, 0.15);
}
.ui-autocomplete-input.has-value ~ .input-group-append .btn.active:not(:disabled):not(.disabled):focus, .ui-autocomplete-input.has-value ~ .input-group-append .btn:hover, .ui-autocomplete-input.has-value ~ .input-group-append .btn:not(:disabled):not(.disabled):active:focus, .ui-autocomplete-input.has-value ~ .input-group-append .btn:visited:hover {
  box-shadow: none;
  border-color: #ff6200;
}
.form-control--search {
  border-right: 0;
}
.feature-list > ul ul {
  list-style-type: disc;
}
.feature-list > ul ul ul {
  list-style-type: circle;
}
.feature-list > ul > li {
  padding: 0 16px 0 40px;
  margin-bottom: 12px;
}
.feature-list > ul > li:before {
  color: var(--icon-color, #ff6200);
  margin-left: -24px;
  margin-right: 8px;
  float: left;
  margin-top: 2px;
}
.feature-list > ul > li:last-child {
  margin-bottom: 0;
}
.feature-list p:last-child {
  margin-bottom: 0;
}
.feature-list--success > ul > li:before {
  color: #349651;
}
.box-focus__body .feature-list,
.card__body .feature-list {
  margin-bottom: 16px;
}
.box-focus__body .container,
.card__body .container {
  padding: 0;
}
.fl--teal {
  --icon-color: #00AFB1;
}
.fl--fuchsia {
  --icon-color: #ab0066;
}
.fl--indigo {
  --icon-color: #525199;
}
.fl--sky {
  --icon-color: #559bd1;
}
.fl--lime {
  --icon-color: #d0d93c;
}
.fl--leaf {
  --icon-color: #349651;
}
.fl--violet25 {
  --icon-color: #7724FF;
}
.fl--sky25 {
  --icon-color: #89D6FD;
}
.fl--maroon25 {
  --icon-color: #4D0020;
}
.fl--raspberry25 {
  --icon-color: #D40199;
}
.fl--blush25 {
  --icon-color: #F689FD;
}
.fl--sun25 {
  --icon-color: #FFE100;
}
.fl--primary {
  --icon-color: #ff6200;
}
.fl--secondary {
  --icon-color: #525199;
}
.fl--success {
  --icon-color: #349651;
}
.fl--danger {
  --icon-color: #D70000;
}
.fl--light {
  --icon-color: #fff;
}
.fl--gray-100 {
  --icon-color: #F7F4F1;
}
.fl--gray-150 {
  --icon-color: #f0f0f0;
}
.fl--gray-200 {
  --icon-color: #e9ecef;
}
.fl--gray-300 {
  --icon-color: #d9d9d9;
}
.fl--gray-600 {
  --icon-color: #767676;
}
.fl--gray-650 {
  --icon-color: #696969;
}
.fl--gray-700 {
  --icon-color: #495057;
}
.fl--gray-800 {
  --icon-color: #333333;
}
.fl--gray-900 {
  --icon-color: #212529;
}
.fl--white {
  --icon-color: #fff;
}
.fl--black {
  --icon-color: #000;
}
.feature-list--alternate > ul > li {
  padding: 0;
}
.feature-list--alternate > ul > li:before {
  content: "";
  background-color: #ff6200;
  border-radius: 2px;
  display: block;
  float: none;
  height: 4px;
  margin: 0 0 8px;
  width: 24px;
}
@media (min-width: 768px) {
  .feature-list > ul > li {
    margin-bottom: 24px;
  }
  .feature-list:not(.feature-list--alternate) > ul > li:before {
    margin-top: 4px;
  }
  .box-focus__body .feature-list:not(.feature-list--alternate) > ul > li:before,
  .card__body .feature-list:not(.feature-list--alternate) > ul > li:before {
    font-size: 24px;
    height: 24px;
    margin-top: 2px;
    margin-left: -36px;
  }
  .feature-list--2-cols > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature-list--2-cols > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .feature-list--alternate > ul {
    justify-content: flex-start;
    margin-left: -8px;
    margin-right: -8px;
  }
  .feature-list--alternate > ul > li {
    max-width: 50%;
    padding: 0 8px;
  }
  .feature-list--alternate > ul > li:before {
    width: calc(16.6667% - 20px);
  }
  .feature-list--alternate > ul > li:nth-child(even) {
    margin-left: 50%;
  }
}
@media (min-width: 1280px) {
  .feature-list:not(.feature-list--alternate) > ul > li {
    padding-left: 48px;
  }
  .feature-list:not(.feature-list--alternate) > ul > li:before {
    margin-left: -32px;
  }
  .box-focus__body .feature-list:not(.feature-list--alternate) > ul > li:before,
  .card__body .feature-list:not(.feature-list--alternate) > ul > li:before {
    margin-top: 3px;
  }
  .feature-list--alternate > ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .feature-list--alternate > ul > li {
    max-width: 50%;
    padding: 0 12px;
  }
  .feature-list--alternate > ul > li:before {
    width: calc(52px - 12px);
  }
}
:root {
  --tit-fs: 24px;
  --tit-lh: 32px;
  --tit-mb: 12px;
  --box-focus-title-fs: 19px;
  --box-focus-title-lh: 28px;
  --box-focus-subtitle-fs: 16px;
  --box-focus-subtitle-lh: 24px;
  --box-focus-body-fs: 14px;
  --box-focus-body-lh: 20px;
}
.box-focus__img,
.box-focus__video-a,
.fb-gallery__a,
.video__a {
  border-radius: 4px;
}
.box-focus__img-cnt {
  margin: 0 auto;
  display: block;
}
/*
.box-focus__img-cnt { border: 1px solid green; }
.box-focus__video-a { border: 1px solid red;
	&:after { border: 1px solid blue; }
}
*/
.box-focus__title {
  font-size: var(--box-focus-title-fs, 19px);
  line-height: var(--box-focus-title-lh, 28px);
  font-weight: 700;
}
.box-focus__subtitle {
  font-size: var(--box-focus-subtitle-fs, 16px);
  line-height: var(--box-focus-subtitle-lh, 24px);
}
.box-focus__header {
  margin-bottom: 16px;
}
.box-focus__body {
  font-size: var(--box-focus-body-fs, 14px);
  line-height: var(--box-focus-body-lh, 20px);
}
.box-focus__figure {
  max-width: 240px;
  max-height: 240px;
  margin: 0 auto;
}
.box-focus__footer {
  padding-top: 24px;
}
.box-focus__article {
  padding-top: 32px;
}
.box-focus--boxed .box-focus__figure {
  position: relative;
  z-index: 1;
}
.box-focus--boxed .box-focus__article {
  margin-top: -120px;
  padding: 152px 16px 32px;
  border-radius: 4px;
}
.box-focus--boxed .box-focus__title {
  color: #ff6200;
}
.box-focus__video-a figure div, .fb-gallery__a figure div, .video__a figure div {
  position: relative;
}
.box-focus__video-a figure div:after, .fb-gallery__a figure div:after, .video__a figure div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") no-repeat center;
}
.box-focus--text .box-focus__img-cnt {
  position: relative;
}
.box-focus--text .box-focus__img-cnt:before {
  content: "";
  display: block;
  padding-top: 100%;
  background: #F7F4F1;
  border-radius: 4px;
}
.box-focus--text__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  border-radius: 4px;
}
.box-focus--text__text big {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.box-focus--text__text p + big {
  margin-top: -8px;
}
.box-focus--text__text td {
  background: #f0f0f0;
  vertical-align: middle;
  padding: 16px;
}
.box-focus--text__text table,
.box-focus--text__text td {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.box-focus--flip .box-focus__img-cnt {
  position: relative;
}
.box-focus--flip .box-focus__img-cnt:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box-focus--flip .flip-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-focus--flip .boxed-link__title {
  text-align: center;
  margin-bottom: 16px;
}
.box-focus--flip .flip-card-front {
  justify-content: space-around;
}
.box-focus--flip .flip-card-front .boxed-link__body,
.box-focus--flip .flip-card-front .boxed-link__cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-focus--big-img {
  padding-top: 54px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.box-focus--big-img .box-focus__figure {
  position: relative;
  text-align: center;
}
.box-focus--big-img .box-focus__figure:before, .box-focus--big-img .box-focus__figure:after {
  content: "";
  display: block;
  position: absolute;
}
.box-focus--big-img .box-focus__figure:before {
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 616px;
  height: 616px;
  border-radius: 100%;
  z-index: -1;
}
.box-focus--big-img .box-focus__figure:after {
  background: #fff;
  height: 100px;
  left: 0;
  top: 100%;
  width: 100%;
}
.box-focus__shadow {
  overflow: hidden;
}
.box-focus__shadow:after {
  content: "";
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0px 30px 0px 0px #fff;
  display: block;
  height: 616px;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  width: 616px;
  z-index: 1;
}
.section--bg-gray-light .box-focus--big-img .box-focus__shadow:after {
  box-shadow: 0px 30px 0px 0px #F7F4F1;
}
.section--bg-gray-light .box-focus--big-img .box-focus__figure:after {
  background: #F7F4F1;
}
.focus-slick .slick-list {
  padding: 0 !important;
}
.focus-slick .box-focus__img {
  margin: 0 auto;
}
.focus-slick .slick-slide .box-focus__body img {
  display: inline;
}
.focus-slick .box-focus__img-cnt {
  align-items: center;
  display: flex;
  justify-content: center;
}
.focus-slick .box-focus__title {
  font-size: 24px;
  line-height: 32px;
}
.focus-slick.slick-dotted .slick-dots {
  position: absolute;
  top: 180px;
  margin: 16px 0;
  height: 44px;
}
.focus-slick .iv {
  transform: translate3d(0, 0, 0) !important;
  opacity: 1; /*@include opacity(1);*/
}
.focus-slick .slick-dots button {
  border: 0;
  background-color: #a8a8a8;
  height: 8px;
  width: 8px;
}
.focus-slick .slick-dots .slick-active button {
  background-color: #ff6200;
  height: 12px;
  width: 12px;
}
.focus-slick .slick-arrow {
  background: #d9d9d9;
  height: 40px;
  top: 218px;
  width: 42px;
  border-radius: 40px 0 0 40px;
}
.focus-slick .slick-arrow:is(:focus, :hover) {
  background: #d9d9d9;
}
.focus-slick .slick-arrow:before {
  background-image: url("../img/chevron-right-gray.svg");
  background-size: auto 16px;
  opacity: 1; /*@include opacity(1);*/
}
.focus-slick .slick-arrow.slick-prev {
  border-radius: 0 40px 40px 0;
}
.focus-slick .slick-disabled {
  display: none !important;
}
.focus-slick .box-focus__figure {
  width: auto;
  height: auto;
}
.focus-slick--boxed {
  --box-focus-title-fs: 16px;
  --box-focus-title-lh: 24px;
}
.focus-slick--boxed .box-focus__header {
  margin-bottom: 16px;
}
.focus-slick--boxed .box-focus__article {
  margin-top: -90px;
}
.focus-slick--boxed .box-focus__title {
  color: #333333;
  margin: 0;
}
.focus-slick--unboxed .box-focus__article {
  padding-top: 76px;
}
.mod1__title, .mod2__title {
  font-size: var(--tit-fs);
  font-weight: 700;
  line-height: var(--tit-lh);
  margin-bottom: var(--tit-mb);
}
.mod1__txt, .mod2__txt {
  font-size: var(--fs);
  line-height: var(--lh);
}
.mod2__s-img {
  width: 180px;
  margin: 0 auto;
}
.mod2__s-img img {
  height: auto;
  object-fit: none;
  width: auto;
}
.mod2__s-img .slick-arrow {
  background-color: transparent;
}
.mod2__s-img .slick-arrow:before {
  background-size: auto 24px;
}
.mod2__s-img .slick-next {
  left: calc(100% + 16px);
  right: auto;
}
.mod2__s-img .slick-prev {
  right: calc(100% + 16px);
  left: auto;
}
.mod2__s-img figure {
  display: block !important;
}
.mod2__s-img figure > div {
  border-radius: 0;
}
.box-focus--bg-indigo .box-focus__figure:before {
  background-color: #9898c3;
}
.box-focus--bg-sky .box-focus__figure:before {
  background-color: #9fcaea;
}
.box-focus--bg-lime .box-focus__figure:before {
  background-color: #e3ea8f;
}
.box-focus--bg-black .box-focus__figure:before {
  background-color: #f0f0f0;
}
@media (max-width: 767.98px) {
  .box-focus--text .box-focus__figure {
    height: auto;
  }
  .box-focus--text .box-focus__img-cnt {
    min-height: 240px;
  }
  .box-focus--text .box-focus__img-cnt:before {
    display: none;
  }
  .box-focus--text .box-focus--text__text {
    position: static;
  }
  .box-focus--big-img {
    margin-top: -32px;
  }
}
@media (max-width: 1279.98px) {
  .focus-slick .box-focus__img-cnt {
    height: 180px;
  }
  .focus-slick .box-focus__img {
    max-height: 180px;
  }
}
@media (min-width: 768px) {
  :root {
    --tit-fs: 28px;
    --tit-lh: 36px;
    --tit-mb: 24px;
    --box-focus-title-fs: 24px;
    --box-focus-title-lh: 32px;
    --box-focus-subtitle-fs: 19px;
    --box-focus-subtitle-lh: 28px;
    --box-focus-body-fs: 16px;
    --box-focus-body-lh: 24px;
  }
  .box-focus .row {
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .box-focus__figure {
    margin-bottom: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .box-focus--text__text,
  .box-focus--text__text table,
  .box-focus--text__text td,
  .box-focus__img,
  .box-focus__video-a,
  .fb-gallery__a,
  .video__a {
    border-radius: 8px;
  }
  .box-focus__article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 0;
  }
  .box-focus__figure {
    width: 100%;
  }
  .box-focus--boxed .box-focus__img-cnt {
    position: absolute;
    width: calc(150% + 16px);
  }
  .box-focus--boxed .box-focus__article {
    background: transparent;
    padding: 0 16px 0 0;
    border: 0;
    margin-top: 0;
  }
  .box-focus--boxed .box-focus__body {
    flex: 1 1 auto;
  }
  .box-focus--boxed .box-focus__figure {
    display: flex;
    align-items: center;
  }
  .box-focus__header {
    margin-bottom: 32px;
    flex: 0 0 auto;
  }
  .box-focus__footer {
    flex: 0 0 auto;
  }
  .box-focus--left .box-focus__img,
  .box-focus--left .box-focus__video-a,
  .box-focus--left .fb-gallery__a,
  .box-focus--left .video__a {
    left: 0;
    right: auto;
  }
  .box-focus--right .col-figure {
    order: 2;
  }
  .box-focus--right .col-article {
    padding-left: calc(8.3333333333% + 8px);
  }
  .box-focus--right .box-focus__img-cnt {
    left: auto;
    right: 0;
  }
  .box-focus--text__text td {
    padding: 24px;
  }
  .box-focus--big-img .box-focus__figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-focus--big-img .box-focus__figure:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
  }
  .box-focus--big-img .box-focus__figure:after {
    display: none;
  }
  .box-focus__shadow {
    overflow: visible;
  }
  .box-focus__shadow:after {
    display: none;
  }
  .focus-slick .box-focus {
    margin-bottom: 40px;
  }
  .focus-slick.slick-dotted .slick-dots {
    position: static;
    margin: 0 0 32px;
    height: 16px;
  }
  .focus-slick--unboxed .box-focus__img-cnt {
    height: auto;
  }
  .focus-slick--unboxed .box-focus__img {
    max-height: 9000px;
  }
  .focus-slick--unboxed .box-focus__article {
    padding-top: 0;
  }
  .focus-slick--boxed {
    --box-focus-title-fs: 24px;
    --box-focus-title-lh: 32px;
  }
  .focus-slick--boxed .box-focus__figure {
    width: 100%;
    height: 100%;
  }
  .focus-slick--boxed .box-focus__article {
    margin-top: 0;
  }
  .focus-slick--boxed.slick-dotted .slick-dots {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .box-focus .col-article {
    width: calc(75% + 16px);
    flex: 0 0 calc(75% + 16px);
    max-width: calc(75% + 16px);
  }
  .box-focus--boxed .col-article,
  .box-focus--boxed .col-figure {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .box-focus--boxed .col-article {
    background: #fff;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid rgba(168, 168, 168, 0.65);
    overflow: hidden;
  }
  .box-focus--boxed .box-focus__figure {
    display: flex;
    align-items: center;
  }
  .box-focus--boxed .box-focus__img-cnt {
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .box-focus--left .col-article {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: calc(16.6666666667% + 8px);
    padding-right: calc(8.3333333333% + 8px);
  }
  .box-focus--right .col-figure {
    order: 2;
  }
  .box-focus--right .col-article {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-left: -8px;
    order: 1;
    padding-right: calc(16.6666666667% + 8px);
  }
  .box-focus--text .box-focus__figure {
    align-items: center;
    display: flex;
    height: 100%;
  }
  .box-focus--text .box-focus--text__text {
    position: static;
  }
  .box-focus--text .box-focus__img-cnt:before {
    display: none;
  }
}
@media (min-width: 1280px) {
  :root {
    --tit-fs: 32px;
    --tit-lh: 40px;
    --tit-mb: 12px;
    --box-focus-title-fs: 32px;
    --box-focus-title-lh: 40px;
    --box-focus-subtitle-fs: 24px;
    --box-focus-subtitle-lh: 32px;
    --box-focus-body-fs: 19px;
    --box-focus-body-lh: 28px;
  }
  .box-focus .row {
    align-items: stretch;
  }
  .box-focus__header {
    padding-top: 40px;
  }
  .box-focus--no-image .box-focus__header {
    padding-top: 0;
  }
  .box-focus--boxed .box-focus__img-cnt {
    top: 56px;
  }
  .box-focus--boxed .col-article,
  .box-focus--boxed .col-figure {
    padding-top: 0;
    padding-bottom: 0;
  }
  .box-focus--boxed .box-focus__article {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    padding-bottom: 56px;
    padding-top: 56px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-bottom: 3px solid rgba(168, 168, 168, 0.65);
    overflow: hidden;
  }
  .box-focus__img-cnt {
    width: 392px;
  }
  .col-article {
    padding-left: 12px;
    padding-right: 12px;
  }
  .box-focus__footer {
    padding-top: 32px;
  }
  .box-focus--boxed.box-focus--left .box-focus__article {
    padding-left: 104px;
    padding-right: 104px;
  }
  .box-focus--boxed.box-focus--right .box-focus__article {
    padding-left: 104px;
    padding-right: 208px;
  }
  /*
  	$box-focus-body-font-size: 19px;
  	$box-focus-body-line-height: 28px;
  */
  .box-focus--text__text,
  .box-focus--text__text table,
  .box-focus--text__text td, .box-focus--text .box-focus__img-cnt:before {
    border-radius: 8px;
  }
  .box-focus--flip .box-focus__img-cnt {
    position: relative;
  }
  .box-focus--flip .box-focus__img-cnt:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .box-focus--flip .flip-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .box-focus--flip .boxed-link__cnt {
    padding-top: 48px;
  }
  .box-focus--flip .flip-card-front .boxed-link__body,
  .box-focus--flip .flip-card-front .boxed-link__cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .focus-slick .slick-arrow {
    border-radius: 80px 0 0 80px;
    height: 160px;
    width: 80px;
  }
  .focus-slick .slick-arrow:before {
    background-position: 40px center;
    background-size: auto 32px;
  }
  .focus-slick .slick-arrow.slick-prev {
    border-radius: 0 80px 80px 0;
  }
  .focus-slick--boxed .slick-arrow {
    top: calc(50% - 22px);
  }
  .focus-slick--unboxed {
    --box-focus-title-fs: 32px;
    --box-focus-title-lh: 40px;
  }
  .focus-slick--unboxed .slick-arrow {
    top: 50%;
  }
}
.cll {
  --cll-title-fs: 14px;
  --cll-title-lh: 20px;
  --cll-title-py: 12px;
  --cll-title-px: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.cll:first-child {
  border-top: 1px solid #d9d9d9;
}
.cll.bordered {
  border-bottom: 0;
  border-top: 0;
}
.cll.bordered .cll__header {
  border: 1px solid #ff6200;
  border-radius: 4px;
}
.cll.borderedfull {
  border-bottom: 0;
  border-top: 0;
  border: 1px solid #ff6200;
  border-radius: 4px;
}
.cll__btn {
  align-items: center;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}
.cll__btn:before {
  align-self: flex-start;
  color: #ff6200;
  flex: 0 0 auto;
  font-size: var(--cll-title-fs);
  order: 2;
  padding-top: calc(var(--cll-title-py) + (var(--cll-title-lh) - var(--cll-title-fs)) * 0.5);
  text-align: center;
  width: 40px;
}
.cll__title,
.cll__body {
  font-size: var(--cll-title-fs);
  line-height: 20px;
}
.cll__btn-title {
  flex: 1;
  order: 1;
  padding: var(--cll-title-py) var(--cll-title-px);
  text-align: start;
}
.cll__body {
  padding: var(--cll-title-py) 40px 16px var(--cll-title-px);
}
.cll__icon {
  margin-left: 0.4rem;
  font-size: 20px;
}
.box-focus__body .cll-group {
  margin-top: 24px;
  margin-bottom: 0;
}
.box-focus__body .cll-group + p,
.box-focus__body .cll-group + div {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .cll {
    --cll-title-fs: 16px;
    --cll-title-lh: 24px;
    --cll-title-py: 16px;
    --cll-title-ps: 8px;
  }
  .cll__btn-title,
  .cll__body {
    padding-left: var(--cll-title-ps);
  }
  .box-focus__body .cll-group {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .box-focus__body .cll-group + p,
  .box-focus__body .cll-group + div {
    margin-top: 24px;
  }
}
.boxed-link {
  background: none;
  font-size: 16px;
}
.boxed-link:not(.unboxed) {
  background: #fff;
}
.boxed-link__cnt {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 16px;
  width: 100%;
}
.boxed-link__a {
  align-items: flex-start;
  border-bottom: 0;
  border-radius: 4px;
  display: flex;
  height: 100%;
}
.boxed-link__a:is(:link, :visited, :focus, :hover) {
  color: #333333;
}
.boxed-link__a:hover .a-icon span span {
  border-bottom-color: #333333;
}
.boxed-link__a:focus .a-icon span span, .boxed-link__a:active .a-icon span span {
  border-bottom-color: transparent;
}
.boxed-link__body,
.boxed-link__title {
  flex: 0 0 83.333%;
  max-width: 83.333%; /* padding-left: $spacer; */
}
.boxed-link__text,
.boxed-link__title {
  line-height: 24px;
}
.boxed-link__body {
  order: 1;
}
.boxed-link__icon {
  flex: 0 0 16.666%;
  max-width: 16.666%;
  order: 2;
  text-align: right;
  display: block;
  height: 20px;
}
.boxed-link__icon:before {
  color: #ff6200;
  font-size: 20px;
}
.boxed-link__icon {
  padding: 2px 0 0;
}
.boxed-link__title {
  order: 1;
  font-weight: 700;
}
.boxed-link__title + .boxed-link__body {
  order: 3;
  font-size: 14px;
  line-height: 20px;
}
.boxed-link__title + .boxed-link__body .boxed-link__icon {
  padding: 0;
}
.boxed-link--with-title .boxed-link__header {
  align-items: flex-start;
}
.boxed-link--square .boxed-link__header,
.boxed-link--square .boxed-link__title,
.boxed-link--square .boxed-link__body {
  flex: 0 0 100%;
  max-width: 100%;
}
.boxed-link--square .boxed-link__header .icon, .boxed-link--square .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square .boxed-link__header p:first-child:before {
  margin: 0 auto 1rem;
  padding: 0;
}
.boxed-link--square .boxed-link__header .icon:before, .boxed-link--square .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square .boxed-link__header p:first-child:before {
  font-size: 48px;
  color: #ff6200;
  display: block;
}
.boxed-link--square .boxed-link__a {
  display: block;
  text-align: center;
}
.boxed-link--square .boxed-link__cnt {
  padding-top: 32px;
  padding-bottom: 40px;
}
.boxed-link--square .boxed-link__body {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 0 16px;
}
.boxed-link--square .boxed-link__body .icon img, .boxed-link--square .boxed-link__body .offer__list-item p:first-child:before img, .offer__list-item .boxed-link--square .boxed-link__body p:first-child:before img {
  max-width: 100%;
}
.boxed-link--square .boxed-link__body .icon:before, .boxed-link--square .boxed-link__body .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square .boxed-link__body p:first-child:before {
  font-size: 12px;
}
.boxed-link--list {
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  box-shadow: none;
  border-radius: 0;
}
.boxed-link--list .boxed-link__cnt {
  padding-left: 0;
  padding-right: 0;
}
.boxed-link--list .boxed-link__title {
  font-weight: 400;
  color: #ff6200;
  padding-left: 0;
}
.boxed-link--list .boxed-link__body {
  font-size: 16px;
  line-height: 24px;
  padding-left: 0;
}
.boxed-link--list .boxed-link__icon {
  padding-right: 0;
}
.unboxed.card, .unboxed.boxed-link {
  background: transparent;
}
.unboxed .boxed-link__cnt {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.unboxed .boxed-link__a {
  height: 100%;
}
.unboxed .boxed-link__header {
  flex: 0 0 auto;
}
.unboxed .boxed-link__header .icon:before, .unboxed .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .unboxed .boxed-link__header p:first-child:before {
  font-size: 40px;
  height: 40px;
}
.unboxed .boxed-link__body {
  flex: 1 1 auto;
}
.unboxed .boxed-link__text {
  flex: 0 0 100%;
  max-width: 100%;
}
.unboxed .boxed-link__text i + span {
  margin: 0;
}
.slick-slide > div, .slick-slide > div > div {
  height: 100%;
}
.slick-slide > div .boxed-link--unboxed {
  height: 100%;
}
.slick-slide .unboxed .boxed-link__cnt {
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
}
.slick-slide .boxed-link {
  width: calc(150px - 20px);
}
.slick-slide .boxed-link__body {
  padding: 0;
}
.boxed-link--reverse .boxed-link__icon {
  order: 1;
  text-align: left;
}
.boxed-link--reverse .boxed-link__body {
  order: 2;
}
.boxed-link--bottom .boxed-link__title,
.boxed-link--contact .boxed-link__title {
  order: 0;
  font-size: 16px;
  line-height: 24px;
}
.boxed-link--bottom .boxed-link__body,
.boxed-link--contact .boxed-link__body {
  order: 1;
}
.boxed-link--bottom .boxed-link__footer,
.boxed-link--contact .boxed-link__footer {
  order: 2;
}
.boxed-link--bottom .boxed-link__cnt {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.boxed-link--bottom .boxed-link__title,
.boxed-link--bottom .boxed-link__footer {
  flex: 0 0 auto;
  order: auto;
}
.boxed-link--bottom .boxed-link__title,
.boxed-link--bottom .boxed-link__body {
  padding: 0;
}
.boxed-link--bottom .boxed-link__body {
  flex: 1 1 auto;
  max-width: 100%;
  max-height: 100%;
}
.boxed-link--bottom .boxed-link__footer {
  padding-top: 16px;
}
.boxed-link--bottom .boxed-link__body,
.boxed-link--bottom .boxed-link__footer {
  font-size: 14px;
  line-height: 20px;
}
.boxed-link--contact .boxed-link__title,
.boxed-link--contact .boxed-link__cnt > div {
  max-width: 100%;
}
.boxed-link--contact .boxed-link__cnt {
  display: block;
}
.boxed-link--contact table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 16px 0;
}
.boxed-link--contact tr + tr td {
  border-top: 1px solid #d9d9d9;
}
.boxed-link--contact td {
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
}
.boxed-link--contact td:last-child {
  text-align: right;
}
.boxed-link--contact td a {
  white-space: nowrap;
}
.boxed-link--contact td + td {
  padding-left: 16px;
}
.boxed-link--contact .boxed-link__title {
  padding: 0;
  text-align: center;
}
.boxed-link--contact .boxed-link__body {
  padding: 0;
  order: 1;
  font-size: 14px;
  line-height: 20px;
}
.slick-dotted .boxed-link {
  margin-bottom: 0;
}
.slick-dotted .slick-dots {
  position: static;
  margin-top: 16px;
}
.boxed-link__feats {
  display: grid;
  gap: 8px;
  margin-top: 1rem;
  order: 10;
}
.boxed-link__feat {
  display: flex;
  align-items: center;
  gap: 8px;
}
.boxed-link__feat .icon, .boxed-link__feat .offer__list-item p:first-child:before, .offer__list-item .boxed-link__feat p:first-child:before {
  font-size: 1rem;
  aspect-ratio: 1;
  color: #ff6200;
  display: block;
  line-height: 1;
}
@media (max-width: 1279.98px) {
  .unboxed .boxed-link__cnt {
    padding-top: 16px;
    padding-bottom: 0;
    width: auto;
    display: block;
  }
  .unboxed .boxed-link__a {
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .slick-only-mobile-nowrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .boxed-link {
    height: 100%;
  }
  .boxed-link__body,
  .boxed-link__title {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .boxed-link__icon {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .boxed-link__cnt {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .boxed-link__icon {
    padding-top: 2px;
  }
  .boxed-link__header .icon:before, .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link__header p:first-child:before {
    font-size: 56px;
  }
  .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link--square .boxed-link__cnt {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .boxed-link--square .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link--square .boxed-link__body .icon:before, .boxed-link--square .boxed-link__body .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square .boxed-link__body p:first-child:before {
    font-size: 16px;
  }
  .unboxed .boxed-link__cnt {
    padding-left: 8px;
    padding-right: 8px;
  }
  .unboxed .boxed-link__header .icon:before, .unboxed .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .unboxed .boxed-link__header p:first-child:before {
    font-size: 48px;
    height: 48px;
  }
  .slick-slide .boxed-link {
    width: calc(150px - 16px);
  }
  .boxed-link--contact .boxed-link__title {
    font-size: 19px;
    line-height: 28px;
  }
  .boxed-link--contact .boxed-link__title :is(.primary, .text-primary) {
    color: #ff6200;
  }
  .boxed-link--contact .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link--contact .advice__body {
    font-size: 14px;
    line-height: 20px;
  }
  .boxed-link--expandable {
    height: auto;
  }
  .boxed-link--expandable .boxed-link__text {
    min-height: 88px;
  }
  .boxed-link__feats {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
  }
}
@media (min-width: 1280px) {
  .boxed-link {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link__icon {
    padding-top: 0;
  }
  .boxed-link__icon:before {
    font-size: 24px;
  }
  .boxed-link__body {
    font-size: 19px;
    line-height: 28px;
  }
  .boxed-link__cnt {
    padding-left: 24px;
  }
  .boxed-link--square .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link--square .boxed-link__header .icon:before, .boxed-link--square .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square .boxed-link__header p:first-child:before {
    font-size: 56px;
  }
  .boxed-link__title {
    font-size: 19px;
    line-height: 28px;
  }
  .boxed-link__title + .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
  .boxed-link__title + .boxed-link__body .boxed-link__icon {
    padding-top: 0;
  }
  .boxed-link__title ~ .boxed-link__icon {
    padding-top: 2px;
  }
  .boxed-link__title ~ .boxed-link__icon:before {
    font-size: 24px;
  }
  .unboxed .boxed-link__cnt {
    padding-bottom: 40px;
  }
  .unboxed .boxed-link__body {
    padding: 0 4px;
  }
  .boxed-link--list .boxed-link__title,
  .boxed-link--list .boxed-link__body {
    font-size: 24px;
    line-height: 32px;
  }
  .boxed-link--list .boxed-link__icon {
    padding-top: 0;
  }
  .boxed-link--list .boxed-link__icon:before {
    font-size: 32px;
  }
  .slick-only-mobile-nowrap {
    display: flex;
    flex-wrap: nowrap;
  }
  .slick-only-mobile-nowrap > div {
    flex: 1 1 0px;
  }
  .boxed-link--bottom .boxed-link__title {
    font-size: 19px;
    line-height: 28px;
  }
  .boxed-link--bottom .boxed-link__title :is(.primary, .text-primary) {
    color: #ff6200;
  }
  .boxed-link--bottom .boxed-link__body {
    font-size: 16px;
    line-height: 24px;
  }
}
.boxed-link--square-mini .boxed-link__cnt {
  padding: 24px 12px;
  border-radius: 4px;
}
.boxed-link--square-mini .boxed-link__body {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.boxed-link--square-mini .boxed-link__header .icon, .boxed-link--square-mini .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini .boxed-link__header p:first-child:before {
  margin-bottom: 16px;
}
.boxed-link--square-mini .boxed-link__header .icon:before, .boxed-link--square-mini .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini .boxed-link__header p:first-child:before {
  display: block;
  font-size: 32px;
}
.boxed-link--square-mini .boxed-link__text .icon, .boxed-link--square-mini .boxed-link__text .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini .boxed-link__text p:first-child:before {
  display: none;
}
.flip-card-back .boxed-link--square-mini {
  padding: 12px 12px 24px;
}
.flip-card-back .boxed-link--square-mini .boxed-link__cnt {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
}
.flip-card-back .boxed-link--square-mini .boxed-link__icon {
  order: 1;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0;
  height: 24px;
  cursor: pointer;
}
.flip-card-back .boxed-link--square-mini .boxed-link__icon .icon, .flip-card-back .boxed-link--square-mini .boxed-link__icon .offer__list-item p:first-child:before, .offer__list-item .flip-card-back .boxed-link--square-mini .boxed-link__icon p:first-child:before {
  color: #a8a8a8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flip-card-back .boxed-link--square-mini .boxed-link__body {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px;
}
.flip-card-back .boxed-link--square-mini .boxed-link__text {
  font-size: 12px;
  line-height: 16px;
}
.boxed-links__cnt .flip-card {
  height: 100%;
}
.boxed-link--expandable .boxed-link__header .icon:before, .boxed-link--expandable .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--expandable .boxed-link__header p:first-child:before {
  display: block;
  font-size: 32px;
}
.boxed-link--expandable .boxed-link__cnt {
  padding-top: 24px;
  padding-bottom: 24px;
}
.boxed-link--expandable .boxed-link__text {
  padding: 0 0 16px;
}
.boxed-link--expandable .boxed-link__body {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.boxed-link--expandable .boxed-link__hidden {
  order: 2;
}
.boxed-link--expandable .boxed-link__hidden small {
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding-top: 16px;
}
.boxed-link--expandable .a-icon > span {
  margin: 0;
}
@media (max-width: 1279.98px) {
  .boxed-link--square-mini-xs {
    min-height: 156px;
  }
  .boxed-link--square-mini-xs .boxed-link__cnt {
    padding: 24px 12px;
    border-radius: 4px;
  }
  .boxed-link--square-mini-xs .boxed-link__body {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .boxed-link--square-mini-xs .boxed-link__header .icon, .boxed-link--square-mini-xs .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini-xs .boxed-link__header p:first-child:before {
    margin-bottom: 16px;
  }
  .boxed-link--square-mini-xs .boxed-link__header .icon:before, .boxed-link--square-mini-xs .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini-xs .boxed-link__header p:first-child:before {
    display: block;
    font-size: 32px;
  }
  .boxed-link--square-mini-xs .boxed-link__text .icon, .boxed-link--square-mini-xs .boxed-link__text .offer__list-item p:first-child:before, .offer__list-item .boxed-link--square-mini-xs .boxed-link__text p:first-child:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .boxed-link--square-mini,
  .boxed-link--square-mini .boxed-link__cnt {
    border-radius: 8px;
  }
  .boxed-link--expandable .boxed-link__cnt {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .boxed-link--expandable .boxed-link__header {
    flex: 0 0 auto;
  }
  .boxed-link--expandable .boxed-link__header .icon:before, .boxed-link--expandable .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .boxed-link--expandable .boxed-link__header p:first-child:before {
    font-size: 48px;
  }
  .boxed-link--expandable .boxed-link__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
  }
  .boxed-link--square-mini-xs .boxed-link__cnt {
    padding: 24px 16px;
  }
}
.table-2-4, .table-2-3, .table-3-1-1, .table-2-1-1, .table-1-1-1 {
  table-layout: fixed;
}
.table {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
}
.table :is(thead th, .v-middle) {
  vertical-align: middle;
}
.table--compare {
  table-layout: fixed;
  border-color: #a8a8a8;
}
.table--compare thead th {
  vertical-align: top;
  font-weight: 400;
  border: 0;
}
.table--compare th.active {
  position: relative;
  color: #ff6200;
}
.table--compare th.active span {
  position: absolute;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: -1;
  border: 1px solid #e9ecef;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.24), 0 0 26px 0 rgba(0, 0, 0, 0.12);
}
.table--compare td {
  border-color: #a8a8a8;
}
.table--compare tfoot td {
  border-bottom: 1px solid transparent;
}
.table--compare__heading {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
}
.table-2-1-1 .col {
  width: 50%;
}
.table-3-1-1 .col {
  width: 33.33%;
}
.table-2-3 .col {
  width: 40%;
}
.table-2-4 .col {
  width: 36%;
}
.tc {
  width: 100%;
}
tfoot td,
.tc__footer {
  font-size: 12px;
  line-height: 16px;
  padding: 8px 16px 0;
}
.tc__row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #a8a8a8;
  padding: 8px;
}
.tc__row:first-child {
  border-top: 1px solid #a8a8a8;
}
.tc__body,
.tc__cost {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
}
.tc__cost {
  padding-top: 8px;
  font-weight: 700;
}
.tc__icon {
  flex: 0 0 auto;
  max-width: 100%;
  padding-left: 8px;
}
.tc__icon .icon:before, .tc__icon .offer__list-item p:first-child:before, .offer__list-item .tc__icon p:first-child:before {
  font-size: 24px;
  color: #ff6200;
}
.tc__icon + .tc__body {
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
}
.tc__icon ~ .tc__cost {
  padding-left: 40px;
}
.b-0 {
  border: 0 !important;
}
.bt-0 {
  border-top: 0;
}
.bb-0 {
  border-bottom: 0;
}
.v-bottom {
  vertical-align: bottom !important;
}
.table--indigo,
.table--indigo thead th {
  border-bottom: 0;
}
.table--indigo th:last-child {
  /* -webkit-border-top-left-radius: $radius; -moz-border-radius-topleft: $radius; */
  border-top-left-radius: 4px;
  /* -webkit-border-top-right-radius: $radius; -moz-border-radius-topright: $radius; */
  border-top-right-radius: 4px;
}
.table--indigo tbody tr:last-child td {
  /* -webkit-border-bottom-left-radius: $radius; -moz-border-radius-bottomright: $radius; */
  border-bottom-left-radius: 4px;
  /* -webkit-border-bottom-right-radius: $radius; -moz-border-radius-bottomright: $radius; */
  border-bottom-right-radius: 4px;
}
.table--indigo th,
.table--indigo tr:first-child td {
  border-top: 0;
}
.table--indigo th,
.table--indigo tbody td {
  text-align: right;
}
.table--indigo th:first-child,
.table--indigo tbody td:first-child {
  padding-left: 0;
}
.table--indigo th:last-child,
.table--indigo tbody td:last-child {
  background: #525199;
  color: #fff;
}
.table--indigo th,
.table--indigo td:first-child {
  text-align: left;
}
.table--th tbody td {
  border-top: 0;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: left;
}
.table--th tbody td:first-child {
  border-left: 0;
}
.table--th thead th {
  /* -webkit-border-top-left-radius: $radius; -moz-border-radius-topleft: $radius; */
  border-top-left-radius: 4px;
  /* -webkit-border-top-right-radius: $radius; -moz-border-radius-topright: $radius; */
  border-top-right-radius: 4px;
  border-top: 0;
  border-bottom: 0;
  font-weight: normal;
}
.table--th .alert {
  margin: 8px -12px;
}
.table--grey tbody td:nth-last-child(2) {
  background: #F7F4F1;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.th--grey {
  background: #F7F4F1;
}
.th--teal {
  background: #00AFB1;
  color: #fff;
}
.th--fuchsia {
  background: #ab0066;
  color: #fff;
}
.th--indigo {
  background: #525199;
  color: #fff;
}
.th--sky {
  background: #559bd1;
  color: #fff;
}
.th--lime {
  background: #d0d93c;
}
.th--leaf {
  background: #349651;
}
.th--violet25 {
  background: #7724FF;
}
.th--sky25 {
  background: #89D6FD;
}
.th--maroon25 {
  background: #4D0020;
}
.th--raspberry25 {
  background: #D40199;
}
.th--blush25 {
  background: #F689FD;
}
.th--sun25 {
  background: #FFE100;
}
.th--primary {
  background: #ff6200;
  color: #fff;
}
.th--secondary {
  background: #525199;
  color: #fff;
}
.th--success {
  background: #349651;
  color: #fff;
}
.th--danger {
  background: #D70000;
  color: #fff;
}
.th--gray-100 {
  background: #F7F4F1;
}
.th--gray-150 {
  background: #f0f0f0;
}
.th--gray-200 {
  background: #e9ecef;
}
.th--gray-300 {
  background: #d9d9d9;
}
.th--gray-600 {
  background: #767676;
  color: #fff;
}
.th--gray-650 {
  background: #696969;
}
.th--gray-700 {
  background: #495057;
}
.th--gray-800 {
  background: #333333;
  color: #fff;
}
.th--gray-900 {
  background: #212529;
}
.table--compare-2 {
  table-layout: fixed;
}
.table--compare-2 .col {
  width: 40%;
}
.table--compare-2 thead th {
  /* -webkit-border-top-left-radius: $radius; -moz-border-radius-topleft: $radius; */
  border-top-left-radius: 4px;
  /* -webkit-border-top-right-radius: $radius; -moz-border-radius-topright: $radius; */
  border-top-right-radius: 4px;
  border-bottom: 0;
  border-top: 0;
  font-weight: normal;
  vertical-align: middle;
}
.table--compare-2 thead th:nth-child(n+2) {
  background: #F7F4F1;
}
.table--compare-2 thead th:last-child {
  background: #ff6200;
  color: #fff;
  position: relative;
}
.table--compare-2 thead th:last-child:after {
  content: "";
  border-radius: 8px 8px 0 0;
  border: 2px solid #ff6200;
  display: block;
  inset: -2px -1px 0;
  position: absolute;
  z-index: 2;
}
.table--compare-2 tbody td:last-child {
  border-left: 2px solid #ff6200;
  border-right: 2px solid #ff6200;
  color: #ff6200;
}
.table--compare-2 tbody td:last-child .line-through {
  color: #333333;
}
.table--compare-2 tbody tr:first-child td:last-child {
  border-top-color: #ff6200;
}
.table--compare-2 tbody tr:last-child td:last-child {
  border-bottom: 2px solid #ff6200;
}
@media (max-width: 767.98px) {
  table.table--grey td,
  table.table--grey th {
    font-size: 0.8rem;
    padding: 0.2rem;
  }
  table.table--grey td .alert {
    margin: 8px -3px;
  }
  table.table--grey td .alert .advice__body {
    font-size: 12px;
  }
}
@media (max-width: 1279.98px) {
  table.table--grey td .alert .alert {
    padding: 8px 0;
  }
  table.table--grey td .alert .advice {
    display: block;
  }
  table.table--grey td .alert .advice__text {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .tc__body,
  .tc__cost {
    font-size: 16px;
    line-height: 24px;
  }
  .tc__row {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
  .tc__body {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .tc__cost, .tc__icon ~ .tc__cost {
    padding: 0 8px;
  }
  .tc__icon .icon:before, .tc__icon .offer__list-item p:first-child:before, .offer__list-item .tc__icon p:first-child:before {
    font-size: 32px;
  }
  .tc__icon + .tc__body {
    flex: 0 0 calc(70% - 40px);
  }
  .tc__cost {
    flex: 0 0 30%;
    max-width: 30%;
    text-align: right;
  }
  .table--compare tbody td + td {
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
  }
  .table--compare__heading {
    font-size: 24px;
    line-height: 32px;
  }
  .tc__footer {
    font-size: 14px;
    line-height: 20px;
    padding-top: 24px;
  }
  .table--indigo th,
  .table--indigo td {
    padding-right: 24px;
  }
  .table--indigo th:first-child,
  .table--indigo td:first-child {
    padding-right: 0;
  }
  .table-3-1-1 .col {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .tc__footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.doc__article {
  padding: 16px 8px 16px;
  border-bottom: 1px solid #d9d9d9;
}
.cll__body .doc__article:last-child, .cll__body .docs__header {
  border-bottom: 0;
}
.doc__article,
.doc__title,
.doc__footer {
  font-size: 14px;
  line-height: 20px;
}
.doc__header {
  display: flex;
  padding-bottom: 4px;
}
.doc__icon {
  flex: 0 0 auto;
}
.doc__icon,
.doc__icon .icon,
.doc__icon .offer__list-item p:first-child:before,
.offer__list-item .doc__icon p:first-child:before {
  display: block;
  height: 20px;
}
.doc__icon .icon:before, .doc__icon .offer__list-item p:first-child:before, .offer__list-item .doc__icon p:first-child:before {
  color: #ff6200;
  font-size: 20px;
  margin-right: 8px;
}
.doc__title {
  flex: 1 1 auto;
}
.doc__body,
.doc__footer {
  padding-left: 28px;
}
.doc__body {
  font-size: 12px;
  line-height: 16px;
}
.doc__footer {
  padding-top: 8px;
}
.docs__header {
  padding-bottom: 16px;
  border-bottom: 1px solid #d9d9d9;
}
.docs__title {
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .doc__article {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .docs__header {
    padding-bottom: 24px;
  }
  .doc__icon,
  .doc__icon .icon,
  .doc__icon .offer__list-item p:first-child:before,
  .offer__list-item .doc__icon p:first-child:before {
    height: 24px;
  }
  .doc__icon .icon:before, .doc__icon .offer__list-item p:first-child:before, .offer__list-item .doc__icon p:first-child:before {
    font-size: 24px;
  }
  .doc__body,
  .doc__footer {
    padding-left: 32px;
  }
  .doc__article,
  .doc__title,
  .doc__body,
  .doc__footer {
    font-size: 16px;
    line-height: 24px;
  }
}
:root {
  --disclaimer-fs: 12px;
  --disclaimer-lh: 16px;
  --disclaimer-title-mb: 8px;
}
.disclaimer .logo-axa {
  max-height: 24px;
}
.disclaimer .logo-ing {
  max-height: 20px;
}
.disclaimer,
.disclaimer__title {
  font-size: var(--disclaimer-fs);
  line-height: var(--disclaimer-lh);
}
.disclaimer__title {
  margin-bottom: var(--disclaimer-title-mb);
}
@media (min-width: 768px) {
  :root {
    --disclaimer-fs: 14px;
    --disclaimer-lh: 20px;
    --disclaimer-title-mb: 16px;
  }
  .disclaimer img {
    max-height: 48px;
  }
  .disclaimer--onboarding {
    --disclaimer-fs: 12px;
    --disclaimer-lh: 20px;
  }
}
.modal-header {
  flex-direction: column-reverse;
  padding-bottom: 0;
}
.modal-header .close {
  opacity: 1; /*@include opacity(1);*/
}
.modal-header .icon-close:before {
  font-size: 16px;
  color: #ff6200;
}
.modal-title {
  font-size: var(--modal-title-fs, 19px);
  line-height: var(--modal-title-lh, 28px);
  font-weight: 700;
  margin-top: 24px;
  max-width: 100%;
}
.modal-title :is(.primary, .text-primary) {
  color: #ff6200;
}
.modal-subtitle {
  font-size: var(--modal-subtitle-fs, 14px);
  line-height: var(--modal-subtitle-lh, 20px);
}
.modal-body {
  font-size: var(--modal-body-fs, 14px);
  line-height: var(--modal-body-lh, 20px);
}
.modal-subtitle {
  font-weight: 700;
  margin-bottom: 16px;
}
.modal-body {
  padding-top: 16px;
  padding: 16px;
}
.modal-footer:empty {
  display: none;
}
.modal-body__flush {
  margin-left: -16px;
  margin-right: -16px;
}
.html--modal-open {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .modal-dialog {
    min-height: 0;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
  }
  .modal-content {
    border-radius: 0;
    max-height: 100vh;
    padding-bottom: 48px;
  }
  .modal-body {
    overflow-y: auto;
  }
  .modal.fade .modal-dialog {
    transform: translate3d(0, 50px, 0);
  }
  .modal.show .modal-dialog {
    transform: none;
  }
}
@media (min-width: 768px) {
  :root {
    --modal-title-fs: 24px;
    --modal-title-lh: 32px;
    --modal-subtitle-fs: 16px;
    --modal-subtitle-lh: 24px;
    --modal-body-fs: 16px;
    --modal-body-lh: 24px;
  }
  .modal-dialog {
    max-width: calc(83.3333% - 32px);
  }
  .modal-title {
    margin-top: 16px;
  }
  .modal-subtitle {
    margin-bottom: 24px;
  }
  .modal-header,
  .modal-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .modal-body__flush {
    margin-left: -24px;
    margin-right: -24px;
  }
  .modal-content {
    border-radius: 4px;
  }
}
@media (min-width: 1280px) {
  .modal-dialog {
    max-width: calc(624px - 32px);
  }
}
.step {
  padding: var(--step-p, 32px 0);
}
.step .cll__header:before {
  color: #767676;
  font-size: 14px;
}
.step:nth-child(even) {
  background: #F7F4F1;
}
.step .cll-title {
  margin-bottom: 24px;
}
.step .cll-group {
  padding-left: 0;
  padding-right: 0;
}
.step__number {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #00AFB1;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 32px;
}
.step__title {
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 1280px) {
  .step {
    --step-p: 96px 0 80px;
    overflow-y: clip;
  }
  .step__header {
    position: relative;
  }
  .step__number {
    left: -104px;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .step__number:before, .step__number:after {
    content: "";
    border-left: 1px solid #00AFB1;
    display: block;
    height: 2000px;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
  }
  .step__number:before {
    bottom: 100%;
  }
  .step__number:after {
    top: 100%;
  }
}
.step__number.noline:before {
  display: none !important;
}
.step__number.noline:after {
  display: none !important;
}
.container .step.border-teal {
  border-bottom: 2px solid #00AFB1;
  border-right: 2px solid #00AFB1;
}
.step.bg-teal {
  background: #00AFB1;
}
.step__number.teal {
  background: #00AFB1;
}
.step__number.teal:after {
  border-left: 1px solid #00AFB1;
}
.step__number.teal:before {
  border-left: 1px solid #00AFB1;
}
.container .step.border-fuchsia {
  border-bottom: 2px solid #ab0066;
  border-right: 2px solid #ab0066;
}
.step.bg-fuchsia {
  background: #ab0066;
}
.step__number.fuchsia {
  background: #ab0066;
}
.step__number.fuchsia:after {
  border-left: 1px solid #ab0066;
}
.step__number.fuchsia:before {
  border-left: 1px solid #ab0066;
}
.container .step.border-indigo {
  border-bottom: 2px solid #525199;
  border-right: 2px solid #525199;
}
.step.bg-indigo {
  background: #525199;
}
.step__number.indigo {
  background: #525199;
}
.step__number.indigo:after {
  border-left: 1px solid #525199;
}
.step__number.indigo:before {
  border-left: 1px solid #525199;
}
.container .step.border-sky {
  border-bottom: 2px solid #559bd1;
  border-right: 2px solid #559bd1;
}
.step.bg-sky {
  background: #559bd1;
}
.step__number.sky {
  background: #559bd1;
}
.step__number.sky:after {
  border-left: 1px solid #559bd1;
}
.step__number.sky:before {
  border-left: 1px solid #559bd1;
}
.container .step.border-lime {
  border-bottom: 2px solid #d0d93c;
  border-right: 2px solid #d0d93c;
}
.step.bg-lime {
  background: #d0d93c;
}
.step__number.lime {
  background: #d0d93c;
}
.step__number.lime:after {
  border-left: 1px solid #d0d93c;
}
.step__number.lime:before {
  border-left: 1px solid #d0d93c;
}
.container .step.border-leaf {
  border-bottom: 2px solid #349651;
  border-right: 2px solid #349651;
}
.step.bg-leaf {
  background: #349651;
}
.step__number.leaf {
  background: #349651;
}
.step__number.leaf:after {
  border-left: 1px solid #349651;
}
.step__number.leaf:before {
  border-left: 1px solid #349651;
}
.container .step.border-violet25 {
  border-bottom: 2px solid #7724FF;
  border-right: 2px solid #7724FF;
}
.step.bg-violet25 {
  background: #7724FF;
}
.step__number.violet25 {
  background: #7724FF;
}
.step__number.violet25:after {
  border-left: 1px solid #7724FF;
}
.step__number.violet25:before {
  border-left: 1px solid #7724FF;
}
.container .step.border-sky25 {
  border-bottom: 2px solid #89D6FD;
  border-right: 2px solid #89D6FD;
}
.step.bg-sky25 {
  background: #89D6FD;
}
.step__number.sky25 {
  background: #89D6FD;
}
.step__number.sky25:after {
  border-left: 1px solid #89D6FD;
}
.step__number.sky25:before {
  border-left: 1px solid #89D6FD;
}
.container .step.border-maroon25 {
  border-bottom: 2px solid #4D0020;
  border-right: 2px solid #4D0020;
}
.step.bg-maroon25 {
  background: #4D0020;
}
.step__number.maroon25 {
  background: #4D0020;
}
.step__number.maroon25:after {
  border-left: 1px solid #4D0020;
}
.step__number.maroon25:before {
  border-left: 1px solid #4D0020;
}
.container .step.border-raspberry25 {
  border-bottom: 2px solid #D40199;
  border-right: 2px solid #D40199;
}
.step.bg-raspberry25 {
  background: #D40199;
}
.step__number.raspberry25 {
  background: #D40199;
}
.step__number.raspberry25:after {
  border-left: 1px solid #D40199;
}
.step__number.raspberry25:before {
  border-left: 1px solid #D40199;
}
.container .step.border-blush25 {
  border-bottom: 2px solid #F689FD;
  border-right: 2px solid #F689FD;
}
.step.bg-blush25 {
  background: #F689FD;
}
.step__number.blush25 {
  background: #F689FD;
}
.step__number.blush25:after {
  border-left: 1px solid #F689FD;
}
.step__number.blush25:before {
  border-left: 1px solid #F689FD;
}
.container .step.border-sun25 {
  border-bottom: 2px solid #FFE100;
  border-right: 2px solid #FFE100;
}
.step.bg-sun25 {
  background: #FFE100;
}
.step__number.sun25 {
  background: #FFE100;
}
.step__number.sun25:after {
  border-left: 1px solid #FFE100;
}
.step__number.sun25:before {
  border-left: 1px solid #FFE100;
}
.step__number.gray-100 {
  background: #F7F4F1;
}
.step__number.gray-100:after {
  border-left: 1px solid #F7F4F1;
}
.step__number.gray-100:before {
  border-left: 1px solid #F7F4F1;
}
.step__number.primary {
  background: #ff6200;
}
.step__number.primary:after {
  border-left: 1px solid #ff6200;
}
.step__number.primary:before {
  border-left: 1px solid #ff6200;
}
.container .step.border-primary {
  border-bottom: 2px solid #ff6200;
  border-right: 2px solid #ff6200;
}
.container .step.border-gray {
  border-bottom: 2px solid #e9ecef;
  border-right: 2px solid #e9ecef;
}
.step__number.white {
  background: #fff;
}
.step__number.white:after {
  border-left: 1px solid #fff;
}
.step__number.white:before {
  border-left: 1px solid #fff;
}
@media (max-width: 1279.98px) {
  .container .step[class*=border] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.step__icon {
  background: transparent !important;
}
.step__icon .icon, .step__icon .offer__list-item p:first-child:before, .offer__list-item .step__icon p:first-child:before {
  font-size: 46px;
}
.button-naked {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
  border: 0;
}
/*
.button-naked:focus {
	outline: none;
}
*/
.tab-content {
  position: relative;
  /*
  &:before,
  &:after {
  	content: '';
  	display: block;
  	position: absolute;
  	z-index: -1;
  	@include transition(opacity 0.2s ease-in-out);
  	@include opacity(0);
  }
  &:before {
  	background: rgba($white, 0.5);
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }
  &:after {
  	top: 3 * $spacer;
  	left: 50%;
  	@include transform(translate(-50%, -50%));
  	margin-left: -$spacer;
  	margin-top: -$spacer;
  }
  */
}
/*
.tab-content--loading {
	&:before,
	&:after {
		z-index: 1;
		opacity: 1;
	}
}
*/
@media (max-width: 1279.98px) {
  .tab__cnt .fade:not(.show) {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .tab__cnt .fade.show {
    opacity: 1;
  }
  .tab__cnt.cll {
    border: 0;
  }
  .tab__cnt .cll__body {
    padding-top: 32px;
    padding-right: 16px;
  }
  .nav-tabs {
    padding-left: 16px;
    padding-right: 8px;
    border-bottom: 1px solid #d9d9d9;
  }
  .nav-tabs .nav-link {
    background: inherit;
    border-radius: 4px 4px 0 0;
    border: 1px solid transparent;
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: -1px;
    padding: 8px 16px;
  }
  .nav-tabs .nav-link:not(.active):hover {
    border-color: transparent;
    color: #ff6200;
  }
  .nav-tabs .nav-item > .nav-link,
  .nav-tabs .dropdown > .nav-link {
    position: relative;
  }
  .nav-tabs .nav-item > .nav-link:before,
  .nav-tabs .dropdown > .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #d9d9d9;
    left: 0;
  }
  .nav-tabs .dropdown-menu .nav-link.active {
    border: 0;
  }
  .nav-tabs .dropdown-menu__item.active .nav-link {
    color: #ff6200;
  }
  .nav-tabs--floating {
    padding: 20px 0 16px;
    display: flex;
    justify-content: center;
    border: 0;
    margin-left: -12px;
    margin-right: -12px;
  }
  .nav-tabs--floating .nav-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 12px;
    padding-right: 12px;
    border: 0;
  }
  .nav-tabs--floating .nav-item,
  .nav-tabs--floating .nav-item .nav-link {
    border: 0 !important;
    margin: 0;
    text-align: center;
  }
  .nav-tabs--floating .nav-item, .nav-tabs--floating .nav-item.active,
  .nav-tabs--floating .nav-item .nav-link,
  .nav-tabs--floating .nav-item .nav-link.active {
    border: 0;
    color: #333333 !important;
    background-color: transparent;
  }
  .nav-tabs--floating .nav-item.active .nav-link {
    border: 0 !important;
    margin: 0;
    font-weight: 700;
    text-align: center;
  }
  .nav-tabs--floating .nav-item.active .nav-link, .nav-tabs--floating .nav-item.active .nav-link.active {
    border: 0;
    color: #333333 !important;
    background-color: transparent;
  }
  .nav-tabs--floating .nav-item:after {
    content: "";
    display: block;
    height: 2px;
    background: #a8a8a8;
  }
  .nav-tabs--floating .nav-item.active:after {
    background: #ff6200;
  }
  .nav-tabs--floating .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .nav-tabs--floating .nav-link.active {
    pointer-events: none;
  }
  .nav-tabs--floating :is(.nav-item, .dropdown) > .nav-link:before {
    left: -12px;
  }
  .nav-tabs:not(.nav-tabs--floating) .nav-item:first-child .nav-link:before, .nav-tabs:not(.nav-tabs--floating) .nav-item.active .nav-link:before, .nav-tabs:not(.nav-tabs--floating) .nav-item.active + .nav-item .nav-link:before, .nav-tabs:not(.nav-tabs--floating) .nav-item.active + .dropdown .nav-link:before, .nav-tabs:not(.nav-tabs--floating) .active + .d-none + .dropdown .nav-link:before,
  .nav-tabs:not(.nav-tabs--floating) .active + .d-none + .d-none + .dropdown .nav-link:before,
  .nav-tabs:not(.nav-tabs--floating) .active + .d-none + .d-none + .d-none + .d-none + .dropdown .nav-link:before,
  .nav-tabs:not(.nav-tabs--floating) .active + .d-none + .d-none + .d-none + .d-none + .d-none + .dropdown .nav-link:before, .nav-tabs:not(.nav-tabs--floating) .dropdown,
  .nav-tabs:not(.nav-tabs--floating) .dropdown.active .nav-link:before,
  .nav-tabs:not(.nav-tabs--floating) .dropdown-menu__item .nav-link:before, .nav-tabs--floating :is(.nav-item, .dropdown):first-child > .nav-link:before {
    display: none;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.active > .nav-link, .nav-tabs .dropdown.active > .nav-link {
    color: #333333;
    font-weight: 700;
    background: var(--bg-nav-link-active, #fff);
    border: 1px solid #d9d9d9;
    border-bottom-color: transparent;
    cursor: default;
  }
  .section--bg-gray-light {
    --bg-nav-link-active: #F7F4F1;
  }
}
.aside--va {
  --pill-bg: transparent;
  background: #F7F4F1;
  height: 100%;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .affix {
    position: fixed;
  }
  #sidebar-left.affix {
    top: 0;
  }
  .aside {
    background: #fff;
    margin-bottom: 32px;
  }
  .aside__a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: 0;
    transition: color 0.2s ease-in-out;
  }
  .aside__a:is(:link, :visited, :focus, :hover) {
    color: #333333;
  }
  .aside__a:focus, .aside__a:hover {
    background-color: #F7F4F1;
  }
  .aside__ul {
    border-top: 1px solid #d9d9d9;
  }
  .aside__li {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .aside__li.active {
    border-left: 2px solid #ff6200;
  }
  .aside__li.active .aside__a {
    font-weight: 700;
  }
}
.advice {
  align-items: center;
  display: flex;
}
.advice__icon {
  flex: 0 0 auto;
  align-self: flex-start;
}
.advice__icon .icon:before, .advice__icon .offer__list-item p:first-child:before, .offer__list-item .advice__icon p:first-child:before {
  font-size: 24px;
  height: 24px;
  display: block;
}
.advice__icon img {
  height: 20px;
  display: block;
}
.advice__text {
  flex: 1 1 auto;
  padding-left: 12px;
  text-align: left;
}
.advice__title {
  font-weight: 700;
  margin: 0;
}
.advice__title + .advice__body {
  padding-top: 8px;
}
.advice__title,
.advice__body {
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
}
.advice__body {
  /*
  &:first-child { padding-top: (1.5 * $spacer - 20px) * .5; }
  */
}
.advice__body p {
  margin-bottom: 8px;
}
.advice--icon-block {
  display: block;
}
.advice--icon-block .icon, .advice--icon-block .offer__list-item p:first-child:before, .offer__list-item .advice--icon-block p:first-child:before,
.advice--icon-block .icon:before {
  display: block;
  font-size: 48px;
  height: 48px;
}
.advice--icon-block .advice__text {
  padding-left: 0;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .advice__text {
    padding-left: 16px;
  }
  .form-group .advice__icon,
  .form-group img {
    height: 20px;
  }
  .form-group .advice__icon {
    align-self: center;
  }
  .form-group .advice__title,
  .form-group .advice__body {
    font-size: 14px;
    line-height: 20px;
  }
  .form-group .advice__text {
    padding-left: 8px;
  }
}
@media (min-width: 1280px) {
  .advice__icon .icon:before, .advice__icon .offer__list-item p:first-child:before, .offer__list-item .advice__icon p:first-child:before {
    font-size: 32px;
    height: 32px;
  }
  .advice--icon-block .icon, .advice--icon-block .offer__list-item p:first-child:before, .offer__list-item .advice--icon-block p:first-child:before,
  .advice--icon-block .icon:before {
    font-size: 48px;
    height: 48px;
  }
  .advice__title,
  .advice__body {
    font-size: 16px;
    line-height: 24px;
  }
  /*
  .advice__body {
  	&:first-child { padding-top: (2 * $spacer - 24px) * .5; }
  }
  */
}
:root {
  --bubble-subtitle-fs: 12px;
  --bubble-subtitle-lh: 16px;
  --bubble-title-fs: 14px;
  --bubble-title-lh: 20px;
  --bubble-top-fs: 12px;
  --bubble-top-lh: 16px;
  --bubble-top-p: 24px 16px;
}
.bubble {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  text-align: center;
}
.bubble__top {
  background: #fff;
  border-radius: 22px;
  border: 1px solid #d9d9d9;
  flex: 1 1 auto;
  font-size: var(--bubble-top-fs);
  line-height: var(--bubble-top-lh);
  margin-bottom: 16px;
  padding: var(--bubble-top-p);
  position: relative;
}
.bubble__top:after {
  content: "";
  border-bottom-right-radius: 4px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  border: 1px solid transparent;
  border-bottom-color: #d9d9d9;
  border-right-color: #d9d9d9;
  width: 32px;
  height: 32px;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}
.bubble__text {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(4 * var(--bubble-top-lh));
}
.bubble__bottom {
  flex: 0 0 auto;
  padding: var(--bubble-bottom-p, 8px 16px 0);
}
.bubble__title {
  font-size: var(--bubble-title-fs);
  font-weight: 700;
  line-height: var(--bubble-title-lh);
}
.bubble__subtitle {
  font-size: var(--bubble-subtitle-fs);
  line-height: var(--bubble-subtitle-lh);
}
@media (min-width: 1280px) {
  :root {
    --bubble-bottom-p: 10px 16px 0;
    --bubble-subtitle-fs: 19px;
    --bubble-subtitle-lh: 28px;
    --bubble-title-fs: 19px;
    --bubble-title-lh: 28px;
    --bubble-top-fs: 14px;
    --bubble-top-lh: 20px;
    --bubble-top-p: 32px 16px 48px;
  }
}
.js-video-container img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.video__a:after {
  padding-top: 0;
  height: 100%;
}
.video__figure .video__a {
  display: block;
  position: relative;
}
.video__figure .video__a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") no-repeat center;
}
.resp-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.resp-video :is(iframe, object, embed) {
  position: absolute;
  inset: 0;
}
.box-focus__figure.videoyt {
  max-width: 100%;
  max-height: 100%;
}
.fb-gallery__a {
  border: 0;
  /*
  img {
  	display: block;
  	margin: 0 auto;
  }
  */
}
.fb-gallery__a:after {
  background-image: none;
  height: 100%;
  padding-top: 0;
}
.fb-gallery__a--3x {
  display: flex;
  flex-direction: column;
  gap: 4px;
  /*
  figcaption {
  	@extend %d-none;
  }
  */
}
.fb-gallery__a--3x:after {
  display: none;
}
@media (min-width: 768px) {
  .fb-gallery__a--3x {
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    /*
    figcaption:not(.class) {
    	display: block;
    }
    */
  }
  .fb-gallery__a--3x .box-focus__img {
    flex: 1;
    height: auto;
    margin: 0;
    max-width: 33.333%;
  }
}
.alert-sky {
  color: #2c516d;
  background-color: #f8fbfd;
  border-color: #559bd1;
}
.alert-sky hr {
  border-top-color: #418fcc;
}
.alert-sky .alert-link {
  color: #1d3649;
}
.alert-warning {
  color: #856404;
  background-color: #fffdf5;
  border-color: #ffc107;
}
.alert-warning hr {
  border-top-color: #edb100;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert {
  background-color: var(--alert-bg, transparent);
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 16px;
  border-radius: 4px;
  color: #333333;
}
.alert .advice {
  margin: 0;
}
.alert .advice__icon .icon:before, .alert .advice__icon .offer__list-item p:first-child:before, .offer__list-item .alert .advice__icon p:first-child:before {
  color: var(--advice-icon-color, currentColor);
}
.alert__body {
  padding: 8px;
}
.alert__header {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 48px;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 19px 16px 16px;
  color: inherit;
}
.alert-dismissible .close .icon, .alert-dismissible .close .offer__list-item p:first-child:before, .offer__list-item .alert-dismissible .close p:first-child:before {
  line-height: 16px;
  display: block;
}
.alert-dismissible .close .icon:before, .alert-dismissible .close .offer__list-item p:first-child:before, .offer__list-item .alert-dismissible .close p:first-child:before {
  font-size: 16px;
  height: 16px;
}
.alert-dismissible .advice + .close {
  padding: 8px 16px 8px;
  min-height: 40px;
}
/*
.alert-danger {
	background-color: #ffebeb;
	.advice__icon .icon:before {
		color: $danger;
	}
	&.alert-border {
		border-color: $danger;
	}
}
*/
.alert-danger {
  --alert-bg: #ffebeb;
  --alert-border-color: #D70000;
  --advice-icon-color: #D70000;
}
.alert-secondary {
  --alert-bg: #e5e5f0;
  --alert-border-color: #525199;
  --advice-icon-color: #525199;
}
.alert-info,
.alert-sky {
  --alert-bg: #f3f8fc;
  --alert-border-color: #559bd1;
  --advice-icon-color: #559bd1;
}
.alert-lime-60 {
  --alert-bg: #e3ea8f;
  --advice-icon-color: #333333;
}
@media (min-width: 768px) {
  .alert:not(.alert--mini) {
    padding-top: 16px;
    padding-left: 24px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .alert:not(.alert--mini) {
    font-size: 16px;
    line-height: 24px;
  }
  .alert--mini,
  .alert--mini .advice__title,
  .alert--mini .advice__body {
    font-size: 14px;
    line-height: 20px;
  }
  .alert--mini .advice__icon .icon:before, .alert--mini .advice__icon .offer__list-item p:first-child:before, .offer__list-item .alert--mini .advice__icon p:first-child:before {
    font-size: 24px;
    height: 24px;
  }
  .alert-dismissible .close {
    padding: 19px 16px 16px;
  }
}
.alert-bg-teal {
  background-color: #00AFB1 !important;
  --advice-icon-color: white !important;
}
.alert-bg-fuchsia {
  background-color: #ab0066 !important;
  --advice-icon-color: white !important;
}
.alert-bg-indigo {
  background-color: #525199 !important;
  --advice-icon-color: white !important;
}
.alert-bg-sky {
  background-color: #559bd1 !important;
  --advice-icon-color: white !important;
}
.alert-bg-lime {
  background-color: #d0d93c !important;
  --advice-icon-color: white !important;
}
.alert-bg-leaf {
  background-color: #349651 !important;
  --advice-icon-color: white !important;
}
.alert-bg-violet25 {
  background-color: #7724FF !important;
  --advice-icon-color: white !important;
}
.alert-bg-sky25 {
  background-color: #89D6FD !important;
  --advice-icon-color: white !important;
}
.alert-bg-maroon25 {
  background-color: #4D0020 !important;
  --advice-icon-color: white !important;
}
.alert-bg-raspberry25 {
  background-color: #D40199 !important;
  --advice-icon-color: white !important;
}
.alert-bg-blush25 {
  background-color: #F689FD !important;
  --advice-icon-color: white !important;
}
.alert-bg-sun25 {
  background-color: #FFE100 !important;
  --advice-icon-color: white !important;
}
.alert-bg-primary {
  background-color: #ff6200 !important;
  --advice-icon-color: white !important;
}
.alert-bg-secondary {
  background-color: #525199 !important;
  --advice-icon-color: white !important;
}
.alert-bg-black {
  background-color: #000 !important;
  --advice-icon-color: white !important;
}
.alert-bg-gray-800 {
  background-color: #333333 !important;
  --advice-icon-color: white !important;
}
@keyframes bgload {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*

CASSATO

%bg-loading {
	// Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+18,1e5799+36,1e5799+39,1e5799+39,ffffff+56,ffffff+100
	//background: linear-gradient(135deg, rgba($primary, 0.2) 0, rgba($primary, 0.2) 44%, $white 48%, $white 52%, rgba($primary, 0.2) 56%, rgba($primary, 0.2) 100%);
	background: repeating-linear-gradient(-45deg, rgba($primary, 0.2), rgba($primary, 0.2) 8px, $white 8px, $white 40px);
	background-size: 999% 100%;
	animation: bgload 99s linear infinite;
}

*/
figure {
  margin: 0;
  max-height: 100%;
  overflow: hidden;
}
figure > div {
  border-radius: 4px;
  overflow: hidden;
}
figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  /*
  transform: scale3d(1, 1, 1);
  @extend %transition-base;
  */
}
picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*
a {
	&:focus,
	&:hover {
		figure {
			@extend %figure-hover;
		}
	}
}
*/
@media (min-width: 768px) {
  figure > div {
    border-radius: 8px;
  }
}
figure > div.noradius {
  border-radius: 0;
}
/*
@include media-breakpoint-up(lg) {
	%figure-hover {
		img {
			transform: scale3d(1.02, 1.02, 1);
		}
	}
}
*/
.partner figure > div {
  border-radius: 0;
}
.partner picture img {
  height: auto;
  max-width: var(--img-mw, 100%);
  object-fit: contain;
  width: auto;
}
.partner .boxed-link--square .boxed-link__header .icon, .partner .boxed-link--square .boxed-link__header .offer__list-item p:first-child:before, .offer__list-item .partner .boxed-link--square .boxed-link__header p:first-child:before {
  margin: 0;
}
.partner .boxed-link__cnt {
  padding: 16px 0;
}
.partner__a {
  background: none !important;
  border: 0;
}
@media (min-width: 1280px) {
  .partner {
    --img-mw: 192px;
  }
}
.form__header {
  padding-top: 24px;
  margin-bottom: 16px;
}
.form__card {
  background-color: #fff;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 3px solid rgba(168, 168, 168, 0.65);
  overflow: hidden;
  border-radius: 4px;
  padding: 16px 16px 24px;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .form__card {
    margin-left: -8px;
    margin-right: -8px;
  }
  .form__card--md {
    margin-left: -16px;
    margin-right: -16px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }
}
.form-group {
  margin-bottom: 16px;
}
.form-group label, .form-group .ui-slider-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.form-control {
  background-color: #fff;
  border: solid 1px #a8a8a8;
  box-shadow: 0px 2px 2px 0px #d5d5d5 inset;
}
.form-control:focus {
  border-color: #525199;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control--naked {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 0;
  box-shadow: none !important;
}
.form-date {
  display: flex;
  align-items: center;
}
.form-date .form-control {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  text-align: center;
}
.form-date .form-control::-webkit-input-placeholder {
  text-align: center;
}
.form-date .form-control:-moz-placeholder {
  text-align: center;
}
.form-date .form-control::-moz-placeholder {
  text-align: center;
}
.form-date .form-control:-ms-input-placeholder {
  text-align: center;
}
.form-date .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-date .form-control:focus:-moz-placeholder {
  color: transparent;
}
.form-date .form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-date .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.custom-select {
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  */
  appearance: none;
}
.custom-select:is([disabled], .disabled) {
  border-color: #d9d9d9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.25' viewBox='0 0 16 9.25'%3E%3Cpath d='M8 9.25c-0.16 0-0.32 0-0.32-0.16L0.14 1.56C0 1.41 0 1.41 0 1.25s0-0.32 0.16-0.32l0.79-0.79C1.09 0 1.09 0 1.25 0c0.16 0 0.31 0 0.31 0.16L8 6.59l6.43-6.43C14.59 0 14.59 0 14.75 0c0.16 0 0.32 0 0.32 0.16l0.79 0.79C16 1.09 16 1.09 16 1.25c0 0.16 0 0.31-0.16 0.31L8.31 9.09C8.31 9.25 8.16 9.25 8 9.25z' fill='%23A8A8A8'/%3E%3C/svg%3E");
}
.custom-select:focus {
  border-color: #525199;
}
.form-dd__cnt,
.form-mm__cnt {
  flex: 0 0 48px;
  max-width: 48px;
}
.form-yyyy__cnt {
  flex: 0 0 60px;
  max-width: 60px;
}
.form-date__sep {
  flex: 0 0 auto;
}
.input-group-append .btn {
  border: 1px solid #a8a8a8;
}
.input-group-append .icon, .input-group-append .offer__list-item p:first-child:before, .offer__list-item .input-group-append p:first-child:before {
  margin: 0 !important;
}
.form-check-input {
  outline: none;
}
@media (min-width: 768px) {
  .form__header {
    margin-bottom: 32px;
  }
}
.form__footer {
  padding: 8px 0 0;
  text-align: center;
  align-items: center;
}
.form__footer > * + * {
  margin-top: 40px;
}
.pin__ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  counter-reset: pin;
}
.pin__li {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #ff6200;
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  counter-increment: pin;
}
.pin__li:after {
  content: counter(pin);
  display: block;
  text-align: center;
  padding: 20px 0 0;
}
.pin__li.current:after {
  font-weight: 700;
}
.pin__li.disabled {
  background-color: #d9d9d9;
  border-radius: 3px;
  border-color: #d9d9d9;
}
.pin__li.disabled:after {
  display: none;
}
.pin__li.done {
  background-color: #ff6200;
}
.pin__li + .pin__li {
  margin-left: 24px;
}
.custom-control {
  min-height: 20px;
  padding-left: 32px;
}
.custom-control-label {
  font-size: 16px;
}
.custom-control-label:before, .custom-control-label:after {
  width: 20px;
  height: 20px;
  left: -32px;
  top: 0;
}
.custom-control-label + p {
  color: #767676;
}
.custom-control-label:before {
  box-shadow: inset 0 2px 2px 0 #d9d9d9;
}
.custom-control-input:checked ~ .custom-control-label:before,
.custom-control-label:is(.is-valid, .is-invalid):before {
  box-shadow: none;
}
.custom-control-inline {
  margin-right: 32px;
}
.custom-control-input:is(.is-valid, .is-invalid) ~ .custom-control-label,
.was-validated .custom-control-input:is(.is-valid, .is-invalid) ~ .custom-control-label {
  color: inherit;
}
.custom-radio-inline {
  min-width: 70px;
}
.custom-radio .custom-control-label:before {
  border-color: #a8a8a8;
  background-color: #fff;
}
.custom-radio .custom-control-input.is-valid:checked ~ .custom-control-label:after,
.custom-radio .was-validated .custom-control-input:valid:checked ~ .custom-control-label:after {
  color: #ff6200;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  color: #ff6200;
  border-color: #a8a8a8;
  background-color: #fff;
}
.custom-radio .custom-control-label:after {
  border-radius: 50%;
}
/* purgecss start ignore */
.custom-radio .custom-control-input:focus ~ .custom-control-label:after {
  z-index: 1;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #525199, 0 0 0 6px #fff;
}
/* purgecss end ignore */
.custom-switch {
  align-items: center;
  display: flex;
  height: 100%;
  min-height: 0;
  padding-left: 36px;
}
.custom-switch .custom-control-label, .custom-switch .custom-control-label:before {
  height: 16px;
}
.custom-switch .custom-control-label:before {
  height: 16px;
  margin: 0;
  width: 36px;
  border-radius: 10px;
  border: solid 1px #a8a8a8;
  background-color: #e9ecef;
}
.custom-switch .custom-control-label:after {
  top: -2px;
  left: -38px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: left 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: left 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;
  border: solid 1px #a8a8a8;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background: #349651;
  border-color: #349651;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  left: -30px;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a8a8a8;
}
/*
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}
*/
.table--radio {
  border-bottom: 0;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #525199, 0 0 0 6px #fff;
}
/*
	[type=number]::-webkit-inner-spin-button,
	[type=number]::-webkit-outer-spin-button { display: none; }
*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
:is(form, .form, fieldset) :is(.disabled, :disabled) {
  color: #a8a8a8;
}
:is(form, .form, fieldset) :is(.disabled, :disabled) .form-control {
  background-color: #fff;
  border-color: #a8a8a8;
  color: #a8a8a8;
}
:is(form, .form, fieldset) :is(.disabled, :disabled) .spinner__btn .icon:before, :is(form, .form, fieldset) :is(.disabled, :disabled) .spinner__btn .offer__list-item p:first-child:before, .offer__list-item :is(form, .form, fieldset) :is(.disabled, :disabled) .spinner__btn p:first-child:before {
  color: #d9d9d9;
}
legend {
  font-size: inherit;
}
.form-group-invalid .form-control {
  border-color: #D70000;
}
.invalid-feedback {
  font-size: inherit;
  color: inherit;
}
.invalid-feedback .icon, .invalid-feedback .offer__list-item p:first-child:before, .offer__list-item .invalid-feedback p:first-child:before {
  align-items: center;
  color: #D70000;
  display: flex;
  font-size: 1em;
  line-height: 1;
}
.form-select {
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiAkJCQvR2VuZXJhbFN0ci8xOTY9QWRvYmUgSWxsdXN0cmF0b3IgMjcuNi4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxpdmVsbG9fMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMi4zIDcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIuMyA3LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS42LDBIMC43QzAuMSwwLTAuMiwwLjcsMC4yLDEuMmw1LjUsNi4yYzAuMywwLjMsMC44LDAuMywxLjEsMGw1LjUtNi4yQzEyLjUsMC43LDEyLjIsMCwxMS42LDB6Ii8+DQo8L3N2Zz4NCg==);
  background-position: calc(100% - 12px) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  overflow: hidden;
  padding-right: 32px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.disabled .form-group {
  position: relative;
}
.disabled .form-group:before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .table--radio td {
    border: 0;
    border-top: 1px solid #d9d9d9;
    display: block;
    padding: 16px 0;
    width: 100%;
  }
  .table--radio tr:first-child td:first-child {
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .form__footer > * + * {
    margin-top: 0;
  }
  .form__card {
    margin-bottom: 24px;
    padding: 16px 16px 40px;
  }
  .form__card__small {
    font-size: 14px;
    line-height: 20px;
  }
  .table--radio {
    border-bottom: 0;
    table-layout: fixed;
  }
  .table--radio td {
    border-bottom: 0;
    border-left: 1px solid #d9d9d9;
    padding: 16px 8px 16px 16px;
  }
  .table--radio td:first-child {
    border-left: 0;
    padding-left: 0;
  }
  .table--radio tr + tr td {
    border-top: 1px solid #d9d9d9;
  }
  .table--radio tr:first-child td {
    border-top: 0;
    padding-top: 8px;
  }
  .custom-radio .custom-control-label:before, .custom-radio .custom-control-label:after {
    top: 2px;
  }
  /*

  #14551

  .form-prev {
  	.form-control,
  	.form-group label,
  	.form-group .ui-slider-label {
  		font-size: 19px;
  		line-height: 28px;
  	}
  }

  */
}
/*
.loader__cnt::is(:not([style='block'])) + #searchresults_container .row.justify-content-center:empty {
	&:before {
		content: 'Nessun risultato trovato';
		display: block;
		margin-top: $spacer;
		padding: 0 $spacer;
		width: 100%;
	}
}
*/
.loader__cnt {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 16px;
  margin: 40px auto;
  text-align: center;
}
.loader__cnt p {
  margin: 0;
}
@keyframes spin {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.loader {
  animation: spin 1s linear infinite;
  border-radius: 100%;
  border: 4px solid #d9d9d9;
  border-top-color: #ff6200;
  height: 32px;
  width: 32px;
}
/*
@include media-breakpoint-up(md) {
	.loader { border-width: map-get($spacers, 2); width: 4 * $spacer; height: 4 * $spacer; }
}
*/
.flip-card-inner {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: visible;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-card-inner,
.flip-card-front,
.flip-card-back {
  border-radius: 4px;
}
.flip-card-footer {
  padding: 0 16px 16px;
  text-align: center;
  flex: 0 0 auto;
}
.flip-card-front,
.flip-card-back {
  background: #fff;
  height: 100%;
}
.flip-card-front {
  position: relative;
  z-index: 1;
  transform: rotate3d(0, 1, 0, 0deg);
}
.flip-card-back {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.flip-card {
  overflow: visible;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.flip-card.active .flip-card-front {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate3d(0, 1, 0, 0deg);
}
.flip-card.active .flip-card-back {
  position: relative;
  z-index: 1;
  transform: rotate3d(0, 1, 0, -180deg);
}
.flip-card.active .flip-card-inner {
  transform: rotate3d(0, 1, 0, 180deg);
}
.flip-card-front,
.active .flip-card-back {
  visibility: visible;
}
.active .flip-card-front,
.flip-card-back {
  visibility: hidden;
}
.boxed-link__icon-close {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .flip-card-inner,
  .flip-card-front,
  .flip-card-back {
    border-radius: 8px;
  }
  .flip-card-footer {
    padding-bottom: 24px;
  }
}
.pill-tags li {
  float: left;
  margin: 0 12px 8px 0;
}
.pill-tags .pill-tag {
  float: left;
}
.pill-tag {
  align-items: center;
  background: var(--pill-bg, #fff);
  border-radius: 16px;
  border: 1px solid var(--pill-border-color, #a8a8a8);
  color: var(--pill-color, #333333);
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
}
.pill-tag.active:before {
  color: #525199;
  margin-right: 8px;
  float: left;
  margin-top: 2px;
}
.pill-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.pill-tag--big {
  border-radius: 36px;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.pill-tag--big :is(.primary, .text-primary) {
  --pill-color: #ff6200;
}
.pill-tag--block {
  float: none;
  display: inline-flex;
}
.pill-tag--primary {
  --pill-bg: #fff;
  --pill-border-color: #ff6200;
  --pill-color: #ff6200;
}
.pill-tag--secondary {
  --pill-bg: #e5e5f0;
  --pill-border-color: #525199;
  --pill-color: #525199;
}
.pill-tag--sky {
  --pill-bg: #559bd1;
  --pill-border-color: #559bd1;
  --pill-color: #fff;
}
.pill-tag--icon {
  gap: 8px;
}
.pill-tag--icon span {
  align-items: center;
  display: flex;
}
.pill-tag:is(a, button):is(:focus, :hover, :active, .active) {
  background: var(--pill-hover-bg, #e5e5f0);
  border-color: var(--pill-hover-border-color, #525199);
  color: var(--pill-hover-color, #525199);
}
.pill-tag--primary {
  --pill-hover-bg: #ff6200;
  --pill-hover-border-color: #ff6200;
  --pill-hover-color: #fff;
}
.pill-tag--secondary {
  --pill-hover-bg: #525199;
  --pill-hover-color: #fff;
}
.pill-tag--sky {
  --pill-hover-bg: #e8f3fa;
  --pill-hover-border-color: #559bd1;
  --pill-hover-color: #559bd1;
}
.spinner {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #696969;
  font-weight: 700;
  margin-bottom: 16px;
}
.spinner .input-group-text {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  line-height: 100%;
  padding: 0;
  width: 40px;
}
.spinner .form-control {
  background: transparent;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  font-weight: 700;
  text-align: center;
}
.spinner .form-control:focus {
  z-index: 1;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #525199, 0 0 0 6px #fff;
}
.spinner .icon, .spinner .offer__list-item p:first-child:before, .offer__list-item .spinner p:first-child:before {
  display: block;
  height: 16px;
}
.spinner .icon:before, .spinner .offer__list-item p:first-child:before, .offer__list-item .spinner p:first-child:before {
  color: #ff6200;
  font-size: 16px;
}
.spinner:is(.disabled, :disabled) {
  color: #a8a8a8;
  position: relative;
}
.spinner:is(.disabled, :disabled):after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.spinner__btn:disabled .icon:before, .spinner__btn:disabled .offer__list-item p:first-child:before, .offer__list-item .spinner__btn:disabled p:first-child:before {
  color: #d9d9d9;
}
.flagged-text--icon {
  border-bottom: 1px solid #F7F4F1;
}
.flagged-text--icon figure {
  margin-bottom: 8px;
}
.flagged-text--icon figure img {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .flagged-text--icon figure img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
}
@media (min-width: 1280px) {
  .flagged-text .row {
    flex-wrap: nowrap;
    margin: 0;
  }
  .flagged-text [class^=col] {
    padding-left: 0;
    padding-right: 0;
  }
  .flagged-text [class^=col] + div {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 24px;
  }
}
.panel {
  border: 1px solid #d9d9d9;
}
.panel .table {
  border: 0;
}
.panel td {
  padding: 16px 0;
}
.panel tr:first-child td {
  border-top: 0;
}
.panel__left,
.panel__right {
  padding: 24px 16px;
  display: flex;
}
.panel,
.panel__left {
  border-radius: 4px;
}
.panel__icon {
  flex: 0 0 auto;
  padding-right: 20px;
}
.panel__icon .icon:before, .panel__icon .offer__list-item p:first-child:before, .offer__list-item .panel__icon p:first-child:before {
  font-size: 32px;
  height: 32px;
}
.panel__left {
  background: #fff;
}
.panel__left .panel__icon:empty {
  display: none;
}
.panel__cnt {
  flex: 1 1 100%;
  max-width: 100%;
}
.panel__header {
  padding-bottom: 8px;
}
.panel big {
  font-size: 24px;
  line-height: 28px;
  vertical-align: baseline;
}
.panel--arrow .panel__left {
  position: relative;
}
.panel--arrow .panel__left:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #fff transparent transparent transparent;
}
.panel--info {
  background: #e8f3fa;
}
.panel--info :is(td, hr) {
  border-color: #559bd1;
}
.panel--info .panel__icon .icon:before, .panel--info .panel__icon .offer__list-item p:first-child:before, .offer__list-item .panel--info .panel__icon p:first-child:before {
  color: #559bd1;
}
.panel--gray-primary {
  background: #ff6200;
}
.panel--gray-primary .panel__left {
  background: #F7F4F1;
}
.panel--gray-primary .panel__left .panel__title {
  color: #ff6200;
}
.panel--gray-primary .panel__left :is(td, hr) {
  border-color: #ff6200;
}
.panel--gray-primary .panel__right {
  color: #fff;
}
.panel--gray-primary .panel__right :is(td, hr) {
  border-color: #fff;
}
.panel--gray-primary.panel--arrow .panel__left:after {
  border-color: #F7F4F1 transparent transparent transparent;
}
.panel--gray-primary .panel__icon .icon:before, .panel--gray-primary .panel__icon .offer__list-item p:first-child:before, .offer__list-item .panel--gray-primary .panel__icon p:first-child:before {
  color: #fff;
}
.panel--secondary {
  background: #e5e5f0;
}
.panel--secondary :is(td, hr) {
  border-color: #525199;
}
.panel--secondary .panel__icon .icon:before, .panel--secondary .panel__icon .offer__list-item p:first-child:before, .offer__list-item .panel--secondary .panel__icon p:first-child:before {
  color: #525199;
}
.panel__calcolatore-result {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 16px;
  background: #fff;
  color: #ff6200;
  text-align: center;
}
@media (min-width: 768px) {
  .panel__left,
  .panel__right {
    height: 100%;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .panel,
  .panel__title {
    font-size: 19px;
    line-height: 28px;
  }
  .panel__header {
    min-height: 64px;
  }
  .panel {
    display: flex;
    min-height: 256px;
  }
  .panel--arrow .panel__left {
    padding-right: 40px;
  }
  .panel--arrow .panel__left:after {
    border-color: transparent transparent transparent #fff;
    border-width: 16px 0 16px 16px;
    left: 100%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .panel--arrow .panel__right {
    padding-left: 20px;
  }
  .panel--gray-primary.panel--arrow .panel__left:after {
    border-color: transparent transparent transparent #F7F4F1;
  }
}
.slider__cnt {
  margin-bottom: 40px;
  margin-top: 16px;
  padding-right: 24px;
  position: relative;
}
div + .slider__cnt {
  margin-top: 24px;
}
.slider__cnt:is(.disabled, :disabled),
:is(.disabled, :disabled) .slider__cnt {
  color: #a8a8a8;
  position: relative;
}
.slider__cnt:is(.disabled, :disabled) .ui-slider,
:is(.disabled, :disabled) .slider__cnt .ui-slider {
  z-index: 0;
}
.slider__cnt:is(.disabled, :disabled) .ui-widget-header,
:is(.disabled, :disabled) .slider__cnt .ui-widget-header {
  background: #d9d9d9;
}
.slider__cnt:is(.disabled, :disabled) .ui-slider-handle,
:is(.disabled, :disabled) .slider__cnt .ui-slider-handle {
  background: #F7F4F1;
  border-color: #d9d9d9;
}
.slider__cnt:is(.disabled, :disabled):after,
:is(.disabled, :disabled) .slider__cnt:after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: -8px;
  bottom: -40px;
  right: -8px;
}
.slider__cnt:is(.disabled, :disabled) .spinner__btn .icon:before, .slider__cnt:is(.disabled, :disabled) .spinner__btn .offer__list-item p:first-child:before, .offer__list-item .slider__cnt:is(.disabled, :disabled) .spinner__btn p:first-child:before,
:is(.disabled, :disabled) .slider__cnt .spinner__btn .icon:before,
:is(.disabled, :disabled) .slider__cnt .spinner__btn .offer__list-item p:first-child:before,
.offer__list-item :is(.disabled, :disabled) .slider__cnt .spinner__btn p:first-child:before {
  color: #d9d9d9;
}
.slider-labels {
  display: flex;
  inset: 0 0 auto;
  justify-content: space-between;
  position: absolute;
}
.slider-labels .ui-slider-label {
  top: 4px;
  position: static;
}
.slider-labels .ui-slider-label:first-child {
  justify-content: flex-start;
}
.slider-labels .ui-slider-label:last-child {
  justify-content: flex-end;
}
.pipe__row {
  margin-left: 0;
  margin-right: 0;
}
.pipe__row [class^=col] {
  padding-left: 0;
  padding-right: 0;
}
.pipe__row [class^=col] + [class^=col] {
  border-left: 2px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
}
.pipe__row [class^=col-md] + [class^=col-md] {
  border-left: 0;
  border-top: 2px solid #d9d9d9;
}
.pipe__article {
  text-align: center;
  padding: 32px 0;
}
.pipe__header {
  flex: 0 0 auto;
}
.pipe__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.pipe__body {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .pipe__article {
    height: 100%;
    padding-top: 0;
  }
  .pipe__row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .pipe__row [class^=col] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pipe__row [class^=col-md] + [class^=col] {
    border-top: 0;
    border-left: 2px solid #d9d9d9;
  }
}
@media (min-width: 1280px) {
  .pipe__row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .pipe__row [class^=col] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tooltip {
  top: 0;
}
.tooltip-inner {
  padding: 0 10px;
  border-radius: 4px;
}
.brand {
  padding-bottom: 32px;
}
.brand__figure {
  overflow: hidden;
  margin: var(--brand-figure-m, 0 auto 32px);
  display: flex;
  justify-content: center;
}
.brand__img {
  max-width: 100%;
  width: var(--brand-img-w, 136px);
  display: block;
  border-radius: 100%;
}
.brand__title {
  font-size: var(--brand-title-fs, 19px);
  font-weight: 700;
  line-height: var(--brand-title-lh, 28px);
  margin-bottom: 16px;
}
.brand__text {
  font-size: 16px;
  line-height: var(--brand-body-lh, 20px);
}
@media (min-width: 768px) {
  .brand {
    --brand-body-lh: 24px;
    --brand-figure-m: 0;
    --brand-img-w: 160px;
    --brand-title-fs: 24px;
    --brand-title-lh: 32px;
    padding-bottom: 96px;
  }
}
.proof {
  padding-bottom: 32px;
  position: relative;
  text-align: center;
  z-index: 0;
}
.proof [class^=col] {
  position: static;
}
.proof:before {
  content: "";
  display: flex;
  position: absolute;
  inset: 71px -10vw 0;
  z-index: -1;
}
.proof:after {
  content: "";
  display: block;
  padding-bottom: 0.1px;
}
.proof__figure {
  border-radius: 99%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
  padding: 15px;
  width: 142px;
}
.proof__img {
  border-radius: 99%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.proof__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 16px;
}
.proof__text {
  font-size: 14px;
  line-height: 20px;
}
.proof__footer {
  margin-top: 32px;
}
.proof__footer p {
  margin-bottom: 0;
}
.proof__footer p + p {
  margin-top: 16px;
}
.proof__footer strong {
  color: #767676;
  display: block;
  font-size: 19px;
  line-height: 28px;
}
.proof__footer big {
  color: #333333;
  font-size: 24px;
  line-height: 32px;
}
.proof__footer > div + div {
  margin-top: 32px;
}
.proof__footer small {
  font-size: 12px;
  line-height: 16px;
  display: block;
}
.proof__title,
.proof__text,
.proof__footer {
  padding-left: 16px;
  padding-right: 16px;
}
.proof--bg-gray-100:before,
.proof--bg-gray-100 .proof__figure {
  background-color: #F7F4F1;
}
.proof--bg-white:before,
.proof--bg-white .proof__figure {
  background-color: #fff;
}
.proof-v24 {
  border-radius: 8px;
  margin: 0 auto;
  padding: 0;
}
.proof-v24 p:last-child {
  margin-bottom: 0;
}
.proof-v24:before, .proof-v24:after {
  display: none;
}
.proof-v24__stars {
  background: #d9d9d9;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 16px;
}
.proof-v24__stars__n {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.proof-v24__main {
  padding: 16px;
}
.proof-v24__main .proof__title {
  font-size: 24px;
  line-height: 32px;
}
.proof-v24__main .proof__text {
  font-size: 16px;
  line-height: 24px;
}
.proof-v24__half-star {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.proof-v24__half-star .icon-top-fund:not(.text-transparent) {
  inset: var(--inset, 0 auto 0 0);
  overflow: hidden;
  position: absolute;
  width: var(--w, 50%);
}
.proof-v24__half-star .text-white {
  --inset: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .proof:before {
    top: 92px;
  }
  .proof__figure {
    margin-bottom: 0;
    padding: 20px;
    width: 184px;
  }
  .proof__img {
    width: 144px;
  }
  .proof__title {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 16px;
  }
  .proof__text {
    font-size: 16px;
    line-height: 24px;
  }
  .proof__footer strong {
    font-size: 24px;
    line-height: 32px;
  }
  .proof__footer big {
    font-size: 32px;
    line-height: 40px;
  }
  .proof__footer > div {
    padding: 0 16px;
  }
  .proof__footer > div + div {
    margin-top: 0;
  }
  .proof__footer small {
    font-size: 14px;
    line-height: 20px;
  }
  .proof-v24 {
    padding: 0;
    max-width: 1000px;
    display: flex;
  }
  .proof-v24 .proof__title {
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 30px;
  }
  .proof-v24 .proof__text {
    padding: 0;
    font-size: 19px;
    line-height: 28px;
    margin: 0;
  }
  .proof-v24__stars {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 40px;
    width: 400px;
  }
  .proof-v24__main {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    justify-content: center;
    line-height: 28px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
  }
  .proof-v24__main,
  .proof-v24__stars {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .proof {
    padding-bottom: 48px;
  }
  .proof__title {
    font-size: 32px;
    line-height: 40px;
  }
  .proof__text {
    font-size: 19px;
    line-height: 28px;
  }
  .proof__footer big {
    font-size: 36px;
    line-height: 44px;
  }
  .proof-v24 {
    padding: 0;
  }
}
.offer {
  border-radius: 4px;
  padding-bottom: 40px;
}
.offer big {
  font-size: 24px;
  line-height: 32px;
}
.offer .bigger {
  font-size: 48px;
  line-height: 56px;
}
.offer p {
  margin-bottom: 16px;
  vertical-align: baseline;
}
.offer p:last-child {
  margin: 0;
}
.offer h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.offer .offer__title,
.offer h3.offer__title {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.offer__header {
  padding: 24px 16px;
  border-radius: 4px;
}
.offer__body {
  padding: 24px 16px 0;
}
.offer__body .feature-list {
  margin-bottom: 40px;
}
.offer__list-item p {
  padding-left: 23px;
  position: relative;
}
.offer__list-item p:last-child {
  margin-bottom: 8px;
}
.offer__list-item p:first-child:before {
  display: block;
  padding-right: 8px;
  font-family: "ing-iconfont";
  color: #ff6200;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.offer__1,
.offer__2 {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.offer__2,
.offer__3 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #a8a8a8;
}
.offer__footer {
  padding: 0;
  margin-top: 40px;
}
.offer__square {
  border-radius: 4px;
  text-align: center;
  padding: 24px 16px 0;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.offer__square .icon, .offer__square .offer__list-item p:first-child:before, .offer__list-item .offer__square p:first-child:before {
  font-size: 32px;
}
.offer__square big {
  font-size: 28px;
  line-height: 36px;
}
.offer__square .h2 big {
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}
.offer__square__header {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
.offer__square__header big {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
.offer__square__title {
  font-weight: 700;
  margin-bottom: 24px;
}
.offer__square-advice {
  position: relative;
  z-index: 0;
}
.offer__square-advice .alert {
  padding: 22px 16px 14px;
  position: relative;
  z-index: -1;
  margin-top: -8px;
  border: 0;
  margin-bottom: 0;
}
.offer__square-advice .advice__text {
  padding-left: 12px;
}
.offer__optional {
  margin: 16px 0 0;
}
.offer--flxtbl .offer__body {
  display: block;
}
@media (min-width: 768px) {
  .offer--flxtbl .offer__body {
    padding-top: 16px;
  }
}
.offer--flxtbl .offer__footer {
  padding-left: 16px;
  padding-right: 16px;
}
.offer22v2 .feature-list > ul > li {
  margin-bottom: 16px;
  padding-left: 24px;
  text-align: left;
}
.offer22v2_1 .feature-list {
  margin-bottom: 40px;
}
.offer22v2_1 .offer__square,
.offer22v2_2 {
  padding-bottom: 0.1px;
  height: 100%;
}
.offer22v2_2 .offer__square {
  border: 0;
  padding-bottom: 0.1px;
}
.offer22v2_2 .offer__square span {
  white-space: nowrap;
}
.offer22v2_2 .offer__square__header .row {
  margin-right: -16px;
}
.offer22v2_2 .pill-tag {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.offer22v2_2__row {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 -16px;
  gap: 16px;
}
.v23-1 {
  font-size: 16px;
  line-height: 24px;
  padding: 40px 0;
}
.v25-1 .slick-arrow {
  background-color: transparent;
  position: absolute;
  transform: translate3d(0, -50%, 0);
}
.v25-1 .slick-arrow:before {
  background-size: auto 24px;
}
.v25-1 .slick-next {
  inset: 50% 0 auto auto;
}
.v25-1 .slick-prev {
  inset: 50% auto auto 0;
}
.v25-1-slick-figure figure {
  display: block !important;
}
.v25-1-slick-figure figure > div {
  border-radius: 0;
}
.v25-1-slick-figure img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  object-fit: none;
  width: auto;
}
.v25-1-slick-figure .slick-slide > div > div {
  display: block !important;
}
.v25-1-slick-txt {
  font-size: 19px;
  line-height: 28px;
}
.v25-2 {
  --dot-active-bg: #ff6200;
  --dot-active-w: 12px;
  --dot-bg: #a8a8a8;
  --dot-w: 8px;
  isolation: isolate;
}
.v25-2 .slick-arrow {
  align-items: center;
  background: #e9ecef;
  display: flex;
  flex: 0 0 auto;
  height: 128px;
  justify-content: center;
  position: static;
  width: 64px;
  transform: none;
}
.v25-2 .slick-arrow .icon, .v25-2 .slick-arrow .offer__list-item p:first-child:before, .offer__list-item .v25-2 .slick-arrow p:first-child:before {
  color: #767676;
  font-size: 1.5rem;
}
@media (max-width: 1279.98px) {
  .v25-2 .slick-arrow {
    width: 40px;
    height: 50px;
  }
}
.v25-2 .slick-disabled {
  opacity: 0.5;
}
.v25-2 .slick-prev {
  border-radius: 0 64px 64px 0;
}
.v25-2 .slick-next {
  border-radius: 64px 0 0 64px;
}
.v25-2 .slick-dots {
  position: static;
}
.v25-2 .icon-arrow-right {
  margin-left: 16px;
}
.v25-2 .icon-arrow-left {
  margin-right: 16px;
}
.v25-2 .slick-slide {
  padding: 0 16px;
}
@media (max-width: 1279.98px) {
  .v25-2 .slick-slide {
    padding: 0;
  }
}
.v25-2 .resp-video {
  align-items: center;
  aspect-ratio: 16/9;
  background: #F7F4F1;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.v25-2 .resp-video :is(iframe, object, embed) {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
  position: static;
  width: 100%;
}
.v25-2 .slick-dots button {
  position: relative;
  background: var(--dot-bg);
  border: 0;
  height: var(--dot-w);
  width: var(--dot-w);
}
.v25-2 .slick-dots button:after {
  content: "";
  display: block;
  inset: -8px;
  position: absolute;
}
.v25-2 .slick-active {
  --dot-bg: var(--dot-active-bg);
  --dot-w: var(--dot-active-w);
}
.v25-2-slick-cnt {
  width: calc(100% - 32px - 128px);
}
@media (max-width: 1279.98px) {
  .v25-2-slick-cnt {
    width: calc(100% - 32px - 80px);
  }
}
@media (min-width: 475px) and (max-width: 767px), (min-width: 1024px) {
  .offer22v2_2__row {
    justify-content: center;
  }
  .offer22v2_2__row > span:not([class]) {
    padding: 0 16px;
  }
  .offer22v2_2__row .pill-tag {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .offer--flxtbl .offer__col {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #a8a8a8;
  }
}
@media (min-width: 768px) {
  /*

  	.offer__square, .offer { border-radius: 8px; }

  	.offer__square { padding: 1.5 * $spacer 1.5 * $spacer 2 * $spacer; }

  	.offer__header { padding: 1.5 * $spacer 2 * $spacer; border-radius: 8px; }

  	.offer__body { display: flex; flex-wrap: wrap; padding: 2 * $spacer; }

  	.offer__1, .offer__2 { font-size: 24px; line-height: 28px; flex: 0 0 50%; max-width: 50%; padding: 0 1.5 * $spacer;
  		&, p { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  		p { flex: 0 0 auto; }
  		p:first-child { flex: 1 1 100%; display: flex; align-items: center; }
  	}


  	.offer__3 { flex: 0 0 100%; max-width: 100%; }

  	.offer__list-item { display: flex; justify-content: center; }

  	h3:not(.offer__title) .primary { display: block; text-align: center; font-size:32px; line-height: 40px; margin-top: 8px;}

  */
  .offer__optional {
    margin: 40px 0 80px;
  }
  .offer--flxtbl .offer__row {
    display: flex;
    gap: 32px;
  }
  .offer--flxtbl .offer__row + .offer__row {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #a8a8a8;
  }
  .offer--flxtbl .offer__col {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .offer--flxtbl .offer__col + .offer__col:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    border-left: 1px solid #a8a8a8;
  }
  .offer22v2_1 .offer__square {
    border: 0;
  }
  .offer22v2 .row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .offer22v2 .col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1280px) {
  .offer__square,
  .offer {
    border-radius: 8px;
  }
  .offer__body {
    display: flex;
    flex-wrap: wrap;
    padding: 76px 32px 32px;
  }
  .offer {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 80px;
  }
  .offer big {
    font-size: 32px;
    line-height: 60px;
  }
  .offer .bigger {
    font-size: 80px;
    line-height: 90px;
  }
  .offer .offer__title,
  .offer h3.offer__title {
    font-size: 36px;
    line-height: 48px;
  }
  .offer h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .offer__title {
    font-size: 36px;
    line-height: 48px;
  }
  .offer__footer {
    margin-top: 0;
  }
  .offer__1,
  .offer__2 {
    font-size: 24px;
    line-height: 28px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offer__1,
  .offer__1 p,
  .offer__2,
  .offer__2 p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .offer__1 p,
  .offer__2 p {
    flex: 0 0 auto;
  }
  .offer__1 p:first-child,
  .offer__2 p:first-child {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
  }
  .offer__1 {
    padding: 4px 32px 0 0;
  }
  .offer__2 {
    margin: 0;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding: 4px 0 0 32px;
  }
  .offer__3 {
    margin-top: 32px;
    padding-top: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offer__list-item {
    display: flex;
    justify-content: center;
  }
  .offer__list-item p {
    padding-left: 32px;
  }
  .offer__list-item p:first-child:before {
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .offer__list-item p:last-child {
    margin-bottom: 16px;
  }
  .offer h3:not(.offer__title) .primary {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-top: 8px;
  }
  .offer22v2 .feature-list > ul > li {
    padding-left: 32px;
  }
  .offer22v2_2 .feature-list {
    margin-bottom: 16px;
  }
  .v25-1-slick-txt {
    font-size: 24px;
    line-height: 32px;
  }
}
.cll__title, .v23-1 p:last-child, .v25-1-slick-txt p:last-child {
  margin-bottom: 0px;
}
.spacer-16-24-88, .spacer-2 {
  margin-bottom: 8px;
}
.advice,
.alert {
  margin-top: 16px;
}
.mb-16, .spacer-24-48-88, .spacer-3, .spacer-16-24-48, .spacer-16-24-32, .cards__cnt, .feature-list, .mod1__figure, .mod2__s-img, .bubbles__cnt, .pill-tags,
.advice,
.alert {
  margin-bottom: 16px;
}
.cards__cnt--connection.cards__cnt > .row > [class^=col-], .boxed-links__cnt > .row > [class^=col-] {
  padding-bottom: 16px;
}
.mod1__footer {
  margin-top: 24px;
}
.mb-24, .spacer-32-48-88, spacer-4, .spacer-24-48-104, .mod1,
.mod2, .cll-group, .boxed-links__cnt, .table--compare, .tab-content, .video__a, .fb-gallery__a, .flagged-text--icon, .panel {
  margin-bottom: 24px;
}
.cards__cnt > .row > [class^=col-], .bubbles__cnt > .row > [class^=col-], .flagged-text--icon {
  padding-bottom: 24px;
}
.spacer-32-48-104, .navbar-internal, .autocomplete__cnt, .slick-only-mobile-nowrap, .disclaimer {
  margin-bottom: 32px;
}
.row--cards, .box-focus, .focus-slick, .focus-slick.slick-dotted.slick-slider, .tc, .docs {
  margin-bottom: 48px;
}
.navbar-internal {
  margin-top: -48px;
}
.card--side, .card--original-slick {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .spacer-16-24-88, .spacer-2, .spacer-16-24-48, .spacer-16-24-32, .mod2__s-img, .pill-tags {
    margin-bottom: 24px;
  }
  .boxed-links__cnt > .row > [class^=col-] {
    padding-bottom: 24px;
  }
  .video__a, .fb-gallery__a, .panel {
    margin-bottom: 32px;
  }
  .cards__cnt > .row > [class^=col-] {
    padding-bottom: 32px;
  }
  .spacer-32-48-88, spacer-4, .spacer-24-48-88, .spacer-3, .boxed-links__cnt, .bubbles__cnt {
    margin-bottom: 40px;
  }
  .mb-md-48, .spacer-32-48-104, .spacer-24-48-104, .mod1,
  .mod2, .table--compare, .tab-content {
    margin-bottom: 48px;
  }
  .cll-group {
    margin-bottom: 56px;
  }
  .autocomplete__cnt, .box-focus, .focus-slick, .focus-slick.slick-dotted.slick-slider, .tc, .docs, .disclaimer {
    margin-bottom: 64px;
  }
  .card--side, .card--original-slick {
    margin-bottom: 88px;
  }
  .navbar-internal {
    margin-top: -88px;
  }
  .card--original-slick {
    margin-bottom: 104px;
  }
  .box-focus {
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .spacer-16-24-32, .pill-tags {
    margin-bottom: 32px;
  }
  .spacer-16-24-88, .spacer-2, .row--cards {
    margin-bottom: 40px;
  }
  .cards__cnt > .row > [class^=col-] {
    padding-bottom: 40px;
  }
  .spacer-24-48-88, .spacer-3, .spacer-16-24-48 {
    margin-bottom: 48px;
  }
  .spacer-32-48-88, spacer-4, .navbar-internal, .slick-only-mobile-nowrap {
    margin-bottom: 56px;
  }
  .feature-list, .mod1,
  .mod2, .boxed-links__cnt, .bubbles__cnt {
    margin-bottom: 64px;
  }
  .slick-only-mobile-nowrap {
    margin-bottom: 80px;
  }
  .mb-lg-88, .autocomplete__cnt, .cll-group, .table--compare, .tab-content {
    margin-bottom: 88px;
  }
  .mb-lg-104, .spacer-32-48-104, .spacer-24-48-104, .card--side, .tc, .docs, .disclaimer {
    margin-bottom: 104px;
  }
  .navbar-internal {
    margin-top: -104px;
  }
  .focus-slick, .focus-slick.slick-dotted.slick-slider {
    margin-bottom: 100px;
  }
}
.countdown {
  font-weight: bold;
}
.countdown .countdown_clock div {
  display: inline-block;
}
.countdown .countdown__icon,
.countdown .countdown__title {
  display: inline-block;
}
.countdown .countdown__header,
.countdown .countdown_clock {
  display: block;
}
@media (min-width: 768px) {
  .countdown .countdown__header,
  .countdown .countdown_clock {
    display: inline-block;
  }
}
.countdown .countdown__icon,
.countdown .countdown_days,
.countdown .countdown_hours,
.countdown .countdown_minutes {
  font-size: 28px;
  line-height: 36px;
  padding: 0 1rem;
}
.doc__title .date {
  font-weight: 200;
  font-size: 0.8rem;
}
.store {
  width: 20px;
  height: 20px;
}
.stars {
  width: var(--star-w, 13px);
  height: var(--star-h, 13px);
  background: url("../img/star.svg");
  margin-bottom: 8px;
}
.stars-1 {
  --star-w: 13px;
}
.stars-2 {
  --star-w: 28px;
}
.stars-3 {
  --star-w: 42px;
}
.stars-4 {
  --star-w: 56px;
}
.stars-5 {
  --star-w: 70px;
}
.storecomments.doc__article {
  border-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}
:root {
  --bel-py: 80px;
}
.bel {
  padding: var(--bel-py, 80px) 0;
}
.bel .a-icon {
  color: #ff6200;
}
.bel .section__header {
  margin-bottom: var(--bel-mb, 40px);
}
.bel .section__title {
  font-size: var(--bel-title-fs, 24px);
  line-height: var(--bel-title-lh, 32px);
}
.bel .section__subtitle {
  font-size: var(--bel-subtitle-fs, 19px);
  line-height: var(--bel-subtitle-lh, 28px);
  margin-top: 16px;
}
.bel__ul {
  list-style: none;
  padding: 0;
}
.bel__li {
  border-bottom: 1px solid #a8a8a8;
  font-size: 16px;
  line-height: 1.5;
}
.bel__li:first-child {
  border-top: 1px solid #a8a8a8;
}
.bel__a {
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 16px 12px;
}
.bel__a span {
  flex: 1;
  color: #333333;
}
.bel__icon {
  color: #ff6200;
  font-size: var(--bel-icon-fs, 24px);
  height: var(--bel-icon-fs, 24px);
  line-height: 1;
}
.bel__icon.icon-arrow-right {
  --bel-icon-fs: 18px;
}
@media (min-width: 1280px) {
  .bel__a:is(:focus, :hover, :active, .active) span {
    text-decoration: underline;
    text-decoration-color: #ff6200;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
  }
}
.banner-dbc {
  margin: 25px auto;
  text-align: center;
}
.banner-large {
  display: none;
  width: 100%;
}
.banner-small {
  display: inline-block;
  width: 100%;
}
@media all and (min-width: 1130px) {
  .banner-large {
    display: inline-block;
  }
  .banner-small {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .banner-sidebar {
    display: none;
  }
}
.icon-flip {
  transform: scale3d(-1, -1, 1);
}
.icon-flip-x,
.icon-reverse-x {
  transform: scale3d(-1, 1, 1);
}
.icon-flip-y,
.icon-reverse-y {
  transform: scale3d(1, -1, 1);
}
.icon-rotate-90 {
  transform: rotate3d(0, 0, 1, 90deg);
}
.icon-rotate-180 {
  transform: rotate3d(0, 0, 1, 180deg);
}
.icon-16:before {
  height: 16px;
  font-size: 16px;
}
.icon-20:before {
  height: 20px;
  font-size: 20px;
}
.icon-24:before {
  height: 24px;
  font-size: 24px;
}
.icon-32:before {
  height: 32px;
  font-size: 32px;
}
.icon-40:before {
  height: 40px;
  font-size: 40px;
}
.icon-48:before {
  height: 48px;
  font-size: 48px;
}
.icon-80:before {
  height: 80px;
  font-size: 80px;
}
.icon-112:before {
  height: 112px;
  font-size: 112px;
}
@media (min-width: 768px) {
  .icon-md-16:before {
    height: 16px;
    font-size: 16px;
  }
  .icon-md-20:before {
    height: 20px;
    font-size: 20px;
  }
  .icon-md-24:before {
    height: 24px;
    font-size: 24px;
  }
  .icon-md-32:before {
    height: 32px;
    font-size: 32px;
  }
  .icon-md-40:before {
    height: 40px;
    font-size: 40px;
  }
  .icon-md-48:before {
    height: 48px;
    font-size: 48px;
  }
  .icon-md-80:before {
    height: 80px;
    font-size: 80px;
  }
  .icon-md-112:before {
    height: 112px;
    font-size: 112px;
  }
}
@media (min-width: 1280px) {
  .icon-lg-16:before {
    height: 16px;
    font-size: 16px;
  }
  .icon-lg-20:before {
    height: 20px;
    font-size: 20px;
  }
  .icon-lg-24:before {
    height: 24px;
    font-size: 24px;
  }
  .icon-lg-32:before {
    height: 32px;
    font-size: 32px;
  }
  .icon-lg-40:before {
    height: 40px;
    font-size: 40px;
  }
  .icon-lg-48:before {
    height: 48px;
    font-size: 48px;
  }
  .icon-lg-80:before {
    height: 80px;
    font-size: 80px;
  }
  .icon-lg-112:before {
    height: 112px;
    font-size: 112px;
  }
}
.boxed-link--list.puntifisici .boxed-link__title {
  color: #696969;
}
#google-maps {
  height: 400px;
  width: 100%;
}
.cnt__article--va .cnt__body h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}
.cnt__article--va .cnt__body blockquote {
  font-size: 1rem;
  line-height: 24px;
  font-style: italic;
  border-left: 5px solid #ff6200;
  margin: 2em auto;
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 1279.98px) {
  .cnt__article--va .cnt__body blockquote {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.cnt__article--va .cnt__body img.size-full {
  width: 100%;
  height: auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.sticky--bottom {
  top: auto;
  bottom: 0;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
@media (min-width: 768px) {
  :root {
    --iv-distance: 300px;
  }
  :where(.iv, .iv-from-left, .iv-from-right, .iv-from-top, .iv-from-bottom) {
    opacity: var(--iv-opacity, 0);
    transition: opacity 1s linear, transform 1s cubic-bezier(0, 0, 0, 1);
  }
  :where(.iv, .iv-from-left, .iv-from-right, .iv-from-top, .iv-from-bottom):is(.is-into) {
    --iv-distance: 0;
    --iv-opacity: 1;
  }
  .iv,
  .iv-from-left {
    transform: translate3d(calc(-1 * var(--iv-distance)), 0, 0);
  }
  .iv-from-right {
    transform: translate3d(var(--iv-distance), 0, 0);
  }
  .iv-from-top {
    transform: translate3d(0, calc(-1 * var(--iv-distance)), 0);
  }
  .iv-from-bottom {
    transform: translate3d(0, var(--iv-distance), 0);
  }
}
.slick-slider {
  position: relative;
  /*
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  */
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") no-repeat center;
}
/* Arrows */
.slick-arrow {
  transform: translate3d(0, -50%, 0);
  border: none;
  cursor: pointer;
  height: 90px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 57px;
  z-index: 5;
  background: rgba(255, 98, 0, 0.5);
}
.slick-arrow:is(:hover, :focus) {
  outline: none;
  background: transparent;
}
.slick-arrow:is(:hover, :focus):before {
  opacity: 1;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.8;
}
.slick-arrow:before {
  background: url("../img/chevron-right-primary.svg") no-repeat center;
  content: "";
  height: 100%;
  opacity: 0.8;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-next {
  right: 0;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 42px;
}
.slick-dots {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 10px;
  justify-content: center;
  margin: 32px 0;
  position: absolute;
  width: 100%;
  top: 100%;
}
.slick-dots li {
  cursor: pointer;
  position: relative;
}
.slick-dots button {
  background-color: #F7F4F1;
  border-radius: 50%;
  border: 1px solid #ff6200;
  cursor: pointer;
  display: block;
  font-size: 0 !important;
  height: 10px;
  opacity: 0.8;
  outline: none;
  padding: 0;
  position: relative;
  width: 10px;
}
.slick-dots button:is(:hover, :focus) {
  outline: none;
  opacity: 1;
}
.slick-dots button:before {
  content: "";
  display: block;
  position: absolute;
  inset: -4px;
}
.slick-dots .slick-active button {
  background-color: #ff6200;
  opacity: 0.8;
}
/*

.slick--dark { color: $white; background-color: $gray-700;

	.slick-dots {
		button { border-color: $white; }
		.slick-active button { background-color: map-get($indigos, 1); border-color: map-get($indigos, 1); }

	}

}

*/
@media (min-width: 1280px) {
  .slick-dots {
    gap: 16px;
  }
  .slick-dots,
  .slick-dots button {
    height: 10px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
/*
.fancybox-container * {
	box-sizing: border-box;
}
*/
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0; /*@include opacity(0);*/
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0; /*@include opacity(0);*/
  position: absolute;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1; /*@include opacity(1);*/
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: #ff6200;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #fff;
}
/*
.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}
*/
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #fff;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; /*@include opacity(1);*/
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0; /*@include opacity(0);*/
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1; /*@include opacity(1);*/
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0; /*@include opacity(0);*/
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; /*@include opacity(1);*/
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1; /*@include opacity(1);*/
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1; /*@include opacity(1);*/
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0; /*@include opacity(0);*/
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1; /*@include opacity(1);*/
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1; /*@include opacity(1);*/
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Share */
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  border-bottom: 0;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0; /*@include opacity(0);*/
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; /*@include opacity(1);*/
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* a11y */
/* High contrast mode support */
@media (prefers-contrast: high) {
  .fancybox-bg {
    background: #000 !important;
  }
}
/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .fancybox-slide {
    transition: none !important;
  }
}
.social-open {
  display: flex;
}
.social-icon,
.social-icon svg {
  height: 28px;
  width: 28px;
  border-radius: 4px;
}
.at-share-btn {
  border: 0;
}
.at-share-btn + .at-share-btn {
  margin-left: 8px;
}
.cta-float-fixed .hero .cta {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
}
@media (max-width: 767.98px) {
  [class*=cta-float-active] .cta {
    display: none;
  }
  [class*=cta-float-active] .modal .cta {
    display: block;
  }
  [class*=cta-float-active] .hero .cta {
    display: inline-block;
    display: inline-flex;
    -webkit-transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
    transition: top 0.5s ease-in-out, bottom 0.5s ease-in-out;
  }
  .cta-float-fixed .hero {
    border-bottom: 40px solid #fff;
  }
  .cta-float-fixed .hero .cta {
    position: fixed;
    width: calc(100% - 32px);
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 10;
  }
  .cta-float-top .hero .cta {
    top: -100px;
  }
  .cta-float-top.cta-float-active .hero .cta {
    top: 16px;
  }
  .cta-float-top.cta-float-active.has-sticky-msg .hero .cta {
    top: 52px;
  }
  .cta-float-bottom .hero .cta {
    bottom: -100px;
  }
  .cta-float-bottom.cta-float-active .hero .cta {
    bottom: 16px;
  }
}
.bg-indigo .feature-list > ul > li:before, .bg-indigo-linear,
.bg-sky-linear,
.bg-indigo,
.bg-fuchsia,
.bg-sky {
  color: #fff;
}
.balloon {
  position: relative;
}
.balloon:after {
  content: "";
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 1;
}
.balloon-center-bottom:after {
  left: 50%;
  top: 100%;
}
.bg-indigo,
.balloon-bg-indigo:after {
  background-color: #525199;
}