.code-capital {
  padding: 0 16px;
}

@media screen and (min-width: 992px) {
  .code-capital .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .code-capital .hide-on-mobile {
    display: none !important;
  }
}

.code-capital .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.code-capital .rounded-8 {
  border-radius: 8px !important;
}

.code-capital .flex-v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.code-capital .w-full {
  width: 100%;
}

.code-capital .uppercase {
  text-transform: uppercase;
}

.code-capital .m-0 {
  margin: 0 !important;
}

.code-capital .mt-0 {
  margin-top: 0 !important;
}

.code-capital .mt-4 {
  margin-top: 16px;
}

.code-capital .font-medium {
  font-weight: 500 !important;
}

.code-capital .font-semibold {
  font-weight: 600 !important;
}

.code-capital .pb-3 {
  padding-bottom: 12px;
}

.code-capital .mb-3 {
  margin-bottom: 12px;
}

.code-capital .pb-1 {
  padding-bottom: 4px;
}

.code-capital .pb-2 {
  padding-bottom: 8px;
}

.code-capital .mb-2 {
  margin-bottom: 8px;
}

.code-capital .mt-9 {
  margin-top: 36px;
}

.code-capital .text-white {
  color: white !important;
}

.code-capital .text-xl {
  font-size: 20px !important;
}

.code-capital .text-center {
  text-align: center;
}

.code-capital .max-w-1120px {
  max-width: 1120px;
}

.code-capital .flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.code-capital .my-120-auto {
  margin: 120px auto;
}

.code-capital .border-b-dashed {
  border-bottom: 2px dashed #B2BDA3;
}

.code-capital .text-xs {
  font-size: 12px !important;
}

@media (min-width: 768px) {
  .code-capital .text-md-center {
    text-align: center !important;
  }
}

.code-capital .text-primary {
  color: #FF5C29;
}

.code-capital .cm_btn {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

@media (max-width: 576px) {
  .code-capital .cm_btn {
    font-size: 12px;
    height: unset;
    padding: 8px;
  }
}

.code-capital .tabs-container {
  color: #002642;
}

.code-capital .tabs-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin-bottom: 20px;
}

.code-capital .tabs-container .tab-item {
  font-family: PP Mori;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #0026424d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
}

@media screen and (max-width: 767px) {
  .code-capital .tabs-container .tab-item {
    text-align: start;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-bottom: 20px;
  }
}

.code-capital .tabs-container .tab-item.active {
  color: #002642;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .code-capital .tabs-container .tab-item.active {
    font-size: 24px;
  }
}

.code-capital .tabs-container .tab-pane {
  display: none;
}

.code-capital .tabs-container .tab-pane.active {
  display: block;
}

.code-capital .tabs-container .tab-pane img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.code-capital .tabs-container .tab-pane .caption {
  font-family: PP Mori;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .code-capital .tabs-container .tab-pane .caption {
    text-align: start;
  }
}

.code-capital .tier-container {
  max-width: 825px;
}

.code-capital .tier-container .tier-title {
  font-family: PP Mori;
  font-size: 60px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #002642;
  margin-bottom: 8px;
}

.code-capital .tier-container .tier-subtitle {
  font-family: PP Mori;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #141515;
  text-align: center;
  margin: 0;
}

