@charset "UTF-8";
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .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: 1px solid #adb5bd; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.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' width='4' height='4' 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(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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: #adb5bd;
    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(0, 123, 255, 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.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;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .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;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .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 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: 0; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    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: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    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: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    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: #007bff;
    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: #b3d7ff; }
  .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: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.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; } }

.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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-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: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1900px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-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: 0.5rem 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: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    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: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.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 #ced4da;
  border-radius: 0.25rem;
  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: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

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: 1.25rem;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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 + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.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: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(0.375em + 0.1875rem) center;
  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: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.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: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.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(40, 167, 69, 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: #28a745; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center; }

.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: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.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: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

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

.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(220, 53, 69, 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: #dc3545; }

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline 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; } }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1640px; } }

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

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1900px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.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%;
    min-width: 0;
    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(: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:not(.has-validation) > .form-control:not(:last-child),
  .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group.has-validation > .form-control:nth-last-child(n + 3),
  .input-group.has-validation > .custom-select:nth-last-child(n + 3),
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
  .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-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 #ced4da;
  border-radius: 0.25rem; }
  .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: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .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; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.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: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1900px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.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.modal-static .modal-dialog {
    transform: scale(1.02); }

.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);
    height: min-content;
    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: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .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);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      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: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.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: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .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.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .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: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    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, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .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, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1899.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1900px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    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, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1900px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .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: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.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: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@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: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1899.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 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; } }
  .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.width {
        transition: none; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

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

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

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.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: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important; }

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

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

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::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: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-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: 992px) {
  .d-lg-none {
    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 (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1900px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-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.85714%; }

.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-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: 992px) {
  .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; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1900px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-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: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1900px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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;
  margin: -1px;
  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; }

.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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !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: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-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: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !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: 992px) {
  .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: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !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: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !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; } }

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

@media (min-width: 1900px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !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); }

.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: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-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: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

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

@media (min-width: 1900px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #6c757d !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;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pl-0 {
  padding-left: 0px; }

.pt-1 {
  padding-top: 1px; }

.pr-1 {
  padding-right: 1px; }

.pb-1 {
  padding-bottom: 1px; }

.pl-1 {
  padding-left: 1px; }

.pt-2 {
  padding-top: 2px; }

.pr-2 {
  padding-right: 2px; }

.pb-2 {
  padding-bottom: 2px; }

.pl-2 {
  padding-left: 2px; }

.pt-3 {
  padding-top: 3px; }

.pr-3 {
  padding-right: 3px; }

.pb-3 {
  padding-bottom: 3px; }

.pl-3 {
  padding-left: 3px; }

.pt-4 {
  padding-top: 4px; }

.pr-4 {
  padding-right: 4px; }

.pb-4 {
  padding-bottom: 4px; }

.pl-4 {
  padding-left: 4px; }

.pt-5 {
  padding-top: 5px; }

