:root {
  --neutral-050-w: #fcfcf8;
  --neutral-300-w: #c0c3b9;
  --neutral-500-w: #666765;
  --neutral-200-c: #bfcfd9;
  --neutral-300-c: #9eb6c4;
  --neutral-400-c: #849cae;
  --primary-100: #8ee8aa;
  --primary-200: #4bd675;
  --primary-300: #37b971;
  --primary-400: #10845d;
  --primary-500: #036d59;
  --primary-600: #085544;
  --primary-700: #11314a;
  --primary-800: #0f2333;
}

body {
  overflow-x: hidden;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.btn-primary, a.btn-primary, button.btn-primary, .btn-primary a{
  max-width: fit-content!important;
}

.background-circle {
  position: absolute;
  top: 220px;
  right: -25vw; /* move it half out of the viewport */
  transform: translateY(-50%);
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, #d9fff3 0%, #ffffff 70%);
  border-radius: 50%;
  z-index: -1; /* keep it behind other content */
}

.masthead--product--feature {
  padding: 50px 0 0;
  margin: 0;
  background: radial-gradient(circle at center, #0070F2 0%, #0F2333 80%);
}

.masthead--product--feature .bubble-title {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #08544A;
  text-transform: uppercase;
  background: #4BD675;
  display: inline-block;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-radius: 60px;
  letter-spacing: 2px;
}

.masthead--product--feature .nbs-flexisel-inner{
  background-color: transparent !important;
}

.masthead--product--feature .container {
  max-width: 1220px;
  width: unset;
}

.masthead--product--feature .masthead-inner {
  background: transparent !important;
}

.breadcrumbs-container {
  display: block;
  margin: 0;
  font-size: 16px;
  font-family: "Inter Regular", sans-serif;
  background: #EFEFEF;
  margin: 0 !important;
}

.breadcrumbs-container nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}

.breadcrumb-container a {
  text-decoration: none;
  color: var(--winston-text-blue);
}

.breadcrumb-container img.breadcrumb-home-icon {
  display: inline-block !important;
  width: 20px;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: middle;
  font-family: "Inter Regular", sans-serif;
}

h3.breadcrumb {
  display: inline-block;
  font-size:16px;
  font-family: "Inter Regular", sans-serif;
  margin: 0;
}

.hero-img img {
  position: relative;
  z-index: 1;
}

.masthead--product--feature a.reverse-btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-size: 19px;
  padding: 13px 30px;
}

.featurePageOuter--2021 .AlternatingRow h2 {
  margin: 20px auto;
  padding: 0;
}

.featurePageOuter--2021 .AlternatingRow h2::after {
  display: none;
}

.masthead--product--feature .masthead-inner {
  text-align: center;
}

.masthead--product--feature .masthead-inner:after {
  display: none !important;
}

