/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.solution-card {
  border-radius: 16px;
  border: 0.2px solid #b7bdc9;
  flex: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 10px 15px -3px rgba(59, 60, 67, 0.1), 0px 4px 6px -4px rgba(59, 60, 67, 0.1); }
  .solution-card__header {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; }
    .solution-card__header .popular {
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      background-color: #fbc600;
      color: #3b3d49;
      font-weight: 700;
      padding: 12px 16px;
      border-radius: 16px; }
    .solution-card__header h3 {
      margin-top: 0;
      text-align: center;
      font-size: 24px; }
      @media (max-width: 1279px) {
        .solution-card__header h3 {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .solution-card__header h3 {
          font-size: 24px; } }
  .solution-card__body {
    padding: 32px 16px;
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .solution-card__body h4 {
      margin: 0;
      font-size: 20px;
      line-height: 24px; }
      @media (min-width: 768px) and (max-width: 1280px) {
        .solution-card__body h4 {
          font-size: 24px; } }
    .solution-card__body p {
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 768px) and (max-width: 1280px) {
        .solution-card__body p {
          font-size: 18px; } }
    .solution-card__body p:first-of-type {
      font-weight: 500; }
    .solution-card__body p:last-of-type {
      color: #727377;
      flex: 1; }
    .solution-card__body .button-gold {
      font-size: 18px;
      border-radius: 8px;
      height: 56px;
      margin-top: 8px;
      margin-bottom: 8px; }
    .solution-card__body .learn-more {
      color: #727377;
      font-size: 18px;
      line-height: 22px;
      text-decoration: underline; }
  .solution-card__footer {
    background-color: #f3f6f6;
    padding: 12px 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-align: center;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px; }
    .solution-card__footer span {
      font-weight: 400;
      display: block; }
      @media (min-width: 480px) and (max-width: 767px) {
        .solution-card__footer span {
          display: inline; } }
  .solution-card.basic .solution-card__header {
    background-color: #f3f6f6; }
  .solution-card.standard .solution-card__header {
    background-color: #62657b;
    color: white; }
  .solution-card.growth .solution-card__header {
    background-color: #285267;
    color: white; }
  .solution-card.premium .solution-card__header {
    background-color: #3b3d49;
    color: white; }

.ecommerce-solutions-hero {
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 767px) {
    .ecommerce-solutions-hero {
      padding-left: 0;
      padding-right: 0; } }
  .ecommerce-solutions-hero .hero__wrapper {
    margin-top: 32px;
    height: 600px;
    border-radius: 24px;
    background: linear-gradient(259deg, rgba(59, 61, 73, 0) 0%, #3b3d49 98.22%), url("/sites/syc/img/ecommerce-hero-redesigned.jpg") lightgray -27.841px -94.187px/119.515% 179.361% no-repeat;
    background-size: cover;
    background-position: 60% 23%;
    display: flex;
    align-items: center; }
    @media (max-width: 1079px) {
      .ecommerce-solutions-hero .hero__wrapper {
        align-items: end; } }
    @media (max-width: 767px) {
      .ecommerce-solutions-hero .hero__wrapper {
        margin-top: 16px; } }
    .ecommerce-solutions-hero .hero__wrapper .hero__content {
      color: white;
      width: 52%;
      height: -moz-fit-content;
      height: fit-content;
      margin-left: 110px; }
      @media (max-width: 1079px) {
        .ecommerce-solutions-hero .hero__wrapper .hero__content {
          margin-left: 24px;
          margin-right: 24px;
          margin-bottom: 111px;
          width: 100%; } }
      @media (max-width: 767px) {
        .ecommerce-solutions-hero .hero__wrapper .hero__content {
          margin-left: 16px;
          margin-right: 16px; } }
      .ecommerce-solutions-hero .hero__wrapper .hero__content h1 {
        font-size: 64px;
        margin: 0; }
        @media (max-width: 767px) {
          .ecommerce-solutions-hero .hero__wrapper .hero__content h1 {
            font-size: 42px; } }
        .ecommerce-solutions-hero .hero__wrapper .hero__content h1 span {
          display: inline-block; }
      .ecommerce-solutions-hero .hero__wrapper .hero__content p {
        margin-top: 16px;
        margin-bottom: 32px; }
      .ecommerce-solutions-hero .hero__wrapper .hero__content a {
        display: flex;
        font-size: 18px;
        width: 240px;
        box-sizing: border-box;
        justify-content: center; }
        @media (max-width: 479px) {
          .ecommerce-solutions-hero .hero__wrapper .hero__content a {
            width: 100%; } }
  .ecommerce-solutions-hero .partners {
    margin-top: -70px; }
    .ecommerce-solutions-hero .partners .partner-tiles {
      display: flex;
      gap: 40px;
      justify-content: center;
      padding-left: 30px;
      padding-right: 30px; }
      @media (max-width: 991px) {
        .ecommerce-solutions-hero .partners .partner-tiles {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          gap: 30px; } }
      @media screen and (max-width: 600px) {
        .ecommerce-solutions-hero .partners .partner-tiles {
          grid-template-columns: repeat(1, 1fr); } }
      .ecommerce-solutions-hero .partners .partner-tiles .logo-tile {
        background-color: white;
        width: 200px;
        height: 142px;
        padding: 16px;
        box-sizing: border-box;
        display: grid;
        place-items: center;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
        @media (max-width: 991px) {
          .ecommerce-solutions-hero .partners .partner-tiles .logo-tile {
            width: 100%; } }
        .ecommerce-solutions-hero .partners .partner-tiles .logo-tile img {
          width: 100%;
          height: auto; }
          @media (max-width: 991px) {
            .ecommerce-solutions-hero .partners .partner-tiles .logo-tile img {
              max-width: 200px; } }
    .ecommerce-solutions-hero .partners p {
      margin: 24px auto 0 auto;
      text-align: center;
      padding-left: 30px;
      padding-right: 30px; }
      @media (min-width: 1080px) {
        .ecommerce-solutions-hero .partners p {
          max-width: 920px; } }

.benefits {
  color: #3b3d49; }
  .benefits h2 {
    text-align: center;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 32px;
    padding-left: 44px;
    padding-right: 44px; }
    @media (max-width: 767px) {
      .benefits h2 {
        text-align: left;
        padding-left: 16px;
        padding-right: 16px; } }
  .benefits .a {
    display: flex;
    justify-content: center;
    gap: 60px; }
    @media (max-width: 1079px) {
      .benefits .a {
        flex-direction: column;
        gap: 24px;
        padding-left: 44px;
        padding-right: 44px; } }
  @media (max-width: 1079px) and (max-width: 767px) {
    .benefits .a {
      padding-left: 16px;
      padding-right: 16px; } }
    .benefits .a .b {
      width: 322px;
      display: flex;
      align-items: center; }
      @media (max-width: 1079px) {
        .benefits .a .b {
          width: 100%; } }
      .benefits .a .b ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .benefits .a .b ul li {
          position: relative;
          padding-left: 48px;
          font-size: 24px;
          line-height: 30px; }
          .benefits .a .b ul li:not(:last-of-type) {
            margin-bottom: 24px; }
          .benefits .a .b ul li::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 32px;
            height: 32px;
            background-image: url("/sites/syc/img/dk_teal-checkmark.svg");
            /* or .svg */
            background-size: cover;
            background-repeat: no-repeat; }
    .benefits .a .c {
      position: relative;
      color: white;
      background-color: #3b3d49;
      border-radius: 8px;
      border-bottom-right-radius: 24px;
      width: 575px;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 44px; }
      @media (max-width: 1079px) {
        .benefits .a .c {
          width: calc(100% - 34px); } }
      @media (max-width: 767px) {
        .benefits .a .c {
          padding: 24px;
          padding-bottom: 44px;
          width: calc(100% - 20px); } }
      .benefits .a .c::after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: -34px;
        width: 100%;
        height: 100%;
        background-color: #fff2cc;
        z-index: -1;
        border-radius: 8px;
        border-bottom-right-radius: 24px; }
        @media (max-width: 767px) {
          .benefits .a .c::after {
            bottom: -20px;
            right: -20px; } }
      .benefits .a .c p:first-of-type {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 24px;
        margin-top: 24px; }
        @media (max-width: 991px) {
          .benefits .a .c p:first-of-type {
            font-size: 32px;
            line-height: 40px; } }
        .benefits .a .c p:first-of-type span {
          font-size: 100px;
          font-weight: 700; }
          @media (max-width: 991px) {
            .benefits .a .c p:first-of-type span {
              font-size: 64px; } }
      .benefits .a .c p:last-of-type {
        font-size: 12px; }

.flexible-financing {
  display: flex;
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 991px) {
    .flexible-financing {
      flex-direction: column-reverse;
      margin-top: 100px; } }
  @media (max-width: 767px) {
    .flexible-financing {
      padding-left: 16px;
      padding-right: 16px; } }
  .flexible-financing .a {
    color: #3b3d49;
    width: 50%;
    background-color: #f3f6f6;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 45px 42px;
    box-sizing: border-box;
	}
    @media (max-width: 991px) {
      .flexible-financing .a {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-right-radius: 24px; } }
    @media (max-width: 767px) {
      .flexible-financing .a {
        padding-left: 16px;
        padding-right: 16px; } }
    .flexible-financing .a h2 {
      font-size: 40px;
      margin-top: 0;
      margin-bottom: 50px;
      max-width: 543px; }
      @media (max-width: 991px) {
        .flexible-financing .a h2 {
          font-size: 32px;
          margin-bottom: 32px; } }
    .flexible-financing .a .loan,
    .flexible-financing .a .flex {
      display: flex;
      gap: 16px; }
      .flexible-financing .a .loan h3,
      .flexible-financing .a .flex h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px; }
      .flexible-financing .a .loan p,
      .flexible-financing .a .flex p {
        max-width: 375px; }
  .flexible-financing .b {
    width: 50%;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    background-image: url("/sites/syc/img/gettyimages-1443739212.jpg");
    background-size: cover;
    background-position: 65% 45%; }
    @media (max-width: 991px) {
      .flexible-financing .b {
        width: 100%;
        height: 400px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 24px; } }
		.flexible-financing .a .loan{
		margin-bottom: 40px;}

.solutions {
  color: #3b3d49;
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 991px) {
    .solutions {
      padding-left: 16px;
      padding-right: 16px; } }
  .solutions h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 36px; }
    @media (max-width: 991px) {
      .solutions h2 {
        font-size: 24px;
        margin-bottom: 16px; } }
  .solutions__cards {
    display: flex;
    gap: 20px; }
    @media (max-width: 1279px) {
      .solutions__cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px; } }
    @media (max-width: 767px) {
      .solutions__cards {
        display: flex;
        flex-direction: column; } }

.video-section-title {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .video-section-title {
      margin-bottom: 16px; } }

.disclaimer {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  line-height: 22px;
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 767px) {
    .disclaimer {
      padding-left: 16px;
      padding-right: 16px; } }