.pr-5 {
  padding-right: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.pl-5 {
  padding-left: 5px; }

.pt-6 {
  padding-top: 6px; }

.pr-6 {
  padding-right: 6px; }

.pb-6 {
  padding-bottom: 6px; }

.pl-6 {
  padding-left: 6px; }

.pt-7 {
  padding-top: 7px; }

.pr-7 {
  padding-right: 7px; }

.pb-7 {
  padding-bottom: 7px; }

.pl-7 {
  padding-left: 7px; }

.pt-8 {
  padding-top: 8px; }

.pr-8 {
  padding-right: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

.pt-9 {
  padding-top: 9px; }

.pr-9 {
  padding-right: 9px; }

.pb-9 {
  padding-bottom: 9px; }

.pl-9 {
  padding-left: 9px; }

.pt-10 {
  padding-top: 10px; }

.pr-10 {
  padding-right: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pl-10 {
  padding-left: 10px; }

.pt-11 {
  padding-top: 11px; }

.pr-11 {
  padding-right: 11px; }

.pb-11 {
  padding-bottom: 11px; }

.pl-11 {
  padding-left: 11px; }

.pt-12 {
  padding-top: 12px; }

.pr-12 {
  padding-right: 12px; }

.pb-12 {
  padding-bottom: 12px; }

.pl-12 {
  padding-left: 12px; }

.pt-13 {
  padding-top: 13px; }

.pr-13 {
  padding-right: 13px; }

.pb-13 {
  padding-bottom: 13px; }

.pl-13 {
  padding-left: 13px; }

.pt-14 {
  padding-top: 14px; }

.pr-14 {
  padding-right: 14px; }

.pb-14 {
  padding-bottom: 14px; }

.pl-14 {
  padding-left: 14px; }

.pt-15 {
  padding-top: 15px; }

.pr-15 {
  padding-right: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pl-15 {
  padding-left: 15px; }

.pt-16 {
  padding-top: 16px; }

.pr-16 {
  padding-right: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.pl-16 {
  padding-left: 16px; }

.pt-17 {
  padding-top: 17px; }

.pr-17 {
  padding-right: 17px; }

.pb-17 {
  padding-bottom: 17px; }

.pl-17 {
  padding-left: 17px; }

.pt-18 {
  padding-top: 18px; }

.pr-18 {
  padding-right: 18px; }

.pb-18 {
  padding-bottom: 18px; }

.pl-18 {
  padding-left: 18px; }

.pt-19 {
  padding-top: 19px; }

.pr-19 {
  padding-right: 19px; }

.pb-19 {
  padding-bottom: 19px; }

.pl-19 {
  padding-left: 19px; }

.pt-20 {
  padding-top: 20px; }

.pr-20 {
  padding-right: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pl-20 {
  padding-left: 20px; }

.pt-21 {
  padding-top: 21px; }

.pr-21 {
  padding-right: 21px; }

.pb-21 {
  padding-bottom: 21px; }

.pl-21 {
  padding-left: 21px; }

.pt-22 {
  padding-top: 22px; }

.pr-22 {
  padding-right: 22px; }

.pb-22 {
  padding-bottom: 22px; }

.pl-22 {
  padding-left: 22px; }

.pt-23 {
  padding-top: 23px; }

.pr-23 {
  padding-right: 23px; }

.pb-23 {
  padding-bottom: 23px; }

.pl-23 {
  padding-left: 23px; }

.pt-24 {
  padding-top: 24px; }

.pr-24 {
  padding-right: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.pl-24 {
  padding-left: 24px; }

.pt-25 {
  padding-top: 25px; }

.pr-25 {
  padding-right: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.pl-25 {
  padding-left: 25px; }

.pt-26 {
  padding-top: 26px; }

.pr-26 {
  padding-right: 26px; }

.pb-26 {
  padding-bottom: 26px; }

.pl-26 {
  padding-left: 26px; }

.pt-27 {
  padding-top: 27px; }

.pr-27 {
  padding-right: 27px; }

.pb-27 {
  padding-bottom: 27px; }

.pl-27 {
  padding-left: 27px; }

.pt-28 {
  padding-top: 28px; }

.pr-28 {
  padding-right: 28px; }

.pb-28 {
  padding-bottom: 28px; }

.pl-28 {
  padding-left: 28px; }

.pt-29 {
  padding-top: 29px; }

.pr-29 {
  padding-right: 29px; }

.pb-29 {
  padding-bottom: 29px; }

.pl-29 {
  padding-left: 29px; }

.pt-30 {
  padding-top: 30px; }

.pr-30 {
  padding-right: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pl-30 {
  padding-left: 30px; }

.pt-31 {
  padding-top: 31px; }

.pr-31 {
  padding-right: 31px; }

.pb-31 {
  padding-bottom: 31px; }

.pl-31 {
  padding-left: 31px; }

.pt-32 {
  padding-top: 32px; }

.pr-32 {
  padding-right: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.pl-32 {
  padding-left: 32px; }

.pt-33 {
  padding-top: 33px; }

.pr-33 {
  padding-right: 33px; }

.pb-33 {
  padding-bottom: 33px; }

.pl-33 {
  padding-left: 33px; }

.pt-34 {
  padding-top: 34px; }

.pr-34 {
  padding-right: 34px; }

.pb-34 {
  padding-bottom: 34px; }

.pl-34 {
  padding-left: 34px; }

.pt-35 {
  padding-top: 35px; }

.pr-35 {
  padding-right: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.pl-35 {
  padding-left: 35px; }

.pt-36 {
  padding-top: 36px; }

.pr-36 {
  padding-right: 36px; }

.pb-36 {
  padding-bottom: 36px; }

.pl-36 {
  padding-left: 36px; }

.pt-37 {
  padding-top: 37px; }

.pr-37 {
  padding-right: 37px; }

.pb-37 {
  padding-bottom: 37px; }

.pl-37 {
  padding-left: 37px; }

.pt-38 {
  padding-top: 38px; }

.pr-38 {
  padding-right: 38px; }

.pb-38 {
  padding-bottom: 38px; }

.pl-38 {
  padding-left: 38px; }

.pt-39 {
  padding-top: 39px; }

.pr-39 {
  padding-right: 39px; }

.pb-39 {
  padding-bottom: 39px; }

.pl-39 {
  padding-left: 39px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.pt-41 {
  padding-top: 41px; }

.pr-41 {
  padding-right: 41px; }

.pb-41 {
  padding-bottom: 41px; }

.pl-41 {
  padding-left: 41px; }

.pt-42 {
  padding-top: 42px; }

.pr-42 {
  padding-right: 42px; }

.pb-42 {
  padding-bottom: 42px; }

.pl-42 {
  padding-left: 42px; }

.pt-43 {
  padding-top: 43px; }

.pr-43 {
  padding-right: 43px; }

.pb-43 {
  padding-bottom: 43px; }

.pl-43 {
  padding-left: 43px; }

.pt-44 {
  padding-top: 44px; }

.pr-44 {
  padding-right: 44px; }

.pb-44 {
  padding-bottom: 44px; }

.pl-44 {
  padding-left: 44px; }

.pt-45 {
  padding-top: 45px; }

.pr-45 {
  padding-right: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.pl-45 {
  padding-left: 45px; }

.pt-46 {
  padding-top: 46px; }

.pr-46 {
  padding-right: 46px; }

.pb-46 {
  padding-bottom: 46px; }

.pl-46 {
  padding-left: 46px; }

.pt-47 {
  padding-top: 47px; }

.pr-47 {
  padding-right: 47px; }

.pb-47 {
  padding-bottom: 47px; }

.pl-47 {
  padding-left: 47px; }

.pt-48 {
  padding-top: 48px; }

.pr-48 {
  padding-right: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.pl-48 {
  padding-left: 48px; }

.pt-49 {
  padding-top: 49px; }

.pr-49 {
  padding-right: 49px; }

.pb-49 {
  padding-bottom: 49px; }

.pl-49 {
  padding-left: 49px; }

.pt-50 {
  padding-top: 50px; }

.pr-50 {
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pl-50 {
  padding-left: 50px; }

.pt-51 {
  padding-top: 51px; }

.pr-51 {
  padding-right: 51px; }

.pb-51 {
  padding-bottom: 51px; }

.pl-51 {
  padding-left: 51px; }

.pt-52 {
  padding-top: 52px; }

.pr-52 {
  padding-right: 52px; }

.pb-52 {
  padding-bottom: 52px; }

.pl-52 {
  padding-left: 52px; }

.pt-53 {
  padding-top: 53px; }

.pr-53 {
  padding-right: 53px; }

.pb-53 {
  padding-bottom: 53px; }

.pl-53 {
  padding-left: 53px; }

.pt-54 {
  padding-top: 54px; }

.pr-54 {
  padding-right: 54px; }

.pb-54 {
  padding-bottom: 54px; }

.pl-54 {
  padding-left: 54px; }

.pt-55 {
  padding-top: 55px; }

.pr-55 {
  padding-right: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.pl-55 {
  padding-left: 55px; }

.pt-56 {
  padding-top: 56px; }

.pr-56 {
  padding-right: 56px; }

.pb-56 {
  padding-bottom: 56px; }

.pl-56 {
  padding-left: 56px; }

.pt-57 {
  padding-top: 57px; }

.pr-57 {
  padding-right: 57px; }

.pb-57 {
  padding-bottom: 57px; }

.pl-57 {
  padding-left: 57px; }

.pt-58 {
  padding-top: 58px; }

.pr-58 {
  padding-right: 58px; }

.pb-58 {
  padding-bottom: 58px; }

.pl-58 {
  padding-left: 58px; }

.pt-59 {
  padding-top: 59px; }

.pr-59 {
  padding-right: 59px; }

.pb-59 {
  padding-bottom: 59px; }

.pl-59 {
  padding-left: 59px; }

.pt-60 {
  padding-top: 60px; }

.pr-60 {
  padding-right: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pl-60 {
  padding-left: 60px; }

.pt-61 {
  padding-top: 61px; }

.pr-61 {
  padding-right: 61px; }

.pb-61 {
  padding-bottom: 61px; }

.pl-61 {
  padding-left: 61px; }

.pt-62 {
  padding-top: 62px; }

.pr-62 {
  padding-right: 62px; }

.pb-62 {
  padding-bottom: 62px; }

.pl-62 {
  padding-left: 62px; }

.pt-63 {
  padding-top: 63px; }

.pr-63 {
  padding-right: 63px; }

.pb-63 {
  padding-bottom: 63px; }

.pl-63 {
  padding-left: 63px; }

.pt-64 {
  padding-top: 64px; }

.pr-64 {
  padding-right: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.pl-64 {
  padding-left: 64px; }

.pt-65 {
  padding-top: 65px; }

.pr-65 {
  padding-right: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.pl-65 {
  padding-left: 65px; }

.pt-66 {
  padding-top: 66px; }

.pr-66 {
  padding-right: 66px; }

.pb-66 {
  padding-bottom: 66px; }

.pl-66 {
  padding-left: 66px; }

.pt-67 {
  padding-top: 67px; }

.pr-67 {
  padding-right: 67px; }

.pb-67 {
  padding-bottom: 67px; }

.pl-67 {
  padding-left: 67px; }

.pt-68 {
  padding-top: 68px; }

.pr-68 {
  padding-right: 68px; }

.pb-68 {
  padding-bottom: 68px; }

.pl-68 {
  padding-left: 68px; }

.pt-69 {
  padding-top: 69px; }

.pr-69 {
  padding-right: 69px; }

.pb-69 {
  padding-bottom: 69px; }

.pl-69 {
  padding-left: 69px; }

.pt-70 {
  padding-top: 70px; }

.pr-70 {
  padding-right: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pl-70 {
  padding-left: 70px; }

.pt-71 {
  padding-top: 71px; }

.pr-71 {
  padding-right: 71px; }

.pb-71 {
  padding-bottom: 71px; }

.pl-71 {
  padding-left: 71px; }

.pt-72 {
  padding-top: 72px; }

.pr-72 {
  padding-right: 72px; }

.pb-72 {
  padding-bottom: 72px; }

.pl-72 {
  padding-left: 72px; }

.pt-73 {
  padding-top: 73px; }

.pr-73 {
  padding-right: 73px; }

.pb-73 {
  padding-bottom: 73px; }

.pl-73 {
  padding-left: 73px; }

.pt-74 {
  padding-top: 74px; }

.pr-74 {
  padding-right: 74px; }

.pb-74 {
  padding-bottom: 74px; }

.pl-74 {
  padding-left: 74px; }

.pt-75 {
  padding-top: 75px; }

.pr-75 {
  padding-right: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.pl-75 {
  padding-left: 75px; }

.pt-76 {
  padding-top: 76px; }

.pr-76 {
  padding-right: 76px; }

.pb-76 {
  padding-bottom: 76px; }

.pl-76 {
  padding-left: 76px; }

.pt-77 {
  padding-top: 77px; }

.pr-77 {
  padding-right: 77px; }

.pb-77 {
  padding-bottom: 77px; }

.pl-77 {
  padding-left: 77px; }

.pt-78 {
  padding-top: 78px; }

.pr-78 {
  padding-right: 78px; }

.pb-78 {
  padding-bottom: 78px; }

.pl-78 {
  padding-left: 78px; }

.pt-79 {
  padding-top: 79px; }

.pr-79 {
  padding-right: 79px; }

.pb-79 {
  padding-bottom: 79px; }

.pl-79 {
  padding-left: 79px; }

.pt-80 {
  padding-top: 80px; }

.pr-80 {
  padding-right: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pl-80 {
  padding-left: 80px; }

.pt-81 {
  padding-top: 81px; }

.pr-81 {
  padding-right: 81px; }

.pb-81 {
  padding-bottom: 81px; }

.pl-81 {
  padding-left: 81px; }

.pt-82 {
  padding-top: 82px; }

.pr-82 {
  padding-right: 82px; }

.pb-82 {
  padding-bottom: 82px; }

.pl-82 {
  padding-left: 82px; }

.pt-83 {
  padding-top: 83px; }

.pr-83 {
  padding-right: 83px; }

.pb-83 {
  padding-bottom: 83px; }

.pl-83 {
  padding-left: 83px; }

.pt-84 {
  padding-top: 84px; }

.pr-84 {
  padding-right: 84px; }

.pb-84 {
  padding-bottom: 84px; }

.pl-84 {
  padding-left: 84px; }

.pt-85 {
  padding-top: 85px; }

.pr-85 {
  padding-right: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.pl-85 {
  padding-left: 85px; }

.pt-86 {
  padding-top: 86px; }

.pr-86 {
  padding-right: 86px; }

.pb-86 {
  padding-bottom: 86px; }

.pl-86 {
  padding-left: 86px; }

.pt-87 {
  padding-top: 87px; }

.pr-87 {
  padding-right: 87px; }

.pb-87 {
  padding-bottom: 87px; }

.pl-87 {
  padding-left: 87px; }

.pt-88 {
  padding-top: 88px; }

.pr-88 {
  padding-right: 88px; }

.pb-88 {
  padding-bottom: 88px; }

.pl-88 {
  padding-left: 88px; }

.pt-89 {
  padding-top: 89px; }

.pr-89 {
  padding-right: 89px; }

.pb-89 {
  padding-bottom: 89px; }

.pl-89 {
  padding-left: 89px; }

.pt-90 {
  padding-top: 90px; }

.pr-90 {
  padding-right: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pl-90 {
  padding-left: 90px; }

.pt-91 {
  padding-top: 91px; }

.pr-91 {
  padding-right: 91px; }

.pb-91 {
  padding-bottom: 91px; }

.pl-91 {
  padding-left: 91px; }

.pt-92 {
  padding-top: 92px; }

.pr-92 {
  padding-right: 92px; }

.pb-92 {
  padding-bottom: 92px; }

.pl-92 {
  padding-left: 92px; }

.pt-93 {
  padding-top: 93px; }

.pr-93 {
  padding-right: 93px; }

.pb-93 {
  padding-bottom: 93px; }

.pl-93 {
  padding-left: 93px; }

.pt-94 {
  padding-top: 94px; }

.pr-94 {
  padding-right: 94px; }

.pb-94 {
  padding-bottom: 94px; }

.pl-94 {
  padding-left: 94px; }

.pt-95 {
  padding-top: 95px; }

.pr-95 {
  padding-right: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.pl-95 {
  padding-left: 95px; }

.pt-96 {
  padding-top: 96px; }

.pr-96 {
  padding-right: 96px; }

.pb-96 {
  padding-bottom: 96px; }

.pl-96 {
  padding-left: 96px; }

.pt-97 {
  padding-top: 97px; }

.pr-97 {
  padding-right: 97px; }

.pb-97 {
  padding-bottom: 97px; }

.pl-97 {
  padding-left: 97px; }

.pt-98 {
  padding-top: 98px; }

.pr-98 {
  padding-right: 98px; }

.pb-98 {
  padding-bottom: 98px; }

.pl-98 {
  padding-left: 98px; }

.pt-99 {
  padding-top: 99px; }

.pr-99 {
  padding-right: 99px; }

.pb-99 {
  padding-bottom: 99px; }

.pl-99 {
  padding-left: 99px; }

.pt-100 {
  padding-top: 100px; }

.pr-100 {
  padding-right: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pl-100 {
  padding-left: 100px; }

.pt-101 {
  padding-top: 101px; }

.pr-101 {
  padding-right: 101px; }

.pb-101 {
  padding-bottom: 101px; }

.pl-101 {
  padding-left: 101px; }

.pt-102 {
  padding-top: 102px; }

.pr-102 {
  padding-right: 102px; }

.pb-102 {
  padding-bottom: 102px; }

.pl-102 {
  padding-left: 102px; }

.pt-103 {
  padding-top: 103px; }

.pr-103 {
  padding-right: 103px; }

.pb-103 {
  padding-bottom: 103px; }

.pl-103 {
  padding-left: 103px; }

.pt-104 {
  padding-top: 104px; }

.pr-104 {
  padding-right: 104px; }

.pb-104 {
  padding-bottom: 104px; }

.pl-104 {
  padding-left: 104px; }

.pt-105 {
  padding-top: 105px; }

.pr-105 {
  padding-right: 105px; }

.pb-105 {
  padding-bottom: 105px; }

.pl-105 {
  padding-left: 105px; }

.pt-106 {
  padding-top: 106px; }

.pr-106 {
  padding-right: 106px; }

.pb-106 {
  padding-bottom: 106px; }

.pl-106 {
  padding-left: 106px; }

.pt-107 {
  padding-top: 107px; }

.pr-107 {
  padding-right: 107px; }

.pb-107 {
  padding-bottom: 107px; }

.pl-107 {
  padding-left: 107px; }

.pt-108 {
  padding-top: 108px; }

.pr-108 {
  padding-right: 108px; }

.pb-108 {
  padding-bottom: 108px; }

.pl-108 {
  padding-left: 108px; }

.pt-109 {
  padding-top: 109px; }

.pr-109 {
  padding-right: 109px; }

.pb-109 {
  padding-bottom: 109px; }

.pl-109 {
  padding-left: 109px; }

.pt-110 {
  padding-top: 110px; }

.pr-110 {
  padding-right: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pl-110 {
  padding-left: 110px; }

.pt-111 {
  padding-top: 111px; }

.pr-111 {
  padding-right: 111px; }

.pb-111 {
  padding-bottom: 111px; }

.pl-111 {
  padding-left: 111px; }

.pt-112 {
  padding-top: 112px; }

.pr-112 {
  padding-right: 112px; }

.pb-112 {
  padding-bottom: 112px; }

.pl-112 {
  padding-left: 112px; }

.pt-113 {
  padding-top: 113px; }

.pr-113 {
  padding-right: 113px; }

.pb-113 {
  padding-bottom: 113px; }

.pl-113 {
  padding-left: 113px; }

.pt-114 {
  padding-top: 114px; }

.pr-114 {
  padding-right: 114px; }

.pb-114 {
  padding-bottom: 114px; }

.pl-114 {
  padding-left: 114px; }

.pt-115 {
  padding-top: 115px; }

.pr-115 {
  padding-right: 115px; }

.pb-115 {
  padding-bottom: 115px; }

.pl-115 {
  padding-left: 115px; }

.pt-116 {
  padding-top: 116px; }

.pr-116 {
  padding-right: 116px; }

.pb-116 {
  padding-bottom: 116px; }

.pl-116 {
  padding-left: 116px; }

.pt-117 {
  padding-top: 117px; }

.pr-117 {
  padding-right: 117px; }

.pb-117 {
  padding-bottom: 117px; }

.pl-117 {
  padding-left: 117px; }

.pt-118 {
  padding-top: 118px; }

.pr-118 {
  padding-right: 118px; }

.pb-118 {
  padding-bottom: 118px; }

.pl-118 {
  padding-left: 118px; }

.pt-119 {
  padding-top: 119px; }

.pr-119 {
  padding-right: 119px; }

.pb-119 {
  padding-bottom: 119px; }

.pl-119 {
  padding-left: 119px; }

.pt-120 {
  padding-top: 120px; }

.pr-120 {
  padding-right: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pl-120 {
  padding-left: 120px; }

.pt-121 {
  padding-top: 121px; }

.pr-121 {
  padding-right: 121px; }

.pb-121 {
  padding-bottom: 121px; }

.pl-121 {
  padding-left: 121px; }

.pt-122 {
  padding-top: 122px; }

.pr-122 {
  padding-right: 122px; }

.pb-122 {
  padding-bottom: 122px; }

.pl-122 {
  padding-left: 122px; }

.pt-123 {
  padding-top: 123px; }

.pr-123 {
  padding-right: 123px; }

.pb-123 {
  padding-bottom: 123px; }

.pl-123 {
  padding-left: 123px; }

.pt-124 {
  padding-top: 124px; }

.pr-124 {
  padding-right: 124px; }

.pb-124 {
  padding-bottom: 124px; }

.pl-124 {
  padding-left: 124px; }

.pt-125 {
  padding-top: 125px; }

.pr-125 {
  padding-right: 125px; }

.pb-125 {
  padding-bottom: 125px; }

.pl-125 {
  padding-left: 125px; }

.pt-126 {
  padding-top: 126px; }

.pr-126 {
  padding-right: 126px; }

.pb-126 {
  padding-bottom: 126px; }

.pl-126 {
  padding-left: 126px; }

.pt-127 {
  padding-top: 127px; }

.pr-127 {
  padding-right: 127px; }

.pb-127 {
  padding-bottom: 127px; }

.pl-127 {
  padding-left: 127px; }

.pt-128 {
  padding-top: 128px; }

.pr-128 {
  padding-right: 128px; }

.pb-128 {
  padding-bottom: 128px; }

.pl-128 {
  padding-left: 128px; }

.pt-129 {
  padding-top: 129px; }

.pr-129 {
  padding-right: 129px; }

.pb-129 {
  padding-bottom: 129px; }

.pl-129 {
  padding-left: 129px; }

.pt-130 {
  padding-top: 130px; }

.pr-130 {
  padding-right: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pl-130 {
  padding-left: 130px; }

.pt-131 {
  padding-top: 131px; }

.pr-131 {
  padding-right: 131px; }

.pb-131 {
  padding-bottom: 131px; }

.pl-131 {
  padding-left: 131px; }

.pt-132 {
  padding-top: 132px; }

.pr-132 {
  padding-right: 132px; }

.pb-132 {
  padding-bottom: 132px; }

.pl-132 {
  padding-left: 132px; }

.pt-133 {
  padding-top: 133px; }

.pr-133 {
  padding-right: 133px; }

.pb-133 {
  padding-bottom: 133px; }

.pl-133 {
  padding-left: 133px; }

.pt-134 {
  padding-top: 134px; }

.pr-134 {
  padding-right: 134px; }

.pb-134 {
  padding-bottom: 134px; }

.pl-134 {
  padding-left: 134px; }

.pt-135 {
  padding-top: 135px; }

.pr-135 {
  padding-right: 135px; }

.pb-135 {
  padding-bottom: 135px; }

.pl-135 {
  padding-left: 135px; }

.pt-136 {
  padding-top: 136px; }

.pr-136 {
  padding-right: 136px; }

.pb-136 {
  padding-bottom: 136px; }

.pl-136 {
  padding-left: 136px; }

.pt-137 {
  padding-top: 137px; }

.pr-137 {
  padding-right: 137px; }

.pb-137 {
  padding-bottom: 137px; }

.pl-137 {
  padding-left: 137px; }

.pt-138 {
  padding-top: 138px; }

.pr-138 {
  padding-right: 138px; }

.pb-138 {
  padding-bottom: 138px; }

.pl-138 {
  padding-left: 138px; }

.pt-139 {
  padding-top: 139px; }

.pr-139 {
  padding-right: 139px; }

.pb-139 {
  padding-bottom: 139px; }

.pl-139 {
  padding-left: 139px; }

.pt-140 {
  padding-top: 140px; }

.pr-140 {
  padding-right: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pl-140 {
  padding-left: 140px; }

.pt-141 {
  padding-top: 141px; }

.pr-141 {
  padding-right: 141px; }

.pb-141 {
  padding-bottom: 141px; }

.pl-141 {
  padding-left: 141px; }

.pt-142 {
  padding-top: 142px; }

.pr-142 {
  padding-right: 142px; }

.pb-142 {
  padding-bottom: 142px; }

.pl-142 {
  padding-left: 142px; }

.pt-143 {
  padding-top: 143px; }

.pr-143 {
  padding-right: 143px; }

.pb-143 {
  padding-bottom: 143px; }

.pl-143 {
  padding-left: 143px; }

.pt-144 {
  padding-top: 144px; }

.pr-144 {
  padding-right: 144px; }

.pb-144 {
  padding-bottom: 144px; }

.pl-144 {
  padding-left: 144px; }

.pt-145 {
  padding-top: 145px; }

.pr-145 {
  padding-right: 145px; }

.pb-145 {
  padding-bottom: 145px; }

.pl-145 {
  padding-left: 145px; }

.pt-146 {
  padding-top: 146px; }

.pr-146 {
  padding-right: 146px; }

.pb-146 {
  padding-bottom: 146px; }

.pl-146 {
  padding-left: 146px; }

.pt-147 {
  padding-top: 147px; }

.pr-147 {
  padding-right: 147px; }

.pb-147 {
  padding-bottom: 147px; }

.pl-147 {
  padding-left: 147px; }

.pt-148 {
  padding-top: 148px; }

.pr-148 {
  padding-right: 148px; }

.pb-148 {
  padding-bottom: 148px; }

.pl-148 {
  padding-left: 148px; }

.pt-149 {
  padding-top: 149px; }

.pr-149 {
  padding-right: 149px; }

.pb-149 {
  padding-bottom: 149px; }

.pl-149 {
  padding-left: 149px; }

.pt-150 {
  padding-top: 150px; }

.pr-150 {
  padding-right: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pl-150 {
  padding-left: 150px; }

.pt-151 {
  padding-top: 151px; }

.pr-151 {
  padding-right: 151px; }

.pb-151 {
  padding-bottom: 151px; }

.pl-151 {
  padding-left: 151px; }

.pt-152 {
  padding-top: 152px; }

.pr-152 {
  padding-right: 152px; }

.pb-152 {
  padding-bottom: 152px; }

.pl-152 {
  padding-left: 152px; }

.pt-153 {
  padding-top: 153px; }

.pr-153 {
  padding-right: 153px; }

.pb-153 {
  padding-bottom: 153px; }

.pl-153 {
  padding-left: 153px; }

.pt-154 {
  padding-top: 154px; }

.pr-154 {
  padding-right: 154px; }

.pb-154 {
  padding-bottom: 154px; }

.pl-154 {
  padding-left: 154px; }

.pt-155 {
  padding-top: 155px; }

.pr-155 {
  padding-right: 155px; }

.pb-155 {
  padding-bottom: 155px; }

.pl-155 {
  padding-left: 155px; }

.pt-156 {
  padding-top: 156px; }

.pr-156 {
  padding-right: 156px; }

.pb-156 {
  padding-bottom: 156px; }

.pl-156 {
  padding-left: 156px; }

.pt-157 {
  padding-top: 157px; }

.pr-157 {
  padding-right: 157px; }

.pb-157 {
  padding-bottom: 157px; }

.pl-157 {
  padding-left: 157px; }

.pt-158 {
  padding-top: 158px; }

.pr-158 {
  padding-right: 158px; }

.pb-158 {
  padding-bottom: 158px; }

.pl-158 {
  padding-left: 158px; }

.pt-159 {
  padding-top: 159px; }

.pr-159 {
  padding-right: 159px; }

.pb-159 {
  padding-bottom: 159px; }

.pl-159 {
  padding-left: 159px; }

.pt-160 {
  padding-top: 160px; }

.pr-160 {
  padding-right: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pl-160 {
  padding-left: 160px; }

.pt-161 {
  padding-top: 161px; }

.pr-161 {
  padding-right: 161px; }

.pb-161 {
  padding-bottom: 161px; }

.pl-161 {
  padding-left: 161px; }

.pt-162 {
  padding-top: 162px; }

.pr-162 {
  padding-right: 162px; }

.pb-162 {
  padding-bottom: 162px; }

.pl-162 {
  padding-left: 162px; }

.pt-163 {
  padding-top: 163px; }

.pr-163 {
  padding-right: 163px; }

.pb-163 {
  padding-bottom: 163px; }

.pl-163 {
  padding-left: 163px; }

.pt-164 {
  padding-top: 164px; }

.pr-164 {
  padding-right: 164px; }

.pb-164 {
  padding-bottom: 164px; }

.pl-164 {
  padding-left: 164px; }

.pt-165 {
  padding-top: 165px; }

.pr-165 {
  padding-right: 165px; }

.pb-165 {
  padding-bottom: 165px; }

.pl-165 {
  padding-left: 165px; }

.pt-166 {
  padding-top: 166px; }

.pr-166 {
  padding-right: 166px; }

.pb-166 {
  padding-bottom: 166px; }

.pl-166 {
  padding-left: 166px; }

.pt-167 {
  padding-top: 167px; }

.pr-167 {
  padding-right: 167px; }

.pb-167 {
  padding-bottom: 167px; }

.pl-167 {
  padding-left: 167px; }

.pt-168 {
  padding-top: 168px; }

.pr-168 {
  padding-right: 168px; }

.pb-168 {
  padding-bottom: 168px; }

.pl-168 {
  padding-left: 168px; }

.pt-169 {
  padding-top: 169px; }

.pr-169 {
  padding-right: 169px; }

.pb-169 {
  padding-bottom: 169px; }

.pl-169 {
  padding-left: 169px; }

.pt-170 {
  padding-top: 170px; }

.pr-170 {
  padding-right: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pl-170 {
  padding-left: 170px; }

.pt-171 {
  padding-top: 171px; }

.pr-171 {
  padding-right: 171px; }

.pb-171 {
  padding-bottom: 171px; }

.pl-171 {
  padding-left: 171px; }

.pt-172 {
  padding-top: 172px; }

.pr-172 {
  padding-right: 172px; }

.pb-172 {
  padding-bottom: 172px; }

.pl-172 {
  padding-left: 172px; }

.pt-173 {
  padding-top: 173px; }

.pr-173 {
  padding-right: 173px; }

.pb-173 {
  padding-bottom: 173px; }

.pl-173 {
  padding-left: 173px; }

.pt-174 {
  padding-top: 174px; }

.pr-174 {
  padding-right: 174px; }

.pb-174 {
  padding-bottom: 174px; }

.pl-174 {
  padding-left: 174px; }

.pt-175 {
  padding-top: 175px; }

.pr-175 {
  padding-right: 175px; }

.pb-175 {
  padding-bottom: 175px; }

.pl-175 {
  padding-left: 175px; }

.pt-176 {
  padding-top: 176px; }

.pr-176 {
  padding-right: 176px; }

.pb-176 {
  padding-bottom: 176px; }

.pl-176 {
  padding-left: 176px; }

.pt-177 {
  padding-top: 177px; }

.pr-177 {
  padding-right: 177px; }

.pb-177 {
  padding-bottom: 177px; }

.pl-177 {
  padding-left: 177px; }

.pt-178 {
  padding-top: 178px; }

.pr-178 {
  padding-right: 178px; }

.pb-178 {
  padding-bottom: 178px; }

.pl-178 {
  padding-left: 178px; }

.pt-179 {
  padding-top: 179px; }

.pr-179 {
  padding-right: 179px; }

.pb-179 {
  padding-bottom: 179px; }

.pl-179 {
  padding-left: 179px; }

.pt-180 {
  padding-top: 180px; }

.pr-180 {
  padding-right: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pl-180 {
  padding-left: 180px; }

.pt-181 {
  padding-top: 181px; }

.pr-181 {
  padding-right: 181px; }

.pb-181 {
  padding-bottom: 181px; }

.pl-181 {
  padding-left: 181px; }

.pt-182 {
  padding-top: 182px; }

.pr-182 {
  padding-right: 182px; }

.pb-182 {
  padding-bottom: 182px; }

.pl-182 {
  padding-left: 182px; }

.pt-183 {
  padding-top: 183px; }

.pr-183 {
  padding-right: 183px; }

.pb-183 {
  padding-bottom: 183px; }

.pl-183 {
  padding-left: 183px; }

.pt-184 {
  padding-top: 184px; }

.pr-184 {
  padding-right: 184px; }

.pb-184 {
  padding-bottom: 184px; }

.pl-184 {
  padding-left: 184px; }

.pt-185 {
  padding-top: 185px; }

.pr-185 {
  padding-right: 185px; }

.pb-185 {
  padding-bottom: 185px; }

.pl-185 {
  padding-left: 185px; }

.pt-186 {
  padding-top: 186px; }

.pr-186 {
  padding-right: 186px; }

.pb-186 {
  padding-bottom: 186px; }

.pl-186 {
  padding-left: 186px; }

.pt-187 {
  padding-top: 187px; }

.pr-187 {
  padding-right: 187px; }

.pb-187 {
  padding-bottom: 187px; }

.pl-187 {
  padding-left: 187px; }

.pt-188 {
  padding-top: 188px; }

.pr-188 {
  padding-right: 188px; }

.pb-188 {
  padding-bottom: 188px; }

.pl-188 {
  padding-left: 188px; }

.pt-189 {
  padding-top: 189px; }

.pr-189 {
  padding-right: 189px; }

.pb-189 {
  padding-bottom: 189px; }

.pl-189 {
  padding-left: 189px; }

.pt-190 {
  padding-top: 190px; }

.pr-190 {
  padding-right: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pl-190 {
  padding-left: 190px; }

.pt-191 {
  padding-top: 191px; }

.pr-191 {
  padding-right: 191px; }

.pb-191 {
  padding-bottom: 191px; }

.pl-191 {
  padding-left: 191px; }

.pt-192 {
  padding-top: 192px; }

.pr-192 {
  padding-right: 192px; }

.pb-192 {
  padding-bottom: 192px; }

.pl-192 {
  padding-left: 192px; }

.pt-193 {
  padding-top: 193px; }

.pr-193 {
  padding-right: 193px; }

.pb-193 {
  padding-bottom: 193px; }

.pl-193 {
  padding-left: 193px; }

.pt-194 {
  padding-top: 194px; }

.pr-194 {
  padding-right: 194px; }

.pb-194 {
  padding-bottom: 194px; }

.pl-194 {
  padding-left: 194px; }

.pt-195 {
  padding-top: 195px; }

.pr-195 {
  padding-right: 195px; }

.pb-195 {
  padding-bottom: 195px; }

.pl-195 {
  padding-left: 195px; }

.pt-196 {
  padding-top: 196px; }

.pr-196 {
  padding-right: 196px; }

.pb-196 {
  padding-bottom: 196px; }

.pl-196 {
  padding-left: 196px; }

.pt-197 {
  padding-top: 197px; }

.pr-197 {
  padding-right: 197px; }

.pb-197 {
  padding-bottom: 197px; }

.pl-197 {
  padding-left: 197px; }

.pt-198 {
  padding-top: 198px; }

.pr-198 {
  padding-right: 198px; }

.pb-198 {
  padding-bottom: 198px; }

.pl-198 {
  padding-left: 198px; }

.pt-199 {
  padding-top: 199px; }

.pr-199 {
  padding-right: 199px; }

.pb-199 {
  padding-bottom: 199px; }

.pl-199 {
  padding-left: 199px; }

.pt-200 {
  padding-top: 200px; }

.pr-200 {
  padding-right: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pl-200 {
  padding-left: 200px; }

nav {
  height: 140px;
  padding: 27px 0 !important; }
  nav .logo {
    display: flex;
    width: 210px; }
    nav .logo img {
      height: 100%;
      width: 100%; }
  nav .nav-link {
    margin-right: 34px; }
    nav .nav-link p {
      font-size: 18px;
      line-height: 24px;
      letter-spacing: .25px;
      color: #262626;
      font-weight: normal; }
  nav .right-menu {
    margin-left: 20px; }
    nav .right-menu #search {
      width: 21.67px;
      height: 21.67px;
      margin-right: 40px;
      display: flex; }
      nav .right-menu #search img {
        width: 100%;
        height: 100%; }
    nav .right-menu #langue {
      display: flex; }
      nav .right-menu #langue img {
        width: 23.36px;
        height: 23.36px; }
    nav .right-menu #hamburger-menu-btn {
      margin-left: 46px;
      width: 34px;
      display: flex; }
      nav .right-menu #hamburger-menu-btn img {
        height: 100%;
        width: 100%; }

#hamburger-menu {
  min-height: 100vh;
  width: 100%;
  padding-bottom: 60px;
  position: fixed;
  top: 0;
  z-index: 99999;
  transform: translateX(-100%);
  transition: transform .3s ease-out;
  background-color: #1F3D7B;
  overflow-y: auto;
  overflow-x: hidden; }
  #hamburger-menu.active {
    transform: translateX(0%); }
  #hamburger-menu .dropdown-menu {
    background: #FFF; }
    #hamburger-menu .dropdown-menu a {
      color: #1F3D7B; }
      #hamburger-menu .dropdown-menu a:hover {
        color: #1F3D7B !important; }
      #hamburger-menu .dropdown-menu a:focus {
        color: #1F3D7B !important; }
  #hamburger-menu .bg-holder {
    z-index: -1;
    bottom: 1.4%;
    right: -1%;
    width: 63%; }
    #hamburger-menu .bg-holder img {
      width: 100%;
      height: 100%; }
  #hamburger-menu .top {
    padding-top: 27px;
    margin-bottom: 147px; }
    #hamburger-menu .top .logo {
      width: 210px; }
      #hamburger-menu .top .logo img {
        width: 100%;
        height: 100%; }
    #hamburger-menu .top #search {
      width: 21.67px;
      height: 21.67px;
      margin-right: 40px;
      display: flex; }
      #hamburger-menu .top #search img {
        width: 100%;
        height: 100%; }
    #hamburger-menu .top #langue {
      display: flex; }
      #hamburger-menu .top #langue img {
        width: 23.36px;
        height: 23.36px; }
    #hamburger-menu .top #close-btn {
      margin-left: 46px;
      width: 29px;
      height: 29px;
      display: flex; }
      #hamburger-menu .top #close-btn img {
        height: 100%;
        width: 100%; }
  #hamburger-menu .mid .accordion-item {
    display: flex;
    max-height: 53px;
    margin-bottom: 23px; }
  #hamburger-menu .mid .accordion-header {
    min-width: 400px;
    margin-bottom: 0; }
  #hamburger-menu .mid a {
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -.25px;
    color: #FFFFFF !important;
    opacity: 0.5;
    font-weight: normal; }
    #hamburger-menu .mid a img {
      transition: transform .3s linear; }
      #hamburger-menu .mid a img.small {
        display: flex; }
      #hamburger-menu .mid a img.big {
        display: none; }
    #hamburger-menu .mid a:hover {
      color: #FFFFFF !important;
      text-decoration: none;
      background-color: transparent; }
    #hamburger-menu .mid a:focus {
      color: #FFFFFF !important;
      text-decoration: none;
      background-color: transparent; }
    #hamburger-menu .mid a[aria-expanded="true"] {
      opacity: 1 !important; }
      #hamburger-menu .mid a[aria-expanded="true"] img.small {
        display: none; }
      #hamburger-menu .mid a[aria-expanded="true"] img.big {
        display: flex; }
  #hamburger-menu .mid .first-menu {
    min-width: 320px;
    margin: 0 68px 0 95px; }
    #hamburger-menu .mid .first-menu a {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 13px; }
  #hamburger-menu .mid .second-menu a {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px !important;
    opacity: 1 !important; }

.dropdown-menu {
  background: #1F3D7B;
  margin-top: 5px !important;
  right: 0 !important;
  left: auto !important;
  padding: 15px 16px 16px 22px;
  min-width: unset !important;
  border: none !important;
  border-radius: 15px 0 15px 15px;
  cursor: pointer;
  z-index: 99999; }
  .dropdown-menu a {
    color: #FFF;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    padding: 0; }
    .dropdown-menu a:last-child {
      margin-bottom: 0; }
    .dropdown-menu a:hover {
      color: #FFFFFF !important;
      text-decoration: none;
      background-color: transparent; }
    .dropdown-menu a:focus {
      color: #FFFFFF !important;
      text-decoration: none;
      background-color: transparent; }

.dropdown-toggle::after {
  content: none !important; }

@media screen and (max-height: 1051px) and (min-width: 1024px) {
  #hamburger-menu {
    padding-bottom: 20px; }
    #hamburger-menu .top {
      margin-bottom: 100px; }
      #hamburger-menu .top .logo {
        width: 180px; }
    #hamburger-menu .mid .accordion-item {
      max-height: 48px;
      margin-bottom: 20px;
      min-width: 360px; }
    #hamburger-menu .mid a {
      font-size: 36px;
      line-height: 48px; }
    #hamburger-menu .mid .first-menu {
      margin: 0 60px 0 80px; }
      #hamburger-menu .mid .first-menu a {
        font-size: 24px;
        line-height: 29px; }
    #hamburger-menu .mid .second-menu a {
      font-size: 21px;
      line-height: 24px; } }