.code-capital .tier-container .pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .code-capital .tier-container .pricing-container {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .code-capital .tier-container .pricing-container .pricing-card-col {
    width: 50%;
  }
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card {
  background: #002642;
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card .btn--fire {
  background: var(--fire);
  border: none;
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card .pricing-card-title-container {
  color: #ff5c29;
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card .pricing-card-description {
  color: #fcfcfc;
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card .includes .list-group .list-item {
  color: white;
}

.code-capital .tier-container .pricing-container .pricing-card-col.selected .pricing-card .includes .white:hover {
  color: white;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card {
  padding: 20px !important;
  border-radius: 8px;
  border: 1px solid #002642;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .btn--fire {
  background: transparent;
  border: 1px solid #002642;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .pricing-card-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #002642;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .pricing-card-title-container .pricing-card-title {
  font-family: PP Mori;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .pricing-card-description {
  font-family: PP Mori;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #002642;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .includes {
  padding-top: 16px;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .includes .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.code-capital .tier-container .pricing-container .pricing-card-col .pricing-card .includes .list-group .list-item {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

.code-capital .tier-container .pricing-content {
  margin-top: 45px;
}

.code-capital .tier-container .pricing-content__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.code-capital .tier-container .pricing-content__new_col_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.code-capital .tier-container .pricing-content__new_col_1_title_container {
  margin-bottom: 16px;
}

.code-capital .tier-container .pricing-content__new_col_1_title_container_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
}

.code-capital .tier-container .pricing-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.code-capital .tier-container .pricing-content__content:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .code-capital .tier-container .pricing-content__content .flex-1 {
    font-size: 12px;
  }
}

.code-capital .tier-container .pricing-content .content-heading {
  font-family: PP Mori;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  border-bottom: 2px dashed #b2bda3;
  padding-bottom: 8px;
}

.code-capital .tier-container .pricing-content .content-description {
  font-family: PP Mori;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.code-capital .tier-container .pricing-content .content-description.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.code-capital .tier-container .pricing-content .content-description.desktop span {
  display: block;
  width: 50%;
}

.code-capital .tier-container .pricing-content .btn--fire {
  height: 44px;
}

.code-capital .tier-container .pricing-content .btn--fire.outlined {
  background: transparent;
  border: 1px solid #002642;
}

.code-capital .tier-container .desktop-content {
  margin-top: 40px;
}

.code-capital .tier-container .desktop-content .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.code-capital .tier-container .desktop-content .btn-container .btn {
  width: 50%;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.code-capital .add-on-title {
  margin-top: 80px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .code-capital .add-on-title {
    font-size: 40px;
    line-height: 130%;
  }
}

.code-capital .splide__slide {
  background: #dfe3d8;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 10px;
}

.code-capital .splide__slide:first-child {
  padding-top: 16px;
}

.code-capital .splide__slide.is-active {
  background: #ff5c29;
}

.code-capital .splide__slide.is-next {
  border: 1px solid #002642;
}

.code-capital .splide__slide .b-text-and-media-slideshow__title {
  font-family: 'PP Mori';
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -1%;
  color: #002642;
}

.code-capital .b-numbered-carousel .splide__arrows {
  padding: 0 var(--hpad) 40px var(--hpad);
  position: static !important;
}

.code-capital .portfolio-card {
  background: #DFE3D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  gap: 24px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .code-capital .portfolio-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.code-capital .portfolio-card .left {
  padding: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.code-capital .portfolio-card .left__title {
  color: var(--button-bg);
}

.code-capital .portfolio-card .left__title span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  padding-top: 4px;
}

.code-capital .portfolio-card .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (min-width: 768px) {
  .code-capital .portfolio-card .right {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .code-capital .portfolio-card .right {
    padding: 0 0 16px 16px;
  }
}

.code-capital .portfolio-card .right .overview-img {
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 4.76px;
}

.code-capital .c_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 848px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.code-capital .c_tabs_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  gap: 16px;
}

@media (min-width: 992px) {
  .code-capital .c_tabs_tabs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.code-capital .c_tabs_tabs_tab_item {
  background: #DFE3D8;
  -webkit-transition: background-color 300ms ease, border 300ms ease;
  transition: background-color 300ms ease, border 300ms ease;
  border: 1px solid transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PP Mori;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.25;
  padding: 16px 24px;
  cursor: pointer;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.code-capital .c_tabs_tabs_tab_item:hover {
  border: 1px solid #002642;
}

.code-capital .c_tabs_tabs_tab_item.active {
  border: 1px solid #FF5C29;
  background: #FF5C29;
}

.code-capital .c_tabs_tab_panel {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  height: 100%;
  overflow: hidden;
}

.code-capital .c_tabs_tab_pane {
  height: 100%;
  padding: 28px 40px;
  background: #DFE3D8;
  position: absolute;
  z-index: -2;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-height: 100%;
  overflow: auto;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.code-capital .c_tabs_tab_pane.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.code-capital .c_tabs_tab_pane_counter {
  font-family: PP Mori;
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
}

.code-capital .c_tabs_tab_pane_image {
  background: #002642;
  height: 515px;
  border-radius: 15.73px;
}

.code-capital .c_tabs_tab_pane_caption {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}

.section .custom_hero {
  min-height: 600px;
  position: relative;
}

.section .custom_hero .content {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media only screen and (min-width: 992px) {
  .section .custom_hero .content {
    padding-right: 2rem !important;
  }
}

.section .custom_hero .c-pill {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #002642;
  color: #002642;
  font-family: PP Mori;
  font-size: 10px;
}

.section .custom_hero h1 {
  color: #002642;
  font-weight: 500;
  font-family: PP Mori;
  font-size: calc(1.3rem + 2.5vw);
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}

@media only screen and (max-width: 768px) {
  .section .custom_hero h1 {
    font-size: calc(1.5rem + 2vw);
  }
}

.section .custom_hero h4 {
  color: #002642;
  font-family: PP Mori;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .section .custom_hero h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .section .custom_hero {
    min-height: auto;
    padding: 2rem 1.5rem;
  }
}

.section .custom_hero .image {
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
}

.section .custom_hero .image img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  min-height: 600px;
  max-height: 600px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .section .custom_hero .image img {
    min-height: auto;
    max-height: none;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 992px) {
  .section .custom_hero .image {
    position: unset !important;
    top: unset !important;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: unset !important;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 1199px) {
  .section .custom_hero .image {
    position: unset !important;
    top: unset !important;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    right: unset !important;
    text-align: center;
    margin-top: 2rem;
  }
}

.section .full_w_content {
  padding: 4rem 0;
}

@media only screen and (max-width: 768px) {
  .section .full_w_content {
    padding: 2rem 0;
  }
}

.section .full_w_content .c4-l {
  margin: 0 auto;
  -ms-grid-column-align: center;
      justify-self: center;
}

.section .full_w_content .c4-l h2 {
  padding: 0 2rem;
  color: #002642;
  font-weight: 500;
  font-family: PP Mori;
  font-size: calc(1rem + 2.5vw);
}

@media only screen and (max-width: 768px) {
  .section .full_w_content .c4-l h2 {
    padding: 0 1rem;
    font-size: calc(0.9rem + 2vw);
  }
}

.section .full_w_content .c4-l img {
  max-width: 100%;
}

.section.second-section {
  background-color: #F5F6F3;
  padding-top: 2.5rem;
  max-width: 1188px;
  margin: 0 auto;
}

.section.second-section .b-heading--horizontal.align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.section.second-section .b-heading--horizontal.case-block-style .ms-0 {
  margin-left: unset !important;
}

@media only screen and (min-width: 992px) {
  .section.second-section {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 768px) {
  .section.second-section {
    padding-top: 2rem;
  }
}

.section.second-section .mb-6 {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .section.second-section .mb-6 {
    margin-bottom: 3rem;
  }
}

.section.second-section .mb-6 .side-card {
  position: relative;
  border-radius: 8px;
}

.section.second-section .mb-6 .side-card .tile__tab {
  background: #dde1d5;
  padding: 1rem;
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  position: relative;
  width: 50%;
}

.section.second-section .mb-6 .side-card .tile__tab:after {
  content: "";
  background: #dde1d5;
  border-radius: 0 13px 0 0;
  -moz-border-radius: 0 13px 0 0;
  -webkit-border-radius: 0 13px 0 0;
  content: "";
  height: 70px;
  position: absolute;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  width: 30px;
  right: -21px;
  top: 0px;
}

.section.second-section .mb-6 .side-card .tile__text {
  padding: 1rem;
  background: #dde1d5;
  border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
}

.section.second-section .mb-6 .side-card .tile__text ul li {
  list-style: none;
  font-family: PP Mori;
  font-weight: 500;
  font-size: 18px;
  margin: 0 !important;
  padding-bottom: 0.8rem;
  color: #002642;
}

@media only screen and (min-width: 992px) {
  .section.second-section .mb-6 .side-card .tile__text ul li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section.second-section .mb-6 .side-card .tile__text ul li {
    font-size: 16px;
  }
}

.section.second-section .mb-6 .side-card .tile__text ul li:first-child {
  padding-bottom: 0.4rem;
  color: #949494;
  font-size: 14px;
}

.section.second-section .mb-6 .side-card .tile__text ul:first-child {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .section.second-section .mb-6 .side-card {
    -webkit-clip-path: none;
            clip-path: none;
    margin-bottom: 2rem;
  }
}

.section.second-section .mb-6 .side-card img {
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .section.second-section .mb-6 .side-card img {
    max-width: 200px;
  }
}

.section.second-section .mb-6 .content {
  margin-left: 3rem !important;
}

.section.second-section .mb-6 .content .single {
  margin-bottom: 1.5rem;
}

.section.second-section .mb-6 .content .single svg {
  margin-bottom: 0.2rem;
  width: 25px;
  height: 25px;
}

.section.second-section .mb-6 .content .single.m-0 {
  margin: 0 !important;
}

.section.second-section .mb-6 .content .single .small {
  padding-bottom: 0.5rem;
  color: #002642;
  font-size: 14px;
}

.section.second-section .mb-6 .content .single p {
  color: #002642;
  line-height: 1.3;
  word-spacing: 5px;
  font-size: 18px;
  margin: 0 !important;
}

@media only screen and (min-width: 992px) {
  .section.second-section .mb-6 .content .single p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section.second-section .mb-6 .content .single p {
    font-size: 16px;
  }
}

.section.second-section .mb-6 .content .single p.first {
  margin-bottom: 1.5rem !important;
}

.section.bg-light {
  background-color: #F5F6F3;
}

.section.repeat-section {
  padding: 2rem 0 0 0;
  max-width: 1188px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section {
    padding: 4rem 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section {
    padding: 1.5rem 0 0 0;
  }
}

.section.repeat-section .content .display-5 {
  color: #002642;
  font-weight: 400;
  font-family: "PP Mori";
  font-size: calc(1.3rem + 2.5vw);
  padding-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section .content .display-5 {
    padding-bottom: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section .content .display-5 {
    font-size: calc(1.1rem + 2vw);
    padding-bottom: 1.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}

.section.repeat-section .content img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section .content img {
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section .content img {
    margin-bottom: 1.5rem;
  }
}

.section.repeat-section-1 {
  padding: 2rem 0 0 0;
  max-width: 1188px;
  margin: 0 auto;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section-1 {
    padding: 4rem 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 {
    padding: 1.5rem 0 0 0;
  }
}

.section.repeat-section-1.last {
  padding-bottom: 4rem !important;
}

.section.repeat-section-1 .content .main-content {
  padding-bottom: 2rem;
}

.section.repeat-section-1 .content .main-content .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content .d-flex {
    grid-gap: 0.5rem;
  }
}

.section.repeat-section-1 .content .main-content h2 {
  color: #002642;
  font-weight: 700;
  font-family: "PP Mori";
  font-size: calc(1.1rem + 2vw);
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content h2 {
    font-size: 1.5rem;
  }
}

.section.repeat-section-1 .content .main-content p {
  color: #002642;
  line-height: 1.3;
  word-spacing: 5px;
  font-size: 18px;
  margin: 0 !important;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section-1 .content .main-content p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .section.repeat-section-1 .content .main-content {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content {
    padding-bottom: 1.5rem;
  }
}

.section.repeat-section-1 .content .main-content .small {
  padding-bottom: 0.4rem;
  color: #002642;
  font-size: 14px;
}

.section.repeat-section-1 .content .main-content p {
  color: #002642;
  line-height: 1.3;
  word-spacing: 5px;
  font-size: 18px;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section-1 .content .main-content p {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content p {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}

.section.repeat-section-1 .content .main-content ol {
  counter-reset: item;
  padding: 0;
  margin: 0;
}

.section.repeat-section-1 .content .main-content ol li {
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #002642;
  line-height: 1.3;
  word-spacing: 5px;
  font-size: 18px;
  grid-gap: 1rem;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .section.repeat-section-1 .content .main-content ol li {
    font-size: 20px;
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content ol li {
    font-size: 16px;
    grid-gap: 0.5rem;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
}

.section.repeat-section-1 .content .main-content ol li::before {
  content: counter(item);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3px;
  min-width: 24px;
  min-height: 24px;
  font-size: 16px;
  border-radius: 6px;
  color: #002642;
  background-color: #FF5C29;
}

@media only screen and (max-width: 768px) {
  .section.repeat-section-1 .content .main-content ol li::before {
    min-width: 20px;
    min-height: 20px;
    font-size: 14px;
  }
}

.section.repeat-section-1 .content .main-content ul {
  list-style: none;
}

.section.repeat-section-1 .content .main-content ul li {
  font-size: 20px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  counter-increment: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #002642;
  line-height: 1.3;
  word-spacing: 5px;
  grid-gap: 1rem;
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.section.repeat-section-1 .content .main-content ul li::before {
  content: url("./dist/assets/images/page-case/check-icon.svg") !important;
  width: unset !important;
  height: unset !important;
  display: unset !important;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important;
  padding-top: unset !important;
  min-width: unset !important;
  min-height: unset !important;
  font-size: unset !important;
  border-radius: unset !important;
  color: unset !important;
  background-color: unset !important;
}

.section.cta {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-image: url("./dist/assets/images/page-case/cta.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 768px) {
  .section.cta {
    min-height: 300px;
  }
}

.section.cta .display-5 {
  color: #002642;
  font-weight: 400;
  font-family: "PP Mori";
  font-size: calc(1.3rem + 2.5vw);
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .section.cta .display-5 {
    font-size: calc(1.1rem + 2vw);
  }
}

.section.cta .btn {
  padding: 9px 18px 7px 18px;
  border-radius: 8px;
  background-color: #FF5C29;
  color: #002642;
  font-size: 15px;
  font-weight: 700;
  font-family: PP Mori;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.section.cta .btn:hover {
  background-color: var(--button-hover);
}

@media only screen and (max-width: 768px) {
  .section.cta .btn {
    padding: 8px 16px 6px 16px;
    font-size: 14px;
  }
}

.section.testimonials[data-component="testimonials"] .testimonial {
  width: calc(100vw - 50px);
}

@media only screen and (min-width: 1240px) {
  .section.testimonials[data-component="testimonials"] .testimonial {
    padding: 0 130px !important;
    width: calc(100vw - 200px);
  }
}

.section.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 700px;
  background-image: url("./dist/assets/images/page-case/testimonial.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 !important;
}

.section.testimonials .bg-light {
  background-color: #F5F6F3;
  padding: unset !important;
  margin: 0 var(--hpad) !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media only screen and (max-width: 768px) {
  .section.testimonials .bg-light {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.section .testimonial__caption .company-img {
  max-width: 120px;
}

.section .splide__pagination {
  bottom: 4.5rem;
}

@media only screen and (max-width: 768px) {
  .section .splide__pagination {
    bottom: 4rem;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-page .section.testimonials {
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-page .section .testimonial__caption > div {
    border-top: 1px solid #002642 !important;
    border-left: unset !important;
    padding-top: 1rem !important;
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-page .section .splide__track {
    margin-right: unset !important;
    margin-left: unset !important;
  }
}

.testimonial__caption > div {
  border-top: unset !important;
}

.testimonial__caption .avatar-styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1rem;
}

.testimonial__caption .avatar-styles .img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.new-section .hero-content .small {
  padding-bottom: 0.5rem;
  color: #002642;
  font-size: 14px;
}

section.new-section .hero-content h1 {
  color: #002642;
  font-weight: 500;
  font-family: PP Mori;
  font-size: calc(1.3rem + 2.5vw);
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
}

section.new-section.b-action-cards .action-card--pattern {
  border-radius: 8px;
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #F5F6F3 !important;
}

section.new-section.b-action-cards .action-card--pattern .content h2 {
  font-size: calc(0.8rem + 2.5vw);
  font-family: PP Mori;
  font-weight: 500;
  color: #002642;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

section.new-section.b-action-cards .action-card--pattern .content .c-pill {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #002642;
  color: #002642;
  font-family: PP Mori;
  font-size: 10px;
}

section.new-section.b-action-cards .action-card--pattern .content p {
  font-size: 20px;
  font-family: PP Mori;
  color: #002642;
}

section.new-section .action-card--pattern {
  position: relative;
}

section.new-section .action-card--pattern .pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}

@media only screen and (max-width: 768px) {
  section.new-section .action-card--pattern .pattern {
    max-width: 200px;
  }
}

section.new-section .action-card--pattern button {
  background: #002642 !important;
}

section.new-section .action-card--image {
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #002642 !important;
}

section.new-section .action-card--image .avatar-styles {
  margin-bottom: unset !important;
  max-width: 100px !important;
}

section.new-section .action-card--image h3 {
  font-family: PP Mori;
  font-weight: 500;
}

section.cta.new {
  padding: 3rem 1rem;
  position: relative;
  background: url(dist/assets/images/page-case/pattern-1.png) no-repeat center center #F0F0F0 !important;
}

section.cta.new .image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}

section.cta.new .btn--contact {
  background-color: transparent !important;
  border: 1px solid #002642 !important;
  color: #002642 !important;
}

section.cta.new .btn--contact:hover {
  background-color: #002642 !important;
  color: #ffffff !important;
}

section.new-articles .new-article-card {
  padding: 1rem;
  border-radius: 8px;
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #F5F6F3 !important;
}

section.new-articles .new-article-card .c-pill {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #002642;
  color: #002642;
  font-family: PP Mori;
  font-size: 10px;
}

section.new-articles .new-article-card h4 {
  font-family: PP Mori;
  font-weight: 500;
  color: #002642;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: calc(1.5rem + 4px);
}

section.new-articles .new-article-card a {
  text-decoration: none;
}

section.new-articles .new-article-card a .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 1rem;
}

section.new-articles .new-article-card a .d-flex img {
  max-width: 100px;
}

section.new-articles .new-article-card a .btn--contact {
  background: #002642 !important;
  color: #ffffff !important;
}

section.new-articles .new-article-card a .btn--contact:hover {
  background: var(--button-hover) !important;
  color: #ffffff !important;
}

.page-case-portal.new-section {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .hero-content {
    text-align: center;
  }
}

.page-case-portal.new-section .hero-content .small {
  padding-bottom: 0.5rem;
  color: #002642;
  font-size: 14px;
}

.page-case-portal.new-section .hero-content h1 {
  color: #002642;
  font-weight: 500;
  font-family: PP Mori;
  font-size: calc(1.3rem + 2.5vw);
  margin-bottom: 1.5rem !important;
  margin-top: 1rem !important;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section .hero-content h1 {
    font-size: calc(1.1rem + 2vw);
    margin-bottom: 1rem !important;
    margin-top: 0.5rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section.b-action-cards {
    padding: 1rem;
  }
}

.page-case-portal.new-section.b-action-cards .action-card--pattern {
  border-radius: 8px;
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #F5F6F3 !important;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section.b-action-cards .action-card--pattern {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section.b-action-cards .action-card--pattern .content {
    text-align: center;
  }
}

.page-case-portal.new-section.b-action-cards .action-card--pattern .content h2 {
  font-size: calc(0.8rem + 2.5vw);
  font-family: PP Mori;
  font-weight: 500;
  color: #002642;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section.b-action-cards .action-card--pattern .content h2 {
    font-size: calc(0.9rem + 1.5vw);
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

.page-case-portal.new-section.b-action-cards .action-card--pattern .content .c-pill {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #002642;
  color: #002642;
  font-family: PP Mori;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section.b-action-cards .action-card--pattern .content .c-pill {
    padding: 8px 16px 6px 16px;
  }
}

.page-case-portal.new-section.b-action-cards .action-card--pattern .content p {
  font-size: 20px;
  font-family: PP Mori;
  color: #002642;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section.b-action-cards .action-card--pattern .content p {
    font-size: 16px;
  }
}

.page-case-portal.new-section .action-card--pattern {
  position: relative;
}

.page-case-portal.new-section .action-card--pattern .pattern {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  max-width: 300px;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card--pattern .pattern {
    max-width: 300px;
    display: none;
  }
}

.page-case-portal.new-section .action-card--pattern button {
  background: #002642 !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card--pattern button {
    margin-top: 1rem !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card {
    min-height: 270px !important;
    padding: 2rem;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card button {
    margin-top: 1rem !important;
    width: 100% !important;
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
}

.page-case-portal.new-section .action-card--image {
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #002642 !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card--image {
    text-align: center;
  }
  .page-case-portal.new-section .action-card--image .text-area {
    max-width: unset !important;
    width: 100% !important;
  }
}

.page-case-portal.new-section .action-card--image .avatar-styles {
  margin-bottom: unset !important;
  max-width: 100px !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-section .action-card--image .avatar-styles {
    max-width: 80px !important;
  }
}

.page-case-portal.new-section .action-card--image h3 {
  font-family: PP Mori;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section .action-card--image h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-section .action-card--image {
    margin-top: 1rem;
  }
}

.page-case-portal.cta.new {
  padding: 3rem 1rem;
  position: relative;
  background: url(dist/assets/images/page-case/pattern-1.png) no-repeat center center #F0F0F0 !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.cta.new {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.cta.new .image {
    padding-top: 1.5rem;
    text-align: center;
  }
}

.page-case-portal.cta.new .image img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.cta.new .image img {
    position: unset !important;
    top: unset !important;
    right: unset !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.cta.new .image img {
    display: none;
  }
}

.page-case-portal.cta.new .btn--contact {
  background-color: transparent !important;
  border: 1px solid #002642 !important;
  color: #002642 !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.cta.new .btn--contact {
    width: 100%;
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
  }
}

.page-case-portal.cta.new .btn--contact:hover {
  background-color: #002642 !important;
  color: #ffffff !important;
}

.page-case-portal.new-articles.mobile {
  display: none !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles.mobile {
    text-align: center !important;
    display: block !important;
    padding-right: unset !important;
    padding-left: unset !important;
  }
}

.page-case-portal.new-articles.desktop {
  display: block !important;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles.desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles .title {
    text-align: center;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles {
    padding: 1rem;
    padding-bottom: 4rem;
  }
}

.page-case-portal.new-articles .new-article-card {
  padding: 1rem;
  border-radius: 8px;
  background: url(dist/assets/images/action-cards-pattern.svg) no-repeat center center #F5F6F3 !important;
}

.page-case-portal.new-articles .new-article-card .c-pill {
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  line-height: 1;
  border: 1px solid #002642;
  color: #002642;
  font-family: PP Mori;
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-articles .new-article-card .c-pill {
    padding: 8px 16px 6px 16px;
  }
}

.page-case-portal.new-articles .new-article-card h4 {
  font-family: PP Mori;
  font-weight: 500;
  color: #002642;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: calc(1.5rem + 4px);
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-articles .new-article-card h4 {
    font-size: calc(1.2rem + 2px);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.page-case-portal.new-articles .new-article-card a {
  text-decoration: none;
}

.page-case-portal.new-articles .new-article-card a .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 1rem;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles .new-article-card a .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.page-case-portal.new-articles .new-article-card a .d-flex img {
  max-width: 100px;
}

@media only screen and (max-width: 992px) {
  .page-case-portal.new-articles .new-article-card a .d-flex img {
    max-width: 80px;
  }
}

.page-case-portal.new-articles .new-article-card a .btn--contact {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  background: #002642 !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-articles .new-article-card a .btn--contact {
    width: 100%;
  }
}

.page-case-portal.new-articles .new-article-card a .btn--contact:hover {
  background: var(--button-hover) !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
  .page-case-portal.new-articles .new-article-card {
    margin-bottom: 1rem;
  }
}

/* Mobile-specific adjustments for testimonials */
@media only screen and (max-width: 768px) {
  .testimonials .testimonial__content {
    padding: 1rem;
  }
  .testimonials .testimonial__quote {
    font-size: 18px !important;
  }
  .testimonials .testimonial__caption {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .testimonials .testimonial__caption .company-img {
    max-width: 120px;
    margin-bottom: 1rem;
  }
  .testimonials .testimonial__caption .avatar-styles .img {
    max-width: 60px;
  }
}

section .b-heading .buttons-wrapper {
  grid-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

section .b-heading .buttons-wrapper .btn-outline-new {
  -ms-flex-line-pack: center;
      align-content: center;
  --button-hover: var(--soft-abyss);
  background: transparent;
  border: 1px solid var(--button-text);
  -webkit-clip-path: none;
          clip-path: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  padding: 8px 20px 5px 20px;
  font-size: 16px;
  min-height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15px;
  border-radius: 8px;
  text-decoration: none;
}

section.section--dark .btn-outline-new:hover, section.section--dark.section--texture .btn-outline-new:hover {
  background: #aedafa !important;
  color: #012643 !important;
  border-color: #aedafa !important;
}

section.section--grey .btn-outline-new:hover, section.section--paper .btn-outline-new:hover, section.section--light.section--texture .btn-outline-new:hover {
  background: #012643 !important;
  color: #ffffff !important;
  border-color: #012643 !important;
}

.b-text-and-media-slideshow .splide__list {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.b-text-and-media-slideshow .splide__track {
  height: 100% !important;
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow .splide__track {
    height: auto !important;
  }
}

@media (min-width: 769px) {
  .b-text-and-media-slideshow__slides .b-text-and-media-slideshow__buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow__slides .b-text-and-media-slideshow__buttons {
    display: none !important;
  }
  .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding: 0 16px;
  }
  .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons .splide--prev,
  .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons .splide--next {
    width: 40px !important;
    height: 40px !important;
    background-size: 20px 20px !important;
    border: none;
    cursor: pointer;
    border-radius: 8px !important;
  }
}

.b-text-and-media-slideshow__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 16px;
}

.b-text-and-media-slideshow__buttons .splide--next {
  background: var(--fire);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  padding: 8px 16px;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23002642' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M7 7h10v10'/%3E%3C/g%3E%3C/svg%3E");
}

.b-text-and-media-slideshow__buttons .splide--prev {
  background: var(--fire);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 45px;
  padding: 8px 16px;
  width: 45px;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23002642' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 7L7 17M17 17H7V7'/%3E%3C/g%3E%3C/svg%3E");
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.stick-nav-wrapper {
  padding: 40px var(--hpad);
}

.stick-nav-wrapper .sticky-nav {
  border-radius: 8px;
}

.stick-nav-wrapper .sticky-nav ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stick-nav-wrapper .sticky-nav li {
  margin: 0;
  list-style: none;
}

.stick-nav-wrapper .sticky-nav li a {
  text-decoration: none;
  color: #002642;
  font-size: 16px;
  font-weight: 500;
  font-family: PP Mori;
  padding: 10px 20px 7px 20px;
  border-radius: 8px;
  border: 1px solid #002642;
  background: transparent;
}

.stick-nav-wrapper .sticky-nav li a:hover {
  background: #002642;
  color: #fff;
}

.stick-nav-wrapper {
  position: relative;
  top: 0;
}

/* Sticky Navigation Wrapper - positioning handled by JavaScript */
.stick-nav-wrapper.is-fixed {
  /* All positioning properties are set dynamically by JavaScript */
}

/* Sticky Navigation Styles */
.sticky-nav ul {
  /* background-color set dynamically via inline style */
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding: 1.2rem 2rem 1.1rem 2rem;
  min-height: 50px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.sticky-nav ul li {
  list-style: none;
}

.sticky-nav ul li a {
  text-decoration: none;
  color: #002642;
  font-size: 16px;
  font-weight: 500;
  font-family: PP Mori;
  padding: 10px 20px 7px 20px;
  border-radius: 8px;
  border: 1px solid #002642;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.sticky-nav ul li a:hover, .sticky-nav ul li a.active {
  background: #002642;
  color: #fff;
}

.sticky-nav a {
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .sticky-nav ul {
    overflow: auto;
    margin: 0;
  }
}

.stick-navbar-with-content .sticky-nav__list li {
  list-style: none;
}

.stick-navbar-with-content .sticky-nav__list li a {
  text-decoration: none;
  color: #002642;
  font-size: 16px;
  font-weight: 500;
  font-family: PP Mori;
  padding: 10px 20px 7px 20px;
  border-radius: 8px;
  border: 1px solid #002642;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.stick-navbar-with-content .sticky-nav__list li a:hover, .stick-navbar-with-content .sticky-nav__list li a.active {
  background: #002642;
  color: #fff;
}

.stick-navbar-with-content .sticky-nav__list.sticy {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.stick-navbar-with-content .equal-height-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.stick-navbar-with-content ul {
  list-style: none;
  background-color: #ffffff;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 1rem;
  padding: 1.7rem 2rem 1.6rem 2rem;
  min-height: 50px;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stick-navbar-with-content ul li {
  margin: 0;
}

.stick-navbar-with-content ul li a {
  display: inline-block;
  text-decoration: none;
  color: #002642;
  font-size: 16px;
  font-weight: 500;
  font-family: PP Mori;
  padding: 10px 20px 7px 20px;
  border-radius: 8px;
  border: 1px solid #002642;
  background: transparent;
}

.stick-navbar-with-content ul li a:hover {
  background: #002642;
  color: #fff;
}

.stick-navbar-with-content ul li a.active {
  background-color: #002642 !important;
  color: #fff !important;
}

.stick-navbar-with-content ul::-webkit-scrollbar {
  display: none;
}

.stick-navbar-with-content .content-wrapper {
  margin-bottom: 2rem;
}

.stick-navbar-with-content .content-wrapper .content-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.stick-navbar-with-content .content-wrapper .content-card .icon {
  width: 40px;
  height: 40px;
  background-color: #002642;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.stick-navbar-with-content .content-wrapper .content-card .icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.stick-navbar-with-content .content-wrapper .content-card .title {
  font-size: 18px;
  font-weight: 700 !important;
  font-family: PP Mori;
  color: #002642;
  margin-bottom: 0.5rem;
}

.stick-navbar-with-content .content-wrapper .content-card .description {
  font-size: 16px;
  font-weight: 400;
  font-family: PP Mori;
  color: #002642;
}

.stick-navbar-with-content .content-wrapper .content-card-description {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 1rem;
}

.stick-navbar-with-content .content-wrapper h2 {
  font-weight: 700 !important;
  font-family: PP Mori;
  color: #002642;
  margin-bottom: 0.5rem;
}

.stick-navbar-with-content .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  font-family: PP Mori;
  color: #002642;
}

.b-full-video__wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 16px;
  height: auto;
  -o-object-position: center center;
     object-position: center center;
  border: 15px solid #002642;
}

@media only screen and (max-width: 768px) {
  .b-full-video__wrapper video {
    border-radius: 16px;
    border: 8px solid #002642;
  }
}

.b-full-video__wrapper h2 {
  color: #002642;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: PP Mori;
}

.stick-navbar-with-content .content-card,
.stick-navbar-with-content .content-card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 200px;
}

.stick-navbar-with-content .content-card {
  padding: 1.5rem;
  border-radius: 8px;
  background: #ffffff;
}

.stick-navbar-with-content .content-card-description {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .stick-navbar-with-content .equal-height-wrapper {
    display: block;
  }
  .stick-navbar-with-content .content-card,
  .stick-navbar-with-content .content-card-description {
    min-height: auto;
    margin-bottom: 1rem;
  }
}

/* New Cards Slider Styles */
.new-cards-slider-wrapper {
  padding: 60px 0;
}

.new-cards-slider-wrapper .top-bar {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem;
}

.new-cards-slider-wrapper .top-bar h2 {
  color: #002642;
  font-size: 24px;
  font-weight: 600;
  font-family: PP Mori;
  margin: 0;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .new-cards-slider-wrapper .top-bar h2 {
    font-size: 34px;
  }
}

.new-cards-slider-wrapper .top-bar .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}

.new-cards-slider-wrapper .top-bar .btn-wrapper .cards-slider-prev,
.new-cards-slider-wrapper .top-bar .btn-wrapper .cards-slider-next {
  background: var(--fire);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  padding: 8px 16px;
  border-radius: 8px;
}

.new-cards-slider-wrapper .top-bar .btn-wrapper .cards-slider-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23002642' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M7 7h10v10'/%3E%3C/g%3E%3C/svg%3E");
}

.new-cards-slider-wrapper .top-bar .btn-wrapper .cards-slider-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg stroke='%23002642' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 7L7 17M17 17H7V7'/%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 480px) {
  .new-cards-slider-wrapper {
    padding: 40px 0;
  }
}

.new-cards-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .new-cards-slider-container {
    padding: 0 10px;
  }
}

@media (max-width: 540px) {
  .new-cards-slider-container {
    padding: 0 0px 0 10px;
  }
}

.new-cards-slider {
  overflow: hidden;
  position: relative;
}

.new-cards-slider .new-cards-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
}

.new-cards-slider .new-cards-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1050px) {
  .new-cards-slider .new-cards-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 540px) {
  .new-cards-slider .new-cards-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333%;
            flex: 0 0 83.333%;
  }
}

.new-card {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.new-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.new-card .new-card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.new-card .new-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.new-card .new-card-image .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  aspect-ratio: 3/2;
}

.new-card .new-card-content {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new-card .new-card-content .pill {
  z-index: 99;
  text-align: center;
  color: #040505;
  height: unset !important;
  width: unset !important;
  border: 1.5px solid #00264210;
  background-color: transparent;
  padding: 5px 10px 4px;
  border-radius: 4px;
  line-height: unset !important;
  height: unset !important;
  font-size: 13px;
  font-family: PP Mori;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .new-card .new-card-content {
    padding: 15px;
  }
}

.new-card .new-card-content h4 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #002642;
}

@media (max-width: 768px) {
  .new-card .new-card-content h4 {
    font-size: 16px;
  }
}

.new-card .new-card-content p {
  margin: 0 0 20px;
  color: #666;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}

.new-card .new-card-content .read-more-link {
  margin-bottom: 0px;
  color: #ff5c29;
  text-decoration: none;
  font-weight: 700;
  font-family: PP Mori;
  font-size: 18px;
  margin-top: auto;
  display: inline-block;
}

.new-card .new-card-content .read-more-link:hover {
  text-decoration: underline;
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: unset !important;
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__thumbnail {
  overflow: hidden;
  border-radius: unset !important;
  background: unset !important;
  width: 100%;
  height: 100%;
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__thumbnail img {
  width: unset !important;
  max-width: 100% !important;
  height: auto !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  border-radius: 10px !important;
  -o-object-position: unset !important;
     object-position: unset !important;
  display: block !important;
  max-height: auto !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .b-text-and-media-slideshow__buttons {
    margin-top: 24px;
  }
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .splide__slide {
  width: 100% !important;
  height: 100% !important;
}

.b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnails .splide__slide .b-text-and-media-slideshow__thumbnail {
  width: 100% !important;
  height: 100% !important;
}

.b-text-and-media-slideshow.new_slide_show .b-text-and-media-slideshow__thumbnail {
  height: unset !important;
}

.b-text-and-media-slideshow.new_slide_show .b-text-and-media-slideshow__thumbnail img {
  contain-intrinsic-size: unset !important;
  aspect-ratio: unset !important;
}

@media (max-width: 1024px) {
  .b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnail.splide__slide.no-select {
    height: 100% !important;
    max-height: none !important;
    min-height: auto !important;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__thumbnail.splide__slide.no-select img {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow .b-text-and-media-slideshow__wrapper {
    padding: 10px 16px 20px 16px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    /* let rows auto-size */
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    /* ensure single column */
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__slides {
    margin-bottom: 24px;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__slide {
    padding: 16px 16px 0 16px;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__slide .b-text-and-media-slideshow__title {
    font-size: 24px !important;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__slide .b-text-and-media-slideshow__text {
    font-size: 16px;
    line-height: 1.5;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
  .b-text-and-media-slideshow .b-text-and-media-slideshow__buttons .splide--prev,
  .b-text-and-media-slideshow .b-text-and-media-slideshow__buttons .splide--next {
    width: 40px !important;
    height: 40px !important;
    background-size: 20px 20px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .b-text-and-media-slideshow .b-text-and-media-slideshow__slide .b-text-and-media-slideshow__title {
    font-size: 28px !important;
  }
}

.b-heading-cta {
  margin-bottom: 0 !important;
}

.b-heading-cta h2 {
  font-size: 36px;
  margin-top: 24px;
}

@media (min-width: 1024px) {
  .b-heading-cta h2 {
    font-size: 60px;
  }
}

.b-heading-cta p.large {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .b-heading-cta p.large {
    font-size: 20px;
  }
}

.b-heading-cta__buttons {
  margin-top: 28px !important;
}

.b-heading-cta__buttons .buttons-wrapper {
  grid-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.b-heading-cta__buttons .buttons-wrapper .btn-outline-new {
  -ms-flex-line-pack: center;
      align-content: center;
  --button-hover: var(--soft-abyss);
  background: transparent;
  border: 1px solid var(--button-text);
  -webkit-clip-path: none;
          clip-path: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  padding: 8px 20px 5px 20px;
  font-size: 16px;
  min-height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .15px;
  border-radius: 8px;
  text-decoration: none;
}

.b-heading-cta__buttons.section--dark .btn-outline-new:hover, .b-heading-cta__buttons.section--dark.section--texture .btn-outline-new:hover {
  background: #aedafa !important;
  color: #012643 !important;
  border-color: #aedafa !important;
}

.b-heading-cta__buttons.section--grey .btn-outline-new:hover, .b-heading-cta__buttons.section--paper .btn-outline-new:hover, .b-heading-cta__buttons.section--light.section--texture .btn-outline-new:hover {
  background: #012643 !important;
  color: #ffffff !important;
  border-color: #012643 !important;
}

section.section--dark .code-capital .tabs-container .tabs, section.section--dark.section--texture .code-capital .tabs-container .tabs {
  margin-bottom: 50px;
}

section.section--dark .code-capital .tabs-container .tabs .tab-item, section.section--dark.section--texture .code-capital .tabs-container .tabs .tab-item {
  color: #ffffff !important;
}

section.section--grey .code-capital .tabs-container .tabs, section.section--paper .code-capital .tabs-container .tabs, section.section--light.section--texture .code-capital .tabs-container .tabs {
  margin-bottom: 25px;
}

section.section--grey .code-capital .tabs-container .tabs .tab-item, section.section--paper .code-capital .tabs-container .tabs .tab-item, section.section--light.section--texture .code-capital .tabs-container .tabs .tab-item {
  color: #012643 !important;
}

.b-hero-banner--abyss .hero-banner__text:before {
  background: url(dist/assets/images/action-cards-pattern.svg) repeat center center #012643 !important;
}

.hero-banner__text h1, .hero-banner__text h2, .hero-banner__text h3, .hero-banner__text h4, .hero-banner__text h5, .hero-banner__text h6 {
  position: relative;
  margin-top: unset;
  margin-bottom: 1rem;
  font-family: PP Mori;
  font-weight: 700;
}

.hero-banner__text p {
  position: relative;
  margin-top: unset;
  margin-bottom: 1rem;
}

@media (min-width: 1050px) {
  .b-text-and-media-slideshow__wrapper {
    padding-bottom: 80px;
  }
}

.splide__track--nav > .splide__list > .splide__slide p {
  color: #4f4f4f !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: unset !important;
}

.splide__track--nav > .splide__list > .splide__slide.is-active p {
  color: #002642 !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__wrapper .b-text-and-media-slideshow__slides {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__wrapper .b-text-and-media-slideshow__thumbnails {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail .b-text-and-media-slideshow__thumbnail-image {
  height: 310px;
  overflow: hidden;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail .b-text-and-media-slideshow__thumbnail-image {
    height: 400px;
  }
}

@media (max-width: 540px) {
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail .b-text-and-media-slideshow__thumbnail-image {
    height: 250px;
  }
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail .b-text-and-media-slideshow__thumbnail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail .b-text-and-media-slideshow__thumbnail-bullets {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets {
  width: 100%;
  display: none;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg p, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ul, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ol, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg li, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg div {
  color: #002642;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ul, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ul li, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ol li {
  margin-bottom: 6px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ul li:last-child, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ol li:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg p {
  margin-bottom: 8px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg p:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg > *:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail.is-active .b-text-and-media-slideshow__bullets {
  display: block !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output {
  width: 100%;
  min-height: 50px;
  padding: 25px 0 0 0;
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg {
    display: none;
  }
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg p, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg li, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg div {
  color: #002642;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul {
  padding-left: 20px;
  margin-bottom: 12px;
  margin-top: 1rem;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul li {
  font-family: PP Mori;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 6px;
  list-style: disc;
  color: #002642;
  padding-left: 5px !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul li strong {
  font-size: 18px;
  font-weight: 700;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul li::marker {
  font-size: 20px !important;
  font-weight: 700;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul li::before {
  display: none !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ul li:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol {
  padding-left: 20px;
  margin-bottom: 12px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol li {
  margin-bottom: 6px;
  color: #002642 !important;
  list-style: decimal;
  font-family: PP Mori;
  font-size: 16px;
  font-weight: 400;
  padding-left: 5px !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol li::before {
  display: none !important;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol li::marker {
  font-size: 20px !important;
  font-weight: 700;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol li strong {
  font-size: 18px;
  font-weight: 700;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg ol li:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg p {
  margin-bottom: 8px;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg p:last-child {
  margin-bottom: 0;
}

.b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets-output.wysiwyg > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__thumbnail-image {
    height: 250px;
  }
  .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg p, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ul, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg ol, .b-text-and-media-slideshow--with-bullets .b-text-and-media-slideshow__bullets.wysiwyg li {
    font-size: 14px;
  }
}

.splide__track--nav > .splide__list > .splide__slide {
  border: unset !important;
}

.numbers {
  display: none;
}

.numbers span {
  display: inline-block !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #4F4F4F;
}

.numbers span.active {
  color: #002642 !important;
}

@media (max-width: 768px) {
  .numbers {
    grid-gap: 1rem !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 24px;
    font-weight: 700;
    color: #002642;
    margin-bottom: 1rem;
    padding: 16px;
  }
}

.testimonials .splide__pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=custom_cc.css.map */