@charset "UTF-8";
.content-list-nav {
  padding-top: 4rem;
}

#homepage-search {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0rem;
}
#homepage-search video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 514px) {
  #homepage-search video {
    height: 210px;
  }
}
@media (min-width: 515px) and (max-width: 800px) {
  #homepage-search video {
    height: 180px;
  }
}
@media (min-width: 801px) {
  #homepage-search video {
    height: 210px;
  }
}
#homepage-search .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 514px) {
  #homepage-search .overlay {
    height: 210px;
  }
}
@media (min-width: 515px) and (max-width: 800px) {
  #homepage-search .overlay {
    height: 180px;
  }
}
@media (min-width: 801px) {
  #homepage-search .overlay {
    height: 210px;
  }
}
#homepage-search .container {
  z-index: 1;
}
#homepage-search h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #homepage-search h1 {
    font-size: 32px;
  }
}
#homepage-search form {
  max-width: 800px;
  border-radius: 4px;
  background: white;
  display: flex;
  flex-direction: row;
  margin-top: 21px;
  margin-bottom: 0px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #homepage-search form {
    max-width: 75%;
  }
}
#homepage-search form input {
  border: none;
  margin-bottom: 0;
  height: 55px;
  font-size: 24px;
}
#homepage-search form input::placeholder {
  color: #888888;
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  #homepage-search form input::placeholder {
    font-size: 18px;
  }
}
#homepage-search form button {
  background: #1C98ED;
  height: 38px;
  width: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  padding: 0;
  display: flex;
  margin: 8px 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #homepage-search form button {
    width: 34px;
    height: 34px;
  }
}
#homepage-search form button img {
  max-width: 20px;
}

#pinned-shows .container .swiper .swiper-slide {
  position: relative;
}
#pinned-shows .container .swiper .swiper-slide:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  height: 120px;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide:before {
    bottom: -10px;
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -75px;
  margin-bottom: 21px;
  padding: 0 41px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide .info-section {
    padding: 0 10px;
    margin-top: -40px;
    margin-bottom: 0;
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section h2 {
  display: inline-block;
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
  padding-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 301px);
  font-style: italic;
  padding-left: 2px;
  padding-right: 2px;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide .info-section h2 {
    font-size: 18px;
    max-width: calc(100% - 178px);
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section .btn-section {
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide .info-section .btn-section {
    max-width: 177px;
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show {
  float: none;
  max-width: 107px;
  line-height: 1.9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show {
    max-width: 70px;
    font-size: 14px;
    line-height: 1.4;
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
#pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show:last-of-type {
  max-width: 193px;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show:last-of-type {
    max-width: 107px;
  }
}
#pinned-shows .container .swiper .swiper-slide .info-section .btn-section .btn-show:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
#pinned-shows .container .swiper .swiper-button-prev, #pinned-shows .container .swiper .swiper-button-next {
  color: #a8a7a7;
  top: calc(var(--swiper-navigation-top-offset, 50%) - 17px);
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-button-prev, #pinned-shows .container .swiper .swiper-button-next {
    top: calc(var(--swiper-navigation-top-offset, 50%) - 15px);
  }
}
#pinned-shows .container .swiper .swiper-button-prev:after, #pinned-shows .container .swiper .swiper-button-next:after {
  font-size: 25px;
}
#pinned-shows .container .swiper .swiper-button-prev.swiper-button-disabled, #pinned-shows .container .swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
#pinned-shows .container .swiper .swiper-pagination {
  position: relative;
  padding-top: 10px;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 943px) {
  #pinned-shows .container .swiper .swiper-pagination {
    top: -40px;
  }
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .swiper .swiper-pagination {
    margin-bottom: 10px;
    top: 5px;
  }
}
#pinned-shows .container .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #CCCCCC;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 1;
}
#pinned-shows .container .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #51b3f9;
}
#pinned-shows .container .swiper .swiper-pagination .swiper-pagination-bullet:hover {
  background: #444;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .content-card {
    margin-bottom: 0.5rem;
  }
}
#pinned-shows .container .col-sm-3 .content-card-content .btn-show {
  line-height: 1.5;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #pinned-shows .container .col-sm-3 .content-card-content .btn-show {
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
#pinned-shows .container .col-sm-3 .content-card-content .btn-show svg {
  width: 1em;
  height: 1em;
}

#featured-broadway-shows .content-card-content a.btn {
  line-height: 1.5;
  font-size: 17px;
  padding: 6px 12px;
}
@media screen and (max-width: 800px) {
  #featured-broadway-shows .content-card-content a.btn {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
#featured-broadway-shows .content-card-content a.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
}
#featured-broadway-shows .content-card-content a.btn-primary svg {
  width: 1em;
  height: 1em;
}

#news-from-broadway .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#news-from-broadway .row .col-xs-6 {
  display: flex;
  flex-direction: column;
}
#news-from-broadway .row .col-xs-6 .content-card {
  height: 100%;
  background: white;
}
#news-from-broadway .col-sm-12 .content-card {
  margin-bottom: 3rem;
}
#news-from-broadway .col-sm-12 .content-card.content-card-featured h3 {
  font-size: 24px !important;
}
#news-from-broadway .col-sm-12 .content-card.content-card-featured.content-card-xs-fill {
  margin-left: 0;
  margin-right: 0;
}
#news-from-broadway .col-sm-12 .content-card .content-card-image {
  flex: 1;
}
#news-from-broadway .col-sm-12 .content-card .content-card-content {
  flex: 1;
}
#news-from-broadway .col-sm-12 .content-card .content-card-content h3 {
  font-size: 17px;
}
#news-from-broadway .col-sm-12 .content-card .content-card-content p {
  font-size: 17px;
}
#news-from-broadway .content-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#news-from-broadway .col-xs-6 h4, #news-from-broadway .col-xs-6 p {
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  #news-from-broadway .col-xs-6 h4, #news-from-broadway .col-xs-6 p {
    font-size: 12px;
  }
}

#browse-by-category .btn-primary {
  display: block;
  margin: 0 auto;
}
#browse-by-category .row div {
  opacity: 0;
  margin: 1rem 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s ease-out, max-height 0.5s ease-in-out;
}
#browse-by-category .row div.visible {
  opacity: 1;
  max-height: 350px;
}
#browse-by-category .row div img {
  width: 100%;
}
#browse-by-category .row div a {
  display: block;
}
#browse-by-category .row div a button {
  max-width: 100%;
  color: white;
  background-color: #1C98ED;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 0;
}

@media (max-width: 767px) {
  #homepage-search:has(> .container .homepage-search-results .homepage-search-results-container .homepage-search-results-result) {
    background-color: #000;
  }
}
.homepage-search-results-container.container {
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 500px) {
  .homepage-search-results-container.container {
    width: 80%;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .homepage-search-results-container.container {
    width: 78%;
  }
}
@media (min-width: 801px) {
  .homepage-search-results-container.container {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .homepage-search-results-container.container {
    background-color: #000;
  }
}
.homepage-search-results-container.container .populated {
  padding-top: 21px;
}

.homepage-search-results-container.container.populated {
  padding-top: 21px;
}

#homepage-search {
  position: absolute;
  z-index: 500;
  margin-top: -176px;
  max-height: 310px;
}
@media (max-width: 399px) {
  #homepage-search {
    max-height: 370px;
  }
}
@media (min-width: 400px) and (max-width: 439px) {
  #homepage-search {
    max-height: 390px;
  }
}
@media (min-width: 440px) and (max-width: 502px) {
  #homepage-search {
    max-height: 400px;
  }
}
@media (min-width: 503px) and (max-width: 600px) {
  #homepage-search {
    max-height: 350px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  #homepage-search {
    max-height: 390px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #homepage-search {
    max-height: 270px;
  }
}

#pinned-shows {
  margin-top: 176px;
}
@media (max-width: 514px) {
  #pinned-shows {
    padding-top: 70px;
  }
}
@media (min-width: 515px) and (max-width: 800px) {
  #pinned-shows {
    padding-top: 60px;
  }
}
@media (min-width: 801px) {
  #pinned-shows {
    padding-top: 80px;
  }
}

@media (max-width: 502px) {
  #homepage-search .overlay.populated, #homepage-search video.populated {
    height: 175px;
  }
}
@media (min-width: 503px) and (max-width: 767px) {
  #homepage-search .overlay.populated, #homepage-search video.populated {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #homepage-search .overlay.populated, #homepage-search video.populated {
    height: 160px;
  }
}

.homepage-search-results-result .btn-primary {
  margin-bottom: 2rem;
}

@media (max-width: 800px) {
  span.icon.icon-bd-arrow.icon-style-medium {
    margin-left: 5px;
  }
}
span.icon.icon-bd-arrow.icon-style-medium {
  margin-left: 10px;
}