@media screen and (max-height: 901px) and (min-width: 1024px) {
  #hamburger-menu {
    padding-bottom: 20px; }
    #hamburger-menu .top {
      margin-bottom: 80px; }
      #hamburger-menu .top .logo {
        width: 160px; }
    #hamburger-menu .mid .accordion-item {
      max-height: 40px;
      margin-bottom: 18px; }
    #hamburger-menu .mid a {
      font-size: 32px;
      line-height: 40px; }
    #hamburger-menu .mid .first-menu {
      margin: 0 45px 0 65px; }
      #hamburger-menu .mid .first-menu a {
        font-size: 21px;
        line-height: 24px; }
    #hamburger-menu .mid .second-menu a {
      font-size: 18px;
      line-height: 21px; } }

@media screen and (max-height: 751px) and (min-width: 1024px) {
  #hamburger-menu {
    padding-bottom: 16px; }
    #hamburger-menu .top {
      margin-bottom: 60px; }
      #hamburger-menu .top .logo {
        width: 140px; }
    #hamburger-menu .mid .accordion-item {
      max-height: 32px;
      margin-bottom: 16px; }
    #hamburger-menu .mid a {
      font-size: 28px;
      line-height: 32px; }
    #hamburger-menu .mid .first-menu {
      margin: 0 40px 0 60px; }
      #hamburger-menu .mid .first-menu a {
        font-size: 18px;
        line-height: 21px; }
    #hamburger-menu .mid .second-menu a {
      font-size: 16px;
      line-height: 19px; } }

@media screen and (max-width: 1201px) {
  nav {
    height: 102px;
    padding: 26px 0 30px 0 !important; }
    nav .nav-link {
      display: none !important; }
    nav .logo {
      width: 113px; }
    nav .right-menu #search {
      display: none !important; }
    nav .right-menu #langue {
      display: none !important; }
    nav .right-menu #hamburger-menu-btn {
      width: 27px;
      height: 16px;
      display: flex; }
      nav .right-menu #hamburger-menu-btn img {
        height: 100%;
        width: 100%; }
  #hamburger-menu {
    padding-bottom: 0; }
    #hamburger-menu .bg-holder {
      width: 85%; }
    #hamburger-menu .top {
      padding-top: 26px;
      margin-bottom: 83px; }
      #hamburger-menu .top .logo {
        width: 113px; }
      #hamburger-menu .top #close-btn {
        width: 27px;
        height: 16px; }
    #hamburger-menu .mid .accordion-item {
      display: flex;
      max-height: unset;
      margin-bottom: 15px; }
    #hamburger-menu .mid .collapsed-item .accordion-item {
      flex-direction: column; }
    #hamburger-menu .mid .accordion-header {
      min-width: 166px; }
    #hamburger-menu .mid a {
      font-size: 18px;
      line-height: 24px; }
      #hamburger-menu .mid a img.big {
        max-width: 45px; }
    #hamburger-menu .mid .first-menu {
      min-width: unset;
      margin: 0 0px 0 14px; }
      #hamburger-menu .mid .first-menu img {
        display: none !important; }
      #hamburger-menu .mid .first-menu a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px; }
    #hamburger-menu .mid .second-menu {
      padding-left: 14px; }
      #hamburger-menu .mid .second-menu a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 14px !important; } }

@media screen and (max-width: 577px) {
  #hamburger-menu .bg-holder {
    bottom: -30px;
    right: -165%;
    width: 1200px;
    opacity: .5; } }

@media screen and (max-width: 401px) {
  #hamburger-menu .mid .accordion-header {
    min-width: 150px; }
  #hamburger-menu .mid a {
    font-size: 16px;
    line-height: 19px; }
    #hamburger-menu .mid a img.big {
      max-width: 40px; }
  #hamburger-menu .mid .first-menu {
    margin: 0 0px 0 12px; }
    #hamburger-menu .mid .first-menu a {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 12px; }
  #hamburger-menu .mid .second-menu {
    padding-left: 8px; }
    #hamburger-menu .mid .second-menu a {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 12px !important; } }

/* Footer */
footer {
  background-color: #fafafa;
  padding-bottom: 0 !important; }
  @media screen and (max-width: 993px) {
    footer {
      padding-bottom: 50px; } }
  footer p {
    margin: 0; }
  footer .footer--top {
    border-bottom: 1px solid #6e6e6e;
    padding-bottom: 100px; }
    footer .footer--top__left .footer--item-title {
      margin-top: 65px;
      margin-bottom: 20px; }
    footer .footer--top__right {
      display: flex;
      justify-content: flex-end;
      justify-content: space-between;
      color: #919191;
      padding: 0; }
  footer .footer--item__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    background-color: white; }
  footer .footer--item__oval {
    font-weight: normal;
    font-size: 36px;
    border: 1px solid #262626;
    color: #262626;
    border-radius: 28px;
    height: 55px;
    width: 243px;
    display: flex;
    justify-content: center;
    align-items: center; }
  footer .footer--item-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0; }
  footer .footer--item-member {
    font-weight: normal;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 42px;
    color: #919191 !important; }
    footer .footer--item-member a {
      color: #919191 !important; }
    footer .footer--item-member-group {
      margin-bottom: 5px; }
      footer .footer--item-member-group p {
        margin-bottom: 0; }
    footer .footer--item-member.hoves-bold {
      border-bottom: 1px solid #9494942e; }
  footer .footer--bottom {
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center; }
    footer .footer--bottom__left {
      display: flex; }
    footer .footer--bottom__right {
      display: flex;
      justify-content: flex-end;
      font-size: 16px;
      font-weight: normal; }
      footer .footer--bottom__right p {
        margin-left: 38px;
        font-size: 16px; }

/* MEDIA */
@media screen and (max-width: 993px) {
  footer .footer--top {
    border-bottom: 0px;
    padding-bottom: 0px; }
    footer .footer--top__right {
      display: block; }
    footer .footer--top img {
      width: 148px; }
    footer .footer--top__left .footer--item-title {
      margin-top: 58px; }
  footer .footer--item__oval {
    height: 37px;
    width: 163px;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 30px; }
  footer .footer--item-title {
    margin-top: 29px;
    margin-bottom: 14px;
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 30px; }
  footer .footer--item-member {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px; }
    footer .footer--item-member-group {
      margin-bottom: 0;
      display: flex;
      gap: 5px; }
      footer .footer--item-member-group p {
        margin-bottom: 5px;
        min-width: 120px; }
  footer .footer--bottom {
    flex-direction: column-reverse; }
    footer .footer--bottom__right {
      flex-direction: column; }
      footer .footer--bottom__right p {
        margin-left: 0;
        margin-bottom: 5px; } }

@media screen and (max-width: 1901px) {
  footer .footer--item-member {
    font-size: 16px;
    line-height: 36px; } }

#backToTopBtn {
  display: none;
  /* Başta görünmesin */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
  background-color: #1f3d7b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s; }
  #backToTopBtn img {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(169%) hue-rotate(206deg) brightness(118%) contrast(100%); }

[data-animate="fade-in"] {
  position: relative;
  opacity: 0;
  transition-property: top, left, bottom, right, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out; }
  [data-animate="fade-in"][data-animate-way="bottom-top"] {
    top: 60px; }
  [data-animate="fade-in"][data-animate-way="top-bottom"] {
    bottom: 60px; }
  [data-animate="fade-in"][data-animate-way="left-right"] {
    right: 60px; }
  [data-animate="fade-in"][data-animate-way="right-left"] {
    left: 60px; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="bottom-top"] {
    top: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="top-bottom"] {
    bottom: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="left-right"] {
    right: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="right-left"] {
    left: 0;
    opacity: 1; }

[data-animate-delay="1"] {
  transition-delay: .1s; }

[data-animate-delay="2"] {
  transition-delay: .2s; }

[data-animate-delay="3"] {
  transition-delay: .3s; }

[data-animate-delay="4"] {
  transition-delay: .4s; }

[data-animate-delay="5"] {
  transition-delay: .5s; }

[data-animate-delay="6"] {
  transition-delay: .6s; }

[data-animate-delay="7"] {
  transition-delay: .7s; }

[data-animate-delay="8"] {
  transition-delay: .8s; }

[data-animate-delay="9"] {
  transition-delay: .9s; }

[data-animate-delay="10"] {
  transition-delay: 1s; }

[data-animate-delay="11"] {
  transition-delay: 1.1s; }

[data-animate-delay="12"] {
  transition-delay: 1.2s; }

[data-animate-delay="13"] {
  transition-delay: 1.3s; }

[data-animate-delay="14"] {
  transition-delay: 1.4s; }

[data-animate-delay="15"] {
  transition-delay: 1.5s; }

[data-animate-delay="16"] {
  transition-delay: 1.6s; }

[data-animate-delay="17"] {
  transition-delay: 1.7s; }

[data-animate-delay="18"] {
  transition-delay: 1.8s; }

[data-animate-delay="19"] {
  transition-delay: 1.9s; }

[data-animate-delay="20"] {
  transition-delay: 2s; }

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.h1-x-lt {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: 200; }

.h1-md-it {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: 500;
  font-style: italic; }

.h2-md {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.7px;
  font-weight: 500; }

.h2-md-ıt {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.7px;
  font-weight: 500;
  font-style: italic; }

.h3 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -1.5px;
  font-weight: normal; }

.h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal; }

.h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-weight: 300; }

.h6 {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.5px;
  font-weight: 300; }

.h7 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.5px;
  font-weight: 300; }

p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: 300; }

.hoves-bold {
  font-weight: 700; }

.hoves-medium {
  font-weight: 600; }

.hoves-regular {
  font-weight: 400; }

.hoves-extra-light {
  font-weight: 100; }

.hoves-medium-italic {
  font-style: italic; }

.hoves-light {
  font-weight: 300; }

.letter-spacing-1 {
  letter-spacing: -1px !important; }

.letter-spacing-07 {
  letter-spacing: -0.7px !important; }

.letter-spacing-plus-07 {
  letter-spacing: 0.7px !important; }

.letter-spacing-05 {
  letter-spacing: -0.5px !important; }

