@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-dots li:only-child {
  display: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  gap: 0;
  margin-left: 0;
  margin-right: auto;
}
.slick-track article:first-child {
  padding-left: 0;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: flex;
  flex-direction: column;
  float: left;
  gap: 0;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.page-template-10k-landing,
.page-template-10k-discount {
  color: #0b2c4b;
}
.page-template-10k-landing h1,
.page-template-10k-landing h2,
.page-template-10k-landing h3,
.page-template-10k-landing h4,
.page-template-10k-landing h5,
.page-template-10k-discount h1,
.page-template-10k-discount h2,
.page-template-10k-discount h3,
.page-template-10k-discount h4,
.page-template-10k-discount h5 {
  color: #0b2c4b;
}
.page-template-10k-landing p,
.page-template-10k-discount p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.page-template-10k-landing .button,
.page-template-10k-discount .button {
  background-color: #0b2c4b;
  padding: 15px 40px;
}
.page-template-10k-landing .button:hover,
.page-template-10k-discount .button:hover {
  background-color: #a61638;
}
@media only screen and (max-width: 991px) {
  .page-template-10k-landing .rellax,
  .page-template-10k-discount .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
.page-template-10k-landing .header,
.page-template-10k-discount .header {
  min-height: 750px;
  display: flex;
  flex-direction: column;
}
.page-template-10k-landing .header .company-logo,
.page-template-10k-discount .header .company-logo {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .header .company-logo,
  .page-template-10k-discount .header .company-logo {
    position: absolute;
  }
}
.page-template-10k-landing .header .component-sticky-header,
.page-template-10k-discount .header .component-sticky-header {
  display: none !important;
}
.page-template-10k-landing .header .header-inner,
.page-template-10k-discount .header .header-inner {
  z-index: 999;
}
.page-template-10k-landing .header .hero-landing,
.page-template-10k-discount .header .hero-landing {
  margin-top: auto;
  color: #ffffff;
  padding-bottom: 75px;
  z-index: 99;
}
.page-template-10k-landing .header .hero-landing__inner,
.page-template-10k-discount .header .hero-landing__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .header .hero-landing__inner,
  .page-template-10k-discount .header .hero-landing__inner {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .header .hero-landing__inner,
  .page-template-10k-discount .header .hero-landing__inner {
    flex-direction: row;
    gap: 110px;
  }
}
.page-template-10k-landing .header .hero-landing__inner__left,
.page-template-10k-discount .header .hero-landing__inner__left {
  max-width: 675px;
}
.page-template-10k-landing .header .hero-landing__inner__left h1,
.page-template-10k-discount .header .hero-landing__inner__left h1 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 700;
}
.page-template-10k-landing .header .hero-landing__inner__left p,
.page-template-10k-discount .header .hero-landing__inner__left p {
  font-weight: 500;
  margin-bottom: 2rem;
}
.page-template-10k-landing .header .hero-landing__inner__left p a,
.page-template-10k-discount .header .hero-landing__inner__left p a {
  color: #ffffff;
  text-decoration: underline;
}
.page-template-10k-landing .header .hero-landing__inner__left .button-group,
.page-template-10k-discount .header .hero-landing__inner__left .button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 555px) {
  .page-template-10k-landing .header .hero-landing__inner__left .button-group,
  .page-template-10k-discount .header .hero-landing__inner__left .button-group {
    flex-direction: row;
  }
}
.page-template-10k-landing .header .hero-landing__inner__left .button-group .button:first-child,
.page-template-10k-discount .header .hero-landing__inner__left .button-group .button:first-child {
  background-color: #0d468b;
}
.page-template-10k-landing .header .hero-landing__inner__left .button-group .button:first-child:hover,
.page-template-10k-discount .header .hero-landing__inner__left .button-group .button:first-child:hover {
  background-color: #0b2c4b;
}
.page-template-10k-landing .header .hero-landing__inner__right,
.page-template-10k-discount .header .hero-landing__inner__right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-template-10k-landing .header .hero-landing__inner__right__info,
.page-template-10k-discount .header .hero-landing__inner__right__info {
  background-color: #a61638;
  color: #ffffff;
  max-width: 675px;
  padding: 45px 60px;
  margin-bottom: 2rem;
  box-shadow: 166px 225px 112px rgba(0, 0, 0, 0.03), 93px 126px 94px rgba(0, 0, 0, 0.12), 41px 56px 70px rgba(0, 0, 0, 0.2), 10px 14px 38px rgba(0, 0, 0, 0.23), 0px 0px 0px rgba(0, 0, 0, 0.23);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .header .hero-landing__inner__right__info,
  .page-template-10k-discount .header .hero-landing__inner__right__info {
    max-width: 450px;
  }
}
.page-template-10k-landing .header .hero-landing__inner__right__info h4,
.page-template-10k-discount .header .hero-landing__inner__right__info h4 {
  color: #ffffff;
  font-weight: 700;
}
.page-template-10k-landing .header .hero-landing__inner__right__info p,
.page-template-10k-discount .header .hero-landing__inner__right__info p {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
.page-template-10k-landing .header .hero-landing__inner__right__info p:last-of-type,
.page-template-10k-discount .header .hero-landing__inner__right__info p:last-of-type {
  margin-bottom: 2rem;
}
.page-template-10k-landing .header .hero-landing__inner__right__info p i,
.page-template-10k-discount .header .hero-landing__inner__right__info p i {
  margin-right: 12px;
}
.page-template-10k-landing .header .hero-landing__inner__right__info .button,
.page-template-10k-discount .header .hero-landing__inner__right__info .button {
  background-color: #0d468b;
}
.page-template-10k-landing .header .hero-landing__inner__right__info .button:hover,
.page-template-10k-discount .header .hero-landing__inner__right__info .button:hover {
  background-color: #0b2c4b;
}
.page-template-10k-landing .header .hero-landing__inner__right__charity,
.page-template-10k-discount .header .hero-landing__inner__right__charity {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.page-template-10k-landing .header .hero-landing__inner__right__charity p,
.page-template-10k-discount .header .hero-landing__inner__right__charity p {
  margin: 0;
}
.page-template-10k-landing .header .hero-landing__inner__right__charity a svg,
.page-template-10k-discount .header .hero-landing__inner__right__charity a svg {
  max-width: 145px;
  height: fit-content;
  height: -moz-fit-content;
}
.page-template-10k-landing .main,
.page-template-10k-discount .main {
  max-width: inherit;
  padding: 0;
}
.page-template-10k-landing .panel-testimonials-area,
.page-template-10k-discount .panel-testimonials-area {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .panel-testimonials-area,
  .page-template-10k-discount .panel-testimonials-area {
    margin-bottom: 100px;
  }
}
.page-template-10k-landing .panel-testimonials-area .inner,
.page-template-10k-discount .panel-testimonials-area .inner {
  padding: 0 1.5rem;
}
.page-template-10k-landing .panel-testimonials-area .inner .people-panel-image,
.page-template-10k-discount .panel-testimonials-area .inner .people-panel-image {
  padding-bottom: 0;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-10k-landing .panel-testimonials-area .inner .testimonials-container,
.page-template-10k-discount .panel-testimonials-area .inner .testimonials-container {
  top: 0;
  margin-top: -65px;
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .panel-testimonials-area .inner .testimonials-container,
  .page-template-10k-discount .panel-testimonials-area .inner .testimonials-container {
    width: 55%;
    margin-top: -175px;
  }
}
.page-template-10k-landing .panel-testimonials-area .inner .testimonials-container .testimonials-inner h2,
.page-template-10k-discount .panel-testimonials-area .inner .testimonials-container .testimonials-inner h2 {
  color: #ffffff;
  font-weight: 700;
}
.page-template-10k-landing .panel-testimonials-area .inner .testimonials-container .testimonials-inner p a,
.page-template-10k-discount .panel-testimonials-area .inner .testimonials-container .testimonials-inner p a {
  color: #ffffff;
  text-decoration: underline;
}
.page-template-10k-landing .split-content,
.page-template-10k-discount .split-content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content,
  .page-template-10k-discount .split-content {
    margin-bottom: 100px;
  }
}
.page-template-10k-landing .split-content .inner,
.page-template-10k-discount .split-content .inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content .inner,
  .page-template-10k-discount .split-content .inner {
    gap: 50px;
  }
}
.page-template-10k-landing .split-content .inner br,
.page-template-10k-discount .split-content .inner br {
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content .inner br,
  .page-template-10k-discount .split-content .inner br {
    display: block;
  }
}
.page-template-10k-landing .split-content .inner p a,
.page-template-10k-discount .split-content .inner p a {
  color: #a61638;
}
.page-template-10k-landing .split-content .inner .button,
.page-template-10k-discount .split-content .inner .button {
  margin-top: 2rem;
}
.page-template-10k-landing .split-content.ratio-55 .inner,
.page-template-10k-discount .split-content.ratio-55 .inner {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content.ratio-55 .inner,
  .page-template-10k-discount .split-content.ratio-55 .inner {
    flex-direction: row;
  }
}
.page-template-10k-landing .split-content.ratio-55 .inner .type-text,
.page-template-10k-discount .split-content.ratio-55 .inner .type-text {
  flex: 0 0 calc(55% - 50px);
}
.page-template-10k-landing .split-content.ratio-55 .inner .type-image,
.page-template-10k-discount .split-content.ratio-55 .inner .type-image {
  flex: 0 0 calc(45% - 50px);
}
.page-template-10k-landing .split-content.ratio-65 .inner,
.page-template-10k-discount .split-content.ratio-65 .inner {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content.ratio-65 .inner,
  .page-template-10k-discount .split-content.ratio-65 .inner {
    flex-direction: row;
  }
}
.page-template-10k-landing .split-content.ratio-65 .inner .type-text,
.page-template-10k-discount .split-content.ratio-65 .inner .type-text {
  flex: 0 0 65%;
}
.page-template-10k-landing .split-content.reverse .inner,
.page-template-10k-discount .split-content.reverse .inner {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .split-content.reverse .inner,
  .page-template-10k-discount .split-content.reverse .inner {
    flex-direction: row-reverse;
  }
}
.page-template-10k-landing .services-grid__title,
.page-template-10k-discount .services-grid__title {
  margin-bottom: 2rem;
}
.page-template-10k-landing .services-grid__title span,
.page-template-10k-discount .services-grid__title span {
  color: #a61638;
}
.page-template-10k-landing .services-grid__sub-title,
.page-template-10k-discount .services-grid__sub-title {
  margin-top: 2rem;
}
.page-template-10k-landing .text-slider,
.page-template-10k-discount .text-slider {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .text-slider,
  .page-template-10k-discount .text-slider {
    margin-bottom: 100px;
  }
}
.page-template-10k-landing .text-slider .inner,
.page-template-10k-discount .text-slider .inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.page-template-10k-landing .text-slider .inner .quote,
.page-template-10k-discount .text-slider .inner .quote {
  position: absolute;
  top: -95px;
  left: 1.5rem;
}
.page-template-10k-landing .text-slider .inner .quote p,
.page-template-10k-discount .text-slider .inner .quote p {
  font-size: 110px;
  margin: 0;
  color: #0d468b;
}
.page-template-10k-landing .text-slider .inner .slides .slide h3,
.page-template-10k-discount .text-slider .inner .slides .slide h3 {
  margin-bottom: 1rem;
}
.page-template-10k-landing .text-slider .inner .slides .slide p,
.page-template-10k-discount .text-slider .inner .slides .slide p {
  color: #0d468b;
}
.page-template-10k-landing .text-slider .inner .slides .slick-dots,
.page-template-10k-discount .text-slider .inner .slides .slick-dots {
  text-align: left;
}
.page-template-10k-landing .text-slider .inner .slides .slick-dots li,
.page-template-10k-discount .text-slider .inner .slides .slick-dots li {
  margin-right: 5px;
  width: 33px;
  height: 5px;
}
.page-template-10k-landing .text-slider .inner .slides .slick-dots button,
.page-template-10k-discount .text-slider .inner .slides .slick-dots button {
  background: rgba(217, 217, 217, 0.3);
  padding: 0;
  width: 100%;
  height: 100%;
}
.page-template-10k-landing .text-slider .inner .slides .slick-dots button:before,
.page-template-10k-discount .text-slider .inner .slides .slick-dots button:before {
  display: none;
}
.page-template-10k-landing .text-slider .inner .slides .slick-dots .slick-active button,
.page-template-10k-discount .text-slider .inner .slides .slick-dots .slick-active button {
  background: #a61638;
}
.page-template-10k-landing .text-slider.testimonials-dark,
.page-template-10k-discount .text-slider.testimonials-dark {
  background-color: #0d468b;
  padding: 100px 0 50px;
}
.page-template-10k-landing .text-slider.testimonials-dark .inner .quote p,
.page-template-10k-discount .text-slider.testimonials-dark .inner .quote p {
  color: #a61638;
}
.page-template-10k-landing .text-slider.testimonials-dark .inner .slides .slide h3, .page-template-10k-landing .text-slider.testimonials-dark .inner .slides .slide p,
.page-template-10k-discount .text-slider.testimonials-dark .inner .slides .slide h3,
.page-template-10k-discount .text-slider.testimonials-dark .inner .slides .slide p {
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .text-slider.testimonials-dark,
  .page-template-10k-discount .text-slider.testimonials-dark {
    margin-bottom: 100px;
  }
}
.page-template-10k-landing .image-scatter,
.page-template-10k-discount .image-scatter {
  background-color: #0d468b;
  padding: 50px 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter,
  .page-template-10k-discount .image-scatter {
    padding: 130px 0;
    margin-bottom: 100px;
  }
}
.page-template-10k-landing .image-scatter .inner,
.page-template-10k-discount .image-scatter .inner {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner,
  .page-template-10k-discount .image-scatter .inner {
    padding: 0 1.5rem;
  }
}
.page-template-10k-landing .image-scatter .inner .content,
.page-template-10k-discount .image-scatter .inner .content {
  color: #ffffff;
  text-align: center;
  max-width: 845px;
  margin: 0 auto 30px;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .content,
  .page-template-10k-discount .image-scatter .inner .content {
    margin: 0 auto 100px;
    padding: 0;
  }
}
.page-template-10k-landing .image-scatter .inner .content h2,
.page-template-10k-discount .image-scatter .inner .content h2 {
  color: #ffffff;
  font-weight: 700;
}
.page-template-10k-landing .image-scatter .inner .content p,
.page-template-10k-discount .image-scatter .inner .content p {
  font-weight: 500;
}
.page-template-10k-landing .image-scatter .inner .content p a,
.page-template-10k-discount .image-scatter .inner .content p a {
  color: #ffffff;
  text-decoration: underline;
}
.page-template-10k-landing .image-scatter .inner .content p a:hover,
.page-template-10k-discount .image-scatter .inner .content p a:hover {
  text-decoration: none;
}
.page-template-10k-landing .image-scatter .inner .images,
.page-template-10k-discount .image-scatter .inner .images {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  flex-direction: column-reverse;
  gap: 100px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images,
  .page-template-10k-discount .image-scatter .inner .images {
    gap: 0;
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .image-scatter .inner .images,
  .page-template-10k-discount .image-scatter .inner .images {
    margin-bottom: 250px;
  }
}
.page-template-10k-landing .image-scatter .inner .images .image,
.page-template-10k-discount .image-scatter .inner .images .image {
  aspect-ratio: 12/16;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: 166px 225px 112px rgba(0, 0, 0, 0.03), 93px 126px 94px rgba(0, 0, 0, 0.12), 41px 56px 70px rgba(0, 0, 0, 0.2), 10px 14px 38px rgba(0, 0, 0, 0.23), 0px 0px 0px rgba(0, 0, 0, 0.23);
  z-index: 2;
}
.page-template-10k-landing .image-scatter .inner .images .image img,
.page-template-10k-discount .image-scatter .inner .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-10k-landing .image-scatter .inner .images svg,
.page-template-10k-discount .image-scatter .inner .images svg {
  z-index: 1;
}
.page-template-10k-landing .image-scatter .inner .images__left,
.page-template-10k-discount .image-scatter .inner .images__left {
  height: 445px;
  max-width: 460px;
  margin: 0;
  position: absolute;
  left: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 33%;
  z-index: 8;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images__left,
  .page-template-10k-discount .image-scatter .inner .images__left {
    display: block;
  }
}
.page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(1),
.page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(1) {
  max-height: 75px;
  top: -30px;
  left: 170px;
}
.page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(2),
.page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(2) {
  max-height: 130px;
  top: 150px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(2),
  .page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(2) {
    left: -60px;
  }
}
.page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(3),
.page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(3) {
  max-height: 160px;
  bottom: 100px;
  right: 0;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(3),
  .page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(3) {
    right: 75px;
  }
}
.page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(4),
.page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(4) {
  max-height: 95px;
  bottom: -30px;
  right: 140px;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images__left .image:nth-child(4),
  .page-template-10k-discount .image-scatter .inner .images__left .image:nth-child(4) {
    right: 250px;
  }
}
.page-template-10k-landing .image-scatter .inner .images__left .single,
.page-template-10k-discount .image-scatter .inner .images__left .single {
  position: absolute;
  top: -40px;
  right: 70px;
}
.page-template-10k-landing .image-scatter .inner .images__left .double,
.page-template-10k-discount .image-scatter .inner .images__left .double {
  position: absolute;
  right: 0;
  bottom: -75px;
}
.page-template-10k-landing .image-scatter .inner .images__center,
.page-template-10k-discount .image-scatter .inner .images__center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
  width: 100%;
}
.page-template-10k-landing .image-scatter .inner .images__center .wrap,
.page-template-10k-discount .image-scatter .inner .images__center .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 620px;
  width: 100%;
}
.page-template-10k-landing .image-scatter .inner .images__center .video,
.page-template-10k-discount .image-scatter .inner .images__center .video {
  padding: 0 0 56.5%;
  position: relative;
  width: 100%;
  box-shadow: 166px 225px 112px rgba(0, 0, 0, 0.03), 93px 126px 94px rgba(0, 0, 0, 0.12), 41px 56px 70px rgba(0, 0, 0, 0.2), 10px 14px 38px rgba(0, 0, 0, 0.23), 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-position: center;
  background-size: cover;
  z-index: 9;
}
.page-template-10k-landing .image-scatter .inner .images__center .video iframe,
.page-template-10k-discount .image-scatter .inner .images__center .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-10k-landing .image-scatter .inner .images__center .image,
.page-template-10k-discount .image-scatter .inner .images__center .image {
  max-height: 95px;
  top: 125%;
  left: 100px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .page-template-10k-landing .image-scatter .inner .images__center .image,
  .page-template-10k-discount .image-scatter .inner .images__center .image {
    display: block;
  }
}
.page-template-10k-landing .image-scatter .inner .images__right,
.page-template-10k-discount .image-scatter .inner .images__right {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 33%;
  height: 445px;
  z-index: 8;
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .images__right,
  .page-template-10k-discount .image-scatter .inner .images__right {
    display: block;
  }
}
.page-template-10k-landing .image-scatter .inner .images__right .image:nth-child(1),
.page-template-10k-discount .image-scatter .inner .images__right .image:nth-child(1) {
  max-height: 76px;
  top: -35px;
  left: 60px;
}
.page-template-10k-landing .image-scatter .inner .images__right .image:nth-child(2),
.page-template-10k-discount .image-scatter .inner .images__right .image:nth-child(2) {
  max-height: 250px;
  bottom: 0;
  left: 60px;
}
.page-template-10k-landing .image-scatter .inner .images__right .image:nth-child(3),
.page-template-10k-discount .image-scatter .inner .images__right .image:nth-child(3) {
  max-height: 145px;
  top: -55px;
  right: -15px;
}
.page-template-10k-landing .image-scatter .inner .images__right .image:nth-child(4),
.page-template-10k-discount .image-scatter .inner .images__right .image:nth-child(4) {
  max-height: 95px;
  bottom: 0;
  right: -40px;
}
.page-template-10k-landing .image-scatter .inner .images__right .double,
.page-template-10k-discount .image-scatter .inner .images__right .double {
  position: absolute;
  right: 0;
  top: 0;
  right: 75px;
  top: -80px;
}
.page-template-10k-landing .image-scatter .inner .bottom-block,
.page-template-10k-discount .image-scatter .inner .bottom-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .page-template-10k-landing .image-scatter .inner .bottom-block,
  .page-template-10k-discount .image-scatter .inner .bottom-block {
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .image-scatter .inner .bottom-block,
  .page-template-10k-discount .image-scatter .inner .bottom-block {
    padding: 0;
  }
}
.page-template-10k-landing .image-scatter .inner .bottom-block p,
.page-template-10k-discount .image-scatter .inner .bottom-block p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
}
.page-template-10k-landing .steps-block,
.page-template-10k-discount .steps-block {
  background-color: #a61638;
  padding: 100px 0;
  color: #ffffff;
}
.page-template-10k-landing .steps-block h2,
.page-template-10k-landing .steps-block h3,
.page-template-10k-landing .steps-block h4,
.page-template-10k-landing .steps-block h5,
.page-template-10k-discount .steps-block h2,
.page-template-10k-discount .steps-block h3,
.page-template-10k-discount .steps-block h4,
.page-template-10k-discount .steps-block h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-template-10k-landing .steps-block h3,
.page-template-10k-discount .steps-block h3 {
  text-transform: uppercase;
  letter-spacing: 0.4rem;
}
.page-template-10k-landing .steps-block .intro,
.page-template-10k-discount .steps-block .intro {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .steps-block .intro,
  .page-template-10k-discount .steps-block .intro {
    margin-bottom: 70px;
  }
}
.page-template-10k-landing .steps-block .intro p,
.page-template-10k-discount .steps-block .intro p {
  font-size: 1.125rem;
  font-weight: 700;
}
.page-template-10k-landing .steps-block .steps,
.page-template-10k-discount .steps-block .steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-landing .steps-block .steps,
  .page-template-10k-discount .steps-block .steps {
    margin-bottom: 70px;
    flex-direction: row;
  }
}
.page-template-10k-landing .steps-block .steps .step,
.page-template-10k-discount .steps-block .steps .step {
  background-color: #90102e;
  padding: 150px 45px 45px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  box-shadow: 166px 225px 112px rgba(0, 0, 0, 0.03), 93px 126px 94px rgba(0, 0, 0, 0.12), 41px 56px 70px rgba(0, 0, 0, 0.2), 10px 14px 38px rgba(0, 0, 0, 0.23), 0px 0px 0px rgba(0, 0, 0, 0.23);
}
.page-template-10k-landing .steps-block .steps .step .bg,
.page-template-10k-discount .steps-block .steps .step .bg {
  position: absolute;
  top: 0;
  left: 45px;
  font-size: 170px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
  z-index: 1;
}
.page-template-10k-landing .steps-block .steps .step h3,
.page-template-10k-landing .steps-block .steps .step p,
.page-template-10k-discount .steps-block .steps .step h3,
.page-template-10k-discount .steps-block .steps .step p {
  position: relative;
  z-index: 2;
}
.page-template-10k-landing .steps-block .bottom-info,
.page-template-10k-discount .steps-block .bottom-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-template-10k-landing .steps-block .bottom-info p,
.page-template-10k-discount .steps-block .bottom-info p {
  font-weight: 400;
  margin-bottom: 2rem;
}
.page-template-10k-landing .steps-block .bottom-info p a,
.page-template-10k-discount .steps-block .bottom-info p a {
  color: #ffffff;
  text-decoration: underline;
}
.page-template-10k-landing .steps-block .bottom-info .button:hover,
.page-template-10k-discount .steps-block .bottom-info .button:hover {
  background-color: #0d468b !important;
}
.page-template-10k-landing .discount-form,
.page-template-10k-discount .discount-form {
  background-color: #0d468b;
  padding: 100px 0;
  color: #ffffff;
}
.page-template-10k-landing .discount-form h2,
.page-template-10k-discount .discount-form h2 {
  color: #ffffff;
  margin-bottom: 1rem;
  max-width: 815px;
}
.page-template-10k-landing .discount-form p,
.page-template-10k-discount .discount-form p {
  margin-bottom: 2rem;
  max-width: 815px;
}
.page-template-10k-landing .discount-form__form,
.page-template-10k-discount .discount-form__form {
  max-width: 815px;
}
.page-template-10k-landing .discount-form__form form,
.page-template-10k-discount .discount-form__form form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
}
@media only screen and (min-width: 768px) {
  .page-template-10k-landing .discount-form__form form,
  .page-template-10k-discount .discount-form__form form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 768px) {
  .page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap:nth-child(6),
  .page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap:nth-child(6) {
    grid-column: span 2;
  }
}
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap input:not(.wpcf7-submit),
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap select:not(.wpcf7-submit),
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap input:not(.wpcf7-submit),
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap select:not(.wpcf7-submit) {
  background-color: #0b2c4b;
  color: #ffffff;
  border-radius: 50px;
  min-height: 52px;
  border: 0;
  padding: 0 25px;
  font-size: 1rem;
  outline: 0;
  width: 100%;
}
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap input:not(.wpcf7-submit)::placeholder,
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap select:not(.wpcf7-submit)::placeholder,
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap input:not(.wpcf7-submit)::placeholder,
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap select:not(.wpcf7-submit)::placeholder {
  color: #ffffff;
}
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap textarea,
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap textarea {
  border-radius: 30px;
  padding: 25px;
  background-color: #0b2c4b;
  color: #ffffff;
  border: 0;
  font-size: 1rem;
  outline: 0;
}
.page-template-10k-landing .discount-form__form form span.wpcf7-form-control-wrap textarea::placeholder,
.page-template-10k-discount .discount-form__form form span.wpcf7-form-control-wrap textarea::placeholder {
  color: #ffffff;
}
.page-template-10k-landing .discount-form__form form .wpcf7-submit,
.page-template-10k-discount .discount-form__form form .wpcf7-submit {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .page-template-10k-landing .discount-form__form form .wpcf7-submit,
  .page-template-10k-discount .discount-form__form form .wpcf7-submit {
    grid-column: span 2;
  }
}

.page-template-10k-discount .header {
  min-height: 520px;
}
@media only screen and (max-width: 991px) {
  .page-template-10k-discount .header {
    text-align: center;
  }
  .page-template-10k-discount .header h1 {
    font-size: 2rem;
  }
  .page-template-10k-discount .header p {
    font-size: 1.2rem;
  }
  .page-template-10k-discount .header .button-group {
    justify-content: center;
  }
}
.page-template-10k-discount .split-content .inner .type-image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .page-template-10k-discount .split-content .inner .type-image {
    display: block;
  }
}