@keyframes showHide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes horizontal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(0);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
.t-reserve {
  margin: 1.2em auto;
}
@media (min-width: 1600px) {
  .t-reserve {
    margin: 24px auto;
  }
}
@media (max-width: 991.98px) {
  .t-reserve {
    margin: 0 auto 30px;
  }
}

.layout_vehicle_reserve {
  overflow: visible;
}

.l-vehicle-reserve {
  margin-bottom: 60px;
}
.l-vehicle-reserve__tabs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 3.5em;
  gap: 1em;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__tabs {
    height: 70px;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tabs {
    height: 60px;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .l-vehicle-reserve__tabs {
    gap: 5px;
  }
}
.l-vehicle-reserve__tab {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
  background-color: #e9e9e9;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__tab {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tab {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab {
    min-height: 70px;
    transition: 0.5s all;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tab {
    border-radius: 10px 10px 0 0;
  }
}
.l-vehicle-reserve__tab.is-active {
  background-color: #3fb2d2;
}
.l-vehicle-reserve__tab.is-active::before {
  content: none;
}
.l-vehicle-reserve__tab.is-active + .l-vehicle-reserve__tab::before {
  content: none;
}
.l-vehicle-reserve__tab-title {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
  font-family: "Gantari", sans-serif;
  color: rgba(102, 102, 102, 0.5);
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__tab-title {
    font-size: 1.25em;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-reserve__tab-title {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tab-title {
    font-size: 0.875em;
    gap: 5px;
  }
}
.l-vehicle-reserve__tab-title:before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s all;
  display: block;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__tab-title:before {
    height: 36px;
    width: 36px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-reserve__tab-title:before {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tab-title:before {
    height: 25px;
    width: 25px;
  }
}
.is-active .l-vehicle-reserve__tab-title::before {
  filter: brightness(0) invert(1);
}
.l-vehicle-reserve__tab-title.is-reserve:before {
  background-image: url("/wp-content/themes/autos-moliere/img/icons/reserve-icon.svg");
}
.l-vehicle-reserve__tab-title.is-info:before {
  background-image: url("/wp-content/themes/autos-moliere/img/icons/info-icon.svg");
}
.is-active .l-vehicle-reserve__tab-title {
  color: #fff;
}
@media (max-width: 767.98px) {
  .is-active .l-vehicle-reserve__tab-title::after {
    opacity: 1;
    transform: rotate(180deg);
    filter: brightness(0) invert(1);
  }
}
.alt .l-vehicle-reserve__tab-title {
  font-size: 0.8125em;
}
.l-vehicle-reserve__tab-text-container::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.l-vehicle-reserve__tab-text-container::-webkit-scrollbar-track {
  background: #fff;
}
.l-vehicle-reserve__tab-text-container::-webkit-scrollbar-thumb {
  height: 7px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  background-color: #3fb2d2;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.l-vehicle-reserve__tab-content {
  overflow: hidden;
  background-color: #fff;
  display: none;
  width: 100%;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab-content {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab-content {
    box-shadow: none;
    position: relative;
  }
}
.alt .l-vehicle-reserve__tab-content .col-12 {
  width: 100%;
}
.l-vehicle-reserve__tab-content.is-active {
  padding: 20px 40px;
  height: auto;
  min-height: 12em;
  display: block !important;
}
.l-vehicle-reserve__tab-content.is-active::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.l-vehicle-reserve__tab-content.is-active::-webkit-scrollbar-track {
  background: #fff;
}
.l-vehicle-reserve__tab-content.is-active::-webkit-scrollbar-thumb {
  height: 7px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 7px;
  background-color: #3fb2d2;
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__tab-content.is-active {
    padding: 20px;
    min-height: 360px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-reserve__tab-content.is-active {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab-content.is-active {
    padding: 0 !important;
    min-height: 0;
  }
}
.alt .l-vehicle-reserve__tab-content.is-active {
  padding: 45px;
}
@media (max-width: 767.98px) {
  .alt .l-vehicle-reserve__tab-content.is-active {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab-content--scroll {
    max-height: 250px;
    overflow-y: scroll;
  }
}
.l-vehicle-reserve__tab-content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tab-content-wrapper {
    flex-direction: column;
  }
}
.l-vehicle-reserve__tabs-content {
  position: relative;
  display: block;
  box-shadow: 0 20px 80px -20px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__tabs-content {
    background: #fff;
    padding: 30px 20px;
    position: relative;
  }
}
@media (max-width: 575.98px) {
  .l-vehicle-reserve__tabs-content {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  .l-vehicle-reserve__tabs-content {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-reserve__tabs-content .l-tabs__tab-content-header:first-child {
    border-top: none;
  }
}
.l-vehicle-reserve__title-container {
  text-align: center;
  text-wrap: balance;
  max-width: 22.5em;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__title-container {
    max-width: 540px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__title-container {
    text-wrap: initial;
    max-width: 540px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.l-vehicle-reserve__title-container h3 {
  color: #3fb2d2;
  font-size: 1.3333333333em;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__title-container h3 {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__title-container h3 {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: -0.44px;
  }
}
.l-vehicle-reserve__title-container p {
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.33;
  color: #000;
  margin-top: 0.75em;
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__title-container p {
    font-size: 1.125em;
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__title-container p {
    line-height: 1.5;
    font-size: 1em;
  }
}
.l-vehicle-reserve__form-container {
  width: calc(100% - 70px);
}
@media (min-width: 1600px) {
  .l-vehicle-reserve__form-container {
    margin: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .l-vehicle-reserve__form-container {
    margin: 0 35px;
  }
}
.l-vehicle-reserve .gform_validation_errors {
  margin: 0 auto 20px !important;
  max-width: 100%;
}
.l-vehicle-reserve textarea {
  max-height: 3em;
  min-block-size: 4em !important;
}
.l-vehicle-reserve .ginput_container_consent {
  padding: 25px 0 0 !important;
  margin: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .l-vehicle-reserve .ginput_container_consent {
    padding: 1.25em 0 0 !important;
    gap: 5px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
  .l-vehicle-reserve .gchoice {
    gap: 5px !important;
  }
}
.l-vehicle-reserve .gform_fields {
  column-gap: 45px !important;
  row-gap: 30px !important;
}
.l-vehicle-reserve .gfield_label {
  margin-bottom: 5px !important;
}