.white {
  color: #fff; }

.blue-2 {
  color: #1F3D7B; }

.blue-1 {
  color: #0090BA; }

.gray-6 {
  color: #FAFAFA; }

.gray-3 {
  color: #6E6E6E; }

.gray-2 {
  color: #222222; }

.sustainability-green {
  color: #21390C; }

.gray-100 {
  color: #f8f9fa; }

.gray-200 {
  color: #e9ecef; }

.gray-300 {
  color: #dee2e6; }

.gray-400 {
  color: #ced4da; }

.gray-500 {
  color: #adb5bd; }

.gray-600 {
  color: #6c757d; }

.gray-700 {
  color: #495057; }

.gray-800 {
  color: #343a40; }

.gray-900 {
  color: #212529; }

.black {
  color: #000; }

.gray-1 {
  color: #262626; }

.white-1 {
  color: #F7F7F7; }

.white-2 {
  color: #F5F5F5; }

.gray-4 {
  color: #6F7070; }

.gray-5 {
  color: #919191; }

.blue {
  color: #007bff; }

.indigo {
  color: #6610f2; }

.purple {
  color: #6f42c1; }

.pink {
  color: #e83e8c; }

.red {
  color: #dc3545; }

.orange {
  color: #fd7e14; }

.yellow {
  color: #ffc107; }

.green {
  color: #28a745; }

.teal {
  color: #20c997; }

.cyan {
  color: #17a2b8; }

@media screen and (max-width: 1201px) {
  .h1-x-lt {
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 200; }
  .h1-md-it {
    font-size: 50px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 500; }
  .h2-md {
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -0.7px;
    font-weight: 500; }
  .h2-md-ıt {
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -0.7px;
    font-weight: 500; } }

@media screen and (max-width: 993px) {
  .h1-x-lt {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 200; }
  .h1-md-it {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -1px;
    font-weight: 500; }
  .h2-md {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.7px;
    font-weight: 500; }
  .h2-md-ıt {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.7px;
    font-weight: 500; } }

.title-pair--title {
  position: relative;
  text-align: center;
  font-weight: 200;
  font-size: 80px;
  letter-spacing: -3.2px;
  line-height: 90px;
  padding-bottom: 40px; }
  .title-pair--title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 4px;
    background-color: black; }
  .title-pair--title__large {
    text-align: start;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -3.2px; }
    .title-pair--title__large::after {
      display: none; }
  .title-pair--title__base {
    text-align: start;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0px; }
    .title-pair--title__base::after {
      display: none; }
  .title-pair--title__medium {
    text-align: start;
    font-size: 60px;
    letter-spacing: -1.8px;
    line-height: 90px; }
    .title-pair--title__medium::after {
      display: none; }
  .title-pair--title__small {
    text-align: start;
    font-size: 60px;
    letter-spacing: -1.8px;
    line-height: 60px; }
    .title-pair--title__small::after {
      display: none; }

.title-pair--subtitle {
  font-weight: 500;
  font-style: italic; }

@media screen and (max-width: 993px) {
  .title-pair--title {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 50px;
    padding-bottom: 15px; }
    .title-pair--title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: black; }
    .title-pair--title__base, .title-pair--title__medium, .title-pair--title__small {
      margin-bottom: 15px; }
    .title-pair--title__large {
      font-size: 40px;
      letter-spacing: -1.6px;
      line-height: 45px; }
    .title-pair--title__base {
      font-size: 30px;
      letter-spacing: -1.2px;
      line-height: 35px; }
    .title-pair--title__medium {
      font-size: 30px;
      letter-spacing: -1.2px;
      line-height: 38px; }
    .title-pair--title__small {
      font-size: 30px;
      letter-spacing: -1.2px;
      line-height: 38px; } }

.hero--subtitle {
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 6.4px;
  line-height: 19px;
  margin-bottom: 27px;
  color: #6e6e6e; }

.hero--description {
  font-size: 18px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px; }
  .hero--description p {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 25px; }

.hero--image {
  margin-top: 27px;
  border-radius: 16px; }

@media screen and (max-width: 993px) {
  .hero--subtitle {
    font-size: 14px;
    letter-spacing: 5.6px;
    line-height: 18px;
    margin-bottom: 5px; }
  .hero--description {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 24px; } }

.global-description {
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px;
  font-weight: 300; }
  @media screen and (max-width: 993px) {
    .global-description {
      font-size: 16px;
      letter-spacing: -0.32px;
      line-height: 24px;
      margin-bottom: 10px; } }

[data-animate="fade-in"] {
  position: relative;
  opacity: 0;
  transition-property: top, left, bottom, right, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-out; }
  [data-animate="fade-in"][data-animate-way="bottom-top"] {
    top: 60px; }
  [data-animate="fade-in"][data-animate-way="top-bottom"] {
    bottom: 60px; }
  [data-animate="fade-in"][data-animate-way="left-right"] {
    right: 60px; }
  [data-animate="fade-in"][data-animate-way="right-left"] {
    left: 60px; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="bottom-top"] {
    top: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="top-bottom"] {
    bottom: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="left-right"] {
    right: 0;
    opacity: 1; }
  [data-animate="fade-in"][data-animated="true"][data-animate-way="right-left"] {
    left: 0;
    opacity: 1; }

[data-animate-delay="1"] {
  transition-delay: .1s; }

[data-animate-delay="2"] {
  transition-delay: .2s; }

[data-animate-delay="3"] {
  transition-delay: .3s; }

[data-animate-delay="4"] {
  transition-delay: .4s; }

[data-animate-delay="5"] {
  transition-delay: .5s; }

[data-animate-delay="6"] {
  transition-delay: .6s; }

[data-animate-delay="7"] {
  transition-delay: .7s; }

[data-animate-delay="8"] {
  transition-delay: .8s; }

[data-animate-delay="9"] {
  transition-delay: .9s; }

[data-animate-delay="10"] {
  transition-delay: 1s; }

[data-animate-delay="11"] {
  transition-delay: 1.1s; }

[data-animate-delay="12"] {
  transition-delay: 1.2s; }

[data-animate-delay="13"] {
  transition-delay: 1.3s; }

[data-animate-delay="14"] {
  transition-delay: 1.4s; }

[data-animate-delay="15"] {
  transition-delay: 1.5s; }

[data-animate-delay="16"] {
  transition-delay: 1.6s; }

[data-animate-delay="17"] {
  transition-delay: 1.7s; }

[data-animate-delay="18"] {
  transition-delay: 1.8s; }

[data-animate-delay="19"] {
  transition-delay: 1.9s; }

[data-animate-delay="20"] {
  transition-delay: 2s; }

section#breadcrumbs {
  background-color: #1F3D7B;
  margin: 0;
  padding: 12px 0 10px 0; }
  section#breadcrumbs nav {
    padding: 0 !important;
    height: auto; }
    section#breadcrumbs nav .breadcrumb {
      background-color: #1F3D7B;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0;
      padding: 0; }
      section#breadcrumbs nav .breadcrumb::before {
        content: '';
        width: 14px;
        height: 14px;
        margin: 0 15px 0 0;
        background: url(../../img/icons/home-page-icon.svg) no-repeat; }
      section#breadcrumbs nav .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0; }
        section#breadcrumbs nav .breadcrumb .breadcrumb-item a, section#breadcrumbs nav .breadcrumb .breadcrumb-item p {
          font-size: 14px;
          line-height: 18px;
          letter-spacing: -1px;
          color: #F9F9F950 !important;
          margin-bottom: 0; }
          section#breadcrumbs nav .breadcrumb .breadcrumb-item a:hover, section#breadcrumbs nav .breadcrumb .breadcrumb-item p:hover {
            text-decoration: none !important; }
        section#breadcrumbs nav .breadcrumb .breadcrumb-item:last-child a, section#breadcrumbs nav .breadcrumb .breadcrumb-item:last-child p {
          color: #F9F9F9 !important; }
      section#breadcrumbs nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        content: '';
        background: url(../../img/icons/angle-small-right.svg) no-repeat;
        width: 6px;
        height: 11px;
        margin: 0 15px; }

/* Buttons */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  letter-spacing: 6.4px;
  font-weight: 500;
  color: #0090BA !important;
  /* Line in a button */ }
  .btn:focus {
    outline: none !important;
    box-shadow: none; }
  .btn:hover {
    color: #0090BA !important; }
  .btn a {
    color: #0090BA !important; }
  .btn--line {
    margin-left: 15px; }
  .btn--map {
    margin-right: 15px; }
  .btn__outline {
    border: 1px solid #0090BA !important;
    width: 70px;
    height: 39px;
    border-radius: 22px !important; }
  .btn__reverse-icon img {
    transform: rotate(180deg); }
  .btn__filled {
    background-color: #0090BA !important;
    border-radius: 38px;
    width: 100%;
    height: 76px;
    margin-bottom: 10px; }
  .btn__360 {
    width: 142px;
    height: 102px; }
  .btn--group {
    display: flex;
    flex-direction: column;
    width: 142px;
    letter-spacing: 1.92px !important; }
  .btn__custom {
    display: flex;
    flex-direction: column;
    color: #1F3D7B !important;
    width: 60px;
    height: 70px;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    letter-spacing: -0.32px;
    line-height: 19px; }
    .btn__custom img {
      margin-bottom: 10px;
      flex: 1; }
    .btn__custom span {
      flex: 1; }
    .btn__custom:hover {
      color: #1F3D7B !important; }
  @media screen and (max-width: 993px) {
    .btn {
      font-size: 14px;
      letter-spacing: 5.6px;
      line-height: 18px; }
      .btn__outline {
        transform: scale(0.7); } }

/* Line */
.line {
  width: 40px;
  height: 1px;
  background-color: #0090BA; }

/* Card */
.card--img-container {
  height: 390px; }
  .card--img-container img {
    border-radius: 0;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.card--container {
  background-color: #fff;
  border-radius: 16px;
  padding: 0; }

.card--title {
  font-size: 28px;
  letter-spacing: -1.12px;
  line-height: 88px;
  font-weight: 300; }

.card--subtitle {
  font-size: 40px;
  letter-spacing: -1.2px;
  line-height: 46px;
  font-weight: 500; }

.card--description {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px;
  margin-top: 41px; }

.card--cta {
  margin-top: 44px; }

.card--content {
  padding: 45px 72px 45px 60px; }

@media screen and (max-width: 993px) {
  .card--container {
    margin-bottom: 30px; }
  .card--title {
    font-size: 20px;
    letter-spacing: -0.8px;
    line-height: 14px; }
  .card--subtitle {
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 21px; }
  .card--description {
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 24px;
    margin-top: 20px; }
  .card--cta {
    margin-top: 30px; }
  .card--content {
    padding: 30px 15px; }
  .card--img-container {
    height: 270px; }
    .card--img-container img {
      height: 270px;
      object-fit: cover; } }

.accordion-box[aria-expanded="true"] {
  pointer-events: none; }

#homextension .image {
  cursor: pointer;
  height: fit-content; }
  #homextension .image img {
    width: 100%;
    height: 302px;
    border-radius: 15px;
    object-fit: cover; }
  #homextension .image .text-content {
    border-radius: 15px;
    width: auto;
    height: auto;
    padding: 24px;
    opacity: 0;
    transition: transform 0.6s linear;
    background-color: #262626; }
    #homextension .image .text-content p {
      line-height: 20px;
      font-size: 16px;
      letter-spacing: -0.5px;
      font-weight: 300; }
      #homextension .image .text-content p:last-child {
        margin-bottom: 0 !important; }
      #homextension .image .text-content p::before {
        content: "";
        position: relative;
        width: 8px;
        height: 8px;
        display: flex;
        border-radius: 50%;
        background: #fff;
        margin-right: 10px; }
    #homextension .image .text-content::before {
      content: "";
      position: absolute;
      left: calc(50% - 7.5px);
      bottom: -12.2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 7.5px 0 7.5px;
      border-color: #262626 transparent transparent transparent; }
  #homextension .image:hover .text-content {
    opacity: 1; }

#homextension .top {
  margin-bottom: -50px; }
  #homextension .top .image {
    max-width: 59.64%;
    margin-left: 112px; }
    #homextension .top .image img {
      height: 302px; }

#homextension .mid .image {
  width: 20.932%; }
  #homextension .mid .image img {
    height: 496px; }
  #homextension .mid .image:last-child {
    width: 24.535%; }
    #homextension .mid .image:last-child img {
      height: 242px; }

#homextension .mid .mid-text {
  margin-top: 110px;
  max-width: 46%; }
  #homextension .mid .mid-text img {
    height: 40px;
    width: auto;
    object-fit: cover; }
  #homextension .mid .mid-text .h1-x-lt {
    margin: 12px 0 20px;
    line-height: 100px;
    letter-spacing: -3px; }
  #homextension .mid .mid-text .h6 {
    max-width: 450px;
    margin-bottom: 60px; }
  #homextension .mid .mid-text button .line {
    margin-left: 0;
    margin-right: 13.5px; }
    #homextension .mid .mid-text button .line:last-child {
      margin-left: 13.5px; }

#homextension .bottom {
  margin-top: 54px; }
  #homextension .bottom .image {
    width: 36.4%;
    margin: 18px 0 0 44px; }
    #homextension .bottom .image img {
      height: 271px; }
    #homextension .bottom .image:last-child {
      width: 33.23%;
      margin: 0 30px 0 0; }
      #homextension .bottom .image:last-child img {
        height: 354px; }
    #homextension .bottom .image .text-content::before {
      top: -12.2px;
      bottom: auto;
      transform: rotate(180deg); }

#homextension .mobile-images img {
  border-radius: 8px;
  object-fit: cover; }

#homextension .mobile-images .top {
  height: 354px; }
  #homextension .mobile-images .top .top-left {
    width: 39.534%;
    height: 100%; }
    #homextension .mobile-images .top .top-left img {
      height: 100%;
      width: 100%; }
  #homextension .mobile-images .top .top-right {
    width: 56.1%;
    height: 100%; }
    #homextension .mobile-images .top .top-right img {
      width: 91.65%;
      height: 160px; }
      #homextension .mobile-images .top .top-right img:last-child {
        width: 100%; }

#homextension .mobile-images .bottom {
  margin-top: 32px;
  height: 160px; }
  #homextension .mobile-images .bottom img {
    width: 52.4%;
    height: 100%; }
    #homextension .mobile-images .bottom img:last-child {
      width: 39.72%; }

@media screen and (max-width: 1441px) and (min-width: 1201px) {
  .btn {
    font-size: .8rem;
    line-height: 1.3; }
  .btn__outline {
    width: 50px;
    height: 30px; }
  .title-pair--title__base {
    font-size: 40px;
    line-height: 48px; } }

@media screen and (max-width: 1201px) {
  #homextension .mid .mid-text {
    margin: 0 0 60px 0;
    max-width: unset; }
    #homextension .mid .mid-text button .line {
      margin-right: 10px; }
      #homextension .mid .mid-text button .line:last-child {
        margin-left: 10px; } }

@media screen and (max-width: 769px) {
  #homextension .mid .mid-text img {
    height: 23px; }
  #homextension .mid .mid-text .h1-x-lt {
    font-size: 30px !important;
    line-height: 38px !important;
    letter-spacing: -1px;
    margin: 20px 0; }
    #homextension .mid .mid-text .h1-x-lt span {
      font-size: 30px !important;
      line-height: 38px !important; }
  #homextension .mid .mid-text .h6 {
    max-width: unset;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px; }
  #homextension .mobile-images .top {
    height: 177px; }
    #homextension .mobile-images .top .top-right img {
      height: 80px; }
  #homextension .mobile-images .bottom {
    margin-top: 15px;
    height: 80px; } }

/* Custom tab */
.tab--container {
  margin-top: -30px; }

.tab--header-container {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  border-bottom: 1px solid #e3e4e4;
  max-width: 1404px;
  margin: 0 auto; }
  .tab--header-container a {
    text-decoration: none; }
    .tab--header-container a[aria-expanded="false"] {
      color: #6E6E6E; }
    .tab--header-container a[aria-expanded="true"] {
      color: #0090BA;
      border-bottom: 1px solid;
      font-weight: 500; }

.tab--header-item {
  padding: 0 15px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-bottom 0.2s ease;
  color: #6E6E6E; }

.tab--content {
  margin-top: 50px; }

.tab--content-title, .tab--content-details {
  display: block; }

.tab--content-title {
  font-size: 60px;
  letter-spacing: -1.8px;
  line-height: 90px; }

.tab--content-details {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 25px;
  margin-top: 30px;
  font-weight: normal; }

@media screen and (max-width: 769px) {
  .tab--header-container {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    margin-top: 60px;
    max-width: 100%;
    justify-content: space-between; }
    .tab--header-container a {
      text-decoration: none;
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 10px; }
      .tab--header-container a[aria-expanded="false"] {
        color: #6E6E6E; }
      .tab--header-container a[aria-expanded="true"] {
        color: #0090BA;
        border-bottom: 1px solid;
        font-weight: 500; }
  .tab--content {
    margin-top: 30px; }
  .tab--content-details {
    margin-top: 15px;
    margin-bottom: 30px; } }

/* Project Property */
.project-prop--item {
  width: 175px;
  margin-right: 95px;
  padding-left: 15px;
  margin-top: 37px; }

.project-prop--container {
  display: flex;
  flex-wrap: wrap; }

.project-prop--title {
  font-size: 14px;
  letter-spacing: -0.28px;
  line-height: 18px;
  margin-bottom: 7px;
  color: #6E6E6E;
  font-weight: normal; }

.project-prop--content {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 25px;
  font-weight: normal; }

@media screen and (max-width: 993px) {
  .project-prop--container {
    justify-content: space-between; }
    .project-prop--container .row {
      justify-content: space-between; }
  .project-prop--item {
    margin-bottom: 37px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 15px;
    max-width: 175px;
    width: auto;
    text-align: left !important; }
  .project-prop--title {
    margin-bottom: 11px; }
  .project-prop--content {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 20px; } }

.custom-select {
  height: 60px;
  width: 290px;
  border-radius: 15px;
  border: none;
  background: #f7f7f7;
  padding-left: 34px; }
  .custom-select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7; }
  @media screen and (max-width: 993px) {
    .custom-select {
      width: 100%; } }

.custom-select-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/assets/img/down-arrow-gray.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 30px top 50%, 0 0 !important; }
  .custom-select-icon__white {
    background-image: url("/assets/img/down-arrow-white.svg") !important; }

.custom-upload-icon {
  background-image: url("/assets/img/file-upload-icon.svg") !important;
  background-repeat: no-repeat, repeat !important;
  background-position: right 30px top 50%, 0 0 !important; }

.pagination-holder #previousPage {
  margin-right: 35px;
  cursor: pointer; }
  .pagination-holder #previousPage img {
    transform: rotate(180deg); }

.pagination-holder #nextPage {
  margin-left: 35px;
  cursor: pointer; }

.pagination-holder #pagination .page-item {
  font-size: 32px;
  letter-spacing: -1.28px;
  line-height: 28px;
  opacity: 0.4;
  margin-right: 32px;
  font-weight: 300;
  color: #00234e;
  cursor: pointer; }
  .pagination-holder #pagination .page-item:last-child {
    margin-right: 0; }
  .pagination-holder #pagination .page-item.active {
    opacity: 1;
    pointer-events: none; }

@media screen and (max-width: 993px) {
  .pagination-holder #pagination .page-item {
    font-size: 19px;
    letter-spacing: -0.76px;
    line-height: 16px; } }

.glide__arrow {
  display: inline-flex !important; }

