@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  _display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: white;
  background-color: #062457;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25.6px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
}
.container.s1014 {
  max-width: 1014px;
}
@media (max-width: 1046px) {
  .container.s1014 {
    padding: 0 16px;
  }
}
.container.s964 {
  max-width: 964px;
}
@media (max-width: 996px) {
  .container.s964 {
    padding: 0 16px;
  }
}
.container.s870 {
  max-width: 870px;
}
@media (max-width: 902px) {
  .container.s870 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.s750 {
  max-width: 750px;
}
@media (max-width: 782px) {
  .container.s750 {
    padding: 0 16px;
  }
}
.container.s540 {
  max-width: 540px;
}
@media (max-width: 572px) {
  .container.s540 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  display: none;
}
h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
  margin: 24px auto;
  margin-bottom: 16px;
  animation: h2-titles 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}
h2 span {
  color: #FF9900;
  animation: h2-span-left 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
  display: inline-block;
}
h2 span:last-of-type {
  animation: h2-span-right 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}
@media (max-width: 650px) {
  h2 {
    font-size: 18px;
    line-height: 28.8px;
  }
}
h3 {
  color: #FF9900;
  font-size: 28px;
  font-weight: 700;
  line-height: 44.8px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 650px) {
  h3 {
    line-height: 33.6px;
  }
}
p {
  margin: 12px auto;
}
img {
  max-width: 100%;
  height: auto;
}
.hr {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 650px) {
  .hr {
    margin-bottom: 0;
  }
}
.hr:after {
  content: '';
  flex-grow: 1;
  height: 4px;
  min-width: 20px;
  margin: auto;
}
.hr.blue:after {
  background: #001224;
}
.hr.white:after {
  background: white;
}
a {
  color: #FF9900;
  text-decoration: underline;
}
a:hover {
  color: white;
  text-decoration: underline;
}
.ico {
  display: block;
  margin: 0 auto;
}
.ico.dekorcitat {
  display: block;
  max-width: 480px;
}
.ico.dekorcitat.top {
  margin-bottom: 26px;
}
.ico.dekorcitat.bottom {
  margin-top: 26px;
}
.ico.head {
  max-width: 330px;
}
.ico.brana,
.ico.diamant,
.ico.helma,
.ico.hrad,
.ico.koruna,
.ico.pouta,
.ico.trun {
  max-width: 64px;
  margin-bottom: 8px;
}
#viceBtn.show {
  display: inline;
}
#viceBtn.hidden {
  display: none;
}
#vice.show {
  display: block;
}
#vice.hidden {
  display: none;
}
.cite {
  background-color: #041635;
  display: grid;
  grid: auto / 1fr 24px 24px 1fr;
  gap: 0px 0px;
  align-items: stretch;
}
@media (max-width: 650px) {
  .cite {
    grid: auto 24px 24px auto / 1fr;
    justify-items: center;
  }
}
.cite .left {
  grid-area: 1 / 1 / 2 / 3;
}
@media (max-width: 650px) {
  .cite .left {
    grid-area: unset;
  }
}
.cite .quotation {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
  z-index: 99;
}
@media (max-width: 650px) {
  .cite .quotation {
    grid-area: 2 / 1 / 4 / 2;
  }
}
.cite .right {
  grid-area: 1 / 3 / 2 / 5;
}
@media (max-width: 650px) {
  .cite .right {
    grid-area: unset;
  }
}
@media (max-width: 650px) {
  .cite .top {
    grid-area: 1 / 1 / 3 / 2;
  }
}
@media (max-width: 650px) {
  .cite .bottom {
    grid-area: 3 / 1 / 5 / 2;
  }
}
.cite .quotation {
  border: 2px solid #041738;
  border-radius: 4px;
  background-color: #FF9900;
  width: 48px;
  height: 48px;
  display: flex;
  align-content: center;
  justify-content: center;
  animation: heartbeat 1.5s ease-in-out infinite both;
  animation-play-state: paused;
}
.cite .quotation .icoQuotation {
  width: 28px;
}
.cite .container {
  margin: 0;
}
.cite .text {
  margin: 0;
  background-color: #041738;
  padding: 40px 48px;
  -style: italic;
}
@media (max-width: 650px) {
  .cite .text {
    background-color: transparent;
    padding: 0;
    text-align: center;
    margin: 50px auto;
  }
}
.cite .text p {
  line-height: 20px;
  margin: 0;
  margin-bottom: 16px;
}
.cite .text .person {
  color: #FF9900;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 22.5px;
  margin: 0;
}
.cite .text .function {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 17.5px;
  margin: 0;
}
.describe {
  padding-top: 78px;
  padding-bottom: 78px;
  border-top: 1px #597295 solid;
  border-bottom: 1px #597295 solid;
}
@media (max-width: 650px) {
  .describe {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .describe h2 {
    margin-top: 0;
  }
  .describe p {
    margin-bottom: 0;
  }
}
header {
  min-height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 650px) {
  header {
    min-height: 40px;
  }
}
header a {
  display: flex;
}
header .logoIdnes {
  width: 158px;
}
@media (max-width: 650px) {
  header .logoIdnes {
    width: 100px;
  }
}
#opener {
  padding-top: 60px;
  padding-bottom: 24px;
  background: linear-gradient(180deg, #1B3E7A 34.5%, #052355 100%);
  background-position: top center;
}
@media (max-width: 650px) {
  #opener {
    padding-top: 40px;
    padding-bottom: 24px;
  }
}
#opener h2 {
  margin-top: 0;
}
@media (max-width: 650px) {
  #opener h2 {
    margin: 0 auto;
  }
}
#opener p {
  margin: 24px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}
