.btn-sick-hover{
	transition: all 0.3s;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	outline: 1px solid #ddd;
	background: white !important;
}

.btn-sick-hover:hover{
	transition: all 0.05s;
	box-shadow: 0 0.155rem 0.55rem rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
}


.bg-fst{
  background-color: var(--primary-hex);
}

.dropdown-menu-fst{
  background-color: color-mix(in srgb, var(--primary), rgba(0,0,0,1) 10%);
  border: none;
  outline: none;
  border-radius: 0px;
}

.dropdown-fst >.btn:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-fst >.btn{
  border-radius: 0px;
}


.dropdown-fst:hover .dropdown-menu-fst {
    display: block;
    right: 0;
}

.dropdown-fst-center >.btn:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-fst-center >.btn{
  border-radius: 0px;
}

.dropdown-fst-center *{
  color: white !important;
}

.dropdown-fst-center:hover .dropdown-menu-fst {
    display: block;
}

.dropdown-menu-fst * .dropdown-item:Hover{
  background-color: rgba(255, 255, 255, 0.1);
}

a{
  text-underline-position: under;
}

a:Hover{
  color: rgb(208,64,0);
  text-decoration-color: rgba(208,64,0,0.1);
}

.page-header{
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.list-group-item.active{
  background-color: var(--primary);
  border-color: var(--primary);
}

.custom-dl > dt {
  text-align: left;
  display: inline-block;
  width: 60%;
}

.custom-dl > dd {
  text-align: right;
  display: inline-block;
  width: 40%;
}

h1{
  font-weight: 630;
}

.accordion-button:focus{
  box-shadow: 0 0 0 0.25rem rgba(67,160,71, 0) !important;
}

.accordion-button:after {
    order: -1;
    margin-left: 0;
    margin-right:0.5em;
}

.soft-shadow{
  box-shadow: var(--bs-box-shadow-lg);
}

.swiper * .btn.btn-info.btn-lg.btn-block{
  background-color: var(--primary);
  color: white;
  border: solid 1px white;
  width: 100%;
  z-index: 1000;
}

.swiper * .btn.btn-info.btn-lg.btn-block:hover{
  background-color: color-mix(in srgb, var(--primary), rgb(0,0,0) 15% );
  color: white;
  border: solid 1px color-mix(in srgb, var(--primary), rgb(0,0,0) 15% );
  width: 100%;
  z-index: 1000;
}

.swiper * .plan-content * li{
  margin-bottom: 5px;
}

.swiper * .lead{
  font-size: 26px;
}

.bg-video-top{
  margin: -30px;
  width: calc( 100% + 40px );
  transform: translateY(-600px);
  z-index: -100000;
  filter: blur(10px) brightness(0.7);
}

.accordion-button.white-icon::after {
  --bs-accordion-btn-icon-width: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

footer{
  transform: translate(0%,calc(100% + 3px));
  position: absolute;
  bottom: 0;
  width: 100%;
}

.important-top-message{
  text-align: center;
  background-color: rgba(250,240,0,0.55);
  padding-top: 3px;
}

@media only screen and (max-width: 700px) {
  .desktop-version{
    display: none !important;
  }
  .mobile-text-center{
    text-align: center;
  }
  .mobile-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 700px) {
  .mobile-version{
    display: none !important;
  }
  .desktop-text-center{
    text-align: center;
  }
  .desktop-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  body{
    overflow-x: hidden !important;
  }
}

.img-responsive{
  width: 100%;
}

@media (min-width: 1500px) { .container-lg, .container-xl { max-width: 1500px; } }