.custom-dropdown--menu {
  width: 100%;
  left: 0;
  border: 1px solid white !important;
  margin-top: -1px !important;
  border-radius: 0 !important;
  padding: 0;
  border-bottom-left-radius: 16px 16px !important;
  border-bottom-right-radius: 16px 16px !important; }
  .custom-dropdown--menu__blue {
    background-color: #00234e; }

.custom-dropdown--toggle[aria-expanded="true"] {
  border-bottom-left-radius: 0px 0px !important;
  border-bottom-right-radius: 0px 0px !important; }

.custom-dropdown--menu-item {
  padding: 0;
  padding: 15px 20px;
  color: white;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 23px;
  font-weight: normal; }

.custom-dropdown--menu__gallery {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #917575;
  border-radius: 0 !important; }
  .custom-dropdown--menu__gallery .custom-dropdown--menu-item {
    color: #6e6e6e;
    opacity: 1;
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 23px;
    font-weight: normal;
    padding-right: 0;
    padding-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px; }

.dropdown__gallery .custom-dropdown--toggle[aria-expanded="true"] {
  border: 1px solid #f7f7f7 !important;
  border-radius: 0 !important; }

.dropdown__gallery .custom-dropdown--menu {
  margin-top: 0px !important; }

.dropdown__years .custom-dropdown--toggle {
  height: 60px;
  width: 294px;
  border-radius: 10px;
  background-color: #f7f7f7;
  color: #6e6e6e; }

.dropdown__years .custom-dropdown--menu {
  background-color: #f7f7f7;
  margin-top: 0px !important; }
  .dropdown__years .custom-dropdown--menu-item {
    color: #6e6e6e; }

.modal-dialog {
  max-width: 1250px; }

.modal-header {
  border: 0 !important;
  align-items: center; }

.modal-content {
  padding: 25px 45px;
  border: none;
  border-radius: 16px; }

.modal-title {
  display: block;
  font-size: 40px;
  letter-spacing: -1.2px;
  font-weight: 500;
  line-height: 60px; }

.modal-subtitle {
  display: block;
  font-size: 28px;
  letter-spacing: -0.84px;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 20px; }

.modal-video {
  height: 750px;
  width: 100%;
  border-radius: 15px; }

.carousel {
  position: relative; }

.carousel-item img {
  object-fit: cover; }

#carousel-thumbs {
  background: #f0f0f0; }

#carousel-thumbs img:hover {
  opacity: 1; }

#carousel-thumbs img {
  opacity: 1;
  border: 3px solid transparent;
  cursor: pointer; }

#carousel-thumbs .selected img {
  opacity: 1; }

.carousel-control-prev,
.carousel-control-next {
  width: fit-content;
  opacity: 1; }

.carousel-control-prev {
  left: -100px; }

.carousel-control-next {
  right: -100px; }

.carousel-fullscreen-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E"); }

.carousel-fullscreen-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E"); }

.pause .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E"); }

.pause .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E"); }

.play .carousel-pause-icon {
  position: absolute;
  top: 3.75rem;
  left: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  z-index: 4;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E"); }

.play .carousel-pause-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E"); }

#carousel-thumbs .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' 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") !important; }

#carousel-thumbs .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' 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") !important; }

.modal-content {
  border-radius: 0;
  border: none; }

#lightbox-container-image img {
  width: auto;
  max-height: 520px; }

@media screen and (max-width: 993px) {
  .modal.show {
    display: flex !important;
    justify-content: center; }
  .modal .btn img {
    height: 22px;
    width: 22px; }
  .modal-subtitle {
    font-size: 24px;
    letter-spacing: -0.72px;
    line-height: 30px; }
  .modal-content {
    padding: 80px 22px;
    border-radius: 10px; }
  .modal .carousel-control-prev,
  .modal .carousel-control-next {
    position: relative;
    left: 0;
    right: 0;
    display: inline-flex; }
  .modal .carousel-controller {
    display: flex;
    justify-content: center;
    margin-top: 30px; } }

@media screen and (max-width: 577px) {
  .modal #wrap.container {
    padding: 0; }
    .modal #wrap.container .col-12 {
      padding: 0; }
    .modal #wrap.container #carousel-thumbs .row {
      gap: 0; } }

#get-in-touch {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  #get-in-touch .content-wrapper {
    position: absolute;
    z-index: 2;
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  #get-in-touch .container {
    display: flex;
    justify-content: center; }
  #get-in-touch .inner-container {
    max-width: 895px; }
  #get-in-touch .title-pair--title {
    width: fit-content;
    margin: 0 auto; }
  #get-in-touch .git-item--container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    margin-top: 89px; }
  #get-in-touch .git-item {
    display: block;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 248px;
    margin-right: 80px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 29px;
    color: #6F7070; }
  #get-in-touch .git-item--icon {
    height: 100px;
    min-width: 100px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 46px; }
  #get-in-touch .git-item--last-item {
    margin-right: 0; }

@media screen and (max-width: 993px) {
  #get-in-touch {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 550px; }
    #get-in-touch .welcome-stain {
      width: 100%; }
    #get-in-touch .content-wrapper {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-top: 0; }
    #get-in-touch .container {
      justify-content: flex-start; }
    #get-in-touch .title-pair--title {
      width: auto;
      margin: 0;
      text-align: start; }
    #get-in-touch .git-item {
      margin-bottom: 30px; }
      #get-in-touch .git-item--container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 40px; }
      #get-in-touch .git-item {
        flex-direction: column;
        align-items: flex-start;
        width: 165px;
        color: #6F7070;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 24px;
        text-align: start; }
      #get-in-touch .git-item--icon {
        height: 44px;
        min-width: 44px;
        margin-bottom: 15px; }
      #get-in-touch .git-item .icon {
        width: 16px; }
      #get-in-touch .git-item--last-item {
        margin-right: 80px; } }

#blogs .blog-list-card--container,
#highlights .blog-list-card--container {
  margin-top: 80px; }
  #blogs .blog-list-card--container .row,
  #highlights .blog-list-card--container .row {
    justify-content: space-between; }

#blogs .blog-list-card--item,
#highlights .blog-list-card--item {
  max-width: 850px; }
  #blogs .blog-list-card--item__small,
  #highlights .blog-list-card--item__small {
    max-height: 480px;
    display: block;
    gap: 0;
    margin-bottom: 80px; }

#blogs .blog-list-card--img,
#highlights .blog-list-card--img {
  margin-bottom: 39px;
  border-radius: 15px;
  object-fit: cover; }
  #blogs .blog-list-card--img__small,
  #highlights .blog-list-card--img__small {
    max-width: 100%;
    margin-bottom: 20px; }

#blogs .blog-list-card--date,
#highlights .blog-list-card--date {
  margin-bottom: 7px;
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px;
  font-weight: normal;
  color: #6E6E6E; }
  #blogs .blog-list-card--date__small,
  #highlights .blog-list-card--date__small {
    margin-bottom: 7px;
    font-size: 16px;
    letter-spacing: -0.64px;
    line-height: 20px;
    font-weight: normal;
    color: #6E6E6E; }

#blogs .blog-list-card--title,
#highlights .blog-list-card--title {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px; }
  #blogs .blog-list-card--title__small,
  #highlights .blog-list-card--title__small {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

#blogs .blog-list-card--description,
#highlights .blog-list-card--description {
  font-size: 18px;
  letter-spacing: -0.36px;
  line-height: 25px;
  font-weight: 300;
  color: #6E6E6E;
  margin-bottom: 15px; }

@media screen and (max-width: 993px) {
  #blogs,
  #highlights {
    padding-top: 30px; }
    #blogs .blog-list-card--container,
    #highlights .blog-list-card--container {
      margin-top: 30px; }
    #blogs .blog-list-card--item,
    #highlights .blog-list-card--item {
      max-width: 100%; }
      #blogs .blog-list-card--item__small,
      #highlights .blog-list-card--item__small {
        max-width: 100%;
        display: block;
        gap: 0;
        margin-bottom: 30px; }
    #blogs .blog-list-card--img__small,
    #highlights .blog-list-card--img__small {
      max-height: 226px;
      width: 100%;
      margin-bottom: 30px; }
    #blogs .blog-list-card--date__small,
    #highlights .blog-list-card--date__small {
      margin-bottom: 10px; }
    #blogs .btn,
    #highlights .btn {
      margin-left: -10px; } }

.popup-sticky-modal {
  position: fixed;
  top: calc( 50% - 368px);
  right: 0;
  transform: translate(50%, 0%) scale(0);
  transition: 300ms ease-in-out;
  z-index: 1000;
  height: auto;
  width: 550px;
  border-radius: 15px;
  background-color: #1F3D7B; }
  .popup-sticky-modal .main-form {
    padding: 40px;
    height: 100%;
    overflow: auto; }
    .popup-sticky-modal .main-form::-webkit-scrollbar {
      width: 8px; }
    .popup-sticky-modal .main-form::-webkit-scrollbar-track {
      background: #F7F7F7;
      border-radius: 5px; }
    .popup-sticky-modal .main-form::-webkit-scrollbar-thumb {
      background: #0090BA;
      border-radius: 5px; }
    .popup-sticky-modal .main-form::-webkit-scrollbar-thumb:hover {
      background: #0090BA; }
  .popup-sticky-modal .bg-holder {
    bottom: 0;
    left: -50%;
    width: 1200px;
    opacity: .5;
    z-index: 0; }
    .popup-sticky-modal .bg-holder img {
      width: 100%;
      height: 100%; }
  .popup-sticky-modal .header {
    max-width: 275px;
    font-weight: normal;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -1px;
    margin-bottom: 45px;
    color: #F5F5F5; }
    .popup-sticky-modal .header span {
      font-weight: 500; }
  .popup-sticky-modal .white-btn {
    border: .5px solid #004CAC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
    .popup-sticky-modal .white-btn p {
      font-size: 20px;
      color: #F5F5F5;
      font-weight: normal;
      padding: 0;
      margin-left: 21px; }

#sticky-form #stickyCountryCode {
  display: none; }

#sticky-form #sticky-projects {
  display: none; }

#sticky-form .sticky-projects {
  padding: 0 !important; }
  #sticky-form .sticky-projects .select2 {
    width: 100% !important;
    max-width: unset !important;
    height: 48px;
    padding: 0 14px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #sticky-form .sticky-projects .select2-selection.select2-selection--single {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #sticky-form .sticky-projects .select2-selection.select2-selection--single b {
      width: 18px !important;
      height: 9px !important;
      right: 0;
      top: unset;
      margin: -4px 0 0 0; }

#sticky-form .select2 {
  width: 90px !important;
  max-width: 90px !important;
  height: 48px;
  padding-left: 20px;
  display: flex;
  align-items: center; }

#sticky-form .projects .select2 {
  max-width: 100% !important;
  width: 100% !important;
  font-size: 16px;
  padding: 0 20px 0 26.5px;
  border: 1px solid #CECECE;
  border-radius: 15px;
  color: #F5F5F5;
  margin-bottom: 20px;
  height: 48px;
  font-weight: normal;
  background-color: #1F3D7B; }

#sticky-form .form-control {
  font-size: 16px;
  padding: 0 20px 0 26.5px;
  border: 1px solid #CECECE;
  border-radius: 15px;
  color: #F5F5F5;
  margin-bottom: 20px;
  height: 48px;
  font-weight: normal;
  background-color: #1F3D7B; }
  #sticky-form .form-control:focus {
    border: 1px solid #CECECE; }

#sticky-form .project-p {
  color: #F5F5F5;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  font-weight: normal; }

#sticky-form .form-group {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative; }
  #sticky-form .form-group:last-child {
    margin-bottom: 31px; }
  #sticky-form .form-group #sticky-projects-danger {
    position: absolute;
    bottom: -27px;
    margin-bottom: 0;
    left: 0; }

#sticky-form small {
  display: none;
  color: #f44336;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 5px; }
  #sticky-form small.active {
    display: flex; }

#sticky-form #sticky-phone {
  padding-left: 96px !important;
  margin-left: -90px; }

#sticky-form input {
  border: none;
  background: unset;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: normal; }
  #sticky-form input::placeholder {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: normal;
    opacity: 1; }
  #sticky-form input:-ms-input-placeholder {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: normal; }
  #sticky-form input::-ms-input-placeholder {
    color: #F5F5F5;
    font-size: 14px;
    font-weight: normal; }

#sticky-form .bottom-left .checkbox {
  margin: 0 26px 20px 0; }

#sticky-form .bottom-left a {
  color: #F5F5F5; }
  #sticky-form .bottom-left a p {
    color: #F5F5F5;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300; }
  #sticky-form .bottom-left a:hover p {
    color: #F5F5F5; }

#sticky-form .bottom-left label {
  margin-bottom: 20px; }

#sticky-form #sticky-form-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 22px;
  z-index: 1;
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 0 20px; }
  #sticky-form #sticky-form-btn.inactive {
    opacity: .8;
    pointer-events: none; }
  #sticky-form #sticky-form-btn p {
    color: #008EB7;
    line-height: 48px;
    font-size: 16px;
    padding: 0;
    letter-spacing: 7.5px;
    margin: 0;
    font-weight: 500; }

#sticky-form #sticky-projects {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #F5F5F5;
  background-color: transparent;
  border: unset; }
  #sticky-form #sticky-projects:focus-visible {
    outline: -webkit-focus-ring-color auto 0px; }

#contact-form {
  height: auto; }
  #contact-form .bottom-left .checkbox {
    margin: 0 26px 20px 0; }
  #contact-form .bottom-left a {
    color: #F5F5F5; }
    #contact-form .bottom-left a p {
      color: #F5F5F5;
      font-size: 14px;
      line-height: 17px;
      font-weight: 300; }
    #contact-form .bottom-left a:hover p {
      color: #F5F5F5; }
  #contact-form .bottom-left label {
    margin-bottom: 20px; }

.popup-sticky-modal.active {
  transform: translate(0%, 0%) scale(1); }

#popup-overlay {
  position: fixed;
  transition: 200ms ease-in-out;
  z-index: 999;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  cursor: pointer;
  display: none; }

#popup-overlay.active {
  display: flex;
  pointer-events: all; }

#stickyProjects {
  display: none !important; }

.select2-dropdown {
  display: flex;
  min-width: 470px; }

.sticky-button {
  position: fixed;
  transform: rotate(270deg);
  transition: transform .3s linear;
  background-color: #1F3D7B !important;
  top: 36%;
  right: -64px;
  z-index: 20;
  border-radius: 15px 15px 0 0;
  border: none;
  padding: 0 28px; }
  .sticky-button:hover {
    background-color: #1F3D7B !important; }
  .sticky-button:focus {
    background-color: #1F3D7B !important; }
  .sticky-button p {
    font-size: 20px;
    line-height: 73px;
    margin-bottom: 0;
    letter-spacing: -1px;
    font-weight: 500;
    color: #F5F5F5; }

.close-button {
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 0;
  z-index: 5;
  background: none;
  border: none; }

.select2 {
  cursor: pointer; }

.select2-search {
  display: none;
  height: 0; }

.span#select2-stickyCountryCode-container {
  margin: 20px; }

span#select2-stickyCountryCode-container {
  font-size: 16px;
  letter-spacing: -1px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: normal; }
  span#select2-stickyCountryCode-container .selected-flag {
    margin-right: 10px; }

.span#select2-sticky-projects-container {
  margin: 20px; }

span#select2-sticky-projects-container {
  font-size: 16px;
  letter-spacing: -1px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: normal; }
  span#select2-sticky-projects-container .selected-flag {
    margin-right: 10px; }

.select2-results {
  position: relative;
  width: 100%; }
  .select2-results::after {
    content: "";
    position: absolute;
    z-index: 99999;
    top: 5px;
    left: -4px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid transparent;
    border-right: 8.5px solid transparent;
    border-bottom: 8.5px solid #F7F7F7;
    transform: rotate(90deg); }
  .select2-results::before {
    content: "";
    position: absolute;
    z-index: 99999;
    top: 9px;
    right: 0;
    width: 100%;
    height: 5px;
    background-color: #F7F7F7; }

.select2-results__options {
  max-height: 164px;
  width: auto;
  padding: 20px 22px;
  overflow: auto;
  background-color: #F7F7F7;
  position: relative;
  z-index: 99999;
  top: 10px; }
  .select2-results__options li {
    background-color: #F7F7F7;
    color: #F5F5F5;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    cursor: pointer; }
    .select2-results__options li:last-child {
      margin-bottom: 0; }
    .select2-results__options li span {
      color: #262626;
      display: flex;
      align-items: center; }
      .select2-results__options li span span {
        margin-left: 10px; }

#select2-popupCountryCode-container img {
  height: 34px;
  width: auto;
  object-fit: cover; }

#select2-stickyCountryCode-container img {
  height: 25px;
  width: auto;
  object-fit: cover; }

.selection {
  position: relative; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  content: "";
  position: absolute;
  background-image: url("../../img/down-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .3s linear;
  top: 49%;
  right: -18px;
  width: 9px;
  height: 5px; }

@media screen and (max-width: 1201px) {
  .popup-sticky-modal {
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: 0; }
    .popup-sticky-modal .header {
      font-size: 30px;
      line-height: 35px;
      width: 258px;
      margin: 0 auto 30px auto;
      text-align: center; }
    .popup-sticky-modal .main-form {
      overflow-x: hidden;
      padding: 70px 36px 140px 36px; }
  .sticky-button {
    top: 36%;
    right: -62px;
    padding: 0 28px; }
    .sticky-button p {
      font-size: 16px;
      line-height: 46px;
      letter-spacing: -.6px; } }

@media screen and (min-width: 1201px) {
  .popup-sticky-modal .bottom {
    margin-top: 51px; } }

@media screen and (max-width: 577px) {
  .popup-sticky-modal .bg-holder {
    left: -200%; } }

@media screen and (max-height: 750px) and (min-width: 1200px) {
  .popup-sticky-modal {
    top: 0;
    height: 100%; } }

.form--item {
  color: #f5f5f5;
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  letter-spacing: 0.54px; }

.form--container {
  max-width: 550px;
  height: 763px;
  padding: 40px;
  background-color: #1F3D7B;
  border-radius: 16px; }

.form--close-btn {
  display: flex;
  justify-content: flex-end; }

.form--title {
  margin-bottom: 45px;
  color: #f5f5f5; }

.form-control {
  border-radius: 16px;
  box-shadow: none;
  border: 1px solid #f5f5f5;
  background-color: transparent;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  letter-spacing: 0.42px;
  color: #f5f5f5;
  height: 48px;
  padding-left: 20px;
  margin-bottom: 20px; }
  .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::placeholder {
    color: #f5f5f5; }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f5f5f5; }
  .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #f5f5f5; }

.form--cta {
  height: 47px;
  width: 248px;
  background-color: #f5f5f5;
  border-radius: 16px;
  margin-top: 24px; }

.label {
  margin-top: 50px; }

.phone-group {
  width: 100%; }
  .phone-group select {
    padding-left: 20px;
    padding-right: 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 0px 0px;
    border-right: 0;
    width: 80px; }
    .phone-group select:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .phone-group select option {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057; }
  .phone-group input {
    border-top-left-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
    border-left: 0;
    padding-left: 15px; }

/* CUSTOM CHECKBOX */
.styled-checkbox {
  position: absolute;
  opacity: 0; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    color: #f5f5f5 !important; }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: block;
    min-width: 20px;
    height: 20px;
    background: white;
    border-radius: 6px; }
  .styled-checkbox.is-invalid + label:before {
    border: 1px solid #dc3545; }
  .styled-checkbox:focus + label:before {
    box-shadow: none; }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto; }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd; }
  .styled-checkbox:checked + label:after {
    content: url("http://localhost:3000/assets/img/checkmark.svg");
    position: absolute;
    left: 5px;
    top: -1px; }
  .styled-checkbox.form-control {
    width: 0; }

.form .title-pair--title__medium {
  font-size: 32px !important;
  font-weight: normal;
  line-height: 40px !important;
  letter-spacing: -1.28px !important; }

body.rtl * div {
  text-align: right; }

body.rtl ol {
  display: flex;
  flex-direction: column;
  align-items: end; }

body.rtl p {
  text-align: right; }

body.rtl .btn {
  flex-direction: row-reverse; }
  body.rtl .btn--line {
    margin-right: 15px;
    margin-left: 0px; }

body.rtl .btn--map {
  margin-left: 15px;
  margin-right: 0px; }

body.rtl .title-pair--title__base {
  text-align: right; }

body.rtl .title-pair--title__small {
  text-align: right; }

body.rtl .project-prop--title {
  text-align: end; }

body.rtl .project-prop--content {
  text-align: end; }

body.rtl .hero--description {
  text-align: end; }

body.rtl .global-description a {
  display: flex;
  justify-content: flex-end; }

body.rtl .close-button {
  right: unset;
  left: 40px; }

body.rtl .custom-select-icon {
  background-position: left 30px top 50%, 0 0 !important; }

body.rtl .form .title-pair--title__medium {
  text-align: right !important; }

body.rtl .form-control {
  justify-content: flex-end !important;
  text-align: right; }

body.rtl .bottom-left .d-flex.align-items-center.justify-content-start {
  justify-content: flex-end !important; }

body.rtl .upload-label label[for="file"] {
  flex-direction: row-reverse !important; }

body.rtl .sticky-button {
  right: unset;
  left: -64px;
  transform: rotate(90deg); }
  @media screen and (max-width: 1201px) {
    body.rtl .sticky-button .sticky-button {
      left: -62px;
      right: unset; } }

body.rtl .popup-sticky-modal {
  right: unset;
  left: 0; }
  body.rtl .popup-sticky-modal .main-form {
    align-items: flex-end; }
  body.rtl .popup-sticky-modal #sticky-form #sticky-phone {
    padding-left: unset !important;
    padding-right: 96px !important;
    margin-left: unset;
    margin-right: -90px; }
  body.rtl .popup-sticky-modal #sticky-form .select2 {
    right: 0;
    position: absolute; }
  body.rtl .popup-sticky-modal #sticky-form .project-p {
    display: flex;
    justify-content: flex-end; }
  body.rtl .popup-sticky-modal #sticky-form .bottom-left .d-flex.align-items-center.justify-content-start {
    flex-direction: row-reverse; }
  body.rtl .popup-sticky-modal #sticky-form .bottom-left .checkbox {
    margin: 0 0px 20px 26px; }
  body.rtl .popup-sticky-modal #sticky-form .bottom .d-flex.align-items-baseline.w-100 {
    justify-content: flex-end; }