@media (max-width: 650px) {
  #opener p {
    font-size: 16px;
    line-height: 25.6px;
  }
  #opener p:first-of-type {
    margin-top: 0;
  }
}
#opener .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 328px;
  min-height: 68px;
  border: 1px solid #FF9900;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  color: white;
  text-decoration: none;
}
#opener .btn div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 360px) {
  #opener .btn div {
    flex-direction: column;
  }
}
#opener .btn .subaruLogo {
  display: block;
  width: 100%;
  max-width: 84px;
  margin: 0;
}
#opener .btn:hover {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.13);
}
.c1 .left {
  text-align: left;
  align-self: end;
  justify-self: end;
}
.c1 .right {
  width: 100%;
  background-image: url('citat1.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .c1 .right {
    background-image: url('citat1_tablet.jpg');
    background-position: center left;
    background-size: cover;
  }
}
@media (max-width: 780px) {
  .c1 .right {
    background-position: center center;
  }
}
@media (max-width: 740px) {
  .c1 .right {
    background-position: center left -50px;
  }
}
@media (max-width: 710px) {
  .c1 .right {
    background-position: center left -70px;
  }
}
@media (max-width: 680px) {
  .c1 .right {
    background-position: center left -90px;
  }
}
@media (max-width: 650px) {
  .c1 .right {
    background-image: url('citat1_touch.jpg');
    background-position: center center;
    aspect-ratio: 130 / 87;
  }
}
#vyzkouseni {
  margin-bottom: 48px;
}
@media (max-width: 650px) {
  #vyzkouseni {
    margin-bottom: 40px;
  }
}
#vyzkouseni #mapa {
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (max-width: 650px) {
  #vyzkouseni #mapa {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
#vyzkouseni #mapa g.mappoint {
  display: block;
  cursor: pointer;
  animation: mappoint-swing-in 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation-play-state: paused;
}
#vyzkouseni #mapa g.mappoint#praha {
  animation-delay: 0.2s;
}
#vyzkouseni #mapa g.mappoint#dvur {
  animation-delay: 0.4s;
}
#vyzkouseni #mapa g.mappoint#liberec {
  animation-delay: 0.6s;
}
#vyzkouseni #mapa g.mappoint#budejovice {
  animation-delay: 0.8s;
}
#vyzkouseni #mapa g.mappoint#brno {
  animation-delay: 1s;
}
#vyzkouseni #mapa g.mappoint#zlin {
  animation-delay: 0.7s;
}
#vyzkouseni #mapa g.mappoint#olomouc {
  animation-delay: 0.2s;
}
#vyzkouseni #mapa g.mappoint#opava {
  animation-delay: 0.4s;
}
#vyzkouseni #mapa g.mappoint#sokolov {
  animation-delay: 0.6s;
}
#vyzkouseni #mapa g.mappoint#plzen {
  animation-delay: 0.8s;
}
#vyzkouseni #mapa g.mappoint circle.white {
  fill: white;
}
#vyzkouseni #mapa g.mappoint circle.blue {
  fill: #062457;
}
#vyzkouseni #mapa g.mappoint:hover circle.white {
  fill: #FF9900;
}
#vyzkouseni #mapa g.mappoint:hover circle.blue {
  fill: #062457;
}
@media (max-width: 650px) {
  #vyzkouseni h2 {
    margin-top: 0;
  }
}
#overlayer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  visibility: hidden;
  position: fixed;
  transition: opacity 0.5s ease-in-out;
  z-index: 99;
  opacity: 0;
}
#overlayer.show {
  opacity: 1;
  visibility: visible;
}
#overlayer .item {
  padding: 8px 12px;
  max-width: 340px;
  border-radius: 5px;
  background-color: rgba(4, 22, 53, 0.8);
}
@media (max-width: 650px) {
  #overlayer .item {
    background-color: rgba(4, 22, 53, 0.95);
  }
}
#overlayer .item h3 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 17.5px;
  margin: 0 auto;
  margin-bottom: 2px;
}
#overlayer .item p {
  color: #FFFFFF;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  margin: 0 auto;
  margin-bottom: 8px;
}
#overlayer .item button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 32px;
  border: none;
  border-radius: 5px;
  color: #041738;
  background-color: #FF9900;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#overlayer .item button:hover {
  color: white;
}
.nejlepsi {
  background-image: url('bg_nejlepsi.jpg');
}
.c2 .left {
  justify-self: end;
  width: 100%;
  background-image: url('citat2.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .c2 .left {
    background-image: url('citat2_tablet.jpg');
    background-position: center right;
    background-size: cover;
  }
}
@media (max-width: 780px) {
  .c2 .left {
    background-position: center center;
  }
}
@media (max-width: 650px) {
  .c2 .left {
    background-image: url('citat2_touch.jpg');
    background-position: center center;
    aspect-ratio: 130 / 87;
  }
}
.c2 .right {
  text-align: left;
  align-self: end;
}
.legendarni {
  background-image: url('bg_legendarni.jpg');
}
.c3 .left {
  text-align: left;
  align-self: end;
  justify-self: end;
}
.c3 .right {
  width: 100%;
  background-image: url('citat3.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .c3 .right {
    background-image: url('citat3_tablet.jpg');
    background-position: center left;
    background-size: cover;
  }
}
@media (max-width: 780px) {
  .c3 .right {
    background-position: center center;
  }
}
@media (max-width: 650px) {
  .c3 .right {
    background-image: url('citat3_touch.jpg');
    background-position: center center;
    aspect-ratio: 130 / 87;
  }
}
.boxer {
  background-image: url('bg_boxer.jpg');
}
.c4 .left {
  justify-self: end;
  width: 100%;
  background-image: url('citat4.jpg');
  background-position: top right;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .c4 .left {
    background-image: url('citat4_tablet.jpg');
    background-position: center left;
    background-size: cover;
  }
}
@media (max-width: 780px) {
  .c4 .left {
    background-position: center center;
  }
}
@media (max-width: 650px) {
  .c4 .left {
    background-image: url('citat4_touch.jpg');
    background-position: center center;
    aspect-ratio: 130 / 87;
  }
}
.c4 .right {
  text-align: left;
  align-self: end;
}
.oci {
  background-image: url('bg_oci.jpg');
}
.c5 .left {
  text-align: left;
  align-self: end;
  justify-self: end;
}
.c5 .right {
  width: 100%;
  background-image: url('citat5.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 1220px) {
  .c5 .right {
    background-image: url('citat5_tablet.jpg');
    background-position: center left;
    background-size: cover;
  }
}
@media (max-width: 780px) {
  .c5 .right {
    background-position: center center;
  }
}
@media (max-width: 650px) {
  .c5 .right {
    background-image: url('citat5_touch.jpg');
    background-position: center center;
    aspect-ratio: 130 / 87;
  }
}
.c5 .text {
  padding: 100px 48px;
}
@media (max-width: 650px) {
  .c5 .text {
    padding: 0;
  }
}
.historie {
  padding-top: 36px;
  padding-bottom: 480px;
  background-color: #06091D;
  background-image: url('bg_plejady.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 650px) {
  .historie {
    background-size: 150vw;
    padding-bottom: 75vw;
  }
}
.historie p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}
.historie p:first-of-type {
  margin-bottom: 50px;
}
@media (max-width: 650px) {
  .historie p {
    font-size: 16px;
    line-height: 25.6px;
  }
  .historie p:first-of-type {
    margin-bottom: 30px;
  }
}
.historie .subaru {
  max-width: 142px;
  margin-top: 22px;
  margin-bottom: 14px;
}
footer {
  padding: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
  font-size: 12px;
  line-height: 16.8px;
  text-align: center;
}
.is-inViewport > * {
  animation-play-state: running!important;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes mappoint-swing-in {
  0% {
    transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes h2-titles {
  0% {
    transform: perspective(200px) translateZ(-100px);
  }
  100% {
    transform: perspective(200px) translateZ(0);
  }
}
@keyframes h2-span-left {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes h2-span-right {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes reklama-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes icon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mince-title {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mince-change-left {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(-80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-right {
  0% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  30% {
    transform: translateX(80px);
  }
  100% {
    transform: scale(1) translateX(0);
  }
}
@keyframes mince-change-back {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
@keyframes mince-buttons {
  0% {
    color: #E6B985;
    background-color: #e6b98523;
  }
  100% {
    color: #24182F;
    background-color: #E6B985;
  }
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D3CA66;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form .thaks {
  display: none;
  margin: 40px auto;
  text-align: center;
}
.form .thaks .check {
  width: 100px;
  margin-bottom: 40px;
}
.form .thaks h4 {
  font-weight: 900;
  margin-bottom: 40px;
}
.form .thaks .text {
  margin: 0 auto;
  max-width: 30em;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  .form .thaks .text {
    text-align: center;
  }
}
.form #companyShow {
  margin-bottom: 24px;
}
.form #companyShow p {
  margin: 0 auto;
}
.form .sides {
  margin: 0 auto;
  display: grid;
  grid: auto / 41fr 56fr;
  gap: 0px 24px;
  align-items: center;
  grid-template-areas: "inputs img";
}
.form .sides .img {
  grid-area: img;
}
.form .sides .inputs {
  grid-area: inputs;
}
@media (max-width: 820px) {
  .form .sides {
    max-width: 780px;
    grid-template-columns: 43fr 44fr;
    grid-template-areas: "inputs img";
  }
}
@media (max-width: 820px) and (max-width: 720px) {
  .form .sides {
    grid-template-columns: 1fr;
    grid-template-areas: "inputs" "img";
  }
}
.form .sides img {
  width: 100%;
}
@media (max-width: 720px) {
  .form .sides img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.form .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 650px) {
  .form .inputs {
    gap: 4px;
  }
}
.form .inputs label {
  display: block;
  color: #546E7A;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.form .inputs .btn {
  color: white;
  background-color: #FF9900;
  border-radius: 5px;
  font-size: 16.51px;
  font-weight: bold;
  line-height: 16.51px;
  text-transform: uppercase;
  width: 100%;
  min-height: 40px;
  padding: 0;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 360px) {
  .form .inputs .btn {
    min-width: auto;
    width: 100%;
  }
}
.form .inputs .group {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #CFDCF1;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 8px;
}
.form .inputs .group.website {
  display: none;
}
.form .inputs .group.disabled {
  border: 1px solid #dddddd;
}
.form .inputs .group.disabled label {
  color: #dddddd;
}
.form .inputs input[type="text"],
.form .inputs input[type="email"],
.form .inputs textarea {
  padding: 0;
  border: none;
  background: transparent;
  color: #546E7A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.form .inputs input[type="text"]:focus-visible,
.form .inputs input[type="email"]:focus-visible,
.form .inputs textarea:focus-visible {
  outline: none;
}
.form .inputs input[type="submit"]:disabled {
  background-color: #dddddd;
}
.form .inputs textarea {
  min-height: 160px;
}
.form .inputs input:-webkit-autofill,
.form .inputs input:-webkit-autofill:hover,
.form .inputs input:-webkit-autofill:focus,
.form .inputs textarea:-webkit-autofill,
.form .inputs textarea:-webkit-autofill:hover,
.form .inputs textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #546E7A;
  background-color: #FFFFFF !important;
}
.form .checkbox label {
  display: flex;
  align-items: center;
}
.form input[type="checkbox"] {
  margin-right: 10px;
}
.form .submit {
  display: flex;
}
@media (max-width: 360px) {
  .form .submit {
    display: block;
    width: 100%;
  }
}
.form .help-block {
  font-size: 12px;
  text-align: left;
  color: #9e020f;
}
.form #consent-text {
  margin-top: 24px;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  border-top: 1px solid #FFFFFF80;
}
@media (max-width: 720px) {
  .form #consent-text {
    margin-top: 16px;
  }
}
.form #consent-text p {
  margin: 8px auto;
}