.page-template.page-template-page-group-sales .entry-title {
  font-size: 40px;
  padding-bottom: 0;
}
.page-template.page-template-page-group-sales .entry-title:after {
  content: none;
}
.page-template.page-template-page-group-sales .group-page .container {
  max-width: 1345px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .group-page .container {
    gap: 60px;
    align-items: center;
  }
}
.page-template.page-template-page-group-sales .group-page .container:before {
  content: none;
}
.page-template.page-template-page-group-sales .groups-section-boxed {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section-boxed {
    margin-top: 60px;
  }
}
.page-template.page-template-page-group-sales .groups-section__intro {
  flex: 1 0 100%;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section__intro {
    flex: 1 0 calc(50% - 30px);
  }
}
.page-template.page-template-page-group-sales .groups-section--full-width {
  flex: 0 0 100%;
}
.page-template.page-template-page-group-sales .groups-section--half-width {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section--half-width {
    flex: 1 0 calc(50% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section--align-top {
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section--align-center {
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .groups-section--align-bottom {
    align-self: flex-end;
    margin-bottom: 12px;
  }
}
.page-template.page-template-page-group-sales .btn {
  max-width: unset;
  font-size: 18px;
}
.page-template.page-template-page-group-sales .colour-block {
  margin-top: 24px;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #12306C 0%, #07001E 100%);
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .colour-block {
    padding: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-template.page-template-page-group-sales .colour-block.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  padding: 24px 0;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .colour-block.alignfull {
    padding: 48px 0;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-template.page-template-page-group-sales .colour-block.is-style-grey {
  background: rgba(0, 0, 0, 0.05);
}
.page-template.page-template-page-group-sales .colour-block .container {
  gap: 30px;
}
.page-template.page-template-page-group-sales .colour-block .container h2 {
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-template.page-template-page-group-sales .colour-block .container h2 {
    font-size: 24px;
  }
}
.page-template.page-template-page-group-sales .process-cards {
  display: flex;
  flex-direction: column;
  gap: 42px;
  counter-reset: process-card;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .process-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards {
    gap: 100px;
  }
}
.page-template.page-template-page-group-sales .process-cards__item {
  counter-increment: process-card;
  background-color: #0051C3;
  padding: 124px 24px;
  color: #ffffff;
  padding-bottom: 77px;
  position: relative;
  flex: 1 1 100%;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards__item {
    flex: 1 1 calc(33% - 100px);
  }
}
@media screen and (max-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards__item {
    font-size: 14px;
  }
}
.page-template.page-template-page-group-sales .process-cards__item-counter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: clip;
}
.page-template.page-template-page-group-sales .process-cards__item-counter:before {
  content: counter(process-card, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 800;
  letter-spacing: -11px;
  font-size: 150px;
  transform: translateY(-30%) translateX(-25%);
}
.page-template.page-template-page-group-sales .process-cards__item svg {
  color: #FF5B2C;
  max-width: 38px;
  max-height: 38px;
}
.page-template.page-template-page-group-sales .process-cards__item a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  z-index: 10;
}
.page-template.page-template-page-group-sales .process-cards__item:nth-child(odd):after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22104%22%20height%3D%22142%22%20viewBox%3D%220%200%20104%20142%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M27.2146%20114.27C27.2146%20112.639%2025.9064%20111.305%2024.2721%20111.279C22.6194%20111.254%2021.2599%20112.569%2021.2342%20114.222L20.9301%20133.457L4.27861%20125.516C2.78717%20124.805%201.00256%20125.439%200.291647%20126.927C-0.419263%20128.418%200.214684%20130.203%201.70247%20130.914L22.5571%20140.859C23.4769%20141.299%2024.5542%20141.237%2025.4191%20140.701C26.2839%20140.166%2026.8189%20139.225%2026.8336%20138.206L27.211%20114.317C27.211%20114.317%2027.211%20114.284%2027.211%20114.27L27.2146%20114.27Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M100.798%203.19527C100.798%201.74779%2099.7422%200.472557%2098.2654%200.245359C97.6204%200.146418%2096.9645%200.0657936%2096.3159%200.0108262C94.6705%20-0.128424%2093.223%201.09185%2093.0801%202.73721C92.9372%204.3789%2094.1575%205.83004%2095.8028%205.97295C96.3159%206.01693%2096.8362%206.07923%2097.3456%206.15985C98.9763%206.4127%20100.504%205.29869%20100.761%203.66433C100.787%203.50676%20100.798%203.35284%20100.798%203.19893L100.798%203.19527Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M103.498%2041.5185C103.498%2040.1004%20102.487%2038.8398%20101.039%2038.5796C99.4161%2038.2864%2097.8587%2039.3638%2097.5655%2040.9908C97.4116%2041.8373%2097.1294%2042.6508%2096.7263%2043.4167C95.9568%2044.8752%2096.5138%2046.6854%2097.9759%2047.4586C99.4381%2048.2282%20101.245%2047.6712%20102.018%2046.2091C102.707%2044.9008%20103.19%2043.5047%20103.454%2042.0572C103.487%2041.8776%20103.502%2041.6981%20103.502%2041.5222L103.498%2041.5185ZM101.336%2031.4778C101.336%2030.9721%20101.208%2030.4591%20100.937%2029.9864C100.332%2028.9347%2099.6176%2027.872%2098.8151%2026.8312L98.7345%2026.7286C97.7121%2025.4314%2095.8286%2025.2152%2094.535%2026.2376C93.2378%2027.2637%2093.0215%2029.1435%2094.0439%2030.4371L94.0733%2030.4737C94.7145%2031.3056%2095.2789%2032.1447%2095.7516%2032.9693C96.5761%2034.3984%2098.4047%2034.8931%2099.8338%2034.0686C100.794%2033.5153%20101.333%2032.5075%20101.333%2031.4741L101.336%2031.4778ZM94.425%2051.2917C94.425%2050.9656%2094.3701%2050.6358%2094.2602%2050.3096C93.7178%2048.7485%2092.0138%2047.924%2090.4527%2048.4664C89.5513%2048.7779%2088.6058%2049.0051%2087.6421%2049.1333C86.004%2049.3532%2084.8571%2050.852%2085.0733%2052.4937C85.2931%2054.1317%2086.7956%2055.2787%2088.4336%2055.0624C89.7968%2054.8792%2091.1343%2054.5604%2092.4169%2054.117C93.6518%2053.6883%2094.425%2052.5303%2094.425%2051.2917ZM90.3428%2023.6468C90.3428%2022.2946%2089.4193%2021.067%2088.0451%2020.7409C86.8725%2020.4624%2085.6156%2020.2315%2084.3111%2020.0593C82.673%2019.8394%2081.1706%2020.9901%2080.9507%2022.6281C80.7345%2024.2661%2081.8815%2025.7685%2083.5195%2025.9884C84.6262%2026.135%2085.6816%2026.3292%2086.66%2026.5601C88.2651%2026.9412%2089.8774%2025.9518%2090.2622%2024.3431C90.3172%2024.1085%2090.3428%2023.8777%2090.3428%2023.6468ZM88.6901%204.16639C88.6901%203.86957%2088.6461%203.56908%2088.5509%203.26859C88.0562%201.69286%2086.3778%200.817038%2084.8021%201.31174C83.5818%201.69651%2082.3689%202.15824%2081.1999%202.68959C79.6975%203.37119%2079.0305%205.1448%2079.7121%206.64724C80.3937%208.14968%2082.1673%208.81661%2083.6698%208.13502C84.6189%207.70261%2085.6046%207.32883%2086.594%207.01735C87.8729%206.61426%2088.6901%205.43797%2088.6901%204.16639ZM80.8261%2050.4305C80.8261%2049.3275%2080.2141%2048.2685%2079.1624%2047.7481C78.3013%2047.3231%2077.4731%2046.8027%2076.6999%2046.2091C75.3917%2045.2013%2073.5155%2045.4468%2072.5078%2046.7551C71.5%2048.0633%2071.7455%2049.9395%2073.0538%2050.9472C74.1348%2051.7791%2075.3001%2052.5083%2076.513%2053.1056C77.9935%2053.8385%2079.7854%2053.2302%2080.5183%2051.7534C80.7309%2051.3283%2080.8298%2050.874%2080.8298%2050.4305L80.8261%2050.4305ZM76.8392%2011.3451C76.8392%2010.5792%2076.546%209.81702%2075.967%209.23436C74.8017%208.06539%2072.9072%208.06541%2071.7382%209.23072C70.8257%2010.1432%2069.9646%2011.1143%2069.1767%2012.1256C68.1616%2013.4265%2068.3925%2015.3064%2069.6971%2016.3215C70.998%2017.3366%2072.8778%2017.1057%2073.8929%2015.8011C74.5269%2014.9876%2075.2231%2014.1998%2075.9633%2013.4632C76.5497%2012.8805%2076.8428%2012.1147%2076.8428%2011.3451L76.8392%2011.3451ZM76.4287%2022.7747C76.4287%2022.7087%2076.4287%2022.6391%2076.4214%2022.5731C76.3115%2020.9241%2074.886%2019.6782%2073.237%2019.7881C72.0497%2019.8687%2070.8294%2019.9823%2069.6055%2020.1252C69.1034%2020.1839%2068.649%2020.3634%2068.2606%2020.6309C68.0664%2020.5283%2067.8538%2020.4477%2067.634%2020.3891C66.0363%2019.9713%2064.4019%2020.9278%2063.9842%2022.5255C63.6544%2023.7897%2063.4125%2025.0906%2063.2696%2026.3842C63.09%2028.0222%2064.27%2029.5026%2065.9117%2029.6859C67.5534%2029.8691%2069.0302%2028.6855%2069.2134%2027.0438C69.25%2026.703%2069.2976%2026.3622%2069.3526%2026.025C69.6568%2026.0873%2069.9756%2026.102%2070.3017%2026.0654C71.4267%2025.9335%2072.5517%2025.8308%2073.6401%2025.7575C75.2195%2025.6513%2076.4287%2024.3357%2076.4287%2022.7783L76.4287%2022.7747ZM71.566%2040.3276C71.566%2039.9135%2071.478%2039.4884%2071.2948%2039.089C70.8551%2038.1215%2070.474%2037.1394%2070.1661%2036.1683C69.6678%2034.5926%2067.9858%2033.7241%2066.41%2034.2225C64.8343%2034.7209%2063.9658%2036.4029%2064.4642%2037.9786C64.8453%2039.1806%2065.3144%2040.3898%2065.853%2041.5735C66.5383%2043.0759%2068.3119%2043.7392%2069.8143%2043.0503C70.9137%2042.5482%2071.5623%2041.4635%2071.5623%2040.3276L71.566%2040.3276ZM62.6246%2024.999C62.6246%2024.7571%2062.5953%2024.5153%2062.533%2024.2734C62.1336%2022.6721%2060.5102%2021.6973%2058.9088%2022.0967C57.7508%2022.3862%2056.5746%2022.705%2055.4166%2023.0422C53.8299%2023.5039%2052.921%2025.1639%2053.3828%2026.7506C53.8445%2028.3374%2055.5045%2029.2461%2057.0912%2028.7844C58.1723%2028.4693%2059.2716%2028.1724%2060.3563%2027.9013C61.7158%2027.5605%2062.6209%2026.3439%2062.6209%2025.0027L62.6246%2024.999ZM49.3628%2029.4294C49.3628%2029.0409%2049.2859%2028.6452%2049.1246%2028.2677C48.4834%2026.747%2046.7281%2026.0361%2045.2073%2026.6773C44.097%2027.1464%2042.9866%2027.6411%2041.9056%2028.1505C40.4105%2028.854%2039.7692%2030.635%2040.4728%2032.1301C41.1764%2033.6252%2042.9573%2034.2665%2044.4524%2033.5629C45.4638%2033.0865%2046.5009%2032.6248%2047.5379%2032.1851C48.6776%2031.7013%2049.3628%2030.5947%2049.3628%2029.4294ZM36.9732%2035.8862C36.9732%2035.3402%2036.8229%2034.7868%2036.5115%2034.2921C35.6283%2032.896%2033.7815%2032.4819%2032.3853%2033.365C31.3592%2034.0136%2030.3442%2034.6879%2029.3621%2035.3732C28.0062%2036.3186%2027.6764%2038.1802%2028.6182%2039.536C29.5636%2040.8919%2031.4252%2041.2254%2032.781%2040.2799C33.6898%2039.646%2034.6316%2039.023%2035.5807%2038.422C36.4822%2037.854%2036.9732%2036.8829%2036.9732%2035.8935L36.9732%2035.8862ZM25.9138%2044.4098C25.9138%2043.6732%2025.6463%2042.9403%2025.1003%2042.3613C23.968%2041.1594%2022.0771%2041.1008%2020.8714%2042.2331C19.9846%2043.0686%2019.1125%2043.9334%2018.277%2044.8055C17.1374%2046.0002%2017.1813%2047.8911%2018.3759%2049.0344C19.5705%2050.174%2021.4614%2050.1301%2022.6047%2048.9354C23.3633%2048.1402%2024.1585%2047.3524%2024.972%2046.5865C25.5986%2045.9965%2025.9138%2045.205%2025.9138%2044.4098ZM18.3393%20124.816C18.3393%20124.362%2018.233%20123.896%2018.0131%20123.464C17.4964%20122.445%2016.9907%20121.415%2016.507%20120.4C15.7998%20118.909%2014.0152%20118.271%2012.5237%20118.978C11.0323%20119.686%2010.3947%20121.47%2011.1019%20122.962C11.6076%20124.024%2012.139%20125.105%2012.6813%20126.176C13.4289%20127.649%2015.2281%20128.235%2016.7013%20127.487C17.7383%20126.96%2018.3356%20125.908%2018.3356%20124.82L18.3393%20124.816ZM16.8771%2055.0368C16.8771%2054.0694%2016.4081%2053.1203%2015.5433%2052.5449C14.1691%2051.6288%2012.3112%2052.0026%2011.3951%2053.3768C10.7135%2054.3992%2010.0575%2055.4509%209.44922%2056.5026C8.62105%2057.9318%209.10841%2059.7603%2010.5376%2060.5885C11.9667%2061.4167%2013.7953%2060.9293%2014.6235%2059.5002C15.1695%2058.5584%2015.7558%2057.6129%2016.3678%2056.6931C16.7086%2056.1838%2016.8698%2055.6085%2016.8698%2055.0368L16.8771%2055.0368ZM12.7436%20112.012C12.7436%20111.671%2012.685%20111.327%2012.564%20110.99C12.1756%20109.927%2011.8055%20108.85%2011.4647%20107.787C10.9553%20106.215%209.26965%20105.354%207.70125%20105.863C6.12919%20106.373%205.26803%20108.058%205.7774%20109.627C6.14384%20110.759%206.53597%20111.906%206.95006%20113.035C7.51439%20114.585%209.22936%20115.387%2010.7831%20114.823C11.996%20114.38%2012.7509%20113.233%2012.7509%20112.012L12.7436%20112.012ZM10.6842%2067.5144C10.6842%2066.2721%209.90361%2065.1105%208.66502%2064.6854C7.10394%2064.1504%205.40362%2064.9822%204.86494%2066.5433C4.46918%2067.7013%204.10275%2068.8886%203.78394%2070.0685C3.35153%2071.6626%204.2933%2073.3043%205.88735%2073.7367C7.4814%2074.1691%209.1231%2073.2273%209.55551%2071.6333C9.84134%2070.5779%2010.1675%2069.5189%2010.5229%2068.4818C10.6329%2068.1593%2010.6842%2067.8332%2010.6842%2067.5107L10.6842%2067.5144ZM8.98382%2098.5599C8.98382%2098.373%208.96554%2098.1861%208.92889%2097.9956C8.71635%2096.8889%208.53312%2095.7786%208.37555%2094.6865C8.14102%2093.0522%206.6276%2091.9162%204.99324%2092.1507C3.35887%2092.3853%202.22287%2093.8987%202.45739%2095.5331C2.62596%2096.7167%202.82751%2097.9223%203.05837%2099.1206C3.36986%20100.744%204.93457%20101.807%206.55793%20101.495C7.99075%20101.22%208.98749%2099.9671%208.98749%2098.5599L8.98382%2098.5599ZM7.89548%2081.1609C7.89548%2079.6145%206.70084%2078.3026%205.13244%2078.1817C3.48709%2078.0571%202.04699%2079.2884%201.92239%2080.9337C1.83078%2082.1394%201.77212%2083.3743%201.75013%2084.6019C1.72448%2086.2399%203.03637%2087.6141%204.68905%2087.6434C6.34174%2087.6727%207.70128%2086.3572%207.7306%2084.7045C7.74892%2083.5941%207.80019%2082.4801%207.88448%2081.3918C7.89181%2081.3148%207.89181%2081.2379%207.89181%2081.1609L7.89548%2081.1609Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M24.4077%20135.564C24.4077%20135.029%2024.2647%20134.483%2023.9605%20133.996C23.6564%20133.501%2023.3559%20133.01%2023.0591%20132.522C22.2053%20131.108%2020.3694%20130.653%2018.9549%20131.507C17.5404%20132.361%2017.086%20134.197%2017.9398%20135.612C18.2476%20136.121%2018.5554%20136.63%2018.8742%20137.14C19.7427%20138.543%2021.586%20138.979%2022.9895%20138.111C23.9056%20137.546%2024.4077%20136.568%2024.4077%20135.564Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: 12px;
  right: 24px;
  transform: translateY(75%);
  width: 140px;
  height: 105px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards__item:nth-child(odd):after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22142%22%20height%3D%22104%22%20viewBox%3D%220%200%20142%20104%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M114.269%2076.2874C112.639%2076.2874%20111.305%2077.5956%20111.279%2079.2299C111.254%2080.8826%20112.569%2082.2422%20114.222%2082.2678L133.457%2082.5719L125.516%2099.2234C124.805%20100.715%20125.439%20102.499%20126.927%20103.21C128.418%20103.921%20130.203%20103.287%20130.913%20101.8L140.859%2080.9449C141.299%2080.0251%20141.236%2078.9478%20140.701%2078.0829C140.166%2077.2181%20139.225%2076.6831%20138.206%2076.6685L114.317%2076.2911C114.317%2076.2911%20114.284%2076.2911%20114.269%2076.2911V76.2874Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M3.19527%202.70444C1.74779%202.70444%200.472557%203.75983%200.245359%205.23662C0.146417%205.88157%200.0657934%206.53749%200.0108261%207.1861C-0.128424%208.83146%201.09185%2010.279%202.73721%2010.4219C4.3789%2010.5648%205.83004%209.3445%205.97295%207.69914C6.01693%207.18611%206.07923%206.66577%206.15985%206.1564C6.4127%204.52571%205.29869%202.99759%203.66433%202.74108C3.50676%202.71543%203.35284%202.70444%203.19893%202.70444H3.19527Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M41.5188%200.00373077C40.1006%200.00373077%2038.84%201.01511%2038.5798%202.46259C38.2867%204.08595%2039.364%205.64336%2040.9911%205.93652C41.8376%206.09042%2042.6511%206.3726%2043.417%206.7757C44.8754%207.54523%2046.6857%206.98822%2047.4589%205.52609C48.2284%204.06396%2047.6714%202.2574%2046.2093%201.4842C44.9011%200.795273%2043.5049%200.311546%2042.0574%200.047699C41.8779%200.0147171%2041.6983%206.10352e-05%2041.5224%206.10352e-05L41.5188%200.00373077ZM31.478%202.16579C30.9723%202.16579%2030.4593%202.29403%2029.9866%202.5652C28.9349%203.16985%2027.8722%203.88443%2026.8315%204.68696L26.7289%204.76756C25.4317%205.78996%2025.2154%207.67348%2026.2378%208.96705C27.2639%2010.2643%2029.1438%2010.4805%2030.4373%209.45812L30.474%209.42878C31.3058%208.7875%2032.145%208.22318%2032.9695%207.75046C34.3986%206.92595%2034.8934%205.09737%2034.0688%203.66821C33.5155%202.70812%2032.5078%202.16946%2031.4744%202.16946L31.478%202.16579ZM51.2919%209.077C50.9658%209.077%2050.636%209.13195%2050.3099%209.24189C48.7488%209.78423%2047.9243%2011.4882%2048.4666%2013.0493C48.7781%2013.9508%2049.0053%2014.8962%2049.1335%2015.86C49.3534%2017.498%2050.8522%2018.645%2052.4939%2018.4288C54.1319%2018.2089%2055.2789%2016.7065%2055.0627%2015.0684C54.8795%2013.7052%2054.5607%2012.3677%2054.1173%2011.0851C53.6885%209.8502%2052.5305%209.077%2051.2919%209.077ZM23.647%2013.1592C22.2948%2013.1592%2021.0672%2014.0827%2020.7411%2015.4569C20.4626%2016.6295%2020.2317%2017.8864%2020.0595%2019.191C19.8396%2020.829%2020.9903%2022.3315%2022.6283%2022.5513C24.2664%2022.7675%2025.7688%2021.6206%2025.9887%2019.9825C26.1352%2018.8758%2026.3295%2017.8204%2026.5603%2016.842C26.9414%2015.237%2025.952%2013.6246%2024.3433%2013.2399C24.1088%2013.1849%2023.8779%2013.1592%2023.647%2013.1592ZM4.16663%2014.8119C3.86981%2014.8119%203.56932%2014.8559%203.26883%2014.9512C1.6931%2015.4459%200.817278%2017.1242%201.31198%2018.7C1.69676%2019.9202%202.15848%2021.1332%202.68984%2022.3021C3.37143%2023.8046%205.14504%2024.4715%206.64748%2023.7899C8.14992%2023.1083%208.81685%2021.3347%208.13526%2019.8323C7.70285%2018.8832%207.32908%2017.8974%207.01759%2016.908C6.6145%2015.6291%205.43821%2014.8119%204.16663%2014.8119ZM50.4308%2022.6759C49.3278%2022.6759%2048.2687%2023.2879%2047.7484%2024.3396C47.3233%2025.2008%2046.8029%2026.0289%2046.2093%2026.8021C45.2016%2028.1104%2045.4471%2029.9865%2046.7553%2030.9943C48.0635%2032.002%2049.9397%2031.7565%2050.9475%2030.4483C51.7793%2029.3673%2052.5085%2028.202%2053.1059%2026.989C53.8388%2025.5086%2053.2305%2023.7166%2051.7537%2022.9837C51.3286%2022.7712%2050.8742%2022.6722%2050.4308%2022.6722V22.6759ZM11.3454%2026.6629C10.5795%2026.6629%209.81726%2026.956%209.2346%2027.535C8.06563%2028.7003%208.06565%2030.5949%209.23096%2031.7639C10.1434%2032.6763%2011.1145%2033.5375%2012.1259%2034.3253C13.4268%2035.3404%2015.3067%2035.1095%2016.3217%2033.805C17.3368%2032.5041%2017.1059%2030.6242%2015.8014%2029.6091C14.9879%2028.9752%2014.2%2028.2789%2013.4634%2027.5387C12.8808%2026.9524%2012.1149%2026.6592%2011.3454%2026.6592V26.6629ZM22.7749%2027.0733C22.7089%2027.0733%2022.6393%2027.0733%2022.5733%2027.0806C20.9243%2027.1906%2019.6784%2028.616%2019.7883%2030.2651C19.869%2031.4523%2019.9826%2032.6726%2020.1255%2033.8966C20.1841%2034.3986%2020.3637%2034.853%2020.6312%2035.2415C20.5286%2035.4357%2020.4479%2035.6482%2020.3893%2035.8681C19.9716%2037.4658%2020.928%2039.1001%2022.5257%2039.5179C23.79%2039.8477%2025.0909%2040.0896%2026.3844%2040.2325C28.0225%2040.412%2029.5029%2039.2321%2029.6861%2037.5904C29.8693%2035.9487%2028.6857%2034.4719%2027.044%2034.2887C26.7032%2034.252%2026.3624%2034.2044%2026.0253%2034.1494C26.0876%2033.8453%2026.1023%2033.5265%2026.0656%2033.2003C25.9337%2032.0753%2025.8311%2030.9503%2025.7578%2029.862C25.6515%2028.2826%2024.336%2027.0733%2022.7786%2027.0733H22.7749ZM40.3278%2031.9361C39.9137%2031.9361%2039.4886%2032.024%2039.0892%2032.2073C38.1218%2032.647%2037.1397%2033.0281%2036.1686%2033.3359C34.5929%2033.8343%2033.7244%2035.5163%2034.2227%2037.092C34.7211%2038.6677%2036.4031%2039.5362%2037.9788%2039.0379C39.1808%2038.6568%2040.3901%2038.1877%2041.5737%2037.649C43.0761%2036.9637%2043.7394%2035.1902%2043.0505%2033.6877C42.5485%2032.5884%2041.4638%2031.9398%2040.3278%2031.9398V31.9361ZM24.9992%2040.8774C24.7574%2040.8774%2024.5155%2040.9068%2024.2737%2040.9691C22.6723%2041.3685%2021.6975%2042.9919%2022.097%2044.5932C22.3865%2045.7512%2022.7053%2046.9275%2023.0424%2048.0855C23.5041%2049.6722%2025.1642%2050.581%2026.7509%2050.1193C28.3376%2049.6575%2029.2464%2047.9975%2028.7847%2046.4108C28.4695%2045.3298%2028.1727%2044.2304%2027.9015%2043.1457C27.5607%2041.7862%2026.3441%2040.8811%2025.0029%2040.8811L24.9992%2040.8774ZM29.4296%2054.1392C29.0412%2054.1392%2028.6454%2054.2162%2028.268%2054.3774C26.7472%2055.0187%2026.0363%2056.774%2026.6776%2058.2947C27.1466%2059.4051%2027.6413%2060.5154%2028.1507%2061.5964C28.8543%2063.0915%2030.6352%2063.7328%2032.1303%2063.0293C33.6255%2062.3257%2034.2667%2060.5447%2033.5631%2059.0496C33.0868%2058.0382%2032.625%2057.0012%2032.1853%2055.9641C31.7016%2054.8245%2030.5949%2054.1392%2029.4296%2054.1392ZM35.8864%2066.5289C35.3404%2066.5289%2034.7871%2066.6791%2034.2924%2066.9906C32.8962%2067.8737%2032.4821%2069.7206%2033.3653%2071.1168C34.0139%2072.1428%2034.6881%2073.1579%2035.3734%2074.14C36.3188%2075.4958%2038.1804%2075.8256%2039.5363%2074.8839C40.8921%2073.9384%2041.2256%2072.0769%2040.2802%2070.721C39.6462%2069.8122%2039.0232%2068.8704%2038.4223%2067.9213C37.8543%2067.0199%2036.8832%2066.5289%2035.8938%2066.5289H35.8864ZM44.41%2077.5883C43.6735%2077.5883%2042.9406%2077.8558%2042.3616%2078.4018C41.1596%2079.5341%2041.101%2081.425%2042.2333%2082.6306C43.0688%2083.5174%2043.9336%2084.3895%2044.8058%2085.225C46.0004%2086.3647%2047.8913%2086.3208%2049.0346%2085.1261C50.1743%2083.9315%2050.1303%2082.0406%2048.9357%2080.8973C48.1405%2080.1387%2047.3526%2079.3436%2046.5867%2078.5301C45.9968%2077.9034%2045.2052%2077.5883%2044.41%2077.5883ZM124.816%2085.1628C124.362%2085.1628%20123.896%2085.269%20123.464%2085.4889C122.445%2086.0056%20121.416%2086.5113%20120.401%2086.995C118.909%2087.7023%20118.271%2089.4869%20118.979%2090.9783C119.686%2092.4698%20121.471%2093.1074%20122.962%2092.4001C124.025%2091.8944%20125.106%2091.3631%20126.176%2090.8207C127.649%2090.0732%20128.235%2088.2739%20127.488%2086.8008C126.96%2085.7637%20125.908%2085.1664%20124.82%2085.1664L124.816%2085.1628ZM55.0371%2086.6249C54.0696%2086.6249%2053.1205%2087.094%2052.5452%2087.9588C51.6291%2089.333%2052.0028%2091.1908%2053.377%2092.107C54.3994%2092.7885%2055.4511%2093.4445%2056.5028%2094.0528C57.932%2094.881%2059.7606%2094.3936%2060.5887%2092.9645C61.4169%2091.5353%2060.9295%2089.7067%2059.5004%2088.8786C58.5586%2088.3326%2057.6132%2087.7462%2056.6934%2087.1343C56.184%2086.7935%2055.6087%2086.6322%2055.0371%2086.6322V86.6249ZM112.012%2090.7584C111.672%2090.7584%20111.327%2090.8171%20110.99%2090.938C109.927%2091.3264%20108.85%2091.6966%20107.787%2092.0374C106.215%2092.5467%20105.354%2094.2324%20105.863%2095.8008C106.373%2097.3729%20108.059%2098.234%20109.627%2097.7246C110.759%2097.3582%20111.906%2096.9661%20113.035%2096.552C114.585%2095.9876%20115.388%2094.2727%20114.823%2092.7189C114.38%2091.506%20113.233%2090.7511%20112.012%2090.7511V90.7584ZM67.5146%2092.8179C66.2724%2092.8179%2065.1107%2093.5984%2064.6856%2094.837C64.1506%2096.3981%2064.9825%2098.0984%2066.5435%2098.6371C67.7015%2099.0329%2068.8888%2099.3993%2070.0688%2099.7181C71.6628%20100.151%2073.3045%2099.2087%2073.7369%2097.6147C74.1693%2096.0206%2073.2276%2094.3789%2071.6335%2093.9465C70.5781%2093.6607%2069.5191%2093.3346%2068.4821%2092.9791C68.1596%2092.8692%2067.8334%2092.8179%2067.511%2092.8179H67.5146ZM98.5602%2094.5182C98.3733%2094.5182%2098.1864%2094.5365%2097.9958%2094.5731C96.8892%2094.7857%2095.7788%2094.9689%2094.6868%2095.1265C93.0524%2095.361%2091.9165%2096.8744%2092.151%2098.5088C92.3855%20100.143%2093.8989%20101.279%2095.5333%20101.045C96.7169%20100.876%2097.9225%20100.675%2099.1208%20100.444C100.744%20100.132%20101.807%2098.5675%20101.495%2096.9441C101.221%2095.5113%2099.9673%2094.5145%2098.5602%2094.5145V94.5182ZM81.1612%2095.6066C79.6148%2095.6066%2078.3029%2096.8012%2078.1819%2098.3696C78.0574%20100.015%2079.2886%20101.455%2080.934%20101.58C82.1396%20101.671%2083.3745%20101.73%2084.6021%20101.752C86.2402%20101.778%2087.6143%20100.466%2087.6437%2098.813C87.673%2097.1603%2086.3574%2095.8008%2084.7047%2095.7714C83.5944%2095.7531%2082.4804%2095.7018%2081.392%2095.6176C81.3151%2095.6102%2081.2381%2095.6102%2081.1612%2095.6102V95.6066Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M135.564%2079.0944C135.029%2079.0944%20134.483%2079.2373%20133.995%2079.5415C133.501%2079.8456%20133.01%2080.1461%20132.522%2080.4429C131.108%2081.2967%20130.653%2083.1326%20131.507%2084.5471C132.361%2085.9616%20134.197%2086.416%20135.611%2085.5622C136.121%2085.2544%20136.63%2084.9466%20137.139%2084.6278C138.543%2083.7593%20138.979%2081.916%20138.11%2080.5125C137.546%2079.5964%20136.568%2079.0944%20135.564%2079.0944Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3C%2Fsvg%3E");
    bottom: 12px;
    right: 0;
    transform: translateX(75%);
  }
}
.page-template.page-template-page-group-sales .process-cards__item:nth-child(even):after {
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2284%22%20height%3D%22133%22%20viewBox%3D%220%200%2084%20133%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M61.7899%20126.431C61.7899%20127.929%2060.6649%20129.223%2059.1405%20129.399L36.1825%20132.023C35.1711%20132.14%2034.1707%20131.729%2033.5257%20130.941C32.8808%20130.154%2032.6829%20129.091%2032.9981%20128.124L40.4113%20105.411C40.9243%20103.843%2042.61%20102.985%2044.1821%20103.494C45.7505%20104.008%2046.6116%20105.697%2046.0986%20107.265L40.1292%20125.551L58.4589%20123.459C60.1006%20123.272%2061.581%20124.448%2061.7679%20126.09C61.7826%20126.203%2061.7863%20126.321%2061.7863%20126.434L61.7899%20126.431Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M52.9219%20118.405C52.9219%20119.409%2052.4162%20120.388%2051.5037%20120.952C50.987%20121.271%2050.4557%20121.59%2049.928%20121.897C48.4989%20122.726%2046.6703%20122.242%2045.8384%20120.816C45.0066%20119.387%2045.4939%20117.559%2046.9194%20116.727C47.4031%20116.445%2047.8832%20116.159%2048.3596%20115.866C49.7631%20114.997%2051.6063%20115.433%2052.4748%20116.84C52.7753%20117.331%2052.9219%20117.874%2052.9219%20118.409L52.9219%20118.405Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M83.7035%2071.6243C83.7035%2071.7195%2083.6999%2071.8148%2083.6889%2071.9138C83.568%2073.1744%2083.3994%2074.4533%2083.1905%2075.7138C82.9194%2077.3409%2081.3766%2078.4402%2079.7459%2078.169C78.1189%2077.8979%2077.0195%2076.3551%2077.2907%2074.7245C77.4776%2073.6031%2077.6278%2072.4634%2077.7341%2071.3458C77.8917%2069.7004%2079.3501%2068.4948%2080.9955%2068.6524C82.5419%2068.7989%2083.7035%2070.1035%2083.7035%2071.6243ZM83.5276%2060.7921C83.5276%2062.2725%2082.432%2063.5551%2080.9259%2063.753C79.2878%2063.9655%2077.7891%2062.8112%2077.5728%2061.1768C77.4263%2060.0591%2077.2357%2058.9378%2077.0049%2057.8385C76.6641%2056.2224%2077.6974%2054.6357%2079.3135%2054.2949C80.9295%2053.9541%2082.5163%2054.9875%2082.8571%2056.6035C83.1209%2057.8531%2083.3371%2059.132%2083.5057%2060.3999C83.524%2060.5319%2083.5313%2060.6601%2083.5313%2060.7921L83.5276%2060.7921ZM80.3762%2085.6812C80.3762%2086.033%2080.3139%2086.3922%2080.182%2086.7439C79.7349%2087.9166%2079.2439%2089.1002%2078.7235%2090.2582C78.0456%2091.7643%2076.2719%2092.4349%2074.7695%2091.7533C73.2634%2091.0754%2072.5965%2089.3018%2073.2744%2087.7993C73.7471%2086.7513%2074.1905%2085.6849%2074.5936%2084.6222C75.1799%2083.0795%2076.9059%2082.3026%2078.4523%2082.8889C79.647%2083.3433%2080.3799%2084.4793%2080.3799%2085.6849L80.3762%2085.6812ZM79.4784%2046.9439C79.4784%2048.0689%2078.8408%2049.1463%2077.7561%2049.6557C76.261%2050.3556%2074.48%2049.7106%2073.7801%2048.2155C73.3037%2047.2004%2072.7834%2046.1817%2072.2264%2045.1886C71.4202%2043.7485%2071.9332%2041.9273%2073.3734%2041.1174C74.8135%2040.3112%2076.6348%2040.8243%2077.4446%2042.2644C78.0712%2043.3821%2078.6612%2044.5327%2079.1962%2045.6761C79.3868%2046.0865%2079.4784%2046.5152%2079.4784%2046.9403L79.4784%2046.9439ZM73.6848%2098.4996C73.6848%2099.075%2073.5199%2099.6576%2073.1718%20100.171C72.4682%20101.208%2071.728%20102.245%2070.9694%20103.245C69.9727%20104.561%2068.0965%20104.821%2066.7809%20103.82C65.4654%20102.824%2065.2089%20100.948%2066.2056%2099.632C66.9019%2098.7158%2067.5798%2097.7667%2068.2211%2096.8176C69.1445%2095.4508%2071.0061%2095.0917%2072.373%2096.0151C73.2268%2096.5941%2073.6885%2097.5359%2073.6885%2098.496L73.6848%2098.4996ZM71.5888%2034.8585C71.5888%2035.7013%2071.237%2036.5368%2070.5481%2037.1268C69.2948%2038.2041%2067.4076%2038.0612%2066.3302%2036.808C65.5937%2035.9505%2064.8131%2035.0967%2064.0106%2034.2648C62.8599%2033.0775%2062.8929%2031.1866%2064.0766%2030.036C65.2639%2028.8853%2067.1547%2028.9184%2068.3053%2030.102C69.1885%2031.0144%2070.0497%2031.9599%2070.8669%2032.9053C71.3506%2033.4697%2071.5888%2034.1622%2071.5888%2034.8548L71.5888%2034.8585ZM64.3514%20109.544C64.3514%20110.332%2064.0436%20111.116%2063.4316%20111.703C62.5265%20112.571%2061.5847%20113.425%2060.6356%20114.246C59.386%20115.327%2057.4988%20115.188%2056.4178%20113.938C55.3404%20112.689%2055.476%20110.801%2056.7256%20109.72C57.5977%20108.969%2058.4589%20108.185%2059.2907%20107.386C60.4817%20106.243%2062.3762%20106.283%2063.5195%20107.474C64.0765%20108.053%2064.3514%20108.8%2064.3514%20109.544ZM61.0057%2025.023C61.0057%2025.6496%2060.8078%2026.2836%2060.4011%2026.8222C59.4043%2028.1415%2057.5318%2028.4017%2056.2125%2027.4049C55.3001%2026.716%2054.351%2026.0307%2053.3836%2025.3674C52.024%2024.433%2051.6796%2022.5715%2052.614%2021.2083C53.5485%2019.8487%2055.41%2019.5043%2056.7732%2020.4387C57.8103%2021.1533%2058.8363%2021.8899%2059.8184%2022.6338C60.5953%2023.2201%2061.0057%2024.1179%2061.0057%2025.023ZM48.7773%2017.2982C48.7773%2017.771%2048.6637%2018.251%2048.4292%2018.6981C47.656%2020.1566%2045.8457%2020.7136%2044.3873%2019.9404C43.3685%2019.398%2042.3132%2018.863%2041.2505%2018.3427C39.7663%2017.6171%2039.1507%2015.8288%2039.8763%2014.3447C40.6018%2012.8606%2042.3901%2012.2449%2043.8742%2012.9705C44.9956%2013.5165%2046.1096%2014.0845%2047.187%2014.6562C48.1983%2015.1948%2048.7773%2016.2282%2048.7773%2017.3019L48.7773%2017.2982ZM35.5925%2011.3288C35.5925%2011.6879%2035.5265%2012.0507%2035.3909%2012.4025C34.7973%2013.9452%2033.0677%2014.7111%2031.5249%2014.1175C30.4402%2013.6997%2029.3226%2013.2857%2028.2012%2012.8862C26.6475%2012.3329%2025.834%2010.6179%2026.391%209.06415C26.9443%207.51041%2028.6556%206.69691%2030.213%207.25391C31.382%207.67166%2032.5473%208.10407%2033.6796%208.54015C34.8669%208.99821%2035.5962%2010.1305%2035.5962%2011.3325L35.5925%2011.3288ZM21.8507%206.77017C21.8507%207.04134%2021.814%207.31618%2021.7371%207.58735C21.2863%209.17773%2019.6337%2010.0975%2018.0433%209.65046C16.9256%209.33164%2015.7676%209.01653%2014.606%208.71237C13.0083%208.29462%2012.0555%206.65656%2012.4732%205.06251C12.891%203.46479%2014.529%202.51205%2016.1231%202.92979C17.3213%203.24494%2018.516%203.57109%2019.6739%203.89722C20.9895%204.271%2021.8507%205.46928%2021.8507%206.77384L21.8507%206.77017Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M7.70577%203.3367C7.70577%203.53825%207.68379%203.73981%207.64348%203.94502C7.31001%205.56106%205.72694%206.60176%204.1109%206.26829C3.54657%206.15103%202.98224%206.03745%202.41058%205.92385C0.790873%205.60137%20-0.264494%204.02928%200.0579813%202.40957C0.380456%200.78987%201.95251%20-0.261809%203.57221%200.0570013C4.15853%200.174265%204.74119%200.291514%205.32018%200.408778C6.73467%200.701937%207.70577%201.94419%207.70577%203.33303L7.70577%203.3367Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3C%2Fsvg%3E");
  position: absolute;
  bottom: 0;
  right: 24px;
  transform: translateY(75%);
  width: 130px;
  height: 85px;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards__item:nth-child(even):after {
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22133%22%20height%3D%2284%22%20viewBox%3D%220%200%20133%2084%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M126.431%2021.9136C127.929%2021.9136%20129.223%2023.0386%20129.399%2024.563L132.023%2047.5211C132.14%2048.5325%20131.73%2049.5329%20130.942%2050.1778C130.154%2050.8228%20129.091%2051.0207%20128.124%2050.7055L105.411%2043.2923C103.843%2042.7792%20102.985%2041.0936%20103.495%2039.5215C104.008%2037.9531%20105.697%2037.092%20107.265%2037.605L125.551%2043.5744L123.459%2025.2447C123.272%2023.603%20124.448%2022.1225%20126.09%2021.9356C126.203%2021.921%20126.321%2021.9173%20126.434%2021.9173L126.431%2021.9136Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M118.405%2030.7817C119.409%2030.7817%20120.388%2031.2874%20120.952%2032.1998C121.271%2032.7165%20121.59%2033.2478%20121.898%2033.7755C122.726%2035.2047%20122.242%2037.0333%20120.817%2037.8651C119.387%2038.697%20117.559%2038.2096%20116.727%2036.7841C116.445%2036.3004%20116.159%2035.8203%20115.866%2035.3439C114.997%2033.9404%20115.433%2032.0972%20116.841%2031.2287C117.332%2030.9282%20117.874%2030.7817%20118.409%2030.7817H118.405Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M71.6243%200C71.7196%200%2071.8149%200.00363922%2071.9138%200.0146255C73.1744%200.135559%2074.4533%200.304115%2075.7139%200.512993C77.341%200.784164%2078.4403%202.32693%2078.1691%203.95768C77.8979%205.58466%2076.3552%206.68403%2074.7245%206.41286C73.6032%206.22597%2072.4635%206.07569%2071.3458%205.96942C69.7005%205.81185%2068.4949%204.35342%2068.6524%202.70806C68.799%201.16165%2070.1036%200%2071.6243%200ZM60.7921%200.175888C62.2726%200.175888%2063.5551%201.27156%2063.753%202.77766C63.9656%204.4157%2062.8112%205.91447%2061.1769%206.13068C60.0592%206.27726%2058.9379%206.46779%2057.8385%206.69865C56.2225%207.03945%2054.6358%206.00609%2054.295%204.39005C53.9542%202.77401%2054.9876%201.18727%2056.6036%200.846474C57.8532%200.582634%2059.1321%200.366417%2060.4%200.197853C60.5319%200.179535%2060.6602%200.172218%2060.7921%200.172218V0.175888ZM85.6813%203.32734C86.0331%203.32734%2086.3922%203.38965%2086.744%203.52157C87.9167%203.96864%2089.1003%204.45967%2090.2583%204.98003C91.7644%205.65796%2092.435%207.43158%2091.7534%208.93402C91.0755%2010.4401%2089.3018%2011.107%2087.7994%2010.4291C86.7513%209.9564%2085.685%209.51301%2084.6223%209.10991C83.0796%208.52359%2082.3027%206.79761%2082.889%205.2512C83.3434%204.05657%2084.4794%203.32367%2085.685%203.32367L85.6813%203.32734ZM46.944%204.22512C48.069%204.22512%2049.1464%204.86277%2049.6558%205.94746C50.3557%207.44257%2049.7107%209.2235%2048.2156%209.92342C47.2005%2010.3998%2046.1818%2010.9202%2045.1887%2011.4772C43.7486%2012.2833%2041.9273%2011.7703%2041.1175%2010.3302C40.3113%208.89003%2040.8243%207.06878%2042.2645%206.25893C43.3821%205.6323%2044.5328%205.04231%2045.6761%204.50729C46.0865%204.31674%2046.5153%204.22512%2046.9404%204.22512H46.944ZM98.4997%2010.0187C99.075%2010.0187%2099.6577%2010.1836%20100.171%2010.5317C101.208%2011.2353%20102.245%2011.9755%20103.245%2012.7341C104.561%2013.7308%20104.821%2015.607%20103.821%2016.9226C102.824%2018.2381%20100.948%2018.4947%2099.632%2017.4979C98.7159%2016.8017%2097.7668%2016.1237%2096.8177%2015.4825C95.4508%2014.559%2095.0917%2012.6974%2096.0152%2011.3306C96.5942%2010.4767%2097.536%2010.015%2098.4961%2010.015L98.4997%2010.0187ZM34.8586%2012.1148C35.7014%2012.1148%2036.5369%2012.4666%2037.1268%2013.1555C38.2042%2014.4087%2038.0613%2016.2959%2036.808%2017.3733C35.9505%2018.1099%2035.0967%2018.8904%2034.2649%2019.693C33.0776%2020.8436%2031.1867%2020.8106%2030.0361%2019.627C28.8854%2018.4397%2028.9184%2016.5488%2030.1021%2015.3982C31.0145%2014.515%2031.96%2013.6538%2032.9054%2012.8367C33.4697%2012.353%2034.1623%2012.1148%2034.8549%2012.1148H34.8586ZM109.544%2019.3521C110.332%2019.3521%20111.117%2019.66%20111.703%2020.2719C112.571%2021.1771%20113.425%2022.1188%20114.246%2023.0679C115.327%2024.3175%20115.188%2026.2047%20113.938%2027.2858C112.689%2028.3631%20110.801%2028.2275%20109.72%2026.978C108.969%2026.1058%20108.185%2025.2447%20107.386%2024.4128C106.243%2023.2219%20106.283%2021.3273%20107.474%2020.184C108.053%2019.627%20108.801%2019.3521%20109.544%2019.3521ZM25.0231%2022.6978C25.6497%2022.6978%2026.2836%2022.8957%2026.8223%2023.3025C28.1415%2024.2992%2028.4017%2026.1718%2027.405%2027.491C26.7161%2028.4035%2026.0308%2029.3525%2025.3675%2030.32C24.4331%2031.6795%2022.5715%2032.0239%2021.2083%2031.0895C19.8488%2030.1551%2019.5044%2028.2935%2020.4388%2026.9303C21.1534%2025.8933%2021.8899%2024.8672%2022.6338%2023.8851C23.2201%2023.1082%2024.118%2022.6978%2025.0231%2022.6978ZM17.2983%2034.9262C17.771%2034.9262%2018.2511%2035.0398%2018.6982%2035.2744C20.1566%2036.0476%2020.7136%2037.8578%2019.9404%2039.3163C19.3981%2040.335%2018.8631%2041.3904%2018.3427%2042.4531C17.6172%2043.9372%2015.8289%2044.5528%2014.3448%2043.8273C12.8606%2043.1017%2012.245%2041.3134%2012.9706%2039.8293C13.5166%2038.708%2014.0846%2037.5939%2014.6562%2036.5166C15.1949%2035.5052%2016.2283%2034.9262%2017.302%2034.9262H17.2983ZM11.3289%2048.111C11.688%2048.111%2012.0508%2048.177%2012.4026%2048.3126C13.9453%2048.9062%2014.7112%2050.6359%2014.1176%2052.1786C13.6998%2053.2633%2013.2857%2054.381%2012.8863%2055.5023C12.333%2057.0561%2010.618%2057.8696%209.06422%2057.3126C7.51048%2056.7592%206.69698%2055.0479%207.25399%2053.4905C7.67174%2052.3215%208.10415%2051.1562%208.54023%2050.0239C8.99828%2048.8366%2010.1306%2048.1074%2011.3326%2048.1074L11.3289%2048.111ZM6.77025%2061.8529C7.04142%2061.8529%207.31625%2061.8895%207.58743%2061.9665C9.17781%2062.4172%2010.0976%2064.0699%209.65054%2065.6603C9.33172%2066.7779%209.0166%2067.9359%208.71245%2069.0976C8.29469%2070.6953%206.65664%2071.648%205.06258%2071.2303C3.46487%2070.8125%202.51212%2069.1745%202.92987%2067.5805C3.24502%2066.3822%203.57117%2065.1876%203.8973%2064.0296C4.27108%2062.714%205.46936%2061.8529%206.77392%2061.8529H6.77025Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3Cpath%20d%3D%22M3.33678%2075.9978C3.53832%2075.9978%203.73988%2076.0198%203.94509%2076.0601C5.56113%2076.3936%206.60183%2077.9766%206.26837%2079.5927C6.1511%2080.157%206.03753%2080.7213%205.92393%2081.293C5.60145%2082.9127%204.02935%2083.9681%202.40965%2083.6456C0.789946%2083.3231%20-0.261733%2081.7511%200.0570774%2080.1313C0.174341%2079.545%200.29159%2078.9624%200.408854%2078.3834C0.702013%2076.9689%201.94427%2075.9978%203.33311%2075.9978H3.33678Z%22%20fill%3D%22%23FF5B2C%22%2F%3E%3C%2Fsvg%3E");
    bottom: unset;
    top: 12px;
    right: 0;
    transform: translateX(85%);
  }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .process-cards__item:nth-child(3n):after {
    bottom: -24px;
    right: 24px;
    transform: translateY(65%) rotate(100deg);
  }
}
.page-template.page-template-page-group-sales .process-cards__item:last-child:after {
  content: none;
}
.page-template.page-template-page-group-sales .testimonials-slider {
  position: relative;
  overflow: clip;
  border-radius: 8px;
  color: #fff;
}
.page-template.page-template-page-group-sales .testimonials-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-template.page-template-page-group-sales .testimonials-slider__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template.page-template-page-group-sales .testimonials-slider__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(18, 48, 108, 0.8) 0%, rgba(18, 48, 108, 0.8) 100%);
}
.page-template.page-template-page-group-sales .testimonials-slider blockquote {
  border: none;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  padding: 30px 20px;
  margin: 6px 12px;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  .page-template.page-template-page-group-sales .testimonials-slider blockquote {
    padding: 55px 37px;
    margin: 12px 24px;
    font-size: 20px;
  }
}
.page-template.page-template-page-group-sales .testimonials-slider blockquote cite {
  font-weight: 400;
  font-size: 9px;
  color: #E5E3DF;
  text-transform: unset;
}
@media screen and (min-width: 480px) {
  .page-template.page-template-page-group-sales .testimonials-slider blockquote cite {
    font-size: 17px;
  }
}
.page-template.page-template-page-group-sales .testimonials-slider .swiper-slide {
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.2s;
  display:flex;
  align-items:center;
}
.page-template.page-template-page-group-sales .testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.page-template.page-template-page-group-sales .testimonials-slider .swiper-pagination {
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 4px;
}
@media screen and (min-width: 480px) {
  .page-template.page-template-page-group-sales .testimonials-slider .swiper-pagination {
    gap: 8px;
  }
}
.page-template.page-template-page-group-sales .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  opacity: 1;
}
@media screen and (min-width: 480px) {
  .page-template.page-template-page-group-sales .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.page-template.page-template-page-group-sales .testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF5B2C;
}
.page-template.page-template-page-group-sales .image img {
  border-radius: 8px;
}
.page-template.page-template-page-group-sales .inline-group-sales-form_wrapper {
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 992px) {
  .page-template.page-template-page-group-sales .inline-group-sales-form_wrapper {
    padding: 48px 2rem;
  }
  .page-template.page-template-page-group-sales .inline-group-sales-form_wrapper .gform_heading, .page-template.page-template-page-group-sales .inline-group-sales-form_wrapper .inline-group-sales-form {
    padding: 0;
  }
}
.page-template.page-template-page-group-sales .inline-group-sales-form_wrapper .gform_heading, .page-template.page-template-page-group-sales .inline-group-sales-form_wrapper .inline-group-sales-form {
  max-width: 860px;
}
.page-template.page-template-page-group-sales .group-events__heading {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__heading {
    margin-bottom: 32px;
  }
}
.page-template.page-template-page-group-sales .group-events__grid {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__grid {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .page-template.page-template-page-group-sales .group-events__grid {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .page-template.page-template-page-group-sales .group-events__grid .swiper-wrapper {
    display: flex;
    gap: 16px;
  }
  .page-template.page-template-page-group-sales .group-events__grid .swiper-slide {
    flex: 0 0 auto;
    width: calc(80% - 8px);
    min-width: 0;
  }
  .page-template.page-template-page-group-sales .group-events__grid.swiper-initialized .swiper-wrapper {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__grid.swiper {
    overflow: visible;
  }
  .page-template.page-template-page-group-sales .group-events__grid .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    transform: none !important;
  }
  .page-template.page-template-page-group-sales .group-events__grid .swiper-slide {
    flex: 0 0 calc(50% - 24px);
  }
}
.page-template.page-template-page-group-sales .group-events-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events-pagination {
    display: none;
  }
}
.page-template.page-template-page-group-sales .group-events-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
.page-template.page-template-page-group-sales .group-events-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1C98ED;
}
@media screen and (max-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__item {
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    padding-bottom: 16px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    max-width: unset;
    margin-right: 0px;
  }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__item {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
    flex-direction: column;
  }
}
.page-template.page-template-page-group-sales .group-events__item-image {
  aspect-ratio: 44/25;
  overflow: clip;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  .page-template.page-template-page-group-sales .group-events__item-image {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.page-template.page-template-page-group-sales .group-events__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 991px) {
  .page-template.page-template-page-group-sales .group-events__item-content {
    display: none;
  }
}
.page-template.page-template-page-group-sales .group-events__item-title {
  font-style: italic;
  text-transform: uppercase;
  color: #353535;
}
.page-template.page-template-page-group-sales .group-events__item-title a {
  color: inherit;
  text-decoration: none;
}
.page-template.page-template-page-group-sales .group-events__item-title a:hover {
  color: #1C98ED;
}
.page-template.page-template-page-group-sales .group-events__item-title--mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .page-template.page-template-page-group-sales .group-events__item-title--mobile {
    display: block;
    padding: 12px 16px 0;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.page-template.page-template-page-group-sales .group-events__item-info {
  color: #767676;
  font-size: 14px;
}
.page-template.page-template-page-group-sales .group-events__item-info p {
  margin-bottom: 12px;
}
.page-template.page-template-page-group-sales .group-events__item-info p:last-child {
  margin-bottom: 24px;
}
.page-template.page-template-page-group-sales .group-events__item-button .btn {
  font-size: 14px;
  padding: 2px 12px;
  min-width: unset;
  width: max-content;
}
.page-template.page-template-page-group-sales .group-events__item-more-info {
  display: none;
}
@media screen and (max-width: 991px) {
  .page-template.page-template-page-group-sales .group-events__item-more-info {
    display: block;
    background-color: transparent;
    border: none;
    color: #1C98ED;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    padding: 8px 16px;
    margin-top: 8px;
    text-align: left;
    width: 100%;
  }
  .page-template.page-template-page-group-sales .group-events__item-more-info:hover {
    color: #0e4eb6;
  }
}
body.group-events-modal-open {
  overflow: hidden;
}
.page-template.page-template-page-group-sales .group-events__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.page-template.page-template-page-group-sales .group-events__modal.modal-open {
  display: flex;
  animation: groupEventModalFadeIn 0.2s ease;
}
@keyframes groupEventModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .group-events__modal {
    display: none !important;
  }
}
.page-template.page-template-page-group-sales .group-events__modal-inner {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 52px 24px 24px;
  max-width: 400px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.page-template.page-template-page-group-sales .group-events__modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  left:16px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #767676;
  line-height: 1;
}
.page-template.page-template-page-group-sales .group-events__modal-close:hover {
  color: #353535;
}
.page-template.page-template-page-group-sales .group-events__modal-close svg {
  display: block;
}
.page-template.page-template-page-group-sales .group-events__modal-title {
  font-style: italic;
  text-transform: uppercase;
  color: #353535;
  font-size: 20px;
  margin-bottom: 16px;
  padding-right: 24px;
}
.page-template.page-template-page-group-sales .group-events__modal-info {
  color: #767676;
  font-size: 14px;
  margin-bottom: 16px;
}
.page-template.page-template-page-group-sales .group-events__modal-info p {
  margin-bottom: 12px;
}
.page-template.page-template-page-group-sales .group-events__modal-info p:last-child {
  margin-bottom: 0;
}
.page-template.page-template-page-group-sales .group-events__modal-button {
  margin-top: 16px;
}
.page-template.page-template-page-group-sales .group-events__modal-button .btn {
  font-size: 14px;
  padding: 8px 16px;
  min-width: unset;
  width: 100%;
  text-align: center;
}
.page-template.page-template-page-group-sales .info-cards {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .info-cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .info-cards {
    gap: 100px;
  }
}
.page-template.page-template-page-group-sales .info-cards__item {
  flex: 1 1 100%;
  color: #313131;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .info-cards__item {
    flex: 1 1 calc(33% - 100px);
  }
}
.page-template.page-template-page-group-sales .info-cards__item img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .info-cards__item img {
    margin-bottom: 32px;
  }
}
.page-template.page-template-page-group-sales .info-cards__item-title {
  font-family: Archivo, Arial, Helvetica, sans-serif;
  color: #313131;
}
.page-template.page-template-page-group-sales .info-cards__item-content {
  font-size: 14px;
  margin-bottom: 12px;
}
.page-template.page-template-page-group-sales .info-cards__item-buttons {
  margin-top: auto;
}
.page-template.page-template-page-group-sales .groups-form {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.page-template.page-template-page-group-sales .groups-faqs__heading {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.page-template.page-template-page-group-sales .groups-faqs__heading:after {
  content: "";
  height: 4px;
  background-color: #0e4eb6;
  display: block;
  left: 0;
  position: absolute;
  top: 100%;
  width: 2.8rem;
}
.page-template.page-template-page-group-sales .groups-faqs__actions {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page-template.page-template-page-group-sales .groups-faqs__actions {
    margin-top: 32px;
  }
}
.page-template.page-template-page-group-sales .page-experience {
  background-color: rgba(28, 152, 237, 0.1);
  max-width: 850px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .page-experience {
    padding: 40px;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 12px;
  }
}
.page-template.page-template-page-group-sales .page-experience__text {
  flex: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .page-experience__text {
    flex: 0 1 auto;
    text-align: left;
  }
}
.page-template.page-template-page-group-sales .page-experience__button {
  background-color: transparent;
  width: max-content;
  padding: 0;
  line-height: 1;
}
.page-template.page-template-page-group-sales .posts__header {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .posts__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page-template.page-template-page-group-sales .posts__grid {
  display: flex;
  gap: 12px;
  margin: 24px 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .posts__grid {
    gap: 32px;
    margin: 32px 0;
  }
}
.page-template.page-template-page-group-sales .posts__item {
  display: flex;
  background-color: #EFEFEF;
  border-radius: 4px;
  align-items: stretch;
  overflow: clip;
  flex: 100%;
}
@media screen and (min-width: 992px) {
  .page-template.page-template-page-group-sales .posts__item {
    flex: 0 1 calc(50% - 16px);
  }
}
.page-template.page-template-page-group-sales .posts__item-image {
  max-width: 150px;
  flex: none;
  width: 100%;
  aspect-ratio: 16/9;
}
.page-template.page-template-page-group-sales .posts__item-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template.page-template-page-group-sales .posts__item-content {
  border-left: 3px solid #1C98ED;
  padding: 8px 12px;
  display: flex;
  align-items: center;
}
.page-template.page-template-page-group-sales .posts__item-title {
  margin-bottom: 0;
  font-size: 14px;
  color: #313131;
}
.page-template.page-template-page-group-sales .posts__item-large {
  background-color: rgba(28, 152, 237, 0.1);
  flex: 100%;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .posts__item-large {
    flex-direction: row;
    border-radius: 8px;
  }
}
.page-template.page-template-page-group-sales .posts__item-large .posts__item-content {
  flex-direction: column;
  flex: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .posts__item-large .posts__item-content {
    flex: 0 1 calc(50% + 16px);
    padding: 24px;
  }
}
.page-template.page-template-page-group-sales .posts__item-large .posts__item-image {
  flex: 100%;
  max-width: unset;
  aspect-ratio: 313/176;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .posts__item-large .posts__item-image {
    flex: 0 1 calc(50% - 16px);
  }
}
.page-template.page-template-page-group-sales .posts__item-large .posts__item-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.page-template.page-template-page-group-sales .posts__item-large .posts__item-categories {
  color: #1C98ED;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.26px;
  font-weight: 400;
  margin-bottom: 24px;
}
.page-template.page-template-page-group-sales .posts__item-large .posts__item-excerpt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.page-template.page-template-page-group-sales .h1 {
  font-family: Archivo, Arial, Helvetica, sans-serif;
  color: #313131;
}
.page-template.page-template-page-group-sales .wp-block-buttons {
  display: inline-flex;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .page-template.page-template-page-group-sales .wp-block-buttons {
    gap: 24px;
  }
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button__link {
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  min-width: unset;
  width: max-content;
  background-color: #107cc6;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.3s;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-grey .wp-block-button__link {
  background-color: #E6E6E6;
  border: 1px solid #D9D9D9;
  color: #313131;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-grey .wp-block-button__link:hover {
  background-color: #107cc6;
  color: #ffffff;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #ffffff;
  border: 1px solid #CCC;
  color: #353535;
  text-transform: none;
  font-size: 18px;
  padding: 6px 12px;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #1C98ED;
  border-color: #1C98ED;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-underline .wp-block-button__link {
  background-color: transparent;
  text-decoration: underline;
  display: inline-flex;
  color: #1C98ED;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  border: none;
  line-height: 1;
  gap: 4px;
  padding: 0;
}
.page-template.page-template-page-group-sales .wp-block-buttons .wp-block-button.is-style-underline .wp-block-button__link svg {
  max-width: 16px;
  max-height: 16px;
  flex: none;
}
@media screen and (max-width: 768px) {
  .page-template.page-template-page-group-sales .wp-block-buttons.content__buttons {
    width: 100%;
  }
  .page-template.page-template-page-group-sales .wp-block-buttons.content__buttons .wp-block-button {
    flex: 1;
  }
  .page-template.page-template-page-group-sales .wp-block-buttons.content__buttons .wp-block-button__link {
    width: 100%;
  }
}
.page-template.page-template-page-group-sales .site-collapsible-section {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
}
.page-template.page-template-page-group-sales .site-collapsible-section__header {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  max-width: none;
  text-align: left;
  border: 0;
  background: transparent;
  color: var(--global-primary-text-colour);
}
.page-template.page-template-page-group-sales .site-collapsible-section__header h4 {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  padding-right: 32px;
}
.page-template.page-template-page-group-sales .site-collapsible-section__header {
  cursor: pointer;
  position: relative;
}
.page-template.page-template-page-group-sales .site-collapsible-section__header:after {
  content: "❯";
  position: absolute;
  right: 8px;
  top: 16px;
  width: 16px;
  height: 16px;
  line-height: 2;
  font-size: 16px;
  text-align: center;
  transition: transform 0.3s;
  transform: rotate(90deg);
  color: var(--global-secondary-accent-colour);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template.page-template-page-group-sales .site-collapsible-section__header:first-child:last-child:after {
  content: none;
}
.page-template.page-template-page-group-sales .site-collapsible-section__header:first-child:last-child {
  cursor: default;
}
.page-template.page-template-page-group-sales .site-collapsible-section__open:after {
  transform: rotate(-90deg);
}
.page-template.page-template-page-group-sales .site-collapsible-section__content {
  height: calc(var(--section-height, 0) * 1px);
  transition: height 0.3s;
  overflow: hidden;
}
.page-template.page-template-page-group-sales .site-collapsible-section__content > *:first-child {
  padding-top: 8px;
}
.page-template.page-template-page-group-sales .site-collapsible-section__content > *:last-child {
  padding-bottom: 8px;
}
.page-template.page-template-page-group-sales .site-collapsible-section__content p:last-child {
  margin-bottom: 0;
}