body.rtl .blog--table-of-contents-item {
  justify-content: flex-end; }

body.rtl .blog-list-card--item__small {
  flex-direction: row-reverse; }

body.rtl .blog-list-card--cta__small {
  display: flex;
  justify-content: flex-end; }
  body.rtl .blog-list-card--cta__small .btn {
    transform: rotate(180deg); }

body.rtl .blog-list-card--cta {
  display: flex;
  justify-content: flex-end; }
  body.rtl .blog-list-card--cta .btn {
    transform: rotate(180deg); }

body.rtl .card--cta {
  display: flex;
  justify-content: flex-end; }

body.rtl .left-col {
  padding-right: unset;
  padding-left: 55px; }
  @media screen and (max-width: 1200px) {
    body.rtl .left-col {
      padding-left: 0; } }

body.rtl .navbar .container {
  flex-direction: row-reverse; }

body.rtl .navbar .right {
  flex-direction: row-reverse; }

body.rtl .navbar .right-menu {
  flex-direction: row-reverse;
  margin-left: 0px;
  margin-right: 20px; }
  body.rtl .navbar .right-menu #search {
    margin-right: 0px;
    margin-left: 40px; }
  body.rtl .navbar .right-menu #hamburger-menu-btn {
    margin-left: 0px;
    margin-right: 46px; }

body.rtl #breadcrumbs nav .breadcrumb {
  flex-direction: row-reverse; }
  body.rtl #breadcrumbs nav .breadcrumb::before {
    margin: 0 0 0 15px; }
  body.rtl #breadcrumbs nav .breadcrumb .breadcrumb-item {
    flex-direction: row-reverse; }
    body.rtl #breadcrumbs nav .breadcrumb .breadcrumb-item::before {
      transform: rotate(180deg); }

body.rtl footer .footer--top {
  flex-direction: row-reverse !important; }

body.rtl footer .footer--top__left {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

body.rtl footer .footer--bottom {
  flex-direction: row-reverse !important; }
  body.rtl footer .footer--bottom__left {
    justify-content: end; }
  body.rtl footer .footer--bottom__right {
    padding: 0;
    justify-content: flex-start; }
    body.rtl footer .footer--bottom__right p:first-child {
      margin-left: 0; }

@media screen and (max-width: 993px) {
  body.rtl footer .footer--item-member-group {
    flex-direction: row-reverse; }
  body.rtl footer .footer--bottom {
    flex-direction: column-reverse !important; } }

@media screen and (max-width: 993px) {
  body.rtl #get-in-touch .container {
    justify-content: flex-end !important; }
  body.rtl #get-in-touch .title-pair--title {
    text-align: end; }
  body.rtl #get-in-touch .git-item {
    align-items: flex-end;
    text-align: end;
    margin-right: 0;
    margin-left: 80px; } }

html,
body {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.active {
  overflow: hidden; }

body.modal-active {
  overflow: hidden; }

#image-section .btn__custom,
#hero-image-section .btn__custom {
  display: none !important; }

.form .form-error {
  display: none; }

.form.error .form-error {
  display: block; }

.form .form-group .text-danger {
  display: none; }

.form .form-group.is-invalid .text-danger {
  display: block; }

.glide .glide__arrow {
  color: #000; }

section,
footer {
  padding: 100px 0; }

#form-active {
  height: auto;
  opacity: 1;
  transition: all .4s linear;
  pointer-events: unset; }
  #form-active.active {
    opacity: 0;
    pointer-events: none;
    height: 0 !important; }
    #form-active.active * {
      height: 0 !important;
      margin-bottom: 0 !important; }

#main-form.active {
  justify-content: center; }
  #main-form.active .header {
    display: none; }

#succes-active {
  opacity: 0;
  transition: all .4s linear;
  pointer-events: none;
  height: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  #succes-active * {
    height: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0px !important; }
  #succes-active p {
    font-size: 32px;
    line-height: 40px;
    font-weight: normal;
    color: #FFF; }
  #succes-active #popup-overlay {
    position: unset;
    height: 100%;
    width: 100%;
    pointer-events: unset;
    cursor: pointer;
    display: flex; }
  #succes-active img {
    width: 156px;
    object-fit: cover; }
  #succes-active .white-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    z-index: 1;
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 0 20px; }
    #succes-active .white-btn p {
      color: #008EB7 !important;
      font-size: 16px;
      line-height: 46px;
      margin: 0 !important;
      font-weight: 500;
      letter-spacing: 3px; }
  #succes-active.active {
    opacity: 1;
    height: auto !important;
    pointer-events: unset; }
    #succes-active.active * {
      height: auto !important; }
    #succes-active.active img {
      margin-bottom: 85px !important; }
    #succes-active.active p {
      margin-bottom: 15px !important; }
    #succes-active.active .white-btn {
      margin-top: 30px !important; }
      #succes-active.active .white-btn p {
        margin-bottom: 0px !important; }

@media screen and (max-width: 993px) {
  section,
  footer,
  main {
    padding: 50px 0; } }

#succes-active p {
  font-size: 21px;
  line-height: 24px; }

#succes-active img {
  width: 100px; }

#succes-active.active img {
  margin-bottom: 40px !important; }

#succes-active.active p {
  margin-bottom: 10px !important; }

#succes-active.active .white-btn {
  margin-top: 20px !important; }
  #succes-active.active .white-btn p {
    line-height: 35px; }

.welcome-stain-mobile {
  opacity: 0.6; }

.opacity-6 {
  opacity: 0.6; }

.border-right {
  border-right: 1px solid #dddddd; }

.border-left {
  border-left: 1px solid #dddddd; }

.border-bottom {
  border-bottom: 1px solid #dddddd; }

.border-top {
  border-top: 1px solid #dddddd; }

#hero-image-section {
  background-color: #F7F7F7;
  padding-top: 0;
  position: relative; }
  #hero-image-section .hero--image {
    margin-top: calc(40px - 563px); }
  #hero-image-section .btn__custom {
    position: absolute;
    right: 45px;
    top: -100px; }

.radius-bottom-r {
  border-bottom-right-radius: 0px 0px !important; }

.radius-top-r {
  border-top-right-radius: 0px 0px !important; }

.radius-bottom-l {
  border-bottom-left-radius: 0px 0px !important; }

.radius-top-l {
  border-top-left-radius: 0px 0px !important; }

.rotate-and-hover {
  transition: transform 0.3s;
  cursor: pointer; }
  .rotate-and-hover:hover {
    transform: rotate(15deg) scale(1.05); }

.box-group--outer-container {
  padding-top: 120px;
  max-width: 1364px;
  justify-content: center;
  margin: 0 auto; }

.box-group--text-title {
  margin-bottom: 60px; }

.box-group--text-outer-container {
  display: flex; }
  .box-group--text-outer-container__right {
    justify-content: flex-end; }
  .box-group--text-outer-container__left {
    justify-content: flex-start; }

.box-group--text-container {
  width: 553px;
  display: flex;
  flex-direction: column; }

.box-group--text {
  max-width: 476px;
  margin: 0 auto;
  margin-right: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0px; }

.box-group--img {
  border-radius: 16px;
  max-width: 100%;
  object-fit: cover; }

.container-wide-left {
  max-width: 100%;
  padding-left: calc((100% - 1640px) / 2); }

.container-wide-right {
  max-width: 100%;
  padding-right: calc((100% - 1640px) / 2); }

.img-radius {
  border-radius: 16px; }

@media screen and (max-width: 1901px) {
  .container-wide-left {
    padding-left: calc((100% - 1140px) / 2); }
  .container-wide-right {
    padding-right: calc((100% - 1140px) / 2); } }

@media screen and (max-width: 1201px) {
  .container-wide-left {
    padding-left: calc((100% - 960px) / 2); }
  .container-wide-right {
    padding-right: calc((100% - 960px) / 2); } }

@media screen and (max-width: 993px) {
  .container-wide-left {
    padding-left: calc((100% - 720px) / 2); }
  .container-wide-right {
    padding-right: calc((100% - 720px) / 2); }
  .img-radius {
    border-radius: 10px; }
  #gallery {
    padding-top: 25px; }
    #gallery .section-title {
      font-size: 30px;
      line-height: 60px;
      letter-spacing: -0.9px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px; }
    #gallery .dropdown {
      width: 50%;
      padding: 0; }
    #gallery .custom-dropdown--outer-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px; }
    #gallery hr {
      height: 20px;
      margin-right: 35px;
      margin-top: 0;
      margin-bottom: 0;
      border: 1px solid #e3e4e4;
      border-top: 1px solid #e3e4e4; }
    #gallery #gallery-dropdown-1 .custom-dropdown--toggle,
    #gallery #gallery-dropdown-2 .custom-dropdown--toggle {
      max-width: unset; }
    #gallery .tab--header-container {
      margin-top: 30px;
      max-width: 100%; } }

@media screen and (max-width: 769px) {
  .container-wide-left {
    padding-left: 15px;
    margin-left: 24px; }
  .container-wide-right {
    padding-right: 15px;
    margin-right: 24px; } }

@media screen and (max-width: 577px) {
  .container {
    padding: 0 35px; }
  .container-wide-left {
    padding-left: 35px;
    margin-left: 0; }
  .container-wide-right {
    padding-right: 35px;
    margin-right: 0; } }

@media screen and (max-width: 1901px) {
  #smart-home .welcome-stain {
    max-width: 100%;
    left: 0 !important; } }

@media screen and (min-width: 993px) {
  .box-group--outer-container .col-lg-6 {
    padding: 0; }
  .box-group--text-outer-container__right {
    padding-left: 30px !important; }
  .box-group--text-outer-container__left {
    padding-right: 30px !important; }
  .box-group--text-container {
    margin-top: 20px; } }

@media screen and (min-width: 1201px) {
  .box-group--outer-container .col-lg-6 {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (min-width: 1901px) {
  .box-group--text-container {
    margin-top: 100px; } }

#homextension .image {
  cursor: pointer;
  height: fit-content; }
  #homextension .image img {
    width: 100%;
    height: 302px;
    border-radius: 15px;
    object-fit: cover; }
  #homextension .image .text-content {
    border-radius: 15px;
    width: auto;
    height: auto;
    padding: 24px;
    opacity: 0;
    transition: transform 0.6s linear;
    background-color: #262626; }
    #homextension .image .text-content p {
      line-height: 20px;
      font-size: 16px;
      letter-spacing: -0.5px;
      font-weight: 300; }
      #homextension .image .text-content p:last-child {
        margin-bottom: 0 !important; }
      #homextension .image .text-content p::before {
        content: "";
        position: relative;
        width: 8px;
        height: 8px;
        display: flex;
        border-radius: 50%;
        background: #fff;
        margin-right: 10px; }
    #homextension .image .text-content::before {
      content: "";
      position: absolute;
      left: calc(50% - 7.5px);
      bottom: -12.2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 7.5px 0 7.5px;
      border-color: #262626 transparent transparent transparent; }
  #homextension .image:hover .text-content {
    opacity: 1; }

#homextension .top {
  margin-bottom: -50px; }
  #homextension .top .image {
    max-width: 59.64%;
    margin-left: 112px; }
    #homextension .top .image img {
      height: 302px; }

#homextension .mid .image {
  width: 20.932%; }
  #homextension .mid .image img {
    height: 496px; }
  #homextension .mid .image:last-child {
    width: 24.535%; }
    #homextension .mid .image:last-child img {
      height: 242px; }

#homextension .mid .mid-text {
  margin-top: 110px;
  max-width: 46%; }
  #homextension .mid .mid-text img {
    height: 40px;
    width: auto;
    object-fit: cover; }
  #homextension .mid .mid-text .h1-x-lt {
    margin: 12px 0 20px;
    line-height: 100px;
    letter-spacing: -3px; }
  #homextension .mid .mid-text .h6 {
    max-width: 450px;
    margin-bottom: 60px; }
  #homextension .mid .mid-text button .line {
    margin-left: 0;
    margin-right: 13.5px; }
    #homextension .mid .mid-text button .line:last-child {
      margin-left: 13.5px; }

#homextension .bottom {
  margin-top: 54px; }
  #homextension .bottom .image {
    width: 36.4%;
    margin: 18px 0 0 44px; }
    #homextension .bottom .image img {
      height: 271px; }
    #homextension .bottom .image:last-child {
      width: 33.23%;
      margin: 0 30px 0 0; }
      #homextension .bottom .image:last-child img {
        height: 354px; }
    #homextension .bottom .image .text-content::before {
      top: -12.2px;
      bottom: auto;
      transform: rotate(180deg); }

#homextension .mobile-images img {
  border-radius: 8px;
  object-fit: cover; }

#homextension .mobile-images .top {
  height: 354px; }
  #homextension .mobile-images .top .top-left {
    width: 39.534%;
    height: 100%; }
    #homextension .mobile-images .top .top-left img {
      height: 100%;
      width: 100%; }
  #homextension .mobile-images .top .top-right {
    width: 56.1%;
    height: 100%; }
    #homextension .mobile-images .top .top-right img {
      width: 91.65%;
      height: 160px; }
      #homextension .mobile-images .top .top-right img:last-child {
        width: 100%; }

#homextension .mobile-images .bottom {
  margin-top: 32px;
  height: 160px; }
  #homextension .mobile-images .bottom img {
    width: 52.4%;
    height: 100%; }
    #homextension .mobile-images .bottom img:last-child {
      width: 39.72%; }

@media screen and (max-width: 1201px) {
  #homextension .mid .mid-text {
    margin: 0 0 60px 0;
    max-width: unset; }
    #homextension .mid .mid-text button .line {
      margin-right: 10px; }
      #homextension .mid .mid-text button .line:last-child {
        margin-left: 10px; } }

@media screen and (max-width: 769px) {
  #homextension .mid .mid-text img {
    height: 23px; }
  #homextension .mid .mid-text .h1-x-lt {
    font-size: 30px !important;
    line-height: 38px !important;
    letter-spacing: -1px;
    margin: 20px 0; }
    #homextension .mid .mid-text .h1-x-lt span {
      font-size: 30px !important;
      line-height: 38px !important; }
  #homextension .mid .mid-text .h6 {
    max-width: unset;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.5px; }
  #homextension .mobile-images .top {
    height: 177px; }
    #homextension .mobile-images .top .top-right img {
      height: 80px; }
  #homextension .mobile-images .bottom {
    margin-top: 15px;
    height: 80px; } }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__arrows {
  margin-top: 43px; }
  .glide__arrows .glide__arrow--left {
    margin-right: 26px; }
  @media screen and (max-width: 993px) {
    .glide__arrows .glide__arrow--left {
      margin-right: -5px; } }

.glide__arrow {
  display: block;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: white; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  list-style: none; }