.masthead--product--feature .masthead-inner .masthead-title {
  text-align: center;
  line-height: 1.15;
  font-size: 96px;
  text-transform: unset;
  padding: 0;
  color: #fff;
  margin-bottom: 25px;
  font-weight:300;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.masthead--product--feature .masthead-inner .masthead-title strong {
  font-weight: 700;
  color: #4BD675;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-style: italic;
}

.page-template-product-pages
  .masthead--product--feature
  .masthead-inner
  .masthead-title--sub {
  text-align: center;
  margin-top: 0;
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 24px;
  line-height: 140%;
  font-family: "EuclidSquare Regular", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

.masthead--product--feature .masthead-inner .masthead-title .title-brand {
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.masthead--product--feature .masthead-inner p {
  margin: 5px 0;
}

.masthead--product--feature .masthead-inner .mktgButton {
  margin: 20px 10px;
  padding: 12px 52px;
  font-size: 20px;
  font-weight: 300;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
  border: 1px solid #37b971 !important;
}

.masthead--product--feature .masthead-inner .mktgButton:hover{
  background: #fff !important;
  color: var(--winston-text-blue) !important;
  box-shadow: var(--winston-text-blue) 0px 10px 15px !important;
}

.masthead--product--feature .masthead-inner .mktgButton.bttn-ghost {
  background: #ffffff40 !important;
  color: #fff !important;
  border: 1px solid #37b971 !important;
}

.masthead--product--feature .masthead-inner .mktgButton.bttn-ghost:hover{
  background: #fff !important;
  color: var(--winston-text-blue) !important;
  box-shadow: var(--winston-text-blue) 0px 10px 15px !important;
}

.featurePage-logos {
  background-color: transparent !important;
}

.masthead--product--feature .masthead-inner img {
  max-width: 100%;
}

/* Infinit Logo Scroller */
.infinite-logo {
  margin: 100px auto 30px;
}

h4.carousel-title {
  font-family: "EuclidSquare Regular", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 18px;
  letter-spacing: 3px;
  color:#fff;
}

h4.carousel-title span {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

@media (max-width: 991px) {
  .infinite-logo {
    margin: 0 auto;
  }
}


h2{
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #00144A;
  text-align: left;
}
h2 strong{
  font-weight: 700;
  color: #37B971;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-style: italic;
}

h3{
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #00144A;
  text-align: left;
  margin:0 0 10px 0;
}

p{
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:16px;
  font-weight: 300;
  line-height: 1.5;
  color: #00144A;
}

.col-md-6 h2{
  max-width: 450px;
  margin: 30px 0 30px 0 !important;
}

.padding-80{
  padding: 80px;
}

/* Preview Highlights */
.preview-highlights {
  background: #F8FAFC;
  padding: 50px 0;
}
.preview-highlights h2{
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #00144A;
  text-align: left;
  margin-bottom: 50px;
}
.preview-highlights h2::after{
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  background-color: #4BD675;
  margin: 20px 0 0 0;
}
.preview-highlights .highlight-card{
  background: #fff;
  margin:30px auto;
  border-radius: 24px;
  padding: 50px;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.preview-highlights .highlight-card p{
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:16px;
  font-weight: 300;
  line-height: 1.5;
  color: #00144A;
}
.preview-highlights .highlight-card h3{
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: #00144A;
  margin:0 0 20px 0;
}
.preview-highlights .highlight-card a.btn-secondary{
      display: inline-block;
    position: relative;
    padding: 0 45px 22px 0;
    margin-top: 10px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #031022 !important;
    font-family: "EuclidSquare Regular", sans-serif;
    font-size: clamp(40px, 5.6vw, 92px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
    width: fit-content;
    font-size: 20px;
    max-width: unset;
}

.preview-highlights .highlight-card a.btn-secondary::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 13px;
  transform: translateY(-58%);
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='41' cy='41' r='36.5' stroke='%230F2333' stroke-width='9'/%3E%3Cpath d='M35 29.5L52.5 41L35 52.5V29.5Z' fill='none' stroke='%230F2333' stroke-width='7' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.preview-highlights .highlight-card a.btn-secondary::after {
      content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: calc(100% - 40px);
    height: 3px;
    background: #031022;
}

.preview-highlights .highlight-card a.btn-secondary.white{
  color:#ffffff!important;
}
.preview-highlights .highlight-card a.btn-secondary.white::before {
  color:#ffffff!important;
  background-image: url("data:image/svg+xml,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='41' cy='41' r='36.5' stroke='%23ffffff' stroke-width='9'/%3E%3Cpath d='M35 29.5L52.5 41L35 52.5V29.5Z' fill='none' stroke='%23ffffff' stroke-width='7' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.preview-highlights .highlight-card a.btn-secondary.white::after {
  color:#ffffff!important;
  background:#ffffff!important;
}

.preview-highlights .highlight-card a.btn-secondary:hover,
.preview-highlights .highlight-card a.btn-secondary:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #031022 !important;
  text-decoration: none;
}

.preview-highlights .highlight-card a.btn-secondary.white:hover,
.preview-highlights .highlight-card a.btn-secondary.white:focus {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-decoration: none;
}

.preview-highlights .highlight-card.one{
  background: #FFFFFF;
}
.preview-highlights .highlight-card.two{
  background: #DDE8EE;
}
.preview-highlights .highlight-card.three{
  background: #00144A;
}
.preview-highlights .highlight-card.three, .preview-highlights .highlight-card.three p, .preview-highlights .highlight-card.three h3{
  color:#ffffff;
}
/* END Preview Highlights */

/* Already a Customer Section */
.already-customer {
  background-color: #0F2333;
  padding: 50px 0;
  text-align: center;
  border-radius:24px;
  margin:50px auto;
}
.already-customer h2 {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  margin:0 auto 20px auto;
  text-align: center;
}
.already-customer h2 strong {
  font-weight: 700;
  color: #37B971;
  font-family: "EuclidSquare Semi-Bold", sans-serif;  
}
.already-customer p {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  max-width: 600px;
  margin: 20px auto 40px;
  text-align: center;
}
/* END Already a Customer Section */


/* Future is Blooming Section */
.future-is-blooming {
  background-color: #fff;
  background: radial-gradient(60% 40% at center bottom, #0071f28c 0%, #0071f200 55%);
  padding: 50px 0 180px;
  margin: 50px auto 0;
  text-align: center;
}
.future-is-blooming a.btn{
  padding:20px 60px;
  border-radius: 80px;
  color: #fff;
}
.future-is-blooming h2 {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 45px;
  line-height: 1.2;
  color: #00144A;
  margin-bottom: 20px;
  text-align: center;
}
.future-is-blooming h2 strong {
  font-weight: 700;
  color: #37B971;
  font-family: "EuclidSquare Semi-Bold", sans-serif;  
}
.future-is-blooming p {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:20px;
  font-weight: 300;
  line-height: 1.5;
  color: #00144A;
  max-width: 800px;
  margin: 20px auto 40px;
  text-align: center;
}
.future-is-blooming .text-muted{
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:14px;
  font-weight: 300;
  line-height: 1.5;
  color: #00144A80;
  margin-top: 20px;
  font-style: italic;
  margin:40px auto 0;
}
/* END Future is Blooming Section */

/* Winston Evolving With You */
.winston-evolving-with-you {
  background: url(../img/2026/Spring-campaign-assets/Winston-Evolving-bg.jpg) no-repeat center center/cover;
  padding: 50px 25px 75px;
  text-align: center;
  color: #ffffff;
}
.winston-evolving-with-you p {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:18px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  max-width: 600px;
  margin: 20px auto 40px;
}
.winston-evolving-with-you h2 {
  color: #ffffff;
  text-align: center;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.winston-evolving-with-you h3 {
  color: #ffffff;
  text-align: center;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1199px) {
  .masthead--product--feature .masthead-inner .masthead-title {
    font-size: 72px;
  }

  .page-template-product-pages
    .masthead--product--feature
    .masthead-inner
    .masthead-title--sub {
    font-size: 21px;
    padding-bottom: 30px;
  }

  .padding-80 {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .background-circle {
    display: none;
  }

  .breadcrumbs-container nav {
    flex-wrap: wrap;
    row-gap: 2px;
    line-height: 1.35;
  }

  .masthead--product--feature {
    padding-top: 35px;
  }

  .masthead--product--feature .bubble-title {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 18px;
  }

  .masthead--product--feature .masthead-inner .masthead-title {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 18px;
  }

  .page-template-product-pages
    .masthead--product--feature
    .masthead-inner
    .masthead-title--sub {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 24px;
  }

  .masthead--product--feature .masthead-inner .mktgButton,
  .masthead--product--feature a.reverse-btn {
    width: 100%;
    max-width: 420px;
    margin: 8px auto;
    display: block;
    text-align: center;
  }

  .masthead--product--feature .masthead-inner .mktgButton {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.35;
  }

  h2,
  .preview-highlights h2,
  .already-customer h2 {
    font-size: 32px;
  }

  .future-is-blooming h2 {
    font-size: 36px;
  }

  .winston-evolving-with-you h2 {
    font-size: 34px;
  }

  .winston-evolving-with-you h3 {
    font-size: 44px;
  }

  .preview-highlights .highlight-card {
    padding: 34px 28px;
  }

  .preview-highlights .highlight-card h3 {
    font-size: 24px;
  }

  .future-is-blooming {
    padding: 40px 0 120px;
  }

  .future-is-blooming p {
    font-size: 18px;
  }

  .padding-80 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 20px !important;
  }

  .masthead--product--feature {
    padding-top: 25px;
  }

  .masthead--product--feature .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .masthead--product--feature .bubble-title {
    margin-bottom: 14px;
  }

  .masthead--product--feature .masthead-inner .masthead-title {
    font-size: 42px;
    line-height: 1.05;
  }

  .page-template-product-pages
    .masthead--product--feature
    .masthead-inner
    .masthead-title--sub {
    font-size: 17px;
    padding-bottom: 18px;
  }

  .masthead--product--feature .masthead-inner .mktgButton,
  .masthead--product--feature a.reverse-btn,
  .future-is-blooming a.btn {
    width: 100%;
    max-width: none;
  }

  .masthead--product--feature .masthead-inner .mktgButton,
  .masthead--product--feature a.reverse-btn {
    font-size: 16px;
    padding: 11px 16px;
    margin: 7px 0;
  }

  h2,
  .preview-highlights h2,
  .already-customer h2,
  .future-is-blooming h2,
  .winston-evolving-with-you h2 {
    font-size: 28px;
  }

  h3,
  .preview-highlights .highlight-card h3 {
    font-size: 22px;
  }

  p,
  .preview-highlights .highlight-card p,
  .already-customer p,
  .future-is-blooming p,
  .winston-evolving-with-you p {
    font-size: 16px;
  }

  .col-md-6 h2 {
    max-width: 100%;
    margin: 20px 0 !important;
  }

  .preview-highlights {
    padding: 40px 0;
  }

  .preview-highlights h2 {
    margin-bottom: 24px;
  }

  .preview-highlights .highlight-card {
    border-radius: 16px;
    padding: 24px 18px;
    margin: 16px auto;
  }

  .preview-highlights .highlight-card a.btn-secondary {
    padding: 0 42px 14px 0;
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .preview-highlights .highlight-card a.btn-secondary::before {
  }

  .preview-highlights .highlight-card a.btn-secondary::after {
    width: calc(100% - 37px);
    bottom: 4px;
  }

  .already-customer {
    border-radius: 16px;
    margin: 30px;
    width:fit-content;
    padding: 34px 16px;
  }

  .already-customer p {
    margin: 14px auto 24px;
  }

  .future-is-blooming {
    margin-top: 0;
    padding: 0 16px 135px;
    background: radial-gradient(80% 40% at center bottom, #0071f266 0%, #0071f200 65%);
  }

  .future-is-blooming a.btn {
    padding: 14px 20px;
  }

  .future-is-blooming .text-muted {
    margin-top: 24px;
  }

  .winston-evolving-with-you {
    padding: 34px 16px 50px;
    background-position: 72% center;
  }

  .winston-evolving-with-you h3 {
    font-size: 36px;
  }

  .padding-80 {
    padding: 20px 0;
  }
}

@media (max-width: 479px) {
  .masthead--product--feature .masthead-inner .masthead-title {
    font-size: 34px;
  }

  .page-template-product-pages
    .masthead--product--feature
    .masthead-inner
    .masthead-title--sub {
    font-size: 15px;
  }

  .breadcrumbs-container {
    font-size: 14px;
  }

  h2,
  .preview-highlights h2,
  .already-customer h2,
  .future-is-blooming h2,
  .winston-evolving-with-you h2 {
    font-size: 24px;
  }

  .winston-evolving-with-you h3 {
    font-size: 30px;
  }

  .preview-highlights .highlight-card a.btn-secondary {
    padding-right: 64px;
    font-size: 34px;
  }

  .preview-highlights .highlight-card a.btn-secondary::before {
    width: 44px;
    height: 44px;
  }

  .preview-highlights .highlight-card a.btn-secondary::after {
    width: calc(100% - 58px);
    height: 4px;
  }
}
/* End Winston Evolving With You */

.video-placeholder {
  background-color: transparent;
  aspect-ratio: 16/9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 756px) {
  .video-placeholder{
    aspect-ratio: unset;
  }
}

/* Mobile (default) */
.order-1 { order: 1; }
.order-2 { order: 2; }

/* MD and up */
@media (min-width: 768px) {
  .order-md-1 { order: 1; }
  .order-md-2 { order: 2; }
}

@media screen and (max-width: 756px) {
  .integration-innovation {
    margin: 60px auto 0;
  }
}