.ctaWrapper {
  margin: calc(1.5625rem + 3.125vw) 0 calc(1.625rem + 3.75vw);
}
@media (min-width: 1440px) {
  .ctaWrapper {
    margin: 4.375rem 0 5rem;
  }
}
.ctaWrapper .mobileStores {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.ctaWrapper .mobileStores a {
  display: block;
  text-decoration: none;
  max-width: 173px;
  height: 58px;
}
.ctaWrapper .mobileStores a:first-child {
  margin-right: 6px;
}
.ctaWrapper .mobileStores a:last-child {
  margin-left: 6px;
}
.ctaWrapper .mobileStores svg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ctaWrapper {
    margin-bottom: 48px;
  }
  .ctaWrapper .mobileStores {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ctaWrapper .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ctaWrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ctaWrapper .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ctaColumn--first {
  margin-bottom: 40px;
}
.ctaColumn__text {
  margin-bottom: calc(1.4875rem + 2.375vw);
}
@media (min-width: 1440px) {
  .ctaColumn__text {
    margin-bottom: 3.625rem;
  }
}
.ctaColumn__text a {
  color: #000;
  text-decoration: none;
}
.ctaColumn__text p:last-child {
  margin-bottom: 0;
}
.ctaColumn__block {
  border-radius: 20px;
  display: block;
  text-decoration: none;
  position: relative;
}
.ctaColumn__block__grid {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 20px;
}
.ctaColumn__block__grid:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.2702702703%;
}
.ctaColumn__block__grid > img, .ctaColumn__block__grid > div, .ctaColumn__block__grid iframe, .ctaColumn__block__grid > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctaColumn__block__grid:after {
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 26%, var(--shadow-color-cta) 87%, var(--shadow-color-cta) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.ctaColumn__block__grid .ctaGridWrap {
  display: flex;
  height: calc(50% - 10px);
  width: 133.32%;
  max-width: 133.32%;
}
.ctaColumn__block__grid .ctaGridWrap div {
  width: 100%;
  max-width: 33.33%;
  position: relative;
  margin: 5px;
}
.ctaColumn__block__grid .ctaGridWrap div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ctaColumn__block__grid .ctaGridWrap div > img, .ctaColumn__block__grid .ctaGridWrap div > div, .ctaColumn__block__grid .ctaGridWrap div iframe, .ctaColumn__block__grid .ctaGridWrap div > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctaColumn__block__grid .ctaGridWrap div img {
  border-radius: 6px;
}
.ctaColumn__block__grid .ctaGridWrap:nth-child(1) {
  transform: translateX(-10%);
  margin-top: 10px;
}
.ctaColumn__block__grid .ctaGridWrap:nth-child(2) {
  top: 50%;
  margin-bottom: 10px;
  transform: translateX(-15%);
}
.ctaColumn__block__grid .ctaGridWrap__single {
  width: 33.33%;
  position: relative;
}
.ctaColumn__block__grid .ctaGridWrap__single:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ctaColumn__block__grid .ctaGridWrap__single > img, .ctaColumn__block__grid .ctaGridWrap__single > div, .ctaColumn__block__grid .ctaGridWrap__single iframe, .ctaColumn__block__grid .ctaGridWrap__single > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctaColumn__block__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctaColumn__block__background {
  position: relative;
  width: 100%;
}
.ctaColumn__block__background:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70.2702702703%;
}
.ctaColumn__block__background > img, .ctaColumn__block__background > div, .ctaColumn__block__background iframe, .ctaColumn__block__background > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctaColumn__block__background svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ctaColumn__block__button {
  background: var(--main-color);
  color: #fff;
  border: none;
  position: relative;
  margin-top: 30px;
  border-radius: 30px;
  line-height: 1;
  padding: 0.875rem calc(1.275rem + 0.25vw);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .ctaColumn__block__button {
    padding: 0.875rem 1.5rem;
  }
}
.ctaColumn__block__button {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .ctaColumn__block__button {
    font-size: calc(14px + 4 * ((100vw - 320px) / 880));
  }
}
@media screen and (min-width: 1200px) {
  .ctaColumn__block__button {
    font-size: 18px;
  }
}
.ctaColumn__block__button svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.ctaColumn__block__button:hover {
  background: var(--main-color);
  color: #fff;
}
.ctaColumn__block__button:hover .CTAIcon {
  stroke: #fff;
}
.ctaColumn__block__mobile {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 7.79%;
  width: 77.742%;
  margin: auto;
  object-fit: contain;
  display: flex;
}
@media screen and (max-width: 767.5px) {
  .ctaColumn__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ctaColumn__block__button {
    padding: 14px 24px;
    margin-bottom: 6px;
    color: #fff;
  }
  .ctaColumn__block path {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  .ctaColumn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ctaColumn--first {
    margin-bottom: 0;
  }
  .ctaColumn__block__button {
    margin-top: 0;
    position: absolute;
    bottom: 14.47%;
    left: 6.83%;
    background: #fff;
    color: var(--main-color);
  }
}

.CTAIcon {
  stroke: var(--main-color);
  transition: stroke 0.3s ease;
}

/*# sourceMappingURL=cta.css.map */