.glide__bullet {
  width: 6px;
  height: 6px;
  padding: 0;
  margin: 0 3px;
  display: block;
  border-radius: 3px;
  background: #7f7f7f;
  outline: none;
  border: none;
  box-shadow: none;
  transition: all .3s linear; }
  .glide__bullet:focus, .glide__bullet:active {
    box-shadow: none;
    border: none;
    outline: none; }
  .glide__bullet--active {
    background-color: #000; }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.section-index-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #00000088;
  z-index: 99999;
  transition: opacity .4s ease-in-out;
  opacity: 1;
  pointer-events: all; }
  .section-index-popup .index-popup {
    max-height: 600px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .section-index-popup .index-popup .close-button {
      position: absolute;
      top: 0;
      right: 0;
      transform: translateY(-150%);
      cursor: pointer; }
      @media screen and (max-width: 1200px) {
        .section-index-popup .index-popup .close-button {
          right: 10px; } }
    .section-index-popup .index-popup-img {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .section-index-popup .index-popup-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        @media screen and (max-width: 1200px) {
          .section-index-popup .index-popup-img img {
            object-fit: contain; } }
      @media screen and (max-width: 1200px) {
        .section-index-popup .index-popup-img {
          height: fit-content; } }
    .section-index-popup .index-popup-button {
      position: relative;
      top: 30px;
      left: 100%;
      transform: translateX(-100%);
      width: fit-content;
      padding: 0 20px;
      color: #fff !important;
      border-color: #fff !important; }
    @media screen and (max-width: 1200px) {
      .section-index-popup .index-popup {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: fit-content;
        padding: 10px; } }

#header-section {
  padding: 0;
  position: relative;
  height: auto; }
  @media screen and (max-width: 767px) {
    #header-section {
      height: calc(100vh - 148px); } }
  #header-section .header-slider {
    margin-top: 8px; }
  #header-section .header--container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px; }
  #header-section .header--title-container {
    margin-top: -110px;
    margin-left: 226px; }
    #header-section .header--title-container.white-text {
      color: #fff; }
      #header-section .header--title-container.white-text a {
        position: relative;
        display: block;
        width: fit-content;
        background-color: #fff; }
  #header-section .header--title {
    font-weight: normal;
    letter-spacing: -2.4px;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px; }
  #header-section .controllers {
    /*
    margin-top: -101px;
    height: 91px;
    margin-left: -5px;
    */
    margin-top: -125px;
    height: 91px;
    margin-left: 0px;
    width: calc(100% - 10px); }
    #header-section .controllers .counter-group {
      height: 100%;
      background: transparent;
      padding-top: 10px; }
  #header-section .glide__slides {
    height: calc(100% - 15px); }
    #header-section .glide__slides .glide__slide {
      position: relative; }
      #header-section .glide__slides .glide__slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0;
        opacity: 0;
        transition: all .35s ease-out; }
        @media screen and (max-width: 767px) {
          #header-section .glide__slides .glide__slide img {
            height: calc(100%); } }
        #header-section .glide__slides .glide__slide img:not(.loaded) {
          min-height: calc(100%); }
        #header-section .glide__slides .glide__slide img.loaded {
          opacity: 1; }
      #header-section .glide__slides .glide__slide::after {
        content: "";
        position: absolute;
        border-radius: 0;
        top: 0%;
        left: 0;
        width: 100%;
        height: calc(100%);
        background: #5b7ca5;
        background: linear-gradient(180deg, rgba(91, 124, 165, 0.99) 0%, rgba(106, 122, 142, 0.63) 70%, black 95%, black 100%);
        opacity: 0.3; }
  #header-section .glide__bullets {
    background-color: #fff;
    display: flex;
    width: 206px; }
    #header-section .glide__bullets .glide__bullet {
      margin: 0;
      background-color: #b8babc;
      height: 2px;
      width: 100%;
      margin-right: -1px;
      border-radius: 0; }
      #header-section .glide__bullets .glide__bullet.glide__bullet--active {
        background-color: #0090BA; }
  #header-section .counter {
    color: #fff;
    opacity: 1;
    margin-top: 15px;
    line-height: 100px;
    letter-spacing: -0.6px; }
    #header-section .counter * {
      text-align: left;
      font-weight: normal;
      font-size: 15px; }
  #header-section .first,
  #header-section .second {
    margin-bottom: 0; }
  #header-section .glide__arrows {
    margin-top: 0;
    background: transparent; }
    #header-section .glide__arrows button {
      background-color: #fff; }
  @media screen and (max-width: 992px) {
    #header-section {
      padding-bottom: 50px; }
      #header-section .glide__bullets {
        margin-top: 0; }
      #header-section .glide__arrows {
        max-width: 113px; }
      #header-section .btn--line {
        margin-left: 5px; }
      #header-section .btn {
        font-size: 13px;
        letter-spacing: 3.6px !important; } }

#projects .accordion-box {
  margin-right: 40px; }
  #projects .accordion-box:last-child {
    margin-right: 0; }

#projects .bottom {
  padding-right: 63px; }

#projects .card-tabs-body {
  width: 89.851%;
  margin: 50px 0; }

#projects .cart-tabs-header.inactive {
  display: none !important; }

#projects .accordion-card {
  display: flex;
  align-items: flex-end;
  transition: all .4s ease-in-out; }
  #projects .accordion-card .glide {
    height: 0;
    opacity: 0;
    margin: 0;
    transition: all .4s ease-in-out; }
    #projects .accordion-card .glide .glide__track {
      height: 0; }
    #projects .accordion-card .glide .glide__arrows {
      display: none !important; }
    #projects .accordion-card .glide.active {
      display: block !important; }
    #projects .accordion-card .glide.inactive {
      display: none !important;
      height: 0 !important;
      opacity: 0 !important;
      margin: 0 !important; }
  #projects .accordion-card.show {
    height: 650px; }
    #projects .accordion-card.show .glide {
      height: 100%;
      width: 100%;
      opacity: 1;
      margin-top: -73px; }
      #projects .accordion-card.show .glide .glide__track {
        height: 100%; }
      #projects .accordion-card.show .glide .glide__arrows {
        display: flex !important; }
  #projects .accordion-card.show#card-3 {
    height: 400px; }

#projects .glide__slides .glide__slide .img-content {
  width: 100%; }
  #projects .glide__slides .glide__slide .img-content img {
    width: 75.54%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover; }

#projects .glide__slides .glide__slide .text-container {
  height: 87.87%;
  width: 40.99%;
  background: #ffffff;
  border-radius: 15px;
  right: 0;
  padding: 50px 60px 60px; }
  #projects .glide__slides .glide__slide .text-container .header--title {
    font-weight: normal;
    letter-spacing: -1.3px;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px; }
  #projects .glide__slides .glide__slide .text-container .h6 {
    margin-bottom: 0;
    color: #6e6e6e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical; }
  #projects .glide__slides .glide__slide .text-container .project-prop--item {
    margin-right: 0; }
    #projects .glide__slides .glide__slide .text-container .project-prop--item:nth-child(1) {
      margin-top: 0; }
    #projects .glide__slides .glide__slide .text-container .project-prop--item:nth-child(2) {
      margin-top: 0; }
  #projects .glide__slides .glide__slide .text-container .btn {
    justify-content: flex-start;
    white-space: nowrap; }

#projects .glide__arrows {
  margin-top: 0;
  width: calc(100% + 284px);
  margin-left: -180px;
  top: 50%;
  height: 0px; }
  #projects .glide__arrows p {
    font-size: 16px;
    line-height: 21px;
    margin-top: 14px;
    letter-spacing: -0.1px;
    text-transform: none !important;
    font-weight: normal;
    color: #0090ba; }

#projects .coming-soon img {
  object-fit: cover;
  border-radius: 15px; }

#projects .coming-soon .col-lg-5,
#projects .coming-soon .col-lg-7 {
  max-height: 100%; }

#faq {
  padding: 145px 0 200px; }
  #faq .bg-holder {
    width: 1451px;
    height: auto;
    left: -34%;
    bottom: 0px;
    opacity: 0.4; }
  #faq .left .hero--description {
    margin-top: 32px;
    color: #6e6e6e; }
  #faq .right {
    margin-top: 27px; }
    #faq .right .accordion-item {
      position: relative;
      background: #ffffff;
      margin-bottom: 70px;
      padding: 0 27px 20px 58px;
      transition: all 0.3s ease-in; }
      #faq .right .accordion-item:last-child {
        margin-bottom: 0 !important; }
      #faq .right .accordion-item.active {
        background: #f7f7f7; }
        #faq .right .accordion-item.active::after {
          background: #f7f7f7; }
        #faq .right .accordion-item.active .plus {
          background: #1c1c1c; }
        #faq .right .accordion-item.active .plus::after {
          background: #ffffff; }
        #faq .right .accordion-item.active .plus::before {
          width: 20px;
          background: #ffffff;
          transform: rotate(0deg); }
      #faq .right .accordion-item::after {
        content: "";
        border: 1px solid #abaaad;
        border-radius: 15px;
        position: absolute;
        width: 99.5%;
        height: 100%;
        display: flex;
        left: 0.25%;
        top: -27px;
        z-index: -1;
        transition: all 0.3s ease-in; }
      #faq .right .accordion-item a:hover {
        text-decoration: none; }
      #faq .right .accordion-item a img {
        margin-right: 106px; }
      #faq .right .accordion-item a p {
        line-height: 30px;
        letter-spacing: 0;
        color: #222222;
        font-weight: normal; }
      #faq .right .accordion-item .accordion-body {
        display: flex;
        justify-content: center; }
        #faq .right .accordion-item .accordion-body p {
          font-size: 18px;
          line-height: 25px;
          font-weight: 300;
          color: #6e6e6e;
          letter-spacing: -0.6px;
          max-width: 536px; }
      #faq .right .accordion-item .plus {
        position: relative;
        width: 70px;
        height: 40px;
        background: #ffffff;
        border: 1px solid #1c1c1c;
        border-radius: 20px;
        transition: all 0.3s ease-in; }
      #faq .right .accordion-item .plus::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 1.5px;
        background: #262626;
        transition: all 0.3s ease-in; }
      #faq .right .accordion-item .plus::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 1.5px;
        background: #262626;
        transform: rotate(90deg);
        transition: all 0.3s ease-in; }

#about-us {
  padding-top: 0;
  padding-bottom: 124px; }
  #about-us .bottom {
    margin-top: 70px;
    height: 409px; }
  #about-us .about-us-item {
    position: relative;
    cursor: pointer;
    height: fit-content; }
    #about-us .about-us-item:hover {
      margin-top: -20px; }
    #about-us .about-us-item:nth-child(odd) {
      margin-top: 114px; }
      #about-us .about-us-item:nth-child(odd):hover {
        margin-top: 94px; }
    #about-us .about-us-item.active .text--holder {
      opacity: 1; }
    #about-us .about-us-item .img-holder {
      border-radius: 50%;
      margin-bottom: 11px; }
      #about-us .about-us-item .img-holder img {
        width: 185px;
        height: 185px;
        object-fit: cover; }
    #about-us .about-us-item .text--bottom .name {
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0;
      margin-bottom: 3px;
      color: #262626;
      font-weight: 500; }
    #about-us .about-us-item .text--bottom .desc {
      font-size: 20px;
      line-height: 27px;
      color: #6e6e6e;
      font-weight: normal; }
    #about-us .about-us-item .text--holder {
      position: absolute;
      z-index: 1;
      width: 434px;
      height: auto;
      padding: 24px;
      border-radius: 15px;
      opacity: 0;
      transition: transform 0.6s linear;
      background-color: #262626; }
      #about-us .about-us-item .text--holder::before {
        content: "";
        position: absolute;
        left: calc(50% - 7.5px);
        top: -12.2px;
        transform: rotate(180deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 7.5px 0 7.5px;
        border-color: #262626 transparent transparent transparent; }
      #about-us .about-us-item .text--holder p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 300;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical; }
  #about-us .glide {
    margin-top: 30px; }
    #about-us .glide .glide__arrows {
      margin-top: 20px; }
  #about-us .glide__track {
    height: 291px; }
  #about-us .glide__slide {
    margin-bottom: 0; }
  #about-us .glide__slide--active .text--slider-holder {
    opacity: 1 !important; }
  #about-us .glide__slide .about-us-slider-item {
    transition: all 0.4s ease-out; }
    #about-us .glide__slide .about-us-slider-item .img-holder {
      border-radius: 50%;
      margin-bottom: 7px; }
      #about-us .glide__slide .about-us-slider-item .img-holder img {
        width: 114px;
        height: 114px;
        object-fit: cover; }
    #about-us .glide__slide .about-us-slider-item .text--bottom .name {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 5px;
      color: #262626;
      font-weight: 500; }
    #about-us .glide__slide .about-us-slider-item .text--bottom .desc {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 0;
      color: #6e6e6e;
      font-weight: normal; }
    #about-us .glide__slide .about-us-slider-item .text--slider-holder {
      transition: all 0.4s ease-out;
      position: absolute;
      z-index: 1;
      width: 260px;
      max-height: 105px;
      overflow: auto;
      padding: 6.4px 11px;
      border-radius: 10px;
      opacity: 0;
      background-color: #262626; }
      #about-us .glide__slide .about-us-slider-item .text--slider-holder::before {
        content: "";
        position: absolute;
        left: calc(50% - 7.5px);
        top: -12.2px;
        transform: rotate(180deg);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 13px 7.5px 0 7.5px;
        border-color: #262626 transparent transparent transparent; }
      #about-us .glide__slide .about-us-slider-item .text--slider-holder p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
        color: #fff;
        font-weight: 300;
        display: flex;
        align-items: center; }
  #about-us .glide__arrows {
    margin-top: 27px; }

.wardrobe-component {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 0; }
  .wardrobe-component::before {
    content: "";
    display: flex;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000068; }
  .wardrobe-component .top {
    z-index: 4;
    width: calc(100% - 280px);
    top: 116px;
    left: 0;
    border-top: 1px solid #ffffff;
    padding-top: 88px;
    margin: 0 140px; }
    .wardrobe-component .top .h1-x-lt {
      color: #ffffff; }
    .wardrobe-component .top .right {
      max-width: 611px; }
      .wardrobe-component .top .right .h6 {
        color: #ffffff;
        margin-bottom: 40px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical; }
      .wardrobe-component .top .right .btn {
        color: #ffffff !important;
        justify-content: flex-start; }
        .wardrobe-component .top .right .btn--line {
          background-color: #ffffff !important; }
  .wardrobe-component .content {
    padding: 0 127px 0 140px !important; }
  .wardrobe-component .wardrobe-item {
    padding: 0 0 60px 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 25% !important;
    cursor: pointer; }
    .wardrobe-component .wardrobe-item .mobile-bg {
      display: none;
      object-fit: cover; }
    .wardrobe-component .wardrobe-item .item-anchor {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 3; }
    .wardrobe-component .wardrobe-item > * {
      z-index: 2; }
  .wardrobe-component .content-bg {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    opacity: 0;
    object-position: center center;
    transition: all 0.3s ease-out; }
    .wardrobe-component .content-bg:nth-of-type(1) {
      opacity: 1; }
  .wardrobe-component .number {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 500;
    max-width: 80%; }
  .wardrobe-component .item-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: normal; }
  .wardrobe-component .item-desc {
    font-weight: 300;
    color: #ffffff;
    transition: all 0.3s ease-out;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 0;
    opacity: 0;
    overflow: hidden;
    min-height: 170px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; }

#offers {
  padding: 160px 0 0 0; }
  #offers .bottom {
    margin-top: 60px; }
  #offers .offer-item {
    cursor: pointer;
    position: relative;
    width: 17.1%;
    height: 691px;
    border-radius: 15px;
    transition: all 0.4s linear;
    overflow: hidden; }
    #offers .offer-item .bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute; }
    #offers .offer-item .active-text {
      position: relative;
      z-index: 1;
      color: #ffffff;
      display: none;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      width: 86%;
      min-width: 650px;
      padding: 0 0px 71px 57px; }
      #offers .offer-item .active-text .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
        letter-spacing: -1px;
        font-weight: 500;
        color: #f5f5f5; }
      #offers .offer-item .active-text .h6 {
        letter-spacing: -0.3px;
        color: #f5f5f5; }
    #offers .offer-item.active {
      width: 47%; }
      #offers .offer-item.active .active-text {
        display: flex; }
      #offers .offer-item.active::after {
        content: "";
        position: absolute;
        display: flex;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%); }
  #offers .offers-btn {
    margin-top: 50px; }
    #offers .offers-btn #next-item {
      margin-left: 30px; }
  #offers .glide {
    padding-left: 47px;
    margin-top: 30px; }
  #offers .glide__track {
    height: 491px; }
  #offers .glide__slide .offer-item {
    width: 100%;
    height: 100%;
    border-radius: 10px; }
    #offers .glide__slide .offer-item .active-text {
      display: flex;
      width: 100%;
      min-width: unset;
      padding: 0 17px 36px 21px; }
      #offers .glide__slide .offer-item .active-text .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px; }
      #offers .glide__slide .offer-item .active-text .h6 {
        font-size: 16px;
        line-height: 20px; }
    #offers .glide__slide .offer-item::after {
      content: "";
      position: absolute;
      display: flex;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.31) 40%, rgba(0, 0, 0, 0.75) 100%); }
  #offers .glide__arrows {
    margin-top: 27px; }

#innovation {
  padding-bottom: 155px; }
  #innovation .bottom {
    height: 774px;
    margin-top: 60px; }
    #innovation .bottom .img-content {
      position: relative;
      width: 100%; }
      #innovation .bottom .img-content img {
        width: 70.81%;
        height: 100%;
        border-radius: 15px;
        object-fit: cover; }
      #innovation .bottom .img-content::before {
        content: "";
        position: absolute;
        display: flex;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: #002f6920;
        border-radius: 15px !important; }
    #innovation .bottom .innovation-text-container {
      height: 79.98%;
      width: 40.99%;
      border-radius: 15px;
      right: 0;
      padding: 100px 90px;
      background: #1f3d7b; }
      #innovation .bottom .innovation-text-container .text-container-holder {
        height: 100%;
        overflow: auto;
        padding-right: 10px; }
        #innovation .bottom .innovation-text-container .text-container-holder::-webkit-scrollbar {
          width: 5px; }
        #innovation .bottom .innovation-text-container .text-container-holder::-webkit-scrollbar-track {
          background: #F6F7F7;
          border-radius: 5px; }
        #innovation .bottom .innovation-text-container .text-container-holder::-webkit-scrollbar-thumb {
          background: #0090BA;
          border-radius: 5px; }
        #innovation .bottom .innovation-text-container .text-container-holder::-webkit-scrollbar-thumb:hover {
          background: #0090BA; }
      #innovation .bottom .innovation-text-container .title {
        font-weight: normal;
        letter-spacing: -2.4px;
        font-size: 40px;
        line-height: 45px;
        color: #ffffff;
        margin-bottom: 86px; }
      #innovation .bottom .innovation-text-container .desc {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
        color: #ffffff;
        font-weight: normal; }

#highlights {
  padding-bottom: 180px; }
  #highlights a:hover {
    text-decoration: unset !important; }
  #highlights .blog-list-card--container {
    margin-top: 60px; }
    #highlights .blog-list-card--container .row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px; }
      #highlights .blog-list-card--container .row .blog-list-card--date__small {
        display: none; }
      #highlights .blog-list-card--container .row .blog-list-card--title__small {
        margin-top: 20px;
        color: #202020; }
        @media screen and (max-width: 1200px) {
          #highlights .blog-list-card--container .row .blog-list-card--title__small {
            margin-top: 0; } }
      #highlights .blog-list-card--container .row .blog-list-card--item__small {
        width: 100%;
        max-width: unset; }
        #highlights .blog-list-card--container .row .blog-list-card--item__small--img {
          width: 100%;
          height: 350px; }
          #highlights .blog-list-card--container .row .blog-list-card--item__small--img img {
            height: 100% !important;
            width: 100% !important;
            object-fit: cover !important; }
          @media screen and (max-width: 1200px) {
            #highlights .blog-list-card--container .row .blog-list-card--item__small--img {
              height: 250px; } }
      @media screen and (max-width: 1200px) {
        #highlights .blog-list-card--container .row {
          grid-template-columns: repeat(1, 1fr); } }
  #highlights--img__small {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    margin: 0; }
  #highlights--date__small {
    color: #6e6e6e;
    display: none; }
  #highlights--title__small {
    color: #212529;
    margin-bottom: 30px;
    margin-top: 20px; }

.hero--description .btn {
  margin-left: 0; }

#campaign {
  padding-bottom: 0; }
  #campaign .hero--description .btn {
    margin-top: 30px; }
  #campaign .campaign-slider {
    margin-top: 45px; }
  #campaign .glide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #campaign .glide__slide img {
      border-radius: 16px; }
    #campaign .glide__arrow--right {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin-right: -100px; }
    #campaign .glide__arrow--left {
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin-left: -100px; }
    #campaign .glide ul {
      margin-top: 0;
      margin-bottom: 0; }

@media screen and (min-width: 1200px) {
  .wardrobe-component .wardrobe-item.active + .content-bg {
    opacity: 1;
    z-index: 1; }
  .wardrobe-component .wardrobe-item.active .number {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 11px;
    margin-bottom: 14px; }
  .wardrobe-component .wardrobe-item.active .item-desc {
    opacity: 1; }
  #innovation .bottom .img-content::before {
    content: none; }
  #innovation .innovation-text-container {
    bottom: unset !important; } }

@media screen and (max-width: 1901px) {
  #campaign .glide {
    display: block; }
    #campaign .glide__arrows {
      display: flex;
      justify-content: space-between !important;
      margin-top: 15px; }
    #campaign .glide__arrow--right, #campaign .glide__arrow--left {
      margin: 0;
      position: relative; }
    #campaign .glide__arrow--left {
      margin-left: -10px; }
    #campaign .glide__arrow--right {
      margin-right: -10px; }
    #campaign .glide ul {
      margin-top: 0;
      margin-bottom: 0; }
  #projects .accordion-box:first-child {
    margin-right: 31px; }
  #projects .bottom {
    padding-right: 0px; }
  #projects .card-tabs-body {
    width: 100%; }
  #projects .accordion-card.show {
    height: 600px; }
    #projects .accordion-card.show#card-3 {
      height: 350px; }
  #projects .glide__slides .glide__slide .text-container {
    height: 87.87%;
    width: 40.99%;
    padding: 40px 48px 62px; }
    #projects .glide__slides .glide__slide .text-container .h6 {
      -webkit-line-clamp: 5; }
    #projects .glide__slides .glide__slide .text-container .project-prop--item {
      margin-top: 24px; }
  #projects .glide__arrows {
    margin-left: -162px; }
  #about-us .about-us-item .img-holder img {
    width: 150px;
    height: 150px; }
  #about-us .about-us-item .text--holder {
    width: 380px;
    padding: 20px; }
  .wardrobe-component .top {
    margin: 0 100px;
    padding-top: 60px;
    width: calc(100% - 200px); }
    .wardrobe-component .top .right .h6 {
      margin-bottom: 32px; }
  .wardrobe-component .content {
    padding: 0 87px 0 100px !important; }
  .wardrobe-component .wardrobe-item {
    padding: 0 20px 40px 0; }
  .wardrobe-component .number {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px; }
  .wardrobe-component .item-title {
    font-size: 28px;
    line-height: 32px; }
  .wardrobe-component .item-desc {
    font-size: 21px;
    line-height: 24px;
    min-height: 120px; }
  #offers .bottom .offer-item .active-text {
    min-width: 448px;
    padding: 0 0px 41px 37px; }
  #innovation .bottom .innovation-text-container {
    height: 83%;
    width: 43%;
    padding: 70px 60px; }
    #innovation .bottom .innovation-text-container .title {
      font-size: 34px;
      line-height: 39px; }
    #innovation .bottom .innovation-text-container .desc {
      font-size: 24px;
      line-height: 29px; }
  #highlights {
    padding-bottom: 0px; }
    #highlights .blog-list-card--container {
      margin-top: 40px; } }

@media screen and (max-width: 1441px) and (min-width: 1201px) {
  #projects .card-tabs-body {
    margin: 40px 0; }
  #projects .accordion-box:first-child {
    margin-right: 20px; }
  #projects .accordion-card.show {
    height: 400px; }
  #projects .glide__slides .glide__slide .text-container {
    height: 90%;
    padding: 30px 30px 40px; }
    #projects .glide__slides .glide__slide .text-container .header--title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 15px; }
    #projects .glide__slides .glide__slide .text-container .h6 {
      font-size: 14px;
      line-height: 17px; }
    #projects .glide__slides .glide__slide .text-container .project-prop--item {
      margin-top: 14px; }
  #projects .glide__slides .project-prop--title {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px; }
  #projects .glide__slides .project-prop--content {
    font-size: 16px;
    line-height: 18px; }
  #projects .glide__arrows {
    position: relative !important;
    width: unset !important;
    margin-left: 0 !important;
    justify-content: flex-start !important;
    top: unset !important;
    bottom: -50px; }
    #projects .glide__arrows p {
      font-size: 14px;
      line-height: 16px;
      margin-top: 10px; }
  .wardrobe-component .top {
    top: 80px;
    width: calc(100% - 160px);
    margin: 0 80px; }
  .wardrobe-component .content {
    padding: 0 60px 0 80px !important; }
  .wardrobe-component .wardrobe-item {
    padding: 0 0 30px 0; }
  .wardrobe-component .number {
    font-size: 14px; }
  .wardrobe-component .item-title {
    font-size: 28px;
    line-height: 32px; }
  .wardrobe-component .item-desc {
    font-size: 18px;
    line-height: 21px;
    min-height: 105px; } }

@media screen and (max-width: 1200px) {
  #projects {
    padding: 15px 0 40px; }
    #projects .h1-x-lt {
      max-width: 360px;
      padding-right: 0 !important; }
    #projects .tab--header-container {
      width: 100%;
      margin-top: 30px !important;
      font-size: 12px;
      line-height: 15px; }
      #projects .tab--header-container .d-flex.flex-row {
        justify-content: space-between;
        width: 100%; }
    #projects .bottom {
      padding-right: 0px; }
    #projects .card-tabs-body {
      width: 100%;
      margin: 30px 0 0 0; }
    #projects .glide__track {
      height: auto; }
    #projects .accordion-card.show {
      height: 700px; }
      #projects .accordion-card.show#card-3 {
        height: 500px; }
    #projects .row {
      margin: 0; }
    #projects .accordion-box {
      margin-right: 16px !important; }
      #projects .accordion-box:last-child {
        margin-right: 0; }
    #projects .glide__slides .glide__slide {
      flex-direction: column; }
      #projects .glide__slides .glide__slide .img-content {
        height: 224px !important; }
        #projects .glide__slides .glide__slide .img-content img {
          width: 100%; }
      #projects .glide__slides .glide__slide .text-container {
        position: unset !important;
        height: auto;
        width: 100%;
        padding: 0;
        border-radius: 0px;
        padding: 0;
        margin-top: 100px; }
        #projects .glide__slides .glide__slide .text-container .header--title {
          letter-spacing: -1px;
          font-size: 25px;
          line-height: 33px;
          margin-bottom: 15px; }
        #projects .glide__slides .glide__slide .text-container .h6 {
          font-size: 16px;
          line-height: 24px; }
        #projects .glide__slides .glide__slide .text-container .project-prop--title {
          font-size: 13px;
          line-height: 15px;
          margin-bottom: 8px; }
        #projects .glide__slides .glide__slide .text-container .project-prop--content {
          font-size: 12px;
          line-height: 14px; }
        #projects .glide__slides .glide__slide .text-container .project-prop--item {
          margin-top: 29px;
          padding-left: 0 !important;
          text-align: left !important;
          margin-bottom: 0; }
          #projects .glide__slides .glide__slide .text-container .project-prop--item:nth-child(1) {
            margin-top: 29px; }
          #projects .glide__slides .glide__slide .text-container .project-prop--item:nth-child(2) {
            margin-top: 29px; }
        #projects .glide__slides .glide__slide .text-container .btn {
          margin-top: 30px; }
    #projects .glide__arrows {
      margin-top: 0;
      width: 100%;
      margin-left: 0px;
      top: 274px;
      height: 0px; }
      #projects .glide__arrows p {
        font-size: 14px;
        line-height: 19px;
        margin-top: 3px;
        letter-spacing: 0px; }
  #faq {
    padding: 81px 0 117px; }
    #faq .bg-holder {
      width: 615px;
      left: auto;
      bottom: auto;
      top: 81px;
      right: 0;
      opacity: 0.7; }
    #faq .left .btn {
      margin-top: 30px; }
    #faq .right {
      margin-top: 51px; }
      #faq .right .accordion-item {
        margin-bottom: 51px;
        padding: 6px 15px 0px 17px; }
        #faq .right .accordion-item.active .plus::before {
          width: 13px; }
        #faq .right .accordion-item::after {
          top: -21px;
          border-radius: 10px; }
        #faq .right .accordion-item a img {
          margin-right: 20px;
          max-width: 30px;
          height: auto; }
        #faq .right .accordion-item a p {
          font-size: 16px;
          line-height: 20px; }
        #faq .right .accordion-item .accordion-body p {
          font-size: 14px;
          line-height: 22px;
          max-width: unset; }
        #faq .right .accordion-item .plus {
          width: 44px;
          height: 24px; }
        #faq .right .accordion-item .plus::after {
          width: 13px;
          height: 1px; }
        #faq .right .accordion-item .plus::before {
          width: 13px;
          height: 1px; }
  #about-us {
    padding-bottom: 85px; }
  #offers {
    padding: 90px 0 40px; }
    #offers .container {
      max-width: unset;
      padding: 0; }
    #offers .top {
      padding-left: 15px;
      max-width: 960px;
      margin: 0 auto;
      width: 100%; }
      #offers .top .h1-x-lt {
        margin-bottom: 30px; }
  .wardrobe-component .top {
    top: 73px;
    left: 38px;
    z-index: 6;
    border-top: 0px;
    padding-top: 0px;
    margin: 0;
    width: calc(100% - 72px); }
    .wardrobe-component .top .right {
      max-width: unset; }
      .wardrobe-component .top .right .h6 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.25px;
        margin-bottom: 31px; }
  .wardrobe-component .wardrobe-item {
    padding: 0 0 30px 39px;
    z-index: 2;
    width: 100% !important; }
    .wardrobe-component .wardrobe-item > * {
      z-index: 2; }
  .wardrobe-component .content-bg {
    display: none !important; }
  .wardrobe-component .number {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 28px; }
  .wardrobe-component .item-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px; }
  .wardrobe-component .item-desc {
    font-size: 16px;
    line-height: 24px;
    min-height: 96px;
    -webkit-line-clamp: 4; }
  .wardrobe-component .glide {
    z-index: 5;
    position: relative; }
    .wardrobe-component .glide .glide__slide {
      position: relative; }
      .wardrobe-component .glide .glide__slide .bg-holder {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out; }
        .wardrobe-component .glide .glide__slide .bg-holder img {
          object-fit: cover; }
        .wardrobe-component .glide .glide__slide .bg-holder::after {
          content: "";
          display: flex;
          position: absolute;
          z-index: 1;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: #00000020; }
      .wardrobe-component .glide .glide__slide--active {
        z-index: 1; }
        .wardrobe-component .glide .glide__slide--active .wardrobe-item .item-desc {
          opacity: 1; }
        .wardrobe-component .glide .glide__slide--active .wardrobe-item .number {
          border-bottom: 1px solid #ffffff;
          padding-bottom: 15px;
          margin-bottom: 28px; }
  #innovation {
    padding-bottom: 155px; }
    #innovation .bottom {
      height: auto;
      margin-top: 30px; }
      #innovation .bottom .img-content {
        height: 328px !important; }
        #innovation .bottom .img-content img {
          width: 100%;
          border-radius: 10px; }
        #innovation .bottom .img-content::before {
          border-radius: 10px !important; }
      #innovation .bottom .innovation-text-container {
        height: auto;
        width: 94%;
        border-radius: 10px;
        bottom: -50%;
        right: 0;
        padding: 32px 16px; }
        #innovation .bottom .innovation-text-container .title {
          letter-spacing: -0.4px;
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 13px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }
        #innovation .bottom .innovation-text-container .desc {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 0;
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; }
  #highlights {
    padding: 90px 0 40px; }
  #campaign {
    padding: 0 0 90px; }
    #campaign #campaign-slide {
      margin-top: 20px; } }

@media screen and (max-width: 1200px) and (min-width: 993px) {
  #homextension {
    padding-top: 0; } }

@media screen and (max-width: 993px) {
  #header-section {
    background-color: white;
    padding-bottom: 0; }
    #header-section .hero--image {
      height: auto;
      object-fit: cover;
      margin-top: 0; }
    #header-section .hero--subtitle {
      margin-bottom: 0; }
    #header-section .controllers {
      margin-left: 0;
      height: auto; }
      #header-section .controllers .counter-group {
        background: transparent;
        padding-top: 0; }
    #header-section .header--container {
      display: block;
      padding: 0;
      margin-left: 10px; }
    #header-section .header--title {
      font-weight: normal;
      letter-spacing: -0.6px;
      font-size: 26px;
      line-height: 35px;
      margin-bottom: 15px; }
    #header-section .header--title-container {
      margin-bottom: 0px; }
    #header-section .btn {
      line-height: 18px;
      letter-spacing: 5.6px; }
    #header-section .glide__arrows {
      margin-top: 0px;
      background: transparent; }
    #header-section .glide__bullets {
      max-width: 96px; }
  #offers .top {
    max-width: 720px; }
  #offers .glide {
    padding-left: 39px; } }

@media screen and (max-width: 577px) {
  #projects .accordion-card.show#card-3 {
    height: 350px; }
  .wardrobe-component .top {
    left: 35px; }
  .wardrobe-component .wardrobe-item {
    padding-left: 35px !important; }
  #offers .top {
    max-width: unset;
    padding-left: 35px; }
  #offers .glide {
    padding-left: 35px; } }

@media screen and (max-width: 1441px) and (min-width: 1024px) {
  #about-us .about-us-item .text--holder {
    width: 300px; } }

@media screen and (max-height: 1081px) and (min-width: 1200px) {
  #innovation .bottom {
    height: 700px; }
    #innovation .bottom .innovation-text-container {
      padding: 60px 50px; }
      #innovation .bottom .innovation-text-container .title {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 40px; }
      #innovation .bottom .innovation-text-container .desc {
        font-size: 21px;
        line-height: 24px; } }

@media screen and (max-height: 1000px) and (min-width: 1200px) {
  #innovation .bottom {
    height: 650px; } }

@media screen and (max-height: 880px) and (min-width: 1200px) {
  #innovation .bottom {
    height: 600px;
    margin-top: 30px; }
    #innovation .bottom .innovation-text-container {
      padding: 40px; }
      #innovation .bottom .innovation-text-container .title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 30px; }
      #innovation .bottom .innovation-text-container .desc {
        font-size: 18px;
        line-height: 21px; } }

@media screen and (max-height: 800px) and (min-width: 1200px) {
  #innovation .bottom {
    height: 550px; } }

@media screen and (max-height: 700px) and (min-width: 1200px) {
  #innovation .bottom {
    height: 500px; }
    #innovation .bottom .innovation-text-container {
      padding: 30px; }
      #innovation .bottom .innovation-text-container .title {
        margin-bottom: 24px; } }

@media screen and (max-width: 600px) {
  #header-section .controllers {
    margin-top: -80px; }
  #header-section .header--title-container {
    margin-top: -180px;
    margin-left: 10px; } }

body.rtl #header-section .controllers {
  flex-direction: row-reverse;
  margin-left: 0px; }

body.rtl #header-section .header--title-container {
  margin-right: 236px;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

@media screen and (max-width: 993px) {
  body.rtl #header-section .header--title-container {
    margin-right: 0px; } }

body.rtl #projects .top {
  flex-direction: row-reverse !important; }

body.rtl #projects .glide__slides .glide__slide .img-content {
  display: flex;
  justify-content: flex-end; }

body.rtl #projects .glide__slides .glide__slide .text-container {
  right: unset;
  left: 0; }
  body.rtl #projects .glide__slides .glide__slide .text-container .header--title {
    text-align: end; }

@media screen and (max-width: 1200px) {
  body.rtl #projects {
    padding-top: 50px; }
    body.rtl #projects .top {
      flex-direction: column !important;
      align-items: flex-end !important; }
    body.rtl #projects .h1-x-lt {
      text-align: right; }
    body.rtl #projects .tab--content-details {
      text-align: right; } }

body.rtl #homextension .mid .mid-text .h6 {
  text-align: center; }

body.rtl #homextension .btn {
  flex-direction: row; }

body.rtl #faq .container {
  flex-direction: row-reverse !important; }

body.rtl #faq .accordion-button {
  flex-direction: row-reverse !important; }
  body.rtl #faq .accordion-button .d-flex.align-items-center {
    flex-direction: row-reverse; }

body.rtl #faq .right .accordion-item a img {
  margin-right: 0px; }

body.rtl #faq .right .accordion-item a p {
  margin-right: 106px; }

@media screen and (max-width: 1200px) {
  body.rtl #faq .container {
    flex-direction: column !important; }
  body.rtl #faq .left {
    display: flex;
    flex-direction: column;
    align-items: flex-end; } }

body.rtl #about-us .about-us-item .text--bottom .desc {
  text-align: center !important; }

body.rtl #about-us .about-us-item .text--holder p {
  text-align: center !important; }

body.rtl #about-us .glide__slide .about-us-slider-item .text--slider-holder {
  padding: 10px 18px; }

body.rtl .wardrobe-component .wardrobe-item {
  align-items: end; }

@media screen and (max-width: 1200px) {
  body.rtl .wardrobe-component .wardrobe-item {
    padding: 0px 39px 30px 0px; }
  body.rtl .wardrobe-component .top .h1-x-lt {
    display: flex;
    justify-content: end; }
    body.rtl .wardrobe-component .top .h1-x-lt span {
      margin-left: 10px; } }

body.rtl #offers .top {
  flex-direction: row-reverse !important; }

@media screen and (max-width: 577px) {
  body.rtl #offers .top {
    flex-direction: column !important;
    align-items: flex-end !important;
    padding-left: 0px;
    padding-right: 35px; } }

body.rtl #innovation .top {
  flex-direction: row-reverse !important; }

body.rtl #innovation .img-content {
  display: flex;
  justify-content: flex-end; }

body.rtl #innovation .innovation-text-container {
  right: unset;
  left: 0; }

@media screen and (max-width: 577px) {
  body.rtl #innovation .top {
    flex-direction: column !important;
    align-items: flex-end !important; } }

body.rtl #highlights .row {
  flex-direction: row-reverse !important; }

body.rtl #highlights .blog-list-card--item__small {
  display: flex;
  flex-direction: column;
  align-items: end; }
  body.rtl #highlights .blog-list-card--item__small .blog-list-card--subcontainer__small {
    text-align: end !important; }
  body.rtl #highlights .blog-list-card--item__small .blog-list-card--cta__small {
    display: flex;
    justify-content: end; }
    body.rtl #highlights .blog-list-card--item__small .blog-list-card--cta__small .btn {
      transform: rotate(180deg); }

body.rtl #highlights .col-md-5 {
  justify-content: flex-start !important; }

@media screen and (max-width: 577px) {
  body.rtl #highlights .col-md-5 {
    justify-content: flex-end !important; } }

body.rtl #campaign .row {
  flex-direction: row-reverse !important; }

body.rtl #campaign .col-md-5 {
  justify-content: flex-start !important; }

body.rtl #campaign .hero--description {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
