  @font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff') format('woff2'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf')  format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

.home-values iframe, 
.home-values video {
  width: 100%;
  height: 171px;
  border-radius: 8px;
}

body a:focus {
  outline: 1px solid black;
}

body.using-mouse a:focus {
  outline: none;
}

.g2-badge {
    width: 90px;
}

.suite-holder {
    position: relative;
}

    .suite-holder .g2-badge {
        position: absolute;
        top: -60px;
        right: 0px;
        width: 60px;
    }


.book-demo-form .form-container {
  margin-top: -85px;
  z-index: 2;
  position: relative;
}

@media (min-width: 375px) {
  .home-values iframe, 
  .home-values video {
    height: 190px;
  }

    .suite-holder .g2-badge {
        width: 70px;
    }
}

@media (min-width: 414px){
  .home-values iframe, 
  .home-values video {
    height: 213px;
  }
}

@media (min-width: 425px) {
  .home-values iframe, 
  .home-values video {
    height: 218px;
  }
    .suite-holder .g2-badge {
        top: -70px;
        right: 10px;
        width: 80px;
    }
}

@media (min-width: 768px) {

  .book-demo-form .form-container {
    margin: -70px auto 0 auto;
    width: 80%;
  }

  .home-values iframe, 
  .home-values video {
    height: 411px;
  }
    .suite-holder .g2-badge {
        right: 0px;
        width: 100px;
    }
}

@media (min-width: 1024px) {
    .book-demo-form .form-container {
    margin: unset;
    width: unset;
  }

  .home-values iframe, 
  .home-values video {
    height: 231px;
  }
    .hero-section .g2-badge {
        margin-top: 5px;
    }

    .suite-holder .g2-badge {
        top: -30px;
        right: 40px;
        width: 125px;
    }
}

.ratings-section .stars i {
    transition: 0.3s;
    overflow: hidden;
}

    .ratings-section .stars i:nth-of-type(2) {
        transition-delay: 0.1s
    }

    .ratings-section .stars i:nth-of-type(3) {
        transition-delay: 0.2s
    }

    .ratings-section .stars i:nth-of-type(4) {
        transition-delay: 0.3s
    }

    .ratings-section .stars i:nth-of-type(5) {
        transition-delay: 0.4s
    }

.ratings-section:hover .stars i {
    transform: translateY(-10px);
}

.ratings-section .stars i.one {
    width: calc(22.5px * 0.1);
}

.ratings-section .stars i.two {
    width: calc(22.5px * 0.2);
}

.ratings-section .stars i.three {
    width: calc(22.5px * 0.3);
}

.ratings-section .stars i.four {
    width: calc(22.5px * 0.4);
}

.ratings-section .stars i.five {
    width: calc(22.5px * 0.5);
}

.ratings-section .stars i.six {
    width: calc(22.5px * 0.6);
}

.ratings-section .stars i.seven {
    width: calc(22.5px * 0.7);
}

.ratings-section .stars i.eight {
    width: calc(22.5px * 0.8);
}

.ratings-section .stars i.nine {
    width: calc(22.5px * 0.9);
}

.ratings-section.blue {
    background-color: #002856;
    color: white;
}

.ratings-section.white {
    background-color: #fff;
    color: #002856;
}

.ratings-section .container {
    width: 100%;
}

.ratings p {
    margin: 0px;
}

.review-stars {
    font-size: 20px;
}

.review-stars p {
    margin: 0 10px 0 0;
}

.ratings .stars {
    color: #f0c61c;
}

.ratings-section .col-12 {
    margin: 0 0 15px 0;
}

.ratings-section .logo img {
    width: 100%;
}

@media (min-width: 768px) {

    .ratings-section .logo img {
        width: 50%;
    }

    .ratings-section {
        height: 300px;
    }

        .ratings-section .col-12 {
            margin: 0 15px 0 0;
        }

    .review-text {
        font-size: 20px;
    }

    .review-stars {
        font-size: 30px;
    }

    .ratings-section .stars i.one {
    width: calc(34px * 0.1);
  }

  .ratings-section .stars i.two {
      width: calc(34px * 0.2);
  }

  .ratings-section .stars i.three {
      width: calc(34px * 0.3);
  }

  .ratings-section .stars i.four {
      width: calc(34px * 0.4);
  }

  .ratings-section .stars i.five {
      width: calc(34px * 0.5);
  }

  .ratings-section .stars i.six {
      width: calc(34px * 0.6);
  }

  .ratings-section .stars i.seven {
      width: calc(34px * 0.7);
  }

  .ratings-section .stars i.eight {
      width: calc(34px * 0.8);
  }

  .ratings-section .stars i.nine {
      width: calc(34px * 0.9);
  }
    
}

  .btn.btn-light-transp {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }

  .btn.btn-light-transp:hover {
    color: #1b2442;
    border-color: #fff;
    background-color: #fff;
  }
.hero-section .banner {
    margin-bottom: 30px;
    min-height: 45px;
    background-color: #e4e6ee;
    color: #555555;
    padding: 20px;
    border-radius: 8px;
    position: relative;
}

    .hero-section .banner p {
        margin-bottom: 0;
    }

    .hero-section .banner i {
        margin-right: 15px;
        color: #009fe3;
        font-size: 2.5rem;
    }

.bold {
    font-weight: 700;
}

@media (min-width: 1024px) {
    .hero-section .banner {
        margin-top: -60px;
        padding-right: 55px;
        transition: 0.5s;
    }

    .mr-lg-15 {
        margin-right: 15px;
    }

    .hero-section .banner.zero {
        opacity: 0;
    }

    .hero-section .banner .banner-close {
        position: absolute;
        right: 5px;
        height: 45px;
        width: 45px;
        transition: 0.5s;
    }

        .hero-section .banner .banner-close:hover {
            transform: rotate(180deg);
            cursor: pointer;
        }

        .hero-section .banner .banner-close i {
            margin: 0;
            transition: 0.5s;
            color: #555555;
        }

    .main-header .container {
        padding-right: 0;
    }
}

@media (min-width: 1366px) {
    .main-header .container {
        padding-right: 45px;
    }
}

  .additional-section table {
    margin: 30px 0;
  }

  .boilerplate {
    background-color: #f5f5f5;
    color: #131b2f;
    padding: 50px 0;
    margin-bottom: 0 !important;
  }

  .product-section .tab-holder.active .js-acc-hidden {
    position: initial !important;
  }

  .skip-to-content-link {
    left: 0;
    bottom: -50px;
    position: absolute;
    z-index: 2;
    transform: translateY(-300%);
    transition: 0.3s;
  }
  
  .skip-to-content-link:focus {
    transform: translateY(0%);
  }
  
  .validation-section .slider-testimonial.slick-slider .testimonial-card {
      width: calc(100vw - 62px) !important;
      margin: 15px;
      padding: 20px;
      box-shadow: none;
    }
  
  .slider-testimonial.slick-slider .testimonial-card blockquote p:first-of-type::before {
    left: 0;
    top: -45px;
  }
  
  .slider-testimonial .slick-arrow,
  .slider-products .slick-arrow {
    position: absolute;
    top: 45%;
    background-color: transparent;
    border: none;
    transition: 0.3s;
    padding: 1rem;
    z-index: 2;
  }
  
  .testimonial-box .slick-next {
    right: 0;
  }
  
  .testimonial-box .slick-prev {
    left: 0;
  }
  
  .testimonial-card .blockquote-footer .link-more {
    float: right;
  }
  
  .testimonial-card blockquote p {
      font-size: 17px;
  }
  
  .product-item a {
      color: #000;
      text-decoration: none;
      transition: 0.3s;
  }
  
  .product-item .product-title, 
  .product-item .link-more,
  .product-item {
    transition: 0.3s;
  }
  
  .product-item a:hover,
  .product-item a:hover .product-title, 
  .product-item a:hover .link-more {
      color: #d63384;
  }
  
  .product-item .icon-box {
      transition: 0.3s;
  }
  .product-item a:hover .icon-box {
      transform: translateY(-10px);
  }
  
  .product-item a .product-card .icon-box {
      width: 60px;
      height: 60px;
      left: unset;
      right: 36px;
  }
  
  .product-item a p {
      margin-bottom: 0;
      font-weight: 400;
  }
  
  
  
  html {
    scroll-padding-top: 100px;
  }
  
  .offcanvas ::-webkit-scrollbar {
    width: 0; 
  }
  
  .offcanvas-submenu {
    background-color: #fff;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .link-primary {
    color: #133874;
  }
  
  .link-primary:hover,.link-primary:focus {
    color: #0a58ca;
  }
  
  .link-secondary {
    color: #6c757d;
  }
  
  .link-secondary:hover,.link-secondary:focus {
    color: #565e64;
  }
  
  .link-success {
    color: #198754;
  }
  
  .link-success:hover,.link-success:focus {
    color: #146c43;
  }
  
  .link-info {
    color: #0dcaf0;
  }
  
  .link-info:hover,.link-info:focus {
    color: #3dd5f3;
  }
  
  .link-warning {
    color: #ffc107;
  }
  
  .link-warning:hover,.link-warning:focus {
    color: #ffcd39;
  }
  
  .link-danger {
    color: #f52466;
  }
  
  .link-danger:hover,.link-danger:focus {
    color: #b02a37;
  }
  
  .link-light {
    color: #f8f9fa;
  }
  
  .link-light:hover,.link-light:focus {
    color: #f9fafb;
  }
  
  .link-dark {
    color: #212529;
  }
  
  .link-dark:hover,.link-dark:focus {
    color: #1a1e21;
  }
  
  .ratio {
    position: relative;
    width: 100%;
  }
  
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  
  .ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  
  .ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
  }
  
  .ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }
  
  .ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
  
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  
  .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
  }
  
  .visually-hidden,.visually-hidden-focusable:not(:focus):not([focus-within]) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  
  .visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25;
  }
  
  .align-baseline {
    vertical-align: baseline !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }
  
  .align-middle {
    vertical-align: middle !important;
  }
  
  .align-bottom {
    vertical-align: bottom !important;
  }
  
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  
  .align-text-top {
    vertical-align: text-top !important;
  }
  
  .float-start {
    float: left !important;
  }
  
  .float-end {
    float: right !important;
  }
  
  .float-none {
    float: none !important;
  }
  
  .opacity-0 {
    opacity: 0 !important;
  }
  
  .opacity-25 {
    opacity: .25 !important;
  }
  
  .opacity-50 {
    opacity: .5 !important;
  }
  
  .opacity-75 {
    opacity: .75 !important;
  }
  
  .opacity-100 {
    opacity: 1 !important;
  }
  
  .overflow-auto {
    overflow: auto !important;
  }
  
  .overflow-hidden {
    overflow: hidden !important;
  }
  
  .overflow-visible {
    overflow: visible !important;
  }
  
  .overflow-scroll {
    overflow: scroll !important;
  }
  
  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-grid {
    display: grid !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }
  
  .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  }
  
  .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .position-static {
    position: static !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .position-absolute {
    position: absolute !important;
  }
  
  .position-fixed {
    position: fixed !important;
  }
  
  .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
  
  .top-0 {
    top: 0 !important;
  }
  
  .top-50 {
    top: 50% !important;
  }
  
  .top-100 {
    top: 100% !important;
  }
  
  .bottom-0 {
    bottom: 0 !important;
  }
  
  .bottom-50 {
    bottom: 50% !important;
  }
  
  .bottom-100 {
    bottom: 100% !important;
  }
  
  .start-0 {
    left: 0 !important;
  }
  
  .start-50 {
    left: 50% !important;
  }
  
  .start-100 {
    left: 100% !important;
  }
  
  .end-0 {
    right: 0 !important;
  }
  
  .end-50 {
    right: 50% !important;
  }
  
  .end-100 {
    right: 100% !important;
  }
  
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-x {
    transform: translateX(-50%) !important;
  }
  
  .translate-middle-y {
    transform: translateY(-50%) !important;
  }
  
  .border {
    border: 1px solid #dee2e6 !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-end {
    border-right: 1px solid #dee2e6 !important;
  }
  
  .border-end-0 {
    border-right: 0 !important;
  }
  
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-start {
    border-left: 1px solid #dee2e6 !important;
  }
  
  .border-start-0 {
    border-left: 0 !important;
  }
  
  .border-primary {
    border-color: #133874 !important;
  }
  
  .border-secondary {
    border-color: #6c757d !important;
  }
  
  .border-success {
    border-color: #198754 !important;
  }
  
  .border-info {
    border-color: #0dcaf0 !important;
  }
  
  .border-warning {
    border-color: #ffc107 !important;
  }
  
  .border-danger {
    border-color: #f52466 !important;
  }
  
  .border-light {
    border-color: #f8f9fa !important;
  }
  
  .border-dark {
    border-color: #212529 !important;
  }
  
  .border-white {
    border-color: #ffffff !important;
  }
  
  .border-1 {
    border-width: 1px !important;
  }
  
  .border-2 {
    border-width: 2px !important;
  }
  
  .border-3 {
    border-width: 3px !important;
  }
  
  .border-4 {
    border-width: 4px !important;
  }
  
  .border-5 {
    border-width: 5px !important;
  }
  
  .w-25 {
    width: 25% !important;
  }
  
  .w-50 {
    width: 50% !important;
  }
  
  .w-75 {
    width: 75% !important;
  }
  
  .w-100 {
    width: 100% !important;
  }
  
  .w-auto {
    width: auto !important;
  }
  
  .mw-100 {
    max-width: 100% !important;
  }
  
  .vw-100 {
    width: 100vw !important;
  }
  
  .min-vw-100 {
    min-width: 100vw !important;
  }
  
  .h-25 {
    height: 25% !important;
  }
  
  .h-50 {
    height: 50% !important;
  }
  
  .h-75 {
    height: 75% !important;
  }
  
  .h-100 {
    height: 100% !important;
  }
  
  .h-auto {
    height: auto !important;
  }
  
  .mh-100 {
    max-height: 100% !important;
  }
  
  .vh-100 {
    height: 100vh !important;
  }
  
  .min-vh-100 {
    min-height: 100vh !important;
  }
  
  .flex-fill {
    flex: 1 1 auto !important;
  }
  
  .flex-row {
    flex-direction: row !important;
  }
  
  .flex-column {
    flex-direction: column !important;
  }
  
  .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  
  .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  
  .flex-grow-0 {
    flex-grow: 0 !important;
  }
  
  .flex-grow-1 {
    flex-grow: 1 !important;
  }
  
  .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  
  .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  
  .flex-wrap {
    flex-wrap: wrap !important;
  }
  
  .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  
  .gap-0 {
    gap: 0 !important;
  }
  
  .gap-5 {
    gap: .5rem !important;
  }
  
  .gap-10 {
    gap: 1rem !important;
  }
  
  .gap-15 {
    gap: 1.5rem !important;
  }
  
  .gap-20 {
    gap: 2rem !important;
  }
  
  .gap-25 {
    gap: 2.5rem !important;
  }
  
  .gap-30 {
    gap: 3rem !important;
  }
  
  .gap-35 {
    gap: 3.5rem !important;
  }
  
  .gap-40 {
    gap: 4rem !important;
  }
  
  .gap-45 {
    gap: 4.5rem !important;
  }
  
  .gap-50 {
    gap: 5rem !important;
  }
  
  .justify-content-start {
    justify-content: flex-start !important;
  }
  
  .justify-content-end {
    justify-content: flex-end !important;
  }
  
  .justify-content-center {
    justify-content: center !important;
  }
  
  .justify-content-between {
    justify-content: space-between !important;
  }
  
  .justify-content-around {
    justify-content: space-around !important;
  }
  
  .justify-content-evenly {
    justify-content: space-evenly !important;
  }
  
  .align-items-start {
    align-items: flex-start !important;
  }
  
  .align-items-end {
    align-items: flex-end !important;
  }
  
  .align-items-center {
    align-items: center !important;
  }
  
  .align-items-baseline {
    align-items: baseline !important;
  }
  
  .align-items-stretch {
    align-items: stretch !important;
  }
  
  .align-content-start {
    align-content: flex-start !important;
  }
  
  .align-content-end {
    align-content: flex-end !important;
  }
  
  .align-content-center {
    align-content: center !important;
  }
  
  .align-content-between {
    align-content: space-between !important;
  }
  
  .align-content-around {
    align-content: space-around !important;
  }
  
  .align-content-stretch {
    align-content: stretch !important;
  }
  
  .align-self-auto {
    align-self: auto !important;
  }
  
  .align-self-start {
    align-self: flex-start !important;
  }
  
  .align-self-end {
    align-self: flex-end !important;
  }
  
  .align-self-center {
    align-self: center !important;
  }
  
  .align-self-baseline {
    align-self: baseline !important;
  }
  
  .align-self-stretch {
    align-self: stretch !important;
  }
  
  .order-first {
    order: -1 !important;
  }
  
  .order-0 {
    order: 0 !important;
  }
  
  .order-1 {
    order: 1 !important;
  }
  
  .order-2 {
    order: 2 !important;
  }
  
  .order-3 {
    order: 3 !important;
  }
  
  .order-4 {
    order: 4 !important;
  }
  
  .order-5 {
    order: 5 !important;
  }
  
  .order-last {
    order: 6 !important;
  }
  
  .m-0 {
    margin: 0 !important;
  }
  
  .m-5 {
    margin: .5rem !important;
  }
  
  .m-10 {
    margin: 1rem !important;
  }
  
  .m-15 {
    margin: 1.5rem !important;
  }
  
  .m-20 {
    margin: 2rem !important;
  }
  
  .m-25 {
    margin: 2.5rem !important;
  }
  
  .m-30 {
    margin: 3rem !important;
  }
  
  .m-35 {
    margin: 3.5rem !important;
  }
  
  .m-40 {
    margin: 4rem !important;
  }
  
  .m-45 {
    margin: 4.5rem !important;
  }
  
  .m-50 {
    margin: 5rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  
  .mx-5 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  
  .mx-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  
  .mx-15 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  
  .mx-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  
  .mx-25 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  
  .mx-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  
  .mx-35 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  
  .mx-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  
  .mx-45 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  
  .mx-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  
  .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  
  .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  
  .my-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  
  .my-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .my-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .my-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  
  .my-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  
  .my-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  
  .my-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  
  .my-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  
  .my-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  
  .my-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  
  .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  
  .mt-0 {
    margin-top: 0 !important;
  }
  
  .mt-5 {
    margin-top: .5rem !important;
  }
  
  .mt-10 {
    margin-top: 1rem !important;
  }
  
  .mt-15 {
    margin-top: 1.5rem !important;
  }
  
  .mt-20 {
    margin-top: 2rem !important;
  }
  
  .mt-25 {
    margin-top: 2.5rem !important;
  }
  
  .mt-30 {
    margin-top: 3rem !important;
  }
  
  .mt-35 {
    margin-top: 3.5rem !important;
  }
  
  .mt-40 {
    margin-top: 4rem !important;
  }
  
  .mt-45 {
    margin-top: 4.5rem !important;
  }
  
  .mt-50 {
    margin-top: 5rem !important;
  }
  
  .mt-auto {
    margin-top: auto !important;
  }
  
  .me-0 {
    margin-right: 0 !important;
  }
  
  .me-5 {
    margin-right: .5rem !important;
  }
  
  .me-10 {
    margin-right: 1rem !important;
  }
  
  .me-15 {
    margin-right: 1.5rem !important;
  }
  
  .me-20 {
    margin-right: 2rem !important;
  }
  
  .me-25 {
    margin-right: 2.5rem !important;
  }
  
  .me-30 {
    margin-right: 3rem !important;
  }
  
  .me-35 {
    margin-right: 3.5rem !important;
  }
  
  .me-40 {
    margin-right: 4rem !important;
  }
  
  .me-45 {
    margin-right: 4.5rem !important;
  }
  
  .me-50 {
    margin-right: 5rem !important;
  }
  
  .me-auto {
    margin-right: auto !important;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-5 {
    margin-bottom: .5rem !important;
  }
  
  .mb-10 {
    margin-bottom: 1rem !important;
  }
  
  .mb-15 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-20 {
    margin-bottom: 2rem !important;
  }
  
  .mb-25 {
    margin-bottom: 2.5rem !important;
  }
  
  .mb-30 {
    margin-bottom: 3rem !important;
  }
  
  .mb-35 {
    margin-bottom: 3.5rem !important;
  }
  
  .mb-40 {
    margin-bottom: 4rem !important;
  }
  
  .mb-45 {
    margin-bottom: 4.5rem !important;
  }
  
  .mb-50 {
    margin-bottom: 5rem !important;
  }
  
  .mb-auto {
    margin-bottom: auto !important;
  }
  
  .ms-0 {
    margin-left: 0 !important;
  }
  
  .ms-5 {
    margin-left: .5rem !important;
  }
  
  .ms-10 {
    margin-left: 1rem !important;
  }
  
  .ms-15 {
    margin-left: 1.5rem !important;
  }
  
  .ms-20 {
    margin-left: 2rem !important;
  }
  
  .ms-25 {
    margin-left: 2.5rem !important;
  }
  
  .ms-30 {
    margin-left: 3rem !important;
  }
  
  .ms-35 {
    margin-left: 3.5rem !important;
  }
  
  .ms-40 {
    margin-left: 4rem !important;
  }
  
  .ms-45 {
    margin-left: 4.5rem !important;
  }
  
  .ms-50 {
    margin-left: 5rem !important;
  }
  
  .ms-auto {
    margin-left: auto !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .p-5 {
    padding: .5rem !important;
  }
  
  .p-10 {
    padding: 1rem !important;
  }
  
  .p-15 {
    padding: 1.5rem !important;
  }
  
  .p-20 {
    padding: 2rem !important;
  }
  
  .p-25 {
    padding: 2.5rem !important;
  }
  
  .p-30 {
    padding: 3rem !important;
  }
  
  .p-35 {
    padding: 3.5rem !important;
  }
  
  .p-40 {
    padding: 4rem !important;
  }
  
  .p-45 {
    padding: 4.5rem !important;
  }
  
  .p-50 {
    padding: 5rem !important;
  }
  
  .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .px-5 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  
  .px-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  
  .px-15 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  
  .px-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  
  .px-25 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  
  .px-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  
  .px-35 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  
  .px-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  
  .px-45 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  
  .px-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  
  .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .py-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  
  .py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .py-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .py-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  
  .py-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .py-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  
  .py-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  
  .py-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  
  .py-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  
  .pt-0 {
    padding-top: 0 !important;
  }
  
  .pt-5 {
    padding-top: .5rem !important;
  }
  
  .pt-10 {
    padding-top: 1rem !important;
  }
  
  .pt-15 {
    padding-top: 1.5rem !important;
  }
  
  .pt-20 {
    padding-top: 2rem !important;
  }
  
  .pt-25 {
    padding-top: 2.5rem !important;
  }
  
  .pt-30 {
    padding-top: 3rem !important;
  }
  
  .pt-35 {
    padding-top: 3.5rem !important;
  }
  
  .pt-40 {
    padding-top: 4rem !important;
  }
  
  .pt-45 {
    padding-top: 4.5rem !important;
  }
  
  .pt-50 {
    padding-top: 5rem !important;
  }
  
  .pe-0 {
    padding-right: 0 !important;
  }
  
  .pe-5 {
    padding-right: .5rem !important;
  }
  
  .pe-10 {
    padding-right: 1rem !important;
  }
  
  .pe-15 {
    padding-right: 1.5rem !important;
  }
  
  .pe-20 {
    padding-right: 2rem !important;
  }
  
  .pe-25 {
    padding-right: 2.5rem !important;
  }
  
  .pe-30 {
    padding-right: 3rem !important;
  }
  
  .pe-35 {
    padding-right: 3.5rem !important;
  }
  
  .pe-40 {
    padding-right: 4rem !important;
  }
  
  .pe-45 {
    padding-right: 4.5rem !important;
  }
  
  .pe-50 {
    padding-right: 5rem !important;
  }
  
  .pb-0 {
    padding-bottom: 0 !important;
  }
  
  .pb-5 {
    padding-bottom: .5rem !important;
  }
  
  .pb-10 {
    padding-bottom: 1rem !important;
  }
  
  .pb-15 {
    padding-bottom: 1.5rem !important;
  }
  
  .pb-20 {
    padding-bottom: 2rem !important;
  }
  
  .pb-25 {
    padding-bottom: 2.5rem !important;
  }
  
  .pb-30 {
    padding-bottom: 3rem !important;
  }
  
  .pb-35 {
    padding-bottom: 3.5rem !important;
  }
  
  .pb-40 {
    padding-bottom: 4rem !important;
  }
  
  .pb-45 {
    padding-bottom: 4.5rem !important;
  }
  
  .pb-50 {
    padding-bottom: 5rem !important;
  }
  
  .ps-0 {
    padding-left: 0 !important;
  }
  
  .ps-5 {
    padding-left: .5rem !important;
  }
  
  .ps-10 {
    padding-left: 1rem !important;
  }
  
  .ps-15 {
    padding-left: 1.5rem !important;
  }
  
  .ps-20 {
    padding-left: 2rem !important;
  }
  
  .ps-25 {
    padding-left: 2.5rem !important;
  }
  
  .ps-30 {
    padding-left: 3rem !important;
  }
  
  .ps-35 {
    padding-left: 3.5rem !important;
  }
  
  .ps-40 {
    padding-left: 4rem !important;
  }
  
  .ps-45 {
    padding-left: 4.5rem !important;
  }
  
  .ps-50 {
    padding-left: 5rem !important;
  }
  
  .fs-xl {
    font-size: calc(1.325rem + .9vw) !important;
  }
  
  .fs-lg {
    font-size: calc(1.305rem + .66vw) !important;
  }
  
  .fs-base {
    font-size: calc(1.285rem + .42vw) !important;
  }
  
  .fs-md {
    font-size: calc(1.265rem + .18vw) !important;
  }
  
  .fs-sm {
    font-size: 1.2rem !important;
  }
  
  .fst-italic {
    font-style: italic !important;
  }
  
  .fst-normal {
    font-style: normal !important;
  }
  
  .fw-lighter {
    font-weight: lighter !important;
  }
  
  .fw-normal {
    font-weight: 400 !important;
  }
  
  .fw-bold {
    font-weight: 700 !important;
  }
  
  .fw-bolder {
    font-weight: bolder !important;
  }
  
  .lh-1 {
    line-height: 1 !important;
  }
  
  .lh-sm {
    line-height: 1.25 !important;
  }
  
  .lh-base {
    line-height: 1.5 !important;
  }
  
  .lh-lg {
    line-height: 2 !important;
  }
  
  .text-start {
    text-align: left !important;
  }
  
  .text-end {
    text-align: right !important;
  }
  
  .text-center {
    text-align: center !important;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  .text-decoration-underline {
    text-decoration: underline !important;
  }
  
  .text-decoration-line-through {
    text-decoration: line-through !important;
  }
  
  .text-lowercase {
    text-transform: lowercase !important;
  }
  
  .text-uppercase {
    text-transform: uppercase !important;
  }
  
  .text-capitalize {
    text-transform: capitalize !important;
  }
  
  .text-wrap {
    white-space: normal !important;
  }
  
  .text-nowrap {
    white-space: nowrap !important;
  }
  
  .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
  }
  
  .text-white {
    --bs-text-opacity: 1;
    color: rgba(255,255,255, var(--bs-text-opacity)) !important;
  }
  
  .text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
  }
  
  .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important;
  }
  
  .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important;
  }
  
  .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
  }
  
  .text-opacity-25 {
    --bs-text-opacity: .25;
  }
  
  .text-opacity-50 {
    --bs-text-opacity: .5;
  }
  
  .text-opacity-75 {
    --bs-text-opacity: .75;
  }
  
  .text-opacity-100 {
    --bs-text-opacity: 1;
  }
  
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255,255,255, var(--bs-bg-opacity)) !important;
  }
  
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
  }
  
  .bg-opacity-10 {
    --bs-bg-opacity: .1;
  }
  
  .bg-opacity-25 {
    --bs-bg-opacity: .25;
  }
  
  .bg-opacity-50 {
    --bs-bg-opacity: .5;
  }
  
  .bg-opacity-75 {
    --bs-bg-opacity: .75;
  }
  
  .bg-opacity-100 {
    --bs-bg-opacity: 1;
  }
  
  .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }
  
  .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }
  
  .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  
  .pe-none {
    pointer-events: none !important;
  }
  
  .pe-auto {
    pointer-events: auto !important;
  }
  
  .rounded {
    border-radius: .25rem !important;
  }
  
  .rounded-0 {
    border-radius: 0 !important;
  }
  
  .rounded-1 {
    border-radius: .2rem !important;
  }
  
  .rounded-2 {
    border-radius: .25rem !important;
  }
  
  .rounded-3 {
    border-radius: .3rem !important;
  }
  
  .rounded-circle {
    border-radius: 50% !important;
  }
  
  .rounded-pill {
    border-radius: 50rem !important;
  }
  
  .rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }
  
  .rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }
  
  .rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }
  
  .rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
  }
  
  .visible {
    visibility: visible !important;
  }
  
  .invisible {
    visibility: hidden !important;
  }
  
  :root {
    --bs-blue: #133874;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #f52466;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #133874;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #f52466;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    --bs-body-font-size: 1.6rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-bg: #ffffff;
  }
  
  *,*::before,*::after {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: var(--bs-body-text-align);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
  }
  
  hr:not([size]) {
    height: 1px;
  }
  
  h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.2;
  }
  
  h1,.h1 {
    font-size: calc(1.475rem + 2.7vw);
  }
  
  h2,.h2 {
    font-size: calc(1.445rem + 2.34vw);
  }
  
  h3,.h3 {
    font-size: calc(1.405rem + 1.86vw);
  }
  
  h4,.h4 {
    font-size: calc(1.365rem + 1.38vw);
  }
  
  h5,.h5 {
    font-size: calc(1.325rem + .9vw);
  }
  
  h6,.h6 {
    font-size: calc(1.285rem + .42vw);
  }

  .additional-section h1, .additional-section .h1 {
    margin-top: calc(1.475rem + 2.7vw);
    margin-bottom: 5px;
  }
  
  .additional-section h2, .additional-section .h2 {
    margin-top: calc(1.445rem + 2.34vw);
    margin-bottom: 5px;
  }
  
  .additional-section h3, .additional-section .h3 {
    margin-top: calc(1.405rem + 1.86vw);
    margin-bottom: 5px;
  }
  
  .additional-section h4, .additional-section .h4 {
    margin-top: calc(1.365rem + 1.38vw);
    margin-bottom: 5px;
  }
  
  .additional-section h5, .additional-section .h5 {
    margin-top: calc(1.325rem + .9vw);
    margin-bottom: 5px;
  }
  
  .additional-section h6, .additional-section .h6 {
    margin-top: calc(1.285rem + .42vw);
    margin-bottom: 5px;
  }

  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  abbr[title],abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
  
  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  
  ol,ul {
    padding-left: 2rem;
  }
  
  ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0;
  }
  
  dt {
    font-weight: 700;
  }
  
  dd {
    margin-bottom: .5rem;
    margin-left: 0;
  }
  
  blockquote {
    margin: 0 0 1rem;
  }
  
  b,strong {
    font-weight: bolder;
  }
  
  small,.small {
    font-size: .875em;
  }
  
  mark,.mark {
    padding: .2em;
    background-color: #fcf8e3;
  }
  
  sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -.25em;
  }
  
  sup {
    top: -.5em;
  }
  
  a {
    color: #133874;
    text-decoration: underline;
  }
  
  a:hover {
    color: #0a58ca;
  }
  
  a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  
  pre,code,kbd,samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
  }
  
  pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
  }
  
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  
  code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word;
  }
  
  a>code {
    color: inherit;
  }
  
  kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #ffffff;
    background-color: #212529;
    border-radius: .2rem;
  }
  
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  img,svg {
    vertical-align: middle;
  }
  
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  
  caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left;
  }
  
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  
  thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 1rem;
  }
  
  label {
    display: inline-block;
  }
  
  button {
    border-radius: 0;
  }
  
  button:focus:not(.focus-visible) {
    outline: 0;
  }
  
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  
  input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button,select {
    text-transform: none;
  }
  
  [role="button"] {
    cursor: pointer;
  }
  
  select {
    word-wrap: normal;
  }
  
  select:disabled {
    opacity: 1;
  }
  
  [list]::-webkit-calendar-picker-indicator {
    display: none;
  }
  
  button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
  }
  
  button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer;
  }
  
  ::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  
  textarea {
    resize: vertical;
  }
  
  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
  }
  
  legend+* {
    clear: left;
  }
  
  ::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0;
  }
  
  ::-webkit-inner-spin-button {
    height: auto;
  }
  
  [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
  }
  
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
  }
  
  ::file-selector-button {
    font: inherit;
  }
  
  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  
  output {
    display: inline-block;
  }
  
  iframe {
    border: 0;
  }
  
  summary {
    display: list-item;
    cursor: pointer;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  [hidden] {
    display: none !important;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .offcanvas-submenu .secondary-list.list-unstyled {
    background-color: white;
    padding-bottom: 100px;
  }
  
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  
  .list-inline-item {
    display: inline-block;
  }
  
  .list-inline-item:not(:last-child) {
    margin-right: .5rem;
  }
  
  .initialism {
    font-size: .875em;
    text-transform: uppercase;
  }
  
  .blockquote {
    margin-bottom: 1rem;
    font-size: calc(1.325rem + .9vw);
  }
  
  .blockquote>:last-child {
    margin-bottom: 0;
  }
  
  .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d;
  }
  
  .blockquote-footer::before {
    content: "\2014\00A0";
  }
  
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .img-thumbnail {
    padding: .25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
  }
  
  .figure {
    display: inline-block;
  }
  
  .figure-img {
    margin-bottom: .5rem;
    line-height: 1;
  }
  
  .figure-caption {
    font-size: .875em;
    color: #6c757d;
  }
  
  .container,.container-fluid,.container-sm {
    width: 100%;
    padding-right: 15px;
    /* padding-right: var(--bs-gutter-x, 15px); */
    padding-left: 15px;
    /* padding-left: var(--bs-gutter-x, 15px); */
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
  
  .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
  
  .col {
    flex: 1 0 0%;
  }
  
  .row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  
  .row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  
  .row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  
  .row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  
  .col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  
  .col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  
  .col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  
  .col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  
  .offset-1 {
    margin-left: 8.33333%;
  }
  
  .offset-2 {
    margin-left: 16.66667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.33333%;
  }
  
  .offset-5 {
    margin-left: 41.66667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.33333%;
  }
  
  .offset-8 {
    margin-left: 66.66667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.33333%;
  }
  
  .offset-11 {
    margin-left: 91.66667%;
  }
  
  .g-0,.gx-0 {
    --bs-gutter-x: 0;
  }
  
  .g-0,.gy-0 {
    --bs-gutter-y: 0;
  }
  
  .g-5,.gx-5 {
    --bs-gutter-x: .5rem;
  }
  
  .g-5,.gy-5 {
    --bs-gutter-y: .5rem;
  }
  
  .g-10,.gx-10 {
    --bs-gutter-x: 1rem;
  }
  
  .g-10,.gy-10 {
    --bs-gutter-y: 1rem;
  }
  
  .g-15,.gx-15 {
    --bs-gutter-x: 1.5rem;
  }
  
  .g-15,.gy-15 {
    --bs-gutter-y: 1.5rem;
  }
  
  .g-20,.gx-20 {
    --bs-gutter-x: 2rem;
  }
  
  .g-20,.gy-20 {
    --bs-gutter-y: 2rem;
  }
  
  .g-25,.gx-25 {
    --bs-gutter-x: 2.5rem;
  }
  
  .g-25,.gy-25 {
    --bs-gutter-y: 2.5rem;
  }
  
  .g-30,.gx-30 {
    --bs-gutter-x: 3rem;
  }
  
  .g-30,.gy-30 {
    --bs-gutter-y: 3rem;
  }
  
  .g-35,.gx-35 {
    --bs-gutter-x: 3.5rem;
  }
  
  .g-35,.gy-35 {
    --bs-gutter-y: 3.5rem;
  }
  
  .g-40,.gx-40 {
    --bs-gutter-x: 4rem;
  }
  
  .g-40,.gy-40 {
    --bs-gutter-y: 4rem;
  }
  
  .g-45,.gx-45 {
    --bs-gutter-x: 4.5rem;
  }
  
  .g-45,.gy-45 {
    --bs-gutter-y: 4.5rem;
  }
  
  .g-50,.gx-50 {
    --bs-gutter-x: 5rem;
  }
  
  .g-50,.gy-50 {
    --bs-gutter-y: 5rem;
  }
  
  .table {
    --bs-table-bg: rgba(0, 0, 0, 0);
    --bs-table-accent-bg: rgba(0, 0, 0, 0);
    --bs-table-striped-color: #000000;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #000000;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #000000;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #000000;
    vertical-align: top;
    border-color: #dee2e6;
  }
  
  .table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
  
  .table>tbody {
    vertical-align: inherit;
  }
  
  .table>thead {
    vertical-align: bottom;
  }
  
  .table>:not(:first-child) {
    border-top: 2px solid currentColor;
  }
  
  .caption-top {
    caption-side: top;
  }
  
  .table-sm>:not(caption)>*>* {
    padding: .25rem .25rem;
  }
  
  .table-bordered>:not(caption)>* {
    border-width: 1px 0;
  }
  
  .table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
  }
  
  .table-borderless>:not(caption)>*>* {
    border-bottom-width: 0;
  }
  
  .table-borderless>:not(:first-child) {
    border-top-width: 0;
  }
  
  .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  }
  
  .table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
  }
  
  .table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
  }
  
  .table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #bacbe6;
  }
  
  .table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #cbccce;
  }
  
  .table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #bcd0c7;
  }
  
  .table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #badce3;
  }
  
  .table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #e6dbb9;
  }
  
  .table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dfc2c4;
  }
  
  .table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000000;
    color: #000000;
    border-color: #dfe0e1;
  }
  
  .table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #ffffff;
    color: #ffffff;
    border-color: #373b3e;
  }
  
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .form-label {
    margin-bottom: .5rem;
  }
  
  .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 2.7;
  }
  
  .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: calc(1.305rem + .66vw);
  }
  
  .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.2rem;
  }
  
  .form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
  }
  
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: calc(1.285rem + .42vw);
    font-weight: 400;
    line-height: 2.7;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control[type="file"] {
    overflow: hidden;
  }
  
  .form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  
  .form-control:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: rgba(0, 0, 0, 0);
  }
  
  .form-control::-webkit-date-and-time-value {
    height: 2.7em;
  }
  
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  
  .form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  
  [dir="ltr"] .form-control::-webkit-file-upload-button {
    margin-right: .75rem;
  }
  
  [dir="ltr"] .form-control::file-selector-button {
    margin-right: .75rem;
  }
  
  [dir="rtl"] .form-control::-webkit-file-upload-button {
    margin-left: .75rem;
  }
  
  [dir="rtl"] .form-control::file-selector-button {
    margin-left: .75rem;
  }
  
  [dir="ltr"] .form-control::-webkit-file-upload-button {
    border-right-width: 1px;
  }
  
  [dir="ltr"] .form-control::file-selector-button {
    border-right-width: 1px;
  }
  
  [dir="rtl"] .form-control::-webkit-file-upload-button {
    border-left-width: 1px;
  }
  
  [dir="rtl"] .form-control::file-selector-button {
    border-left-width: 1px;
  }
  
  .form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    color: #000000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    color: #000000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
  }
  
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
  }
  
  [dir="ltr"] .form-control::-webkit-file-upload-button {
    margin-right: .75rem;
  }
  
  [dir="rtl"] .form-control::-webkit-file-upload-button {
    margin-left: .75rem;
  }
  
  [dir="ltr"] .form-control::-webkit-file-upload-button {
    border-right-width: 1px;
  }
  
  [dir="rtl"] .form-control::-webkit-file-upload-button {
    border-left-width: 1px;
  }
  
  .form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    color: #000000;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
  }
  
  .form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 2.7;
    color: #000000;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  
  .form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  
  .form-control-sm {
    min-height: calc(2.7em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 1.2rem;
    border-radius: .2rem;
  }
  
  [dir="ltr"] .form-control-sm::-webkit-file-upload-button {
    margin-right: .5rem;
  }
  
  [dir="ltr"] .form-control-sm::file-selector-button {
    margin-right: .5rem;
  }
  
  [dir="rtl"] .form-control-sm::-webkit-file-upload-button {
    margin-left: .5rem;
  }
  
  [dir="rtl"] .form-control-sm::file-selector-button {
    margin-left: .5rem;
  }
  
  .form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
  }
  
  .form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
  }
  
  [dir="ltr"] .form-control-sm::-webkit-file-upload-button {
    margin-right: .5rem;
  }
  
  [dir="rtl"] .form-control-sm::-webkit-file-upload-button {
    margin-left: .5rem;
  }
  
  .form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
  }
  
  .form-control-lg {
    min-height: calc(2.7em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: calc(1.305rem + .66vw);
    border-radius: .3rem;
  }
  
  [dir="ltr"] .form-control-lg::-webkit-file-upload-button {
    margin-right: 1rem;
  }
  
  [dir="ltr"] .form-control-lg::file-selector-button {
    margin-right: 1rem;
  }
  
  [dir="rtl"] .form-control-lg::-webkit-file-upload-button {
    margin-left: 1rem;
  }
  
  [dir="rtl"] .form-control-lg::file-selector-button {
    margin-left: 1rem;
  }
  
  .form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
  }
  
  .form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
  }
  
  [dir="ltr"] .form-control-lg::-webkit-file-upload-button {
    margin-right: 1rem;
  }
  
  [dir="rtl"] .form-control-lg::-webkit-file-upload-button {
    margin-left: 1rem;
  }
  
  .form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
  }
  
  textarea.form-control {
    min-height: calc(2.7em + .75rem + 2px);
  }
  
  textarea.form-control-sm {
    min-height: calc(2.7em + .5rem + 2px);
  }
  
  textarea.form-control-lg {
    min-height: calc(2.7em + 1rem + 2px);
  }
  
  .form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem;
  }
  
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
  }
  
  .form-control-color::-moz-color-swatch {
    height: 2.7em;
    border-radius: .25rem;
  }
  
  .form-control-color::-webkit-color-swatch {
    height: 2.7em;
    border-radius: .25rem;
  }
  
  .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: calc(1.285rem + .42vw);
    font-weight: 400;
    line-height: 2.7;
    color: #000000;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  .form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none;
  }
  
  .form-select:disabled {
    background-color: #e9ecef;
  }
  
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000;
  }
  
  .form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 1.2rem;
    border-radius: .2rem;
  }
  
  .form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: calc(1.305rem + .66vw);
    border-radius: .3rem;
  }
  
  .form-check {
    display: block;
    min-height: 2.4rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
  }
  
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
  }
  
  .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact;
  }
  
  .form-check-input[type="checkbox"] {
    border-radius: .25em;
  }
  
  .form-check-input[type="radio"] {
    border-radius: 50%;
  }
  
  .form-check-input:active {
    filter: brightness(90%);
  }
  
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  .form-check-input:checked {
    background-color: #133874;
    border-color: #133874;
  }
  
  .form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  
  .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #133874;
    border-color: #133874;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }
  
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }
  
  .form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
    opacity: .5;
  }
  
  .form-switch {
    padding-left: 2.5em;
  }
  
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
  }
  
  .form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
  }
  
  .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  }
  
  .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  
  .btn-check[disabled]+.btn,.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65;
  }
  
  .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  
  .form-range:focus {
    outline: 0;
  }
  
  .form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #ffffff, rgba(0, 0, 0, 0);
  }
  
  .form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #ffffff, rgba(0, 0, 0, 0);
  }
  
  .form-range::-moz-focus-outer {
    border: 0;
  }
  
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #133874;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
  }
  
  .form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
  }
  
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #133874;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
  }
  
  .form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
  }
  
  .form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  
  .form-range:disabled {
    pointer-events: none;
  }
  
  .form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  
  .form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  
  .form-floating {
    position: relative;
  }
  
  .form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
  }
  
  .form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  }
  
  .form-floating>.form-control {
    padding: 1rem .75rem;
  }
  
  .form-floating>.form-control::-moz-placeholder {
    color: transparent;
  }
  
  .form-floating>.form-control::placeholder {
    color: transparent;
  }
  
  .form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
  }
  
  .form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
  }
  
  .form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
  }
  
  .form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
  }
  
  .form-floating>.form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
  }
  
  .form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-select ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
  }
  
  .form-floating>.form-control:-webkit-autofill ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-0.5rem) translateX(.15rem);
  }
  
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  
  .input-group>.form-control,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
  }
  
  .input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3;
  }
  
  .input-group .btn {
    position: relative;
    z-index: 2;
  }
  
  .input-group .btn:focus {
    z-index: 3;
  }
  
  .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: calc(1.285rem + .42vw);
    font-weight: 400;
    line-height: 2.7;
    color: #000000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
  }
  
  .input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: calc(1.305rem + .66vw);
    border-radius: .3rem;
  }
  
  .input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 1.2rem;
    border-radius: .2rem;
  }
  
  .input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem;
  }
  
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: white;
    padding: 1rem;
    border-radius: 8px;
    width: 85%;
  }
  
  .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754;
  }
  
  .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem;
  }
  
  .was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:valid,.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(2.7em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.675em + .1875rem) center;
    background-size: calc(1.35em + .375rem) calc(1.35em + .375rem);
  }
  
  .was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
  }
  
  .was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(2.7em + .75rem);
    background-position: top calc(.675em + .1875rem) right calc(.675em + .1875rem);
  }
  
  .was-validated .form-select:valid,.form-select.is-valid {
    border-color: #198754;
  }
  
  .was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1.35em + .375rem) calc(1.35em + .375rem);
  }
  
  .was-validated .form-select:valid:focus,.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
  }
  
  .was-validated .form-check-input:valid,.form-check-input.is-valid {
    border-color: #198754;
  }
  
  .was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked {
    background-color: #198754;
  }
  
  .was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
  }
  
  .was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
  }
  
  .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em;
  }
  
  .was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid {
    z-index: 1;
  }
  
  .was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus {
    z-index: 3;
  }
  
  .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #f52466;
  }
  
  .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 1.2rem;
    color: #ffffff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
  }
  
  .was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  
  .was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #f52466;
    padding-right: calc(2.7em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.675em + .1875rem) center;
    background-size: calc(1.35em + .375rem) calc(1.35em + .375rem);
  }
  
  .was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #f52466;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
  }
  
  .was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(2.7em + .75rem);
    background-position: top calc(.675em + .1875rem) right calc(.675em + .1875rem);
  }
  
  .was-validated .form-select:invalid,.form-select.is-invalid {
    border-color: #f52466;
  }
  
  .was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(1.35em + .375rem) calc(1.35em + .375rem);
  }
  
  .was-validated .form-select:invalid:focus,.form-select.is-invalid:focus {
    border-color: #f52466;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
  }
  
  .was-validated .form-check-input:invalid,.form-check-input.is-invalid {
    border-color: #f52466;
  }
  
  .was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked {
    background-color: #f52466;
  }
  
  .was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
  }
  
  .was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #f52466;
  }
  
  .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em;
  }
  
  .was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid {
    z-index: 2;
  }
  
  .was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus {
    z-index: 3;
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: calc(1.285rem + .42vw);
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .btn:hover {
    color: #000000;
  }
  
  .btn-check:focus+.btn,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  .btn:disabled,.btn.disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65;
  }
  
  .btn-primary {
    color: #ffffff;
    background-color: #133874;
    border-color: #133874;
  }
  
  .btn-primary:hover {
    color: #ffffff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
  }
  
  .btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #ffffff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
  }
  
  .btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0a58ca;
    border-color: #0a53be;
  }
  
  .btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
  }
  
  .btn-primary:disabled,.btn-primary.disabled {
    color: #ffffff;
    background-color: #133874;
    border-color: #133874;
  }
  
  .btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64;
  }
  
  .btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #ffffff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
  }
  
  .btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #565e64;
    border-color: #51585e;
  }
  
  .btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
  }
  
  .btn-secondary:disabled,.btn-secondary.disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-success {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
  }
  
  .btn-success:hover {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
  }
  
  .btn-check:focus+.btn-success,.btn-success:focus {
    color: #ffffff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
  }
  
  .btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #146c43;
    border-color: #13653f;
  }
  
  .btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
  }
  
  .btn-success:disabled,.btn-success.disabled {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
  }
  
  .btn-info {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-info:hover {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
  }
  
  .btn-check:focus+.btn-info,.btn-info:focus {
    color: #000000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
  }
  
  .btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle {
    color: #000000;
    background-color: #3dd5f3;
    border-color: #25cff2;
  }
  
  .btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
  }
  
  .btn-info:disabled,.btn-info.disabled {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-warning {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-warning:hover {
    color: #000000;
    background-color: #ffca2c;
    border-color: #ffc720;
  }
  
  .btn-check:focus+.btn-warning,.btn-warning:focus {
    color: #000000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
  }
  
  .btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #ffcd39;
    border-color: #ffc720;
  }
  
  .btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
  }
  
  .btn-warning:disabled,.btn-warning.disabled {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-danger {
    color: #ffffff;
    background-color: #f52466;
    border-color: #f52466;
  }
  
  .btn-danger:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
  }
  
  .btn-check:focus+.btn-danger,.btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
  }
  
  .btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834;
  }
  
  .btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
  }
  
  .btn-danger:disabled,.btn-danger.disabled {
    color: #ffffff;
    background-color: #f52466;
    border-color: #f52466;
  }
  
  .btn-light {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-light:hover {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
  }
  
  .btn-check:focus+.btn-light,.btn-light:focus {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
  }
  
  .btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
  }
  
  .btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
  }
  
  .btn-light:disabled,.btn-light.disabled {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-dark {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
  }
  
  .btn-dark:hover {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
  }
  
  .btn-check:focus+.btn-dark,.btn-dark:focus {
    color: #ffffff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
  }
  
  .btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1a1e21;
    border-color: #191c1f;
  }
  
  .btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
  }
  
  .btn-dark:disabled,.btn-dark.disabled {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
  }
  
  .btn-outline-primary {
    color: #133874;
    border-color: #133874;
  }
  
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #133874;
    border-color: #133874;
  }
  
  .btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
  }
  
  .btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #133874;
    border-color: #133874;
  }
  
  .btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
  }
  
  .btn-outline-primary:disabled,.btn-outline-primary.disabled {
    color: #133874;
    background-color: transparent;
  }
  
  .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
  }
  
  .btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  
  .btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
  }
  
  .btn-outline-secondary:disabled,.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
  }
  
  .btn-outline-success {
    color: #198754;
    border-color: #198754;
  }
  
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
  }
  
  .btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
  }
  
  .btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show {
    color: #ffffff;
    background-color: #198754;
    border-color: #198754;
  }
  
  .btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
  }
  
  .btn-outline-success:disabled,.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
  }
  
  .btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-outline-info:hover {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
  }
  
  .btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show {
    color: #000000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
  }
  
  .btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
  }
  
  .btn-outline-info:disabled,.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
  }
  
  .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-outline-warning:hover {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
  }
  
  .btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show {
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
  }
  
  .btn-outline-warning:disabled,.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
  }
  
  .btn-outline-danger {
    color: #f52466;
    border-color: #f52466;
  }
  
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #f52466;
    border-color: #f52466;
  }
  
  .btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
  }
  
  .btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show {
    color: #ffffff;
    background-color: #f52466;
    border-color: #f52466;
  }
  
  .btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
  }
  
  .btn-outline-danger:disabled,.btn-outline-danger.disabled {
    color: #f52466;
    background-color: transparent;
  }
  
  .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-outline-light:hover {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
  }
  
  .btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  
  .btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
  }
  
  .btn-outline-light:disabled,.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  
  .btn-outline-dark {
    color: #212529;
    border-color: #212529;
  }
  
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
  }
  
  .btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
  }
  
  .btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show {
    color: #ffffff;
    background-color: #212529;
    border-color: #212529;
  }
  
  .btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
  }
  
  .btn-outline-dark:disabled,.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
  }
  
  .btn-link {
    font-weight: 400;
    color: #133874;
    text-decoration: underline;
  }
  
  .btn-link:hover {
    color: #0a58ca;
  }
  
  .btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
  }
  
  .btn-lg,.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: calc(1.305rem + .66vw);
    border-radius: .3rem;
  }
  
  .btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: 1.2rem;
    border-radius: .2rem;
  }
  
  .fade {
    transition: opacity .15s linear;
  }
  
  .fade:not(.show) {
    opacity: 0;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  .collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
  }
  
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease;
  }
  
  .dropup,.dropend,.dropdown,.dropstart {
    position: relative;
  }
  
  .dropdown-toggle {
    white-space: nowrap;
  }
  
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
  
  .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: calc(1.285rem + .42vw);
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }
  
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem;
  }
  
  .dropdown-menu-start {
    --bs-position: start;
  }
  
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  
  .dropdown-menu-end {
    --bs-position: end;
  }
  
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  
  .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
  }
  
  .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
  }
  
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
  }
  
  .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
  }
  
  .dropend .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropend .dropdown-toggle::after {
    vertical-align: 0;
  }
  
  .dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
  }
  
  .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
  }
  
  .dropstart .dropdown-toggle::after {
    display: none;
  }
  
  .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
  }
  
  .dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  
  .dropstart .dropdown-toggle::before {
    vertical-align: 0;
  }
  
  .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover,.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
  }
  
  .dropdown-item.active,.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #133874;
  }
  
  .dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529;
  }
  
  .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15);
  }
  
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
  }
  
  .dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .15);
  }
  
  .dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
    background-color: #133874;
  }
  
  .dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
  }
  
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15);
  }
  
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
  }
  
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
  }
  
  .btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  
  .btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
  }
  
  .btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1;
  }
  
  .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .btn-toolbar .input-group {
    width: auto;
  }
  
  .btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
  }
  
  .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
  }
  
  .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after {
    margin-left: 0;
  }
  
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0;
  }
  
  .btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
  }
  
  .btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  
  .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  
  .btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%;
  }
  
  .btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
  }
  
  .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical>.btn ~ .btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #133874;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
  
  .nav-link:hover,.nav-link:focus {
    color: #0a58ca;
  }
  
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  
  .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  
  .nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
  }
  
  .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  
  .nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
  }
  
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .25rem;
  }
  
  .nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #133874;
  }
  
  .nav-fill>.nav-link,.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  
  .nav-justified>.nav-link,.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  
  .nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%;
  }
  
  .tab-content>.tab-pane {
    display: none;
  }
  
  .tab-content>.active {
    display: block;
  }
  
  .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  
  .navbar>.container,.navbar>.container-fluid,.navbar>.container-sm {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }
  
  .navbar-brand {
    padding-top: .35rem;
    padding-bottom: .35rem;
    margin-right: 1rem;
    font-size: calc(1.305rem + .66vw);
    text-decoration: none;
    white-space: nowrap;
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  
  .navbar-nav .dropdown-menu {
    position: static;
  }
  
  .navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: calc(1.305rem + .66vw);
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
  }
  
  .navbar-toggler:hover {
    text-decoration: none;
  }
  
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  
  .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  
  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  
  .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  
  .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  
  .navbar-expand .navbar-toggler {
    display: none;
  }
  
  .navbar-expand .offcanvas-header {
    display: none;
  }
  
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  
  .navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
  }
  
  .navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, .7);
  }
  
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3);
  }
  
  .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1);
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55);
  }
  
  .navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-dark .navbar-brand {
    color: #ffffff;
  }
  
  .navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #ffffff;
  }
  
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55);
  }
  
  .navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75);
  }
  
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
  }
  
  .navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55);
  }
  
  .navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #ffffff;
  }
  
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
  }
  
  .card>hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  
  .card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }
  
  .card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
  }
  
  .card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0;
  }
  
  .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  
  .card-title {
    margin-bottom: .5rem;
  }
  
  .card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link+.card-link {
    margin-left: 1rem;
  }
  
  .card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
  }
  
  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
  }
  
  .card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
  }
  
  .card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px);
  }
  
  .card-img,.card-img-top,.card-img-bottom {
    width: 100%;
  }
  
  .card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }
  
  .card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
  }
  
  .card-group>.card {
    margin-bottom: 15px;
  }
  
  .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: calc(1.285rem + .42vw);
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  }
  
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
  }
  
  .accordion-button:hover {
    z-index: 2;
  }
  
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  }
  
  .accordion-header {
    margin-bottom: 0;
  }
  
  .accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125);
  }
  
  .accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }
  
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }
  
  .accordion-item:not(:first-of-type) {
    border-top: 0;
  }
  
  .accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
  }
  
  .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .accordion-body {
    padding: 1rem 1.25rem;
  }
  
  .accordion-flush .accordion-collapse {
    border-width: 0;
  }
  
  .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
  
  .accordion-flush .accordion-item:first-child {
    border-top: 0;
  }
  
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0;
  }
  
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
  }
  
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
  }
  
  .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    /* content: var(--bs-breadcrumb-divider, "/"); rtl: var(--bs-breadcrumb-divider, "/") */
  }
  
  .breadcrumb-item.active {
    color: #6c757d;
  }
  
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
  }
  
  .page-link {
    position: relative;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
  
  .page-link:hover {
      z-index: 2;
      color: linear-gradient(0deg, rgba(255, 255, 255, .0001), rgba(255, 255, 255, .0001)), #001560;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0);
  }
  
  .page-link:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #001560;
    outline: 0;
    box-shadow: rgba(0, 0, 0, 0);
  }
  
  .page-item:not(:first-child) .page-link {
    margin-left: -1px;
  }
  
  .page-item.active .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #001560;
    border-color: linear-gradient(0deg, rgba(255, 255, 255, .0001), rgba(255, 255, 255, .0001)), #001560;
  }
  
  .page-item.disabled .page-link {
    color: rgba(85, 85, 85, .2);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
  
  .page-link {
    padding: 7px 15px;
  }
  
  .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  
  .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: calc(1.305rem + .66vw);
  }
  
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
  
  .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.2rem;
  }
  
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
  }
  
  .badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
  }
  
  .badge:empty {
    display: none;
  }
  
  .btn .badge {
    position: relative;
    top: -1px;
  }
  
  .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  
  .alert-heading {
    color: inherit;
  }
  
  .alert-link {
    font-weight: 700;
  }
  
  .alert-dismissible {
    padding-right: 3rem;
  }
  
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }
  
  .alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
  }
  
  .alert-primary .alert-link {
    color: #06357a;
  }
  
  .alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
  }
  
  .alert-secondary .alert-link {
    color: #34383c;
  }
  
  .alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
  }
  
  .alert-success .alert-link {
    color: #0c4128;
  }
  
  .alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
  }
  
  .alert-info .alert-link {
    color: #04414d;
  }
  
  .alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
  }
  
  .alert-warning .alert-link {
    color: #523e02;
  }
  
  .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
  }
  
  .alert-danger .alert-link {
    color: #6a1a21;
  }
  
  .alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
  }
  
  .alert-light .alert-link {
    color: #4f5050;
  }
  
  .alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
  }
  
  .alert-dark .alert-link {
    color: #101214;
  }
  
  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  @keyframes progress-bar-stripes {
    0% {
      background-position-x: 1rem;
    }
  }
  
  .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 1.2rem;
    background-color: #e9ecef;
    border-radius: .25rem;
  }
  
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #133874;
    transition: width .6s ease;
  }
  
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
  
  .progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
            animation: 1s linear infinite progress-bar-stripes;
  }
  
  .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
  }
  
  .list-group-numbered {
    list-style-type: none;
    counter-reset: section;
  }
  
  .list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
  }
  
  .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  
  .list-group-item-action:hover,.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  
  .list-group-item-action:active {
    color: #000000;
    background-color: #e9ecef;
  }
  
  .list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .125);
  }
  
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  
  .list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #ffffff;
  }
  
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #133874;
    border-color: #133874;
  }
  
  .list-group-item+.list-group-item {
    border-top-width: 0;
  }
  
  .list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  
  .list-group-horizontal {
    flex-direction: row;
  }
  
  .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  
  .list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  
  .list-group-horizontal>.list-group-item.active {
    margin-top: 0;
  }
  
  .list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  
  .list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  
  .list-group-flush {
    border-radius: 0;
  }
  
  .list-group-flush>.list-group-item {
    border-width: 0 0 1px;
  }
  
  .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
  }
  
  .list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
  }
  
  .list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
  }
  
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #084298;
    border-color: #084298;
  }
  
  .list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
  }
  
  .list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
  }
  
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #41464b;
    border-color: #41464b;
  }
  
  .list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
  }
  
  .list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
  }
  
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #0f5132;
    border-color: #0f5132;
  }
  
  .list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
  }
  
  .list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
  }
  
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #055160;
    border-color: #055160;
  }
  
  .list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
  }
  
  .list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
  }
  
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #664d03;
    border-color: #664d03;
  }
  
  .list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
  }
  
  .list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
  }
  
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #842029;
    border-color: #842029;
  }
  
  .list-group-item-light {
    color: #636464;
    background-color: #fefefe;
  }
  
  .list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
  }
  
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #636464;
    border-color: #636464;
  }
  
  .list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
  }
  
  .list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
  }
  
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #141619;
    border-color: #141619;
  }
  
  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
  }
  
  .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: .75;
  }
  
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
  }
  
  .btn-close:disabled,.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    opacity: .25;
  }
  
  .btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
  }
  
  .toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }
  
  .toast.showing {
    opacity: 0;
  }
  
  .toast:not(.show) {
    display: none;
  }
  
  .toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
  }
  
  .toast-container>:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }
  
  .toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem;
  }
  
  .toast-body {
    padding: .75rem;
    word-wrap: break-word;
  }
  
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
  }
  
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
  }
  
  .modal.show .modal-dialog {
    transform: none;
  }
  
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  
  .modal-dialog-scrollable {
    height: calc(100% - 1rem);
  }
  
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
  }
  
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: .5;
  }
  
  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }
  
  .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  
  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
  }
  
  .modal-footer>* {
    margin: .25rem;
  }
  
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  
  .modal-fullscreen .modal-header {
    border-radius: 0;
  }
  
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
  
  [dir="ltr"] .tooltip {
    text-align: left;
  }
  
  [dir="rtl"] .tooltip {
    text-align: right;
  }
  
  .tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.2rem;
    word-wrap: break-word;
    opacity: 0;
  }
  
  .tooltip.show {
    opacity: .9;
  }
  
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
  }
  
  .tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: .4rem 0;
  }
  
  .bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
  }
  
  .bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000000;
  }
  
  .bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 .4rem;
  }
  
  .bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
  }
  
  .bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000000;
  }
  
  .bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: .4rem 0;
  }
  
  .bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
  }
  
  .bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000000;
  }
  
  .bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 .4rem;
  }
  
  .bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
  }
  
  .bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000000;
  }
  
  .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: .25rem;
  }
  
  [dir="ltr"] .popover {
    text-align: left;
  }
  
  [dir="rtl"] .popover {
    text-align: right;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0 /* rtl:ignore */;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.2rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
  }
  
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
  }
  
  .popover .popover-arrow::before,.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  
  .bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-.5rem - 1px);
  }
  
  .bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
  }
  
  .bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #ffffff;
  }
  
  .bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
  }
  
  .bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
  }
  
  .bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #ffffff;
  }
  
  .bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-.5rem - 1px);
  }
  
  .bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
  }
  
  .bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #ffffff;
  }
  
  .bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
  }
  
  .bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
  }
  
  .bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
  }
  
  .bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #ffffff;
  }
  
  .popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: calc(1.285rem + .42vw);
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }
  
  .popover-header:empty {
    display: none;
  }
  
  .popover-body {
    padding: 1rem 1rem;
    color: #000000;
  }
  
  .carousel {
    position: relative;
  }
  
  .carousel.pointer-event {
    touch-action: pan-y;
  }
  
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  
  .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform .6s ease-in-out;
  }
  
  .carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block;
  }
  
  .carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    transform: translateX(100%);
  }
  
  .carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    transform: translateX(-100%);
  }
  
  .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  
  .carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
  }
  
  .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
  }
  
  .carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
  }
  
  .carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }
  
  .carousel-control-prev {
    left: 0;
  }
  
  .carousel-control-next {
    right: 0;
  }
  
  .carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
  }
  
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
  }
  
  .carousel-indicators .active {
    opacity: 1;
  }
  
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ffffff;
    text-align: center;
  }
  
  .carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
  }
  
  .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000000;
  }
  
  .carousel-dark .carousel-caption {
    color: #000000;
  }
  
  @-webkit-keyframes spinner-border {
    to {
      transform: rotate(360deg); /* rtl:ignore */
    }
  }
  
  @keyframes spinner-border {
    to {
      transform: rotate(360deg); /* rtl:ignore */
    }
  }
  
  .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
            animation: .75s linear infinite spinner-border;
  }
  
  .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
  }
  
  @-webkit-keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
      transform: none;
    }
  }
  
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
  
    50% {
      opacity: 1;
      transform: none;
    }
  }
  
  .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
            animation: .75s linear infinite spinner-grow;
  }
  
  .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  
  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #ffffff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
  }
  
  .offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
  }
  
  .offcanvas-backdrop.fade {
    opacity: 0;
  }
  
  .offcanvas-backdrop.show {
    opacity: .5;
  }
  
  .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
  }
  
  .offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
  }
  
  .offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
  }
  
  .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
  }
  
  .offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%);
  }
  
  .offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%);
  }
  
  .offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%);
  }
  
  .offcanvas.show {
    transform: none;
  }
  
  .product-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .slick-list:focus {
    outline: none;
  }
  
  .slick-list.dragging {
    cursor: pointer;
  }
  
  .product-slider .slick-track,.product-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  
  .slick-track:before,.slick-track:after {
    content: "";
    display: table;
  }
  
  .slick-track:after {
    clear: both;
  }
  
  .slick-loading .slick-track {
    visibility: hidden;
  }
  
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
  }
  
  [dir="rtl"] .slick-slide {
    float: right;
  }
  
  .slick-slide img {
    display: block;
  }
  
  .slick-slide.slick-loading img {
    display: none;
  }
  
  .slick-slide.dragging img {
    pointer-events: none;
  }
  
  .slick-initialized .slick-slide {
    display: block;
  }
  
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  
  .slick-arrow.slick-hidden {
    display: none;
  }
  
  [class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-CTA:before {
    content: "\e924";
  }
  
  .icon-android:before {
    content: "\e907";
  }
  
  .icon-apple:before {
    content: "\e908";
  }
  
  .icon-award:before {
    content: "\e909";
  }
  
  .icon-bottom-shev:before {
    content: "\e90a";
  }
  
  .icon-burger:before {
    content: "\e90b";
  }
  
  .icon-check:before {
    content: "\e90c";
  }
  
  .icon-check-rounded:before {
    content: "\e90d";
  }
  
  .icon-check-w:before {
    content: "\e90e";
  }
  
  .icon-close:before {
    content: "\e90f";
  }
  
  .icon-close-w:before {
    content: "\e910";
  }
  
  .icon-download:before {
    content: "\e911";
  }
  
  .icon-download-w:before {
    content: "\e912";
  }
  
  .icon-folder:before {
    content: "\e913";
  }
  
  .icon-info-rounded:before {
    content: "\e914";
  }
  
  .icon-input:before {
    content: "\e915";
  }
  
  .icon-left-shew:before {
    content: "\e916";
  }
  
  .icon-letter:before {
    content: "\e917";
  }
  
  .icon-mail-security:before {
    content: "\e918";
  }
  
  .icon-minus:before {
    content: "\e919";
  }
  
  .icon-minus-w:before {
    content: "\e91a";
  }
  
  .icon-output:before {
    content: "\e91b";
  }
  
  .icon-phone:before {
    content: "\e91c";
  }
  
  .icon-planet:before {
    content: "\e91d";
  }
  
  .icon-play1:before {
    content: "\e91e";
  }
  
  .icon-play2:before {
    content: "\e91f";
  }
  
  .icon-play3:before {
    content: "\e920";
  }
  
  .icon-plus:before {
    content: "\e921";
  }
  
  .icon-plus-w:before {
    content: "\e922";
  }
  
  .icon-quote:before {
    content: "\e923";
  }
  
  .icon-rating-star-empty:before {
    content: "\e925";
  }
  
  .icon-rating-star-full:before {
    content: "\e926";
  }
  
  .icon-rating-star-half:before {
    content: "\e927";
  }
  
  .icon-right-arrow-long:before {
    content: "\e928";
  }
  
  .icon-right-arrow-short:before {
    content: "\e929";
  }
  
  .icon-right-arrow-short-w:before {
    content: "\e92a";
  }
  
  .icon-right-shev:before {
    content: "\e92b";
  }
  
  .icon-right-shevw:before {
    content: "\e92c";
  }
  
  .icon-rocket:before {
    content: "\e92d";
  }
  
  .icon-search:before {
    content: "\e92e";
  }
  
  .icon-top-shev:before {
    content: "\e92f";
  }
  
  .icon-warning-rounded:before {
    content: "\e930";
  }
  
  .icon-warning-triangle:before {
    content: "\e931";
  }
  
  .icon-windows:before {
    content: "\e932";
  }
  
  .icon-facebook:before {
    content: "\e900";
  }
  
  .icon-instagram:before {
    content: "\e901";
  }
  
  .icon-linkedin:before {
    content: "\e902";
  }
  
  .icon-pinterest:before {
    content: "\e903";
  }
  
  .icon-rss:before {
    content: "\e904";
  }
  
  .icon-twitter:before {
    content: "\e905";
  }
  
  .icon-youtube:before {
    content: "\e906";
  }
  
  html {
    box-sizing: border-box;
  }
  
  *,*:before,*:after {
    box-sizing: inherit;
  }
  
  .hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
  }
  
  .visually-hidden:not(:focus):not(:active),input.visually-hidden[type="checkbox"],input.visually-hidden[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  
  html {
    font-size: 10px;
  }
  
  body {
    color: #000000;
    font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
  
  a {
    transition: color .35s cubic-bezier(.3, .86, .36, .95);
    color: #133874;
    text-decoration: underline;
  }
  
  a:hover {
    color: #0a58ca;
  }
  
  ul,ol,dl,p {
    margin: 0 0 1rem;
  }
  
  input[type='text'],input[type='email'],input[type='tel'],input[type='tel'],input[type='number'],input[type='password'],textarea,select {
    transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
    border: 1px solid transparent;
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    min-width: 0;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
  }
  
  input[type='text']:focus,input[type='text']:hover,input[type='email']:focus,input[type='email']:hover,input[type='tel']:focus,input[type='tel']:hover,input[type='tel']:focus,input[type='tel']:hover,input[type='number']:focus,input[type='number']:hover,input[type='password']:focus,input[type='password']:hover,textarea:focus,textarea:hover,select:focus,select:hover {
    box-shadow: none;
    outline: none;
    border-color: #ffffff;
  }
  
  .light-header .main-header {
    top: 0;
    padding: 15px 0;
    background: transparent;
  }
  
  .light-header .main-header #logoText,.light-header .main-header #logoTextStroke {
    fill: #000000;
  }
  
  .light-header .main-header .icon-burger {
    color: #000000;
  }
  
  .light-header .main-header .navbar .navbar-nav .nav-link.focus-visible {
    outline: none !important;
  }
  
  .light-header .main-header .navbar .navbar-nav .nav-link:focus-visible {
    outline: none !important;
  }
  
  .light-header .main-header .secondary-nav {
    z-index: 9999;
  }
  
  .light-header .main-header .secondary-nav .btn-group {
    display: none !important;
  }
  
  .light-header .main-header .secondary-nav .btn-group .link {
    color: #000000;
  }
  
  .light-header .main-header .secondary-nav .btn-group .btn-contact {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #000000;
  }
  
  .light-header .main-header .secondary-nav .btn-group .btn-contact:hover {
    background-color: #ffffff;
    color: #000000;
  }
  
  .light-header .main-header .secondary-nav .search-form .search-opener {
    color: #000000;
  }
  
  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  
  .light-header .main-header {
    background: transparent;
  }
  
  .main-header.search-active .navbar .navbar-nav {
    opacity: 0 !important;
  }
  
  .main-header .container {
    max-width: 1330px;
  }
  
  .main-header .menu-opener {
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
  }
  
  .menu-opener img {
    width: 20px;
    height: 20px;
    margin-bottom: 4px;
  }
  
  .main-header {
    width: 100% !important;
    padding: 15px 0;
  }
  
  .main-header .header-holder {
    width: 100%;
    position: relative;
  }
  
  .main-header .header-holder>.navbar-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 140px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .main-header .header-holder>.navbar-brand svg {
    width: 100%;
  }
  
  .main-header .secondary-nav .btn-group .link {
    color: #ffffff;
    margin-right: 30px;
    display: inline-flex;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s linear;
  }
  
  .main-header .secondary-nav .btn-group .link:hover {
    color: #d82a64;
  }
  
  .main-header .secondary-nav .btn-group .btn-contact {
    font-size: 16px;
    border-radius: 6px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 8px;
    transition: all .3s linear;
  }
  
  .main-header .secondary-nav .btn-group .btn-contact:hover {
    border: 2px solid #000000;
    background-color: #000000;
    color: #ffffff;
  }
  
  .main-header .secondary-nav .search-form {
    position: relative;
  }
  
  .main-header .secondary-nav .search-form.active .search-slide {
    opacity: 1;
    visibility: visible;
  }
  
  .main-header .secondary-nav .search-form .search-opener {
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .main-header .secondary-nav .search-form .search-opener::after {
    display: none;
  }
  
  .main-header .secondary-nav .search-form .search-slide {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: auto !important;
    right: -1px !important;
    opacity: 0;
    visibility: hidden;
    width: 80vw;
  }
  
  .main-header .secondary-nav .search-form .search-slide .box {
    display: flex;
    position: relative;
    width: 100%;
  }
  
  .main-header .secondary-nav .search-form .search-slide .box input {
    border-radius: 4px;
    /* border: none; */
    padding: 5px 45px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .08);
  }
  
  .main-header .secondary-nav .search-form .search-slide .box button {
    border: none;
    background: transparent;
    color: #000000;
    position: absolute;
    top: 50%;
    display: flex;
    left: 8px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    font-size: 16px;
  }
  
  .main-header .secondary-nav .search-form .search-slide .box a {
    position: absolute;
    font-size: 16px;
  }
  
  .main-header .secondary-nav .search-form .search-slide .box a.search-opener {
    color: #000000;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .main-header .secondary-nav .search-form .search-slide .box button {
    position: absolute;
  }
  
  .main-header .navbar .navbar-nav {
    flex-direction: row;
    border-left: 1px solid rgba(255, 255, 255, .1);
  }
  
  .main-header .navbar .navbar-nav .nav-item {
    position: static;
    padding: 0 20px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    position: relative;
    transition: all .3s linear;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #d82a64;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link.show:before {
    transform: translateY(-50%) rotate(180deg);
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link.show::after {
    opacity: 1;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link.focus-visible {
    outline: none !important;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link:focus-visible {
    outline: none !important;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    display: block;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    border-top: none;
    opacity: 0;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link:before {
    content: "\e90a";
    font-family: icomoon;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    transform-origin: center center;
    transition: transform .3s ease;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu {
      position: absolute;
      width: 980px;
      right: 150px;
      border-radius: 8px;
      overflow: hidden;
      padding: 0;
      border: none;
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, 1);
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder {
    display: flex;
    width: 100%;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar {
    background: #eaf7fc;
    width: 250px;
    padding: 30px 25px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .aside-list {
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 30px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .aside-list li+li {
    margin-top: 10px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .aside-list a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .aside-list a:hover {
    color: #d82a64;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .title {
    font-weight: 400;
    font-size: 12px;
    color: rgba(85, 85, 85, .8);
    display: block;
    padding-left: 20px;
    margin-bottom: 18px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    transition: all .3s ease;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images:hover {
    opacity: .6;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
    border-radius: 8px;
    z-index: 2;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images img {
    width: 100%;
    z-index: 1;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images .link-text {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 15px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-sidebar .new-box .card-images .link-text:before {
    content: "\e92a";
    font-family: icomoon;
    position: absolute;
    right: 5px;
    bottom: -15px;
    transform: translateY(-50%);
    color: #d82a64;
    font-size: 12px;
    transition: all .3s ease;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-submenu-holder {
    display: flex;
    justify-content: space-between;
    padding: 30px 25px;
    width: calc(100% - 250px);
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .dropdown-submenu-col {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .col-title {
      font-weight: 500;
      letter-spacing: 0;
      font-size: 14px;
      color: rgba(85, 85, 85, .8);
      display: inline-block;
      transition: 0.3s;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder a .col-title:hover {
      color: #d82a64;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item {
    margin-bottom: 10px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0 5px 5px;
    position: relative;
    transition: all .3s ease;
    border-radius: 8px;
    text-decoration: none;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a:before {
    display: none;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a:hover {
    background-color: #f5f5f5;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .submenu-list .submenu-item > a .icon-box {
      width: 40px;
      margin-right: 10px;
      display: flex;
      justify-content: center;
      min-width: 40px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .icon-box img {
    width: 100%;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .submenu-list .submenu-item > a .icon-box i {
      font-size: 27px;
      padding-top: 3px;
      width: 30px;
      display: flex;
      justify-content: center;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .text-box h2,
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .text-box .h2, 
  .navbar .title.sm-title.d-block {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: -5px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .text-box h2 .sm,.main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .text-box .h2 .sm {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link+.dropdown-menu .dropdown-holder .submenu-list .submenu-item>a .text-box .subtitle {
    color: #555555;
    font-size: 14px;
  }
  
  .main-header #logoText,.main-header #logoTextStroke {
    fill: #ffffff;
  }
  
  .offcanvas-start {
    top: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 8px;
    width: calc(100vw - 30px);
    padding: 15px;
  }
  
  .offcanvas-start .offcanvas-header {
    padding: 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: row-reverse;
    padding-left: 20px;
  }
  
  .offcanvas-start .btn-close {
    background: transparent !important;
    font-weight: 900;
    color: #009fe3 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 0;
    margin-bottom: 1px;
  }
  
  .offcanvas-start .offcanvas-body {
    position: relative;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  
  .offcanvas-start .offcanvas-body .dropdown {
    position: static;
  }
  
  .offcanvas-start .offcanvas-body .nav-link {
    padding: 7px 20px;
    position: relative;
    font-size: 22px;
    border-radius: 4px;
    color: #000000;
  }
  
  .offcanvas-start .offcanvas-body .nav-link:hover {
    background: #f5f5f5;
    color: #d82a64;
  }
  
  .offcanvas-start .offcanvas-body .nav-link:hover:before {
    color: #000000;
  }
  
  .offcanvas-start .offcanvas-body .nav-link:after {
    display: none;
  }
  
  .offcanvas-start .offcanvas-body .nav-link:before {
    content: "\e92b";
    color: #000000;
    font-family: icomoon;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }
  
  .offcanvas-start .offcanvas-body .nav-link.focus-visible {
    outline: none !important;
  }
  
  .offcanvas-start .offcanvas-body .nav-link:focus-visible {
    outline: none !important;
  }
  
  .offcanvas-start .offcanvas-body .dropdown-menu {
    transform: translate(500px, 0) !important;
    transition: transform .3s ease;
    display: block !important;
    border: none;
    background: #ffffff;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding-left: 20px;
  }
  
  .offcanvas-start .offcanvas-body .dropdown-menu.show {
    transform: translate(0, 0) !important;
    width: 100%;
  }
  
  .offcanvas-start .offcanvas-body .dropdown-menu .dropdown-close {
    color: rgba(85, 85, 85, .8);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 12px;
  }
  
  .offcanvas-start .offcanvas-body .dropdown-menu .dropdown-close::before {
    content: "\e916";
    font-family: icomoon;
    left: -18px;
    position: absolute;
    color: #000000;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu li {
    padding: 6px 20px;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu a {
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    text-decoration: none;
    transition: all .3s ease;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu a:hover {
    color: #d82a64;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu h3,.offcanvas-start .offcanvas-body .offcanvas-submenu .h3 {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-bottom: 12px;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .text-box {
    max-width: 260px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .view-link {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .sub-list {
    padding-top: 15px;
    margin-bottom: 35px;
    background-color: #fff;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .sub-list li {
    padding: 6px 0;
    list-style: none;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .secondary-list li {
    padding: 4px 0;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .secondary-list a {
    font-weight: 500;
    font-size: 14px;
    color: #555555;
  }
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .sub-box a:hover h3{
      color: #d82a64;
  }
  
  
  .offcanvas-start .offcanvas-body .offcanvas-submenu .secondary-list a:hover {
    color: #d82a64;
  }
  
  .offcanvas-start .offcanvas-footer {
    padding-top: 40px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
  }
  
  .offcanvas-start .offcanvas-footer:before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    right: 0;
    top: 0;
    height: 1px;
    background: #000000;
    opacity: .1;
  }
  
  .offcanvas-start .offcanvas-footer .offcanvas-footer-menu {
    padding-left: 20px;
  }
  
  .offcanvas-start .offcanvas-footer .offcanvas-footer-menu a {
    color: #555555;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s linear;
  }
  
  .offcanvas-start .offcanvas-footer .offcanvas-footer-menu a:hover {
    color: #d82a64;
  }
  
  body {
    background-color: #ffffff;
    padding-right: 0 !important;
  }
  
  body.modal-open {
    overflow: visible !important;
  }
  
  body.dark-mode {
    background-color: #131b2f;
  }
  
  body.dark-mode .integrations-slider .integration-card {
    background-color: #ffffff;
  }
  
  body.dark-mode .integrations-section .title-box,body.dark-mode .solution-section .title-box,body.dark-mode .validation-section .title-box h3,body.dark-mode .validation-section .title-box .h3 {
    color: #ffffff;
  }
  
  body.dark-mode .accordion-holder .title-box h2,body.dark-mode .accordion-holder .title-box .h2 {
    color: #ffffff;
  }
  
  body.dark-mode .validation-section {
    background-color: #131b2f;
  }
  
  body.dark-mode .validation-section .testimonial-card {
    background-color: #1b2440;
    color: #ffffff;
  }
  
  body.dark-mode .validation-section .testimonial-card .blockquote-footer .author-box .name-box span.name {
    color: #ffffff;
  }
  
  body.dark-mode .validation-section .validation-section .title-box {
    color: #ffffff;
  }
  
  body.dark-mode .accordion-item {
    background-color: #1b2440;
    color: rgba(255, 255, 255, .5);
  }
  
  .wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1050;
  }
  
  .js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

   .news-tabs-section .js-tab-hidden {
    display: none !important;
  }
  
  .offcanvas-start {
    z-index: 10000;
  }
  
  .modal {
    z-index: 1049;
    padding-right: 0 !important;
  }
  
  .modal.show {
    z-index: 99999;
    display: flex;
  }
  
  /* .modal iframe {
    width: 100%;
    height: 100%;
  } */
  
  .modal .modal-header {
    border: none;
    background-color: #1b2440;
  }
  
  .modal .modal-header .btn-close {
    filter: invert(1);
  }
  
  .modal .modal-dialog.modal-fullscreen {
    margin: 0;
  }
  
  .modal .modal-dialog.modal-fullscreen .modal-body {
    background-color: #1b2440;
    max-height: calc(100vh - 36px);
    height: 100%;
    overflow-y: hidden;
    padding: 30px 20px;
  }
  
  .modal.modal-single .modal-dialog {
    display: flex;
    justify-content: center;
  }
  
  .modal.modal-single .modal-dialog .modal-content {
    max-width: 470px;
    width: 100%;
    border-radius: 8px;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-body {
    padding: 10px 40px;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 24px;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-body p {
    color: #555555;
    font-size: 16px;
    line-height: 1.5;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-footer {
    padding: 10px 40px 40px;
    border: none;
    display: flex;
    justify-content: space-between;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-footer .btn {
    width: calc(50% - 10px);
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-footer .btn-secondary {
    background-color: transparent;
    color: rgba(0, 0, 0, .7);
    border: none;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-footer .btn-secondary:hover {
    color: #000000;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-header {
    background: transparent;
    padding: 20px;
  }
  
  .modal.modal-single .modal-dialog .modal-content .modal-header .btn-close {
    filter: none;
  }
  
  .modal.modal-single.dark .modal-content {
    background: #131b2f;
    border-radius: 8px;
  }
  
  .modal.modal-single.dark .modal-content .modal-header {
    background: transparent;
  }
  
  .modal.modal-single.dark .modal-content .modal-header .btn-close {
    filter: invert(1);
  }
  
  .modal.modal-single.dark .modal-content .modal-footer .btn-secondary {
    color: rgba(255, 255, 255, .7);
  }
  
  .modal.modal-single.dark .modal-content .modal-footer .btn-secondary:hover {
    color: #ffffff;
  }
  
  .modal.modal-single.dark .modal-content .modal-body {
    padding: 10px 40px;
  }
  
  .modal.modal-single.dark .modal-content .modal-body .modal-title {
    font-size: 24px;
    color: #ffffff;
  }
  
  .modal.modal-single.dark .modal-content .modal-body p {
    color: rgba(255, 255, 255, .7);
  }
  
  main section:last-of-type {
    margin-bottom: 50px;
  }
  
  .partners-list li a {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .partners-list li a:hover img {
    /* opacity: 0.75 */
    transform: translateY(-5px)
  }
  
  .partners-list li img {
    height: 20px;
    width: auto;
    transition: 0.3s;
  }
  
  .main-footer .partners-list li img {
      height: 70px;
  }
  
  .download-link {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    padding-left: 30px;
    font-size: 16px;
    letter-spacing: -0.3px;
    font-weight: 500;
    color: #000000;
    transition: all .3s linear;
  }
  
  .download-link:hover {
    color: #d82a64;
  }
  
  .download-link::before {
    content: '\e912';
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  
  .main-footer {
    /*background: linear-gradient(360deg, #131b2f 0%, #1b2440 100%);*/
    position: relative;
    z-index: 2;
  }
  
  .main-footer .decor-box {
    width: 1034px;
    height: 1034px;
    background-size: cover;
    position: absolute;
    top: 375px;
    right: -335px;
  }
  
  .main-footer .cta-box {
    background: radial-gradient(54.35% 54.35% at 13.82% 7%, #4d2c93 0%, #001560 100%);
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    border-radius: 8px;
    text-align: center;
    padding: 80px 30px 67px;
    color: #ffffff;
    margin-bottom: 50px;
    transform: translateY(-50px);
  }
  
  .main-footer .cta-box .text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .main-footer .cta-box h2,.main-footer .cta-box .h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 16px;
  }
  
  .main-footer .cta-box p {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 24px;
  }
  
  .main-footer .container {
    position: relative;
  }
  
  .main-footer .footer-nav .nav-item {
    margin-bottom: 10px;
  }
  
  .main-footer .footer-nav .nav-item a {
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255,255,255,0.75);
    transition: 0.3s linear;
  }
  
  .main-footer .footer-nav .nav-item a:hover,
  .partners-box a:hover span {
    color: rgba(255,255,255,1);
  }
  
  .main-footer .social-list {
    margin-bottom: 40px;
  }
  
  .main-footer .social-list li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .main-footer .social-list li+li {
    margin-left: 20px;
  }
  
  .main-footer .social-list li a {
    font-size: 20px;
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
    transition: 0.3s linear;
  }
  
  .main-footer .social-list li a:hover {
    color: #ffffff;
    transform: translateY(-5px);
  }
  
  .main-footer .footer-title {
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
    transition: 0.3s;
  }
  
  .main-footer .footer-top {
    padding-bottom: 25px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  
  .main-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }
  
  .main-footer .footer-bottom .navbar-brand {
    margin-right: 18px;
  }
  
  .main-footer .footer-bottom a {
    text-decoration: none;
  }
  
  .main-footer .footer-bottom a.policies-link {
    color: rgba(255, 255, 255, 0.75);
    transition: 0.3s linear;
  }
  
  
  .main-footer .footer-bottom a.policies-link:hover {
    color: rgba(255, 255, 255, 1);
  }
  
  .main-footer .footer-bottom a.policies-link:not(last-of-type) {
    margin-right: 10px;
  }
  
  .main-footer .footer-bottom .copyright-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .main-footer .footer-bottom .copyright-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
  }
  
  .main-footer .footer-bottom .copyright-box p a {
    font-size: 14px;
    color: rgba(255, 255, 255, .55);
  }
  
  .main-footer .footer-bottom .copyright-box p a:hover {
    color: #ffffff;
  }
  
  .btn {
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
    font-size: 14px;
  }
  
  .btn.btn-single {
    background: linear-gradient(0deg, rgba(255, 255, 255, .0001), rgba(255, 255, 255, .0001)), #d82a64;
    border-radius: 4px;
    border: 2px solid #d82a64;
    color: #ffffff;
  }
  
  .btn.btn-single:hover {
    background-color: #ad2150;
    border-color: #ad2150;
    color: #fff;
  }
  
  .hero-section-04 .btn {
    margin-top: 1rem;
  }
  
  .btn.btn-outline-light {
    border-radius: 4px;
    border: 2px solid #d82a64;
    font-weight: 500;
    color: #d82a64;
  }
  
  .btn.btn-outline-light:hover {
    background-color: transparent;
    color: #000000;
    border: 2px solid #000000;
  }
  
  .btn.btn-outline-light:active {
    background-color: rgba(0, 0, 0, .1);
  }
  
  .btn.btn-outline-secondary {
    padding: 13px 20px;
    text-align: left;
    background-color: #009fe3;
    border-radius: 5px;
    border: 2px solid #009fe3;
    color: #000000;
  }
  
  .btn.btn-outline-secondary:hover {
    background-color: transparent;
    color: #009fe3;
  }
  
  .link-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #d82a64;
    font-weight: 500;
  }
  
  .link-more:hover {
    color: #d82a64;
  }
  
  .link-more:hover::after {
    transform: translateX(5px);
  }
  
  .link-more:after {
    content: "\e92a";
    color: #d82a64;
    font-family: icomoon;
    font-size: 14px;
    margin-left: 14px;
    transition: all .3s linear;
  }
  
  .hero-section {
    position: relative;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 20px;
    /* min-height: 600px; */
  }
  
  .hero-section.about {
    min-height: unset;
  }
  
  .hero-section.sm {
    min-height: 400px !important;
    padding-top: 100px;
  }
  
  .hero-section.sm h1,.hero-section.sm .h1 {
    font-size: 40px;
  }
  
  .light-header .hero-section {
    color: rgba(0, 0, 0, .8);
  }
  
  .hero-section .decor-box {
    position: absolute;
    right: -150px;
    z-index: 2;
  }
  
  .hero-section-01 .decor-box {
    position: absolute;
    z-index: 2;
    right: -325px;
    bottom: -210px;
  }
  
  .hero-section-01 .decor-box img {
   transform: scale(0.5);
   width: 1032px;
  }
  
  .hero-section.hero-section-01 .link {
    color: #df5483;
  }
  
  .hero-section.hero-section-01 .title-box .subtitle {
    color: rgba(255, 255, 255, .7);
  }
  
  .hero-section.hero-section-01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(54.35% 54.35% at 13.82% 7%, #4d2c93 0%, #001560 100%);
    mix-blend-mode: normal;
    opacity: .9;
    width: 100%;
    z-index: 1;
    bottom: 295px;
  }
  
  .hero-section.hero-section-01 .partners-box h3,
  .hero-section.hero-section-01 .partners-box h3 {
    color: #009fe3;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .hero-section.hero-section-01 .partners-box .partners-list {
    flex-wrap: wrap;
  }
  
  .hero-section.hero-section-01 .partners-box .partners-list li {
    margin: 0 30px 20px 0;
  }
  
  .hero-section.hero-section-01 .partners-box .partners-list li a {
    display: block;
  }
  
  .hero-section.hero-section-01 .partners-box .partners-list li a img {
    width: 100%;
  }
  
  .hero-section.hero-section-01 .video-box iframe {
      width: 100%;
      height: 163px;
      border-radius: 8px;
  }
  
  .hero-section.hero-section-01 .author-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-size: 14px;
    color: #555555;
  }
  
  .hero-section.hero-section-01 .author-box .avatar-box {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  
  .hero-section.hero-section-01 .author-box .avatar-box picture {
    width: 100%;
  }
  
  .hero-section.hero-section-01 .author-box .avatar-box picture img {
    width: 100%;
    height: auto;
  }
  
  .hero-section.hero-section-01 .hero-excerpt-box {
    font-size: 18px;
  }
  
  .hero-section.hero-section-01 .hero-excerpt-box .text-box {
    padding-top: 30px;
    position: relative;
  }
  
  .hero-section.hero-section-01 .hero-excerpt-box .text-box:before {
    content: '';
    background: #009fe3;
    position: absolute;
    opacity: .5;
    width: 60px;
    height: 1px;
    top: 0;
    left: 0;
  }
  
  .hero-section.hero-section-01.pb::before {
    bottom: 0;
  }
  
  .hero-section.hero-section-01.pb.article::before {
    bottom: 50px;
  }
  
  .hero-section.hero-section-01.pb .title-box .text-box {
    display: block;
  }
  
  .hero-section.hero-section-02 {
    display: flex;
    align-items: center;
  }
  
  .hero-section.hero-section-02.suite .img-box img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
  }
  
  .hero-section.hero-section-02.suite .img-box picture {
      width: 100%;
  }
  
  
  .hero-section.hero-section-02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 70px;
    background: radial-gradient(54.35% 54.35% at 13.82% 7%, #4d2c93 0%, #001560 100%);
    mix-blend-mode: normal;
    opacity: .9;
    width: 100%;
    z-index: 1;
  }
  
  .hero-section.hero-section-02.demo::before {
      bottom: 33px;
  }
  
  .hero-section.hero-section-02.sols-main::before {
    bottom: 80px;
  }
  
  .hero-section.hero-section-02 .rating-list {
    margin-right: 5px;
  }
  
  .hero-section.hero-section-02 .rating-box p {
    margin-right: 5px;
  }
  
  .hero-section.hero-section-02 .rating-box a {
    transition: all .3s linear;
  }
  
  .hero-section.hero-section-02 .rating-box a:hover {
    opacity: .6;
  }
  
  .hero-section.hero-section-03 {
    background-color: #ffffff;
  }
  
  .hero-section.hero-section-03:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: radial-gradient(54.35% 54.35% at 13.82% 7%, #4d2c93 0%, #001560 100%);
    opacity: .9;
  }
  
  .hero-section.hero-section-03 .title-box .subtitle {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-section.hero-section-03 .title-box h1,.hero-section.hero-section-03 .title-box .h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .hero-section.hero-section-04:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: radial-gradient(54.35% 54.35% at 13.82% 7%, #4d2c93 0%, #001560 100%);
    opacity: .9;
    height: 90%;
  }
  
  .hero-section.hero-section-04 .title-box .subtitle {
    color: rgba(255, 255, 255, .7);
  }
  
  .hero-section.hero-section-04 .title-box h1,.hero-section.hero-section-04 .title-box .h1 {
    font-weight: 700;
  }
  
  .hero-section.hero-section-04 .title-box p {
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .85);
  }
  
  .hero-section.hero-section-04 .integration-logo-box {
    margin-top: -20px;
  }
  
  .hero-section.hero-section-04 .integration-logo-box .img-box {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    border-radius: 8px;
    padding: 30px;
  }
  
  .hero-section.hero-section-04 .integration-logo-box img {
    max-width: 150px;
  }
  
  .hero-section.hero-section-04 .hero-content-block-4 {
    position: relative;
    padding-top: 30px;
  }
  
  .hero-section.hero-section-04+.column-content-section {
    padding: 60px 0;
  }
  
  .hero-section .container {
    position: relative;
    z-index: 4;
  }
  
  .hero-section .title-box {
    text-align: left;
  }
  
  .hero-section .hero-block .link-box-holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  
  .hero-section .hero-block .link-box-holder .link-box {
    padding-top: 20px;
    position: relative;
    width: calc(50% - 10px);
  }
  
  .hero-section .hero-block .link-box-holder .link-box:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    top: 0;
    left: 0;
    background: #3eddf7;
    opacity: .5;
  }
  
  .hero-section .hero-block .link-box-holder .link-box h4,.hero-section .hero-block .link-box-holder .link-box .h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px;
    color: #3eddf7;
    margin-bottom: 18px;
    letter-spacing: -0.7px;
  }
  
  .hero-section .hero-block .link-box-holder .link-box .link {
    color: #df5483;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s linear;
    font-size: 14px;
  }
  
  .hero-section .hero-block .link-box-holder .link-box .link:hover {
    opacity: .7;
  }
  
  .hero-section .hero-product-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
  }
  
  .hero-section .hero-product-row .text-box {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .hero-section .hero-product-row .text-box h4,.hero-section .hero-product-row .text-box .h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    color: rgba(255, 255, 255, .85);
  }
  
  .hero-section .hero-product-row .text-box p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .55);
  }
  
  .hero-section .hero-product-row .product-card-holder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .hero-section .hero-product-row .product-card-holder:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #131b2f;
    border-radius: 0 8px 8px 0;
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card {
    position: relative;
    z-index: 2;
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card a {
    color: rgba(255, 255, 255, .85);
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card a:hover:before {
    transform: translateY(-50%) translatex(5px);
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card a .icon-box {
    width: 40px;
    margin-right: 15px;
    margin-top: 5px;
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card a .icon-box img {
    width: 40px;
    height: auto;
  }
  
  .hero-section .hero-product-row .product-card-holder .product-card a p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .55);
  }
  
  .hero-content-block-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .hero-content-block-1 h1,.hero-content-block-1 .h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  
  .hero-content-block-1 .subtitle {
      font-size: 14px;
      color: hsla(0, 0%, 100%, 0.7);
      display: inline-block;
      margin-bottom: 14px;
  }
  
  .hero-content-block-1 .title-box {
    text-align: left;
    margin-bottom: 10px;
  }
  
  .hero-content-block-1 .title-box p, 
  .hero-content-block-1 .title-box h2 {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
    font-weight: 400;
  }
  
  .hero-content-block-1 .btn+.link {
    margin-left: 40px;
  }
  
  .hero-content-block-1 .link {
      color: #d82a64;
      text-decoration: none;
  }
  
  .hero-content-block-1 .rating-box {
    margin-top: 25px;
  }
  
  .suite .hero-content-block-1 .rating-box {
    margin-top: 0;
  }
  
  
  .hero-media-block-1 .video-box {
    position: relative;
  }
  
  .hero-media-block-1 .video-box .img-box {
    border-radius: 8px;
    overflow: hidden;
    height: 190px
  }
  
  .hero-media-block-1 .video-box .img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  .hero-media-block-1 .video-box .button-holder,
  .hero-media-block-2 .video-box .button-holder {
    position: absolute;
    display: flex;
  }
  
  .hero-media-block-1 .video-box .button-holder p,
  .hero-media-block-2 .video-box .button-holder p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-media-block-1 .video-box .button-holder .duration,
  .hero-media-block-2 .video-box .button-holder .duration {
    line-height: 1;
  }
  
  .hero-media-block-1 .video-box .button-holder button,
  .hero-media-block-2 .video-box .button-holder button {
    color: #ffffff;
  }
  
  .hero-media-block-1 .video-box .button-holder button:hover,
  .hero-media-block-2 .video-box .button-holder button:hover {
    opacity: .5;
  }
  
  .hero-media-block-2 {
    position: relative;
  }
  
  .hero-media-block-2.video-logo .video-box .img-box::before {
    display: none;
  }
  
  .hero-media-block-2.video-logo .video-box iframe {
    width: 100%;
  }
  
  .hero-media-block-2.video-logo .video-box video {
    width: 100%;
  }
  
  .hero-media-block-2 .video-box {
    width: 450px;
    height: 450px;
    position: relative;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
  }
  
  .sols-main .hero-media-block-2 .video-box {
    height: unset;
  }
  
  .hero-media-block-2.hero-media-block-3 .logo-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 190px;
  }
  
  .hero-media-block-2.hero-media-block-3 .logo-wrap .logo-holder {
    display: block;
    position: relative;
  }
  
  .hero-media-block-2.hero-media-block-3 .logo-wrap .logo {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    padding: 15px 10px;
  }
  
  .hero-media-block-2.hero-media-block-3 .logo-wrap .logo img {
    width: 100%;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm {
    margin: 0 auto;
    position: relative;
    z-index: 23;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder {
    position: absolute;
    display: flex;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder .text-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder .duration {
    line-height: 1;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder button i {
    position: relative;
    z-index: 222;
    color: #ffffff;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .button-holder button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #009fe3;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .img-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .img-box iframe {
    width: 100%;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .img-box:hover:before {
    opacity: 0;
    visibility: hidden;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .img-box:hover iframe {
    z-index: 22;
    position: relative;
  }
  
  .hero-media-block-2.hero-media-block-3 .video-sm .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
    transition: all .3s linear;
  }
  
  .hero-media-block-2 .video-box {
    position: relative;
  }
  
  .hero-media-block-2 .video-box .btn-holder {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    bottom: 90px;
    right: -50px;
  }
  
  .hero-media-block-2 .video-box .btn-holder:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #009fe3;
    opacity: .7;
  }
  
  .hero-media-block-2 .video-box .btn-holder p {
    position: relative;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .hero-media-block-2 .video-box .btn-holder .duration {
    position: relative;
  }
  
  .hero-media-block-2 .video-box .btn-holder .btn {
    position: absolute;
    left: 50%;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    font-size: 48px;
    color: #ffffff;
    transition: all .3s ease;
  }
  
  .hero-media-block-2 .video-box .btn-holder .btn:hover {
    opacity: .6;
  }
  
  .hero-media-block-2 .video-box.video-sm {
    position: relative;
    width: 100%;
  }
  
  .hero-media-block-2 .video-box.video-sm img {
    width: 100%;
    border-radius: 50%;
  }
  
  .hero-media-block-2 .video-box.video-sm.active .img-box {
    opacity: 0;
    visibility: hidden;
  }
  
  .hero-media-block-2 .video-box.video-sm.active .button-holder {
    opacity: 0;
    visibility: hidden;
  }
  
  .hero-media-block-2 .video-box.video-sm.active .video-holder {
    opacity: 1;
  }
  
  .hero-media-block-2 .video-box.video-sm .video-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
  }
  
  .hero-media-block-2 .video-box.video-sm .video-holder:hover {
    z-index: 8;
  }
  
  .hero-media-block-2 .video-box.video-sm .video-holder .video-item {
    width: 100%;
    height: 100%;
    transform: scale(1.03);
  }
  
  .hero-media-block-2 .video-box.video-sm .video-holder .video-item:hover {
    z-index: 5;
  }
  
  .hero-media-block-2 .video-box.video-sm .img-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  
  .hero-media-block-2 .video-box.video-sm .img-box:hover:before {
    visibility: hidden;
    opacity: 0;
  }
  
  .hero-media-block-2 .video-box.video-sm .img-box img {
    width: 100%;
  }
  
  .hero-media-block-2 .video-box.video-sm .button-holder {
    position: absolute;
    display: flex;
    z-index: 3;
  }
  
  .hero-media-block-2 .video-box.video-sm .button-holder p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-media-block-2 .video-box.video-sm .button-holder .duration {
    line-height: 1;
  }
  
  .hero-media-block-2 .video-box.video-sm .button-holder button:hover {
    opacity: .5;
  }
  
  .hero-media-block-3 .logo-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 190px;
  }
  
  .hero-media-block-3 .logo-wrap .logo-holder {
    display: block;
    position: relative;
  }
  
  .hero-media-block-3 .logo-wrap .logo {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    padding: 15px 10px;
  }
  
  .hero-media-block-3 .logo-wrap .logo img {
    width: 100%;
  }
  
  .hero-media-block-3 .video-sm {
    position: relative;
    z-index: 23;
  }
  
  .hero-media-block-3 .video-sm .button-holder {
    position: absolute;
    display: flex;
  }
  
  .hero-media-block-3 .video-sm .button-holder p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }
  
  .hero-media-block-3 .video-sm .button-holder .duration {
    line-height: 1;
  }
  
  .hero-media-block-3 .video-sm .button-holder button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, .5);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero-media-block-3 .video-sm .button-holder button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/play-svg.svg);
    background-size: cover;
    background-position: center center;
    z-index: 2;
  }
  
  .hero-media-block-3 .video-sm .button-holder button:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #009fe3;
  }
  
  .hero-media-block-3 .video-sm .img-box {
    position: relative;
  }
  
  .hero-media-block-3 .video-sm .img-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
  }
  
  .hero-section-product {
    position: relative;
  }
  
  .hero-section-product .product-decor-box {
      position: absolute;
      top: -150px;
      right: -220px;
      width: 548px;
      z-index: 1;
  }
  
  .hero-section-product .product-decor-box img {
    width: 100%;
  }
  
  .hero-section-product .title-box .subtitle {
      letter-spacing: -0.7px;
      font-size: 28px;
      color: #3eddf7;
      display: inline-block;
      margin-bottom: 15px;
      line-height: 35px;
      font-weight: 700;
      width: 75%;
      text-transform: none;
  }
  
  .hero-section-product .title-box .text-box {
    font-size: 18px;
    color: rgba(255, 255, 255, .85);
  }
  
  .hero-section-product .hero-media-block-3 {
    position: relative;
    padding: 45px 15px;
  }
  
  .hero-section-product .hero-media-block-3:before {
      content: '';
      width: 110vw;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 90px;
      background: #ffffff;
  }
  
  .hero-section-product .hero-media-block-3 .media-wraper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .hero-section-product .hero-media-block-3 .video-sm {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
  }
  
  .hero-section-product .hero-media-block-3 .video-sm iframe {
    width: 100%;
  }
  
  .hero-section-product .hero-media-block-3 .video-sm img {
    width: 100%;
    border-radius: 8px;
  }
  
  .hero-section-product .hero-media-block-3 .video-sm picture {
    width: 100%;
  }
  
  .hero-section-product .hero-media-block-3 .video-sm .video-holder {
    position: absolute;
  }
  
  .hero-section-product .hero-media-block-3 .logo-list {
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      justify-content: flex-start;
  }
  
  .hero-section-product .hero-media-block-3 .logo-list li a {
    opacity: .7;
    transition: all .3s linear;
  }
  
  .hero-section-product .hero-media-block-3 .logo-list li a:hover {
    opacity: 1;
  }
  
  .hero-section-product .hero-media-block-3 .logo-list li a img {
    width: 100%;
  }
  
  .rating-box {
    margin-bottom: 20px;
  }
  
  .rating-box .rating-list li {
    color: rgba(255, 255, 255, .85);
  }
  
  .rating-box .rating-list li+li {
    margin-left: 5px;
  }
  
  .rating-box .rating-info {
      color: rgba(255, 255, 255, .55);
      align-items: center;
      display: flex;
  }
  
  .rating-box .rating-info a {
      color: rgba(255, 255, 255, .85);
      text-decoration: none;
      font-size: 12px;
      font-weight: 500;
  }
  
  .rating-box .rating-info a:hover {
    color: #ffffff;
  }
  
  .light-header .hero-section::before {
    background: radial-gradient(54.02% 54.02% at 13.23% 7.96%, #f7fdff 0%, #eaf7fc 91.25%, #eaf7fc 100%);
  }
  
  .light-header .hero-section .title-box h1,.light-header .hero-section .title-box .h1 {
    color: #000000;
  }
  
  .light-header .hero-section .title-box .subtitle {
    color: #555555;
  }
  
  .light-header .hero-section .title-box p {
    color: #555555;
  }
  
  .light-header .hero-section .title-box p span.color {
    color: #df5483;
  }
  
  .accordion-section {
    padding: 50px 0;
  }
  
  .accordion-section .img-box .img-holder {
    width: 100%;
  }
  
  .accordion-section .img-box .img-holder.box-shadow{
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
      width: 100%;
  }
  
  .accordion-section .img-box .img-holder img {
    width: 100%;
    border-radius: 8px;
  }
  
  .accordion-section .img-box .img-holder picture {
    width: 100%;
    display: block;
  }
  
  .accordion-section .img-box .img-holder picture img {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  
  .accordion-section .title-box h2,.accordion-section .title-box .h2 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.7px;
    font-size: 32px;
    line-height: 40px;
  }
  
  .accordion-section .title-box p,
  .accordion-section .title-box h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #555555;
  }
  
  .chart-accordion-holder {
    position: relative;
    list-style: none;
    margin: 0;
    counter-reset: custom;
    min-height: 370px;
    display: flex;
    align-items: center;
  }
  
  .chart-accordion-holder ul {
    padding: 0;
    width: 100%;
  }
  
  .chart-accordion-holder li {
    transition: all .3s linear;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .chart-accordion-holder li.active {
    background-color: #f5f5f5;
  }
  
  .chart-accordion-holder li.active .opener:before {
    content: "\e919";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
  }
  
  .chart-accordion-holder li.active .opener::after {
    background-color: #ffffff;
    color: #009fe3;
  }
  
  .chart-accordion-holder li.active .media-box {
    opacity: 1;
  }
  
  .chart-accordion-holder .text-box {
    color: #555555;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px 30px;
  }
  
  .chart-accordion-holder .media-box {
    position: relative;
    opacity: 0;
  }
  
  .chart-accordion-holder .media-box .img-holder {
    position: relative;
    width: 100%;
  }
  
  .chart-accordion-holder .media-box img {
    width: 100%;
  }
  
  .chart-accordion-holder .media-box .button-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .chart-accordion-holder .media-box .button-holder .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .chart-accordion-holder .media-box .button-holder .text-box .duration {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
  }
  
  .chart-accordion-holder .media-box .button-holder .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }
  
  .chart-accordion-holder .media-box .button-holder .btn i {
    z-index: 2;
    color: #009fe3;
  }
  
  .chart-accordion-holder .media-box .button-holder .btn:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .chart-accordion-holder .media-box .button-holder .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    opacity: .6;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .chart-accordion-holder .opener {
    text-decoration: none;
    color: #000000;
    padding: 10px 35px 0;
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
  }
  
  .chart-accordion-holder .opener:before {
    content: "\e921";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    transform: translateY(-50%);
  }
  
  .chart-accordion-holder .opener::after {
    content: counter(custom);
    counter-increment: custom;
    position: absolute;
    top: 11px;
    left: 5px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #009fe3;
    color: #ffffff;
    transition: all .3s linear;
  }
  
  .accordion-holder .title-box {
    font-size: 18px;
    color: #555555;
    text-align: left;
    margin-bottom: 32px;
  }
  
  .accordion-holder .title-box h2,.accordion-holder .title-box .h2 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.7px;
    font-size: 32px;
    line-height: 40px;
  }
  
  .accordion-holder .accordion-item {
    border: none;
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .accordion-holder .accordion-item .accordion-body {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 21px;
  }
  
  .accordion-holder .accordion-item .accordion-body p {
    color: #555555;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  
  .accordion-holder .accordion-button {
    padding: 10px 40px 10px 20px;
    font-weight: 700;
    color: #555555;
  }
  
  .accordion-holder .accordion-button.collapsed:before {
    content: "\e921";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 8px;
  }
  
  .accordion-holder .accordion-button:after {
    display: none;
  }
  
  .accordion-holder .accordion-button:before {
    content: "\e919";
    font-family: icomoon;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    font-size: 8px;
  }
  
  .accordion-holder .accordion-collapse {
    background: #f5f5f5;
  }
  
  .accordion-holder .accordion-button:not(.collapsed) {
    color: #000000;
    background: #f5f5f5;
    box-shadow: none;
    border: none;
  }
  
  .chart-tab-holder .tabset {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
  }
  
  .chart-tab-holder .tabset li {
    background-color: #f5f5f5;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .chart-tab-holder .tabset a {
    color: #000000;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    display: flex;
  }
  
  .chart-tab-holder .tabset a.active {
    background: #001560;
    color: #ffffff;
  }
  
  .chart-tab-holder .tab-content {
    width: 100%;
  }
  
  .chart-tab-holder .tab-content .tab-holder {
    width: 100%;
  }
  
  .chart-tab-holder .tab-content .tab-holder .slider-opener {
    display: block;
    position: relative;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #009fe3;
    color: #ffffff;
  }
  
  .chart-tab-holder .tab-content .tab-holder .slider-opener::before {
    content: "\e90a";
    font-family: icomoon;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  
  .chart-tab-holder .tab-content .tab-holder .slide-box {
    width: 100%;
  }
  
  .chart-tab-holder .tab-content .tab-holder .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  
  .chart-tab-holder .tab-content .tab-holder .img-box img {
    max-width: 100%;
  }
  
  .chart-tab-holder .tab-content .tab-holder .img-box picture {
    width: 100%;
    display: block;
  }
  
  .chart-tab-holder .tab-content .tab-holder .img-box picture img {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: auto;
  }
  
  .chart-tab-holder .tab-content .tab-holder .title-box {
    text-align: left;
  }
  
  .chart-tab-holder .tab-content .content-box .content-item-wrap {
    padding-left: 90px;
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .chart-tab-holder .tab-content .content-box .content-item-wrap h4,.chart-tab-holder .tab-content .content-box .content-item-wrap .h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.44;
  }
  
  .chart-tab-holder .tab-content .content-box .content-item-wrap p {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
  }
  
  .chart-tab-holder .tab-content .content-box .icon-box {
      position: absolute;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      top: 0;
      left: 0;
      background-color: #f5f5f5;
      font-size: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #009fe3;
  }
  
  .product-section {
    background: #eaf7fc;
    padding: 100px 0;
    position: relative;
  }
  
  .product-section.sm-bp {
    padding: 100px 0 10px;
  }
  
  .product-section.light-bg {
    background: #ffffff;
  }
  
  .product-section.light-bg .title-box {
    text-align: left;
  }
  
  .product-section.light-bg .title-box .link-more {
    color: #000000;
  }
  
  .product-section.light-bg .tabset {
    background-color: #f5f5f5;
  }
  
  .product-section.light-bg .tabset li {
    max-width: 200px;
  }
  
  .product-section.light-bg .tabset li .nav-link {
    padding: 8px 10px;
  }
  
  .product-section .produt-slider-components {
    width: 100%;
  }
  
  .product-section.resource-hub {
    background-color: transparent;
  }
  
  .product-section.resource-hub .title-box {
    text-align: left;
    max-width: 470px;
  }
  
  .product-section.resource-hub .title-box h2,.product-section.resource-hub .title-box .h2 {
    font-size: 32px;
  }
  
  .product-section.resource-hub .slider-tabset-header {
    margin-bottom: 0;
  }
  
  .product-section.resource-hub .slider-dots-holder {
    margin-left: auto;
    margin-bottom: 30px;
  }
  
  .product-section.resource-hub .video-item-card {
    margin: 0;
  }
  
  .product-section.resource-post {
    background-color: transparent;
  }
  
  .product-section.resource-post .title-box {
    text-align: left;
    width: 75%;
  }
  
  .product-section.resource-post .video-item-card .video-card {
    background: #f5f5f5;
  }

    .product-section.resource-post .video-item-card .video-box .category {
        position: absolute;
        left: 5px;
        top: 5px;
        right: 5px;
        background: rgba(0, 0, 0, .3);
        display: inline-flex;
        align-items: center;
        justify-content: left;
        padding: 5px;
        color: white;
        border-radius: 4px;
        font-size: 14px;
        width: fit-content;
        margin-top: 5px;
    }
  
  
  .product-section.resource-hub .video-item-card .video-box .category {
      position: absolute;
      left: 10px;
      top: 10px;
      background: rgba(0, 0, 0, .3);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      color: rgba(255, 255, 255, .8);
      border-radius: 4px;
      font-size: 14px;
  }
  
  .product-section.resource-post .produt-slider-components {
    display: flex;
    justify-content: space-between;
  }
  
  .product-section .title-box .subtitle {
      color: #009fe3;
      display: inline-block;
      margin-bottom: 15px;
      font-size: 14px;
      font-weight: 500;
  }
  
  .product-section .title-box h2,.product-section .title-box .h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .product-section .title-box .text-box {
    text-align: left;
  }
  
  .product-section .title-box .text-box p {
    color: #555555;
    font-size: 18px;
  }
  
  .product-section .title-box .text-box .link-more {
    margin-left: 4px;
  }
  
  .product-section .slider-tabset-header {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .product-section .slider-tabset-header .title {
    display: none;
  }
  
  .product-section .tabset {
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
    display: flex;
    border-radius: 8px;
    background-color: #ffffff;
    flex-wrap: nowrap;
  }
  
  .product-section .tabset li {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-section .tabset li .nav-link {
    color: #000000;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 5px 15px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    display: flex;
  }
  
  .product-section .tabset li .nav-link.active {
    background: #001560;
    color: #ffffff;
  }
  
  .product-section .tab-content {
    width: 100%;
  }
  
  .product-section .tab-content .tab-holder {
    width: 100%;
  }
  
  .product-section .tab-content .tab-holder .slider-opener {
    display: block;
    position: relative;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
    border-radius: 4px;
    background-color: #001560;
    color: #ffffff;
  }
  
  .product-section .tab-content .tab-holder .slider-opener::before {
    content: '\e90a';
    font-family: icomoon;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
  }
  
  .product-section .tab-content .tab-holder .slide-box {
    width: 100%;
    position: relative;
  }
  
  .link-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #d82a64;
    font-weight: 500;
  }
  
  .link-more:hover {
    color: #d82a64;
  }
  
  .link-more:hover::after {
    transform: translateX(5px);
  }
  
  .link-more:after {
    content: '\e92a';
    color: #d82a64;
    font-family: icomoon;
    font-size: 14px;
    margin-left: 14px;
    transition: all .3s linear;
  }
  
  .dots {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex !important;
  }
  
  .dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }
  
  .dots li.slick-active {
    border: 1px solid rgba(0, 21, 96, .5);
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .dots li.slick-active button {
    background: #001560;
  }
  
  .dots li+li {
    margin-left: 8px;
  }
  
  .dots button {
    background: rgba(0, 0, 0, .2);
    border: none;
    font-size: 0;
    padding: 0;
    width: 8px;
    min-height: 8px;
    border-radius: 50%;
  }
  
  /* .slider-products .slick-arrow.slick-disabled {
    display: none !important;
  } */
  
  /* .product-item {
    padding-right: 30px;
  } */
  
  /* base mobile styles */
  .product-item .product-card {
    position: relative;
    padding: 35px 40px;
    max-width: 325px;
    /* width: calc(100% - 20px); */
    width: calc(100vw - 62px) !important;
    margin: 15px;
    background: rgba(249, 251, 255, .7);
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    border-radius: 8px;
  }
  
  .product-item .product-card::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: 1px;
    width: 100%;
    z-index: -1;
  }
  
  .product-item .product-card .icon-box {
    z-index: 1;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 18px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .product-item .product-card .icon-box img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%;
  }
  
  .product-item p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 30px;
  }
  
  .slider-products {
    width: 100%;
  }
  
  /* .slider-products .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    height: 100%;
    width: 80px;
    z-index: 22;
    background: transparent;
    transition: all .3s linear;
    border-radius: 8px;
  } */
  
  .slider-products .slick-arrow.slick-next {
    right: -20px;
    z-index: 9999;
  }
  
  .slider-products .slick-arrow.slick-prev {
    z-index: 9999;
    left: -20px;
  }
  
  .slider-products .slick-list {
    overflow: visible;
    width: 100%;
  }
  
  .slider-products .product-title span {
    font-size: 22px;
    font-weight: 500;
  }
  
  .slider-products .product-title h3,.slider-products .product-title .h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  
  .slider-resource-list .slider-resource-hub {
    position: relative;
    width: 100%;
  }
  
  .slider-resource-list .slider-resource-hub .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    height: 100%;
    width: 80px;
    z-index: 22;
    background: rgba(255, 255, 255, .5);
    transition: all .3s linear;
    border-radius: 8px;
  }
  
  .slider-resource-list .slider-resource-hub .slick-arrow:hover {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    background: #ffffff;
    color: #d82a64;
  }
  
  .slider-resource-list .slider-resource-hub .slick-arrow.slick-next {
    right: calc(46% - 50vw);
    z-index: 2;
  }
  
  .slider-resource-list .slider-resource-hub .slick-arrow.slick-prev {
    z-index: 2;
    left: calc(54% - 50vw);
  }
  
  .slider-resource-list .slider-resource-hub .slick-list {
    overflow: visible;
    width: 100%;
  }
  
  .slider-resource-list .slider-resource-hub .video-item-card {
    margin: 0 20px;
  }
  
  .video-item-card {
    margin: 0 20px;
  }
  
  .video-item-card .video-card {
    position: relative;
    background-color: #f5f5f5;
    width: 100%;
    max-width: 330px;
  }
  
  .video-item-card .text-box {
    color: #555555;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 10px 30px;
  }
  
  .video-item-card .video-box {
    position: relative;
  }
  
  .video-item-card .video-box .img-holder {
    position: relative;
  }
  
  .video-item-card .video-box .img-holder:before {
    content: '';
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
    opacity: .7;
    border-radius: 8px;
  }
  
  .video-item-card .video-box img {
    width: 100%;
    height: 195px;
    object-fit: cover;
  }
  
  .video-item-card .video-box .button-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .video-item-card .video-box .button-holder .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .video-item-card .video-box .button-holder .text-box .duration {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
  }
  
  .video-item-card .video-box .button-holder .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }
  
  .video-item-card .video-box .button-holder .btn i {
    z-index: 2;
    color: #ffffff;
  }
  
  .video-item-card .video-box .button-holder .btn:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #000000;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .video-item-card .video-box .button-holder .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: transparent;
    top: 50%;
    opacity: .6;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .video-item-card .opener {
    text-decoration: none;
    color: #000000;
    padding: 10px 35px 0;
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 500;
  }
  
  .video-item-card .opener:before {
    content: '\e921';
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    transform: translateY(-50%);
  }
  
  .video-item-card .opener:after {
    background-color: transparent;
  }
  
  .video-item-card .opener::after {
    content: '\e91e';
    font-family: icomoon;
    position: absolute;
    top: calc(50% + 5px);
    left: 5px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #009fe3;
  }
  
  .video-item-card .card-content {
    padding: 15px;
  }
  
  .video-item-card .card-content p {
    padding-right: 50px;
    display: none;
  }

  .video-item-card .card-content .subtitle {
    display: block;
  }
  
  .video-item-card .card-content .text {
    font-size: 14px;
    color: #555555;
  }
  
  .video-item-card .card-content .link-row {
    display: none;
  }
  
  .video-item-card .card-content .link-row a {
    font-size: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  
  .video-item-card .card-content h5,.video-item-card .card-content .h5 {
    position: relative;
  }
  
  .video-item-card .card-content h5 a,.video-item-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .video-item-card .card-content h5 a:hover:before,.video-item-card .card-content .h5 a:hover:before {
    transform: translateX(10px);
  }
  
  .solution-section {
    padding: 50px 0;
  }
  
  .title-box {
    text-align: center;
    margin-bottom: 35px;
  }
  
  .title-box .subtitle,
  .industries-box .text-box .subtitle,
  .resource-hub .subtitle {
      color: #009fe3;
      display: inline-block;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
  }
  
  .title-box h2,.title-box .h2 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 32px;
  }
  
  .title-box .text-box {
    display: flex;
  }
  
  .quote-section .title-box .text-box {
    flex-direction: column;
  }
  
  .title-box .text-box p {
    color: #555555;
    font-size: 18px;
  }
  
  .title-box .text-box .link-more {
    margin-left: 4px;
  }
  
  .solution-wrap .img-card {
      text-decoration: none;
      color: #ffffff;
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      width: 100%;
      height: 325px;
      max-width: 365px;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: 50% 50%;
      padding: 20px 45px 20px 20px;
      transition: 0.3s;
      margin: 0 auto 40px;
  }
  
  .solution-wrap a.img-card:hover {
      transform: scale(1.05);
  }
  
  .solution-wrap .img-card:hover .text-box p:before {
    transform: translateX(8px);
  }
  
  .solution-wrap .img-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
  }
  
  .solution-wrap .img-card .text-box {
    position: relative;
    z-index: 2;
    transition: all .3s linear;
  }
  
  .solution-wrap .img-card .text-box h4,
  .solution-wrap .img-card .text-box .h4,
  .solution-wrap .img-card .text-box h3,
  .solution-wrap .img-card .text-box .h3 {
    font-size: 18px;
  }
  
  .solution-wrap .img-card .text-box p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
  }
  
  .solution-wrap a.img-card .text-box p::before {
    content: "\e92a";
    color: #d82a64;
    font-family: icomoon;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: -18px;
    transition: all .3s linear;
  }
  
  .validation-section {
    position: relative;
    padding: 40px 0;
    background: #f5f5f5;
  }
  
  .validation-section.sm {
    padding: 40px 0 70px;
  }
  
  .validation-section.horizontal {
    background: transparent;
  }
  
  .validation-section .horizontal-testimonial {
    background-color: #f5f5f5;
    border-radius: 8px;
  }
  
  .validation-section .horizontal-testimonial.small-img .blockquote-footer {
    position: relative;
  }
  
  .validation-section .container {
    z-index: 1;
    position: relative;
  }
  
  .validation-section .title-box {
    text-align: left;
  }
  
  .validation-section .title-box .subtitle {
    color: #009fe3;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .validation-section .title-box h2,
  .validation-section .title-box .h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
  }
  
  .validation-section .title-box .text-box {
    display: flex;
  }
  
  .validation-section .title-box .text-box p {
    color: #555555;
    font-size: 16px;
  }
  
  .validation-section .title-box .text-box .link-more {
    margin-left: 4px;
  }
  
  .validation-section .partners-box {
      margin-top: 3rem;
      flex-wrap: wrap;
  }
  
  .validation-section .partners-box h5,
  .validation-section .partners-box .h5,
  .validation-section .partners-box h3,
  .validation-section .partners-box .h3 {
    font-size: 14px;
    color: #555555;
    margin-bottom: 15px;
  }
  
  .validation-section .rating-box {
    display: flex;
    align-items: flex-end;
    padding-top: 0;
  }
  
  .validation-section .rating-box .icon {
    width: 30%;
  }
  
  .validation-section .rating-box .rating-list {
    margin-left: 20px;
  }
  
  .validation-section .rating-box .rating-list li {
    color: #009fe3;
  }
  
  .testimonial-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .testimonial-card .blockquote-footer {
    padding-top: 15px;
  }
  
  .testimonial-card .blockquote-footer:before {
    display: none;
  }
  
  .testimonial-card .blockquote-footer .link-more {
    line-height: 1.5;
  }
  
  .testimonial-card .blockquote-footer .author-box {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
  }
  
  .testimonial-card .blockquote-footer .author-box .img-box {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
  }
  
  .testimonial-card .blockquote-footer .author-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .testimonial-card .blockquote-footer .author-box .img-box picture {
    width: 100%;
    display: block;
  }
  
  .testimonial-card .blockquote-footer .author-box .img-box picture img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  
  .testimonial-card .blockquote-footer .author-box .name-box span {
    display: block;
  }
  
  .testimonial-card .blockquote-footer .author-box .name-box span.name {
    font-weight: 900;
    line-height: 24px;
    color: #000000;
  }
  
  .testimonial-card .blockquote-footer .author-box .name-box span.title {
    font-size: 14px;
    color: #555555;
  }
  
  .testimonial-card blockquote {
    position: relative;
  }
  
  .testimonial-card blockquote p:first-of-type {
    position: relative;
  }
  
  .testimonial-card blockquote p:first-of-type::before {
    content: "\e923";
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    right: calc(100% + 20px);
    top: 0;
  }
  
  .testimonials-col-section .testimonial-card {
    height: 100%;
  }
  
  .integrations-section {
    text-align: center;
    padding: 50px 0;
  }

  .integrations-section .title-box {
    margin-bottom: 15px;
  }

  .integrations-slider {
    margin-bottom: 15px;
  }
  
  .integrations-section .title-box p {
    color: #555555;
  }
  
  .integrations-slider .slick-list {
    overflow: visible;
  }
  
  .integrations-slider .integration-item {
    /* padding: 0 25px; */
    width: 29%;
    margin: 5px;
  }
  
  .integrations-slider .integration-card {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12); */
  }
  
  .integrations-slider .integration-card img {
      max-height: 50px;
      width: auto;
      max-width: 100%;
      padding: 5px;
  }
  
  .value-box {
    padding: 110px 0 100px;
  }
  
  .solutions-list-section .value-box {
    padding: 45px 0;
  }
  
  .value-box .img-box img {
    width: 100%;
    border-radius: 8px;
  }
  
  .solutions-list-section .value-box .img-box {
    box-shadow: none;
  }
  
  .solutions-list-section .value-box .img-box.box-shadow {
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
      margin: 15px 0;
  }
  
  .value-box .subtitle {
    color: #009fe3;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  .value-box h2,.value-box .h2 {
    padding-top: 30px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.7px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  
  .solutions-list-section .value-box h2,
  .solutions-list-section .value-box .h2 {
    padding-top: unset;
  }
  
  .value-box p, .value-box li {
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 10px;
  }
  
  .solution-card {
    background: #eaf7fc;
    border-radius: 8px;
    padding: 40px 10px 30px;
    margin-bottom: 100px;
  }
  
  .solution-card h3,.solution-card .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
  
  .solution-card .text-wrap {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 22px;
  }
  
  .solution-card .link-more {
    margin-top: auto;
  }
  
  .solution-card .img-box img {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    border-radius: 8px;
  }
  
  .solution-card .img-box .solution-badge {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    background: #393f52;
    height: auto;
    max-width: 200px;
    width: auto;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  
  .solution-card .img-box .solution-badge h5 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  
  .solution-card .img-box .solution-badge .icon-box {
    width: 40px;
  }
  
  .solution-card .img-box .solution-badge .icon-box img {
    width: 100%;
    height: auto;
  }
  
  .solution-card .img-box .solution-badge .title-box {
    margin-left: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  
  .solution-card .img-box .solution-badge .title-box .subtitle {
    color: #ffffff;
    margin-bottom: 0;
  }
  
  .solution-card .solution-media-1 {
    position: relative;
  }
  
  .solution-card .solution-media-2 {
    position: relative;
  }
  
  .solution-card .solution-media-3 {
    position: relative;
  }
  
  .products-info-section {
    padding: 50px 0;
  }
  
  .products-info-section .product-box {
    background-color: #eaf7fc;
    margin-bottom: 5px;
    padding: 40px 0 35px;
  }
  
  .products-info-section .product-box img {
    width: 100%;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .products-info-section .product-box .img-wrap {
    position: relative;
  }
  
  .products-info-section .product-box .img-wrap .product-img {
    position: absolute;
    width: 120px;
    height: 120px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    right: -15px;
    top: -60px;
    padding: 0 10px;
    background: #ffffff;
    z-index: 2;
  }
  
  .products-info-section .product-box .img-wrap .product-img img {
    width: 100%;
    box-shadow: none;
  }
  
  .products-info-section .product-box .text-holder {
    margin-bottom: 30px;
  }
  
  .products-info-section .product-box .text-holder .subtitle {
    color: #009fe3;
    font-size: 14px;
    font-weight: 500;
  }
  
  .products-info-section .product-box .text-holder h3,.products-info-section .product-box .text-holder .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
  }
  
  .products-info-section .product-box p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
  }
  
  .products-info-section .product-box .link-more {
    display: inline-flex;
    margin-top: 10px;
  }
  
  .industries-box .text-box {
    margin-bottom: 60px;
  }
  
  .industries-box .text-box .subtitle {
    color: #009fe3;
  }
  
  .industries-box .text-box h3,.industries-box .text-box .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  
  .industries-box .text-box p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
  }
  
  .industries-box .img-list li {
    display: block;
    margin-bottom: 20px;
  }
  
  .industries-box .img-list li .img-card {
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    background-position: 50% 50%;
    background-size: cover;
    transform-origin: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    transition: all .3s linear;
  }
  
  .industries-box .img-list li .img-card a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }
  
  .industries-box .img-list li .img-card a:after {
    content: "\e92a";
    color: #d82a64;
    font-family: icomoon;
    font-size: 14px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-left: 14px;
    transition: all .3s linear;
  }
  
  .industries-box .img-list li .img-card a:hover::after {
    transform: translateX(5px);
  }
  
  .industries-box .img-list li .img-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
  }
  
  .industries-box .resource-form-mini {
    margin-bottom: 20px;
  }
  
  .industries-box .resource-form-mini .bg-img {
    width: 100%;
  }
  
  .industries-box .max-width {
    max-width: 437px;
  }
  
  .benefits-section {
    background: #f5f5f5;
    padding: 40px 0;
  }
  
  .benefits-section.light {
    background: transparent;
  }
  
  .benefits-section.light .benefits-wrap {
    background: transparent;
  }
  
  .benefits-section.light .benefits-list .benefits-item {
    padding-right: 20px;
    margin-bottom: 50px;
  }
  
  .benefits-section.light .benefits-list .benefits-item .icon-box {
    background-color: #f5f5f5;
  }
  
  .benefits-section .title-box {
    text-align: left;
    margin-bottom: 25px;
  }
  
  .benefits-section .benefits-list .benefits-item {
    display: flex;
    flex-direction: column;
    padding-left: 90px;
    position: relative;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  
  .benefits-section .benefits-list .benefits-item .icon-box {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009fe3;
  }
  
  .benefits-section .benefits-list .benefits-item .icon-box picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .benefits-section .benefits-list .benefits-item .icon-box picture img {
    height: 32px;
    width: auto;
  }
  
  .benefits-section .benefits-list .benefits-item h5,.benefits-section .benefits-list .benefits-item .h5 {
    font-size: 16px;
    z-index: 1;
    font-weight: 700;
  }
  
  .benefits-section .benefits-list .benefits-item .text {
    font-size: 14px;
    z-index: 1;
    line-height: 21px;
    color: #555555;
  }
  
  .column-content-section {
    padding: 60px 0;
    background: #ffffff;
  }
  
  .column-content-section.solution-why,
  .column-content-section.solution-old {
    padding: 0;
  }
  
  .column-content-section.about-us {
    padding: 45px 0;
  }
  
  .column-content-section.slider-col .contet-col-sider {
    position: relative;
  }
  
  .column-content-section.slider-col .contet-col-sider .content-box .title-box p {
    font-size: 16px;
  }
  
  .column-content-section.slider-col .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    height: 40px;
    width: 40px;
    z-index: 22;
    background: transparent;
    transition: all .3s linear;
    border-radius: 8px;
  }
  
  .column-content-section.slider-col .slick-arrow:hover {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    background: #ffffff;
    color: #d82a64;
  }
  
  .column-content-section.slider-col .slick-arrow.slick-next {
    right: -20px;
    z-index: 9999;
  }
  
  .column-content-section.slider-col .slick-arrow.slick-prev {
    z-index: 9999;
    left: -20px;
  }
  
  .column-content-section.slider-col .dots {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  
  .column-content-section.slider-col .dots.visible {
    display: flex !important;
  }
  
  .column-content-section.slider-col .dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }
  
  .column-content-section.slider-col .dots li.slick-active {
    border: 1px solid rgba(0, 21, 96, .5);
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .column-content-section.slider-col .dots li.slick-active button {
    background: #001560;
  }
  
  .column-content-section.slider-col .dots li+li {
    margin-left: 8px;
  }
  
  .column-content-section.slider-col .dots button {
    background: rgba(0, 0, 0, .2);
    border: none;
    font-size: 0;
    padding: 0;
    width: 8px;
    min-height: 8px;
    border-radius: 50%;
  }
  
  .column-content-section.resource-hub {
    padding: 60px 0;
    margin-bottom: 0;
  }
  
  .column-content-section .title-box {
    text-align: left;
  }
  
  .column-content-section .two-columns-content {
    margin-bottom: 30px;
  }
  
  .column-content-section .two-columns-content.single .title-box {
    text-align: left;
    margin-bottom: 10px;
  }
  
  .column-content-section .two-columns-content.single .title-box h3,.column-content-section .two-columns-content.single .title-box .h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.12;
    display: flex;
    align-items: center;
    letter-spacing: -0.7px;
    margin-bottom: 30px;
  }
  
  .column-content-section .two-columns-content.single .title-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    display: flex;
    align-items: center;
    color: #555555;
    margin-bottom: 30px;
  }
  
  .column-content-section .two-columns-content.single .content-item-wrap h4,.column-content-section .two-columns-content.single .content-item-wrap .h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44;
    display: flex;
    align-items: center;
    color: #000000;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut {
    position: relative;
    z-index: 0;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-transparent:after {
    background-color: transparent;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right:after {
    background-color: #f5f5f5;
    left: inherit;
    width: 60%;
    height: 45%;
    border-radius: 8px;
    content: "";
  }
  
  .column-content-section .img-box-chart {
    padding: 0;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart:after {
    position: absolute;
    content: '';
    left: -15px;
    right: -15px;
    height: 123%;
    background-color: #f5f5f5;
    top: -19%;
    z-index: -1;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left:after {
      background-color: #f5f5f5;
      left: inherit;
      width: 60%;
      height: 45%;
      border-radius: 8px;
      content: "";
      }
  
  .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left .img-box-chart {
    margin-bottom: 30px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .img-box {
    margin-bottom: 20px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-box {
    margin-bottom: 50px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-title-box {
    padding-top: 40px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-title-box:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    height: 140%;
    background-color: #eaf7fc;
    z-index: -1;
    left: -15px;
    right: -15px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-title-box a,
  .column-content-section .two-columns-content.info-desk-absolut .content-title-box .pre-header {
    font-size: 14px;
    font-weight: 500;
    color: #009fe3;
    text-decoration: none;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-title-box h3,.column-content-section .two-columns-content.info-desk-absolut .content-title-box .h3 {
    margin-bottom: 15px;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-item-wrap {
    padding-left: 0;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-item-wrap.padding-none {
    padding-right: 0;
  }
  
  .column-content-section .two-columns-content.info-desk-absolut .content-item-wrap span {
    font-size: 12px;
    color: rgba(85, 85, 85, .8);
  }
  
  .column-content-section h3,.column-content-section .h3 {
    font-weight: 700;
  }
  
  .column-content-section .img-box picture {
    width: 100%;
    display: block;
  }
  
  .column-content-section .img-box.box-shadow {
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .column-content-section .img-box img {
      overflow: hidden;
      border-radius: 8px;
      width: 100%;
      height: auto;
  }
  
  .column-content-section .img-box iframe {
      width: 100%;
      height: 163px;
      border-radius: 8px;
  }
  
  .column-content-section .content-box .content-item-wrap {
    padding-left: 90px;
    padding-top: 0;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 86px;
  }
  
  .column-content-section .content-box .content-item-wrap h4,.column-content-section .content-box .content-item-wrap .h4 {
    font-size: 16px;
  }
  
  .column-content-section .content-box .content-item-wrap p {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
  }
  
  .column-content-section .content-box .link-more {
    color: #000000;
    margin-bottom: 25px;
  }
  
  .column-content-section .content-box .icon-box {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    left: -5px;
    background-color: #f5f5f5;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009fe3;
  }
  
  .column-content-section .content-box .icon-box picture {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .column-content-section .link-info {
    margin-bottom: 20px;
  }
  
  .column-content-section .link-info .link-box {
    margin-top: 60px;
  }

  .column-content-section.solution-why .link-info .link-box {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .column-content-section.solution-old .link-info .link-box {
    margin-top: 10px;
  }

    .column-content-section.solution-old .link-info {
    margin-bottom: 0;
  }
  
  .column-content-section .link-info a,
  .column-content-section .link-info p {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #009fe3;
    margin: 0;
  }
  
  .column-content-section .link-info a:hover {
    color: #009fe3;
  }
  
  .column-content-section .link-info span {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .column-content-section .link-info i:before {
    font-size: 16px;
    font-weight: 500;
    color: #009fe3;
  }
  
  .column-content-section .img-box-circle {
    max-width: 340px;
    min-height: 340px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  
  .column-content-section .img-box-circle img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 340px;
    min-height: 340px;
  }
  
  .column-content-section .img-box-chart {
    width: 100%;
    height: 100%;
  }
  
  .column-content-section .img-box-chart img {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 470px;
    min-height: 250px;
  }
  
  .content-img-box {
    position: relative;
  }
  
  .content-img-box .text-wrap {
    position: absolute;
    top: 30px;
    max-width: 278px;
  }
  
  .news-content .content-img-box .text-wrap {
    position: unset;
    top: unset;
    max-width: unset;
  }
  
  .content-img-box .text-wrap:last-child {
    top: 50%;
    right: 0;
  }
  
  .news-content .content-img-box .text-wrap:last-child {
    top: unset;
    right: unset;
  }
  
  .content-img-box .text-wrap h3,.content-img-box .text-wrap .h3 {
    font-size: 32px;
    color: #009fe3;
  }
  
  .content-img-box .text-wrap h6,.content-img-box .text-wrap .h6 {
    font-size: 16px;
  }
  
  .content-img-box .text-wrap p {
    font-size: 14px;
  }
  
  .content-img-box .text {
    max-width: 278px;
    position: absolute;
  }
  
  .content-img-box .text:nth-child(1) {
    top: 30px;
    left: 0;
  }
  
  .content-img-box .text:nth-child(2) {
    top: 50%;
    right: 0;
  }
  
  .content-img-box .text:nth-child(2) h3,.content-img-box .text:nth-child(2) .h3 {
    font-size: 40px;
  }
  
  .content-img-box .text:nth-child(3) {
    top: 80%;
    left: 50px;
  }
  
  .content-img-box .text:nth-child(3) h3,.content-img-box .text:nth-child(3) .h3 {
    font-size: 32px;
  }
  
  .content-img-box .text h3,.content-img-box .text .h3 {
    font-size: 32px;
    color: #009fe3;
  }
  
  .content-img-box .text h6,.content-img-box .text .h6 {
    font-size: 16px;
  }
  
  .content-img-box .text p {
    font-size: 14px;
  }
  
  .content-hold ul {
    padding-left: 30px;
    color: rgba(0, 0, 0, .8);
  }
  
  .content-hold ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 5px;
  }
  
  .content-hold ul li i {
    position: absolute;
    left: -30px;
    top: 2px;
  }
  
  .content-hold ul li i:before {
    position: absolute;
    font-size: 16px;
    color: #009fe3;
  }
  
  .content-hold ul li span.checklist:before {
      position: absolute;
      font-size: 16px;
      color: #009fe3;
      content: "\e90e";
      left: -30px;
      top: 2px;
      font-family: 'icomoon' !important;
      font-style: normal;
      font-weight: normal;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  
  .padding-none {
    padding-left: 0;
  }
  
  .column-content-section .content-box .icon-box img {
      width: 32px;
      height: auto;
  }
  
  .two-columns-tabs .tabset-acc {
    border: none;
  }
  
  .two-columns-tabs .tab-pane.active .acc-opener::before {
    transform: translateY(-50%) rotate(90deg);
  }
  
  .two-columns-tabs .icon-box {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 0;
    left: -15px;
    background-color: #f5f5f5;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009fe3;
  }
  
  .two-columns-tabs .tabset-acc .nav-link.active,.two-columns-tabs .tabset-acc .nav-item.show .nav-link {
    border: none;
    background: #001560;
    border-radius: 4px;
    color: #ffffff;
  }
  
  .two-columns-tabs .acc-opener {
    display: none;
    text-decoration: none;
  }
  
  .two-columns-tabs .acc-opener:before {
    content: '\e92b';
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 50%;
    position: absolute;
    font-family: icomoon;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #ffffff;
    transition: transform .3s linear;
  }
  
  .video-playlist-section {
    padding: 50px 0;
  }
  
  .video-playlist-section .video-playlist-holder {
    position: relative;
  }
  
  .video-playlist-section .title-box {
    text-align: left;
  }
  
  .accordion-video {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .accordion-video li {
      transition: all .3s linear;
      border-radius: 8px;
      overflow: hidden;
      margin-top: 1rem;
  }
  
  .accordion-video li.active {
    background-color: #f5f5f5;
  }
  
  .accordion-video li.active .opener:before {
    content: "\e919";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
  }
  
  .accordion-video li.active .opener::after {
    content: "\e920";
    font-family: icomoon;
    position: absolute;
    top: calc(50% + 5px);
    left: 5px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #001560;
  }
  
  .accordion-video .text-box {
    color: #555555;
    font-size: 14px;
    padding: 10px 30px;
  }
  
  .accordion-video .text-box p {
      margin-bottom: 0;
  }
  
  .accordion-video .video-box {
    position: relative;
  }
  
  .accordion-video .video-box.active .img-holder::before,.accordion-video .video-box.active .img-holder img {
    opacity: 0;
    visibility: hidden;
  }
  
  .accordion-video .video-box.active .button-holder {
    opacity: 0;
    visibility: hidden;
  }
  
  .accordion-video .video-box .video-holder {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .accordion-video .video-box .video-holder video {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .accordion-video .video-box .img-holder {
    position: relative;
  }
  
  .accordion-video .video-box iframe {
      border-radius: 8px;
      width: 100%;
      height: 172px;
  }
  
  .accordion-video .video-box .img-holder:before {
    content: '';
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
    opacity: .7;
    border-radius: 8px;
    transition: opacity .3s linear;
  }
  
  .accordion-video .video-box img {
    width: 100%;
    transition: opacity .3s linear;
    display: block;
    z-index: 1;
    position: relative;
  }
  
  .accordion-video .video-box .button-holder {
    transition: opacity .3s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .accordion-video .video-box .button-holder .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
  
  .accordion-video .video-box .button-holder .text-box .duration {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
  }
  
  .accordion-video .video-box .button-holder .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }
  
  .accordion-video .video-box .button-holder .btn i {
    z-index: 2;
    color: #009fe3;
  }
  
  .accordion-video .video-box .button-holder .btn:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .accordion-video .video-box .button-holder .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    opacity: .6;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .accordion-video .opener {
      text-decoration: none;
      color: #000000;
      padding: 10px 50px 10px 40px;
      position: relative;
      display: block;
      line-height: 24px;
      font-weight: 500;
  }
  
  .accordion-video .opener:before {
    content: "\e921";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    transform: translateY(-50%);
  }
  
  .accordion-video .opener::after {
    content: "\e91e";
    font-family: icomoon;
    position: absolute;
    top: calc(50% + 5px);
    left: 5px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #009fe3;
  }
  
  .resources-section {
    padding: 50px 0;
  }
  
  .resources-section.hub>.container {
    display: flex;
    flex-direction: column;
  }
  
  .resources-section.hub>.container .sidebox {
    width: 100%;
  }
  
  .resources-section.hub>.container .sidebox .resources-box {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .resources-section.hub>.container .sidebox .resources-box:before {
    position: absolute;
    display: none;
    content: '';
    width: 2px;
    height: calc(100% - 20px);
    background-color: rgba(0, 0, 0, .1);
    right: 115%;
    top: 0;
    bottom: 20px;
  }
  
  .resources-section.hub .resources-holder {
    grid-row-gap: 0;
  }
  
  .resources-section.hub .resources-box {
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  
  .resources-section .container.bg-blue {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #eaf7fc;
  }
  
  .resources-section .title-box {
    text-align: center;
  }
  
  .resources-section .title-box p {
    width: 80%;
    margin: 0 auto;
  }
  
  .resources-section .title-box.info-center {
    text-align: center;
  }
  
  .resources-slider {
    padding-right: 40px;
  }
  
  .resources-slider.preview .resource-item .resource-card {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-slider .slick-list {
    overflow: visible;
  }
  
  .resources-slider .resource-item {
    padding-right: 20px;
  }
  
  .resources-slider .resource-item:not(:nth-child(1)) .resource-card {
    position: relative;
  }
  
  .resources-slider .resource-item .resource-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 100%;
  }
  
  .resources-slider .resource-item .resource-card .card-content {
    padding: 25px 25px 25px 20px;
  }
  
  .resources-slider .resource-item .resource-card .card-content .text {
    display: none;
  }
  
  .resources-slider .resource-item .resource-card .card-content .link-row {
    display: none;
  }
  
  .resources-slider .resource-item .resource-card .card-content h5,.resources-slider .resource-item .resource-card .card-content .h5 {
    position: relative;
  }
  
  .resources-slider .resource-item .resource-card .card-content h5 a,.resources-slider .resource-item .resource-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .resources-slider .resource-item .resource-card .card-content h5 a:hover:before,.resources-slider .resource-item .resource-card .card-content .h5 a:hover:before {
    transform: translateX(-10px);
  }
  
  .resources-slider .resource-item .resource-card .img-box {
    min-height: 200px;
    background-size: cover;
    position: relative;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-slider .resource-item .resource-card .img-box .category {
    background: rgba(0, 0, 0, .5);
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 2px;
  }
  
  .resources-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding-top: 30px;
  }
  
  .resources-slider .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }
  
  .resources-slider .slick-dots li.slick-active {
    border: 1px solid rgba(0, 21, 96, .5);
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .resources-slider .slick-dots li.slick-active button {
    background: #001560;
  }
  
  .resources-slider .slick-dots li+li {
    margin-left: 8px;
  }
  
  .resources-slider .slick-dots button {
    background: rgba(0, 0, 0, .2);
    border: none;
    font-size: 0;
    padding: 0;
    width: 8px;
    min-height: 8px;
    border-radius: 50%;
  }
  
  .resources-holder.preview .resource-item .resource-card {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-holder .resource-item {
    margin-bottom: 20px;
    width: 100%;
  }
  
  .resources-holder .resource-item:not(:nth-child(1)) .resource-card {
    position: relative;
  }
  
  .resources-holder .resource-item:nth-child(1) {
    grid-area: 1 / 1 / 4 / 2;
  }
  
  .resources-holder .resource-item.column .resource-card {
    position: relative;
  }
  
  .resources-holder .resource-item.column .resource-card .img-box {
    min-height: 200px;
    max-width: inherit;
  }
  
  .resources-holder .resource-item .resource-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 100%;
  }
  
  .resources-holder .resource-item .resource-card .card-content {
    padding: 25px 25px 25px 20px;
    position: relative;
  }

  .solution-more .resources-holder .resource-item .resource-card .card-content {
    width: 100%;
  }
  
  .resources-holder .resource-item .resource-card .card-content .link-more {
      display:none;
  }
  
  .resources-holder .resource-item .resource-card .card-content .text {
    font-size: 14px;
    color: #555555;
  }

  .solution-more .resources-holder .resource-item .resource-card .card-content .text p {
    margin-bottom: 0;
  }
  
  .resources-holder .resource-item .resource-card .card-content .link-row {
    display: none;
  }
  
  .resources-holder .resource-item .resource-card .card-content h5,.resources-holder .resource-item .resource-card .card-content .h5 {
    position: relative;
  }
  
  .resources-holder .resource-item .resource-card .card-content h5 a,.resources-holder .resource-item .resource-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .resources-holder .resource-item .resource-card .card-content h5 a:hover:before,.resources-holder .resource-item .resource-card .card-content .h5 a:hover:before {
    transform: translateX(-10px);
  }
  
  .resources-holder .resource-item .resource-card .img-box {
    min-height: 200px;
    background-size: cover;
    position: relative;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-holder .resource-item .resource-card .img-box .category {
    background: rgba(0, 0, 0, .5);
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 2px;
  }
  
  .resources-item-list {
    display: grid;
  }
  
  .resources-item-list .resource-item {
    margin-bottom: 20px;
  }
  
  .resources-item-list .resource-item:not(:nth-child(1)) .resource-card {
    position: relative;
  }
  
  .resources-item-list .resource-item:nth-child(1) {
    grid-area: 1 / 1 / 4 / 2;
  }
  
  .resources-item-list .resource-item.column .resource-card {
    position: relative;
  }
  
  .resources-item-list .resource-item.column .resource-card .img-box {
    min-height: 200px;
    max-width: inherit;
  }
  
  .resources-item-list .resource-item .resource-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 100%;
  }
  
  .resources-item-list .resource-item .resource-card .card-content {
    padding: 25px 25px 25px 20px;
  }
  
  .resources-item-list .resource-item .resource-card .card-content .text {
    font-size: 14px;
    color: #555555;
  }
  
  .resources-item-list .resource-item .resource-card .card-content .link-row {
    display: none;
  }
  
  .resources-item-list .resource-item .resource-card .card-content h5,.resources-item-list .resource-item .resource-card .card-content .h5 {
    position: relative;
  }
  
  .resources-item-list .resource-item .resource-card .card-content h5 a,.resources-item-list .resource-item .resource-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .resources-item-list .resource-item .resource-card .card-content h5 a:hover:before,.resources-item-list .resource-item .resource-card .card-content .h5 a:hover:before {
    transform: translateX(-10px);
  }
  
  .resources-item-list .resource-item .resource-card .img-box {
    min-height: 200px;
    background-size: cover;
    position: relative;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-item-list .resource-item .resource-card .img-box .category {
    background: rgba(0, 0, 0, .5);
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 2px;
  }
  
  .resources-box.preview .resource-item .resource-card {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-box .resource-item {
    margin-bottom: 20px;
  }
  
  .resources-box .resource-item .resource-card {
    position: relative;
  }
  
  .resources-box .resource-item.column .img-box {
    min-height: 200px;
    max-width: 100%;
  }
  
  .resources-box .resource-item.column .resource-card {
    padding-right: 0;
  }
  
  .resources-box .resource-item .resource-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 100%;
  }
  
  .resources-box .resource-item .resource-card .card-content {
    padding: 25px 25px 25px 20px;
  }
  
  .resources-box .resource-item .resource-card .card-content .resourse-img {
    height: 22px;
    width: 100%;
    margin-bottom: 13px;
  }
  
  .resources-box .resource-item .resource-card .card-content .resourse-img img {
    width: auto;
    height: 100%;
  }
  
  .resources-box .resource-item .resource-card .card-content .text {
    font-size: 14px;
    color: #555555;
  }
  
  .resources-box .resource-item .resource-card .card-content .link-row {
    display: none;
  }
  
  .resources-box .resource-item .resource-card .card-content h5,.resources-box .resource-item .resource-card .card-content .h5 {
    position: relative;
  }
  
  .resources-box .resource-item .resource-card .card-content h5 a,.resources-box .resource-item .resource-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .resources-box .resource-item .resource-card .card-content h5 a:hover:before,.resources-box .resource-item .resource-card .card-content .h5 a:hover:before {
    transform: translateX(-10px);
  }
  
  .resources-box .resource-item .resource-card .img-box {
    height: 150px;
    background-size: cover;
    position: relative;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-box .resource-item .resource-card .img-box .category {
    background: rgba(0, 0, 0, .5);
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 2px;
  }
  
  .related-section {
    padding: 40px 0;
    background-color: #eaf7fc;
  }
  
  .related-section .title-box {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .related-section .title-box .text p {
    color: #555555;
  }
  
  .related-section .related-wrap {
    padding: 30px 0;
    background-color: #eaf7fc;
  }
  
  .related-section .related-list .related-cat {
    margin-bottom: 40px;
  }
  
  .related-section .related-list .related-cat .text {
    text-align: center;
    margin-top: 2rem;
  }
  
  .related-section .related-list .related-cat .related-cat-header {
    padding: 10px 13px 34px;
    position: relative;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    color: #555555;
  }
  
  .related-section .related-list .related-cat .related-cat-header:after {
    content: '';
    position: absolute;
    border-radius: 8px 8px 0 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .related-section .related-list .related-cat .related-cat-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(234, 247, 252, .0001) 0%, #eaf7fc 79.65%);
  }
  
  .related-section .related-list .related-cat .related-item-content {
    text-decoration: none;
    background: rgba(249, 251, 255, .7);
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 35px 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    border-radius: 8px;
  }
  
  .related-section .related-list .related-cat .related-item-content:not(:first-of-type) {
    margin-top: 3rem;
  }
  
  .related-section .related-list .related-cat .related-item-content h3,
  .related-section .related-list .related-cat .related-item-content .egress-subtitle {
    font-weight: 500;
  }
  
  .related-section .related-list .related-cat .related-item-content .text {
    color: #555555;
    text-align: left;
    margin-top: 0;
  }
  
  .related-section .related-list .related-cat .related-item-content .icon-box {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: -20px;
  }
  
  .related-section .related-list .related-cat .related-item-content .icon-box img {
    width: 100%;
  }
  
  .suite-section {
    padding: 100px 0;
  }
  
  .suite-section+.suite-section {
    padding-top: 0;
  }
  
  .suite-section.product-suite .suite-holder {
    display: block;
  }
  
  .suite-section.product-suite .suite-holder .title-box {
    text-align: center;
  }
  
  .suite-section.product-suite .suite-list {
    margin-bottom: 40px;
    margin-left: 0;
    width: auto;
    max-width: 100%;
  }
  
  .suite-section.product-suite .suite-list:before {
    display: none;
  }
  
  .suite-section.product-suite .suite-list.nonCat::before {
    display: none;
  }
  
  .suite-section.product-suite .suite-list .text-wrap {
    width: 100%;
    padding: 0;
    color: rgba(0,0,0,0.7);
  }
  
  .suite-section.product-suite .suite-list .card-wrap {
    display: flex;
    flex-direction: column;
  }
  
  .suite-section.product-suite .suite-list .list-title {
    padding: 10px 15px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 14px;
    transform: none;
    right: auto;
  }
  
  .suite-section.product-suite .suite-list .list-title:before {
    content: '';
    border: 1px solid #000000;
    opacity: .1;
    position: absolute;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .suite-section.product-suite .suite-list .list-title:after {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 80%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(234, 247, 252, .0001) 0%, #eaf7fc 79.65%);
  }
  
  .suite-section.product-suite .suite-list .list-title .title {
    display: inline-block;
  }
  
  .suite-section.product-suite .suite-list .suite-card {
    background: rgba(249,251,255,0.70196);
    padding: 40px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    display: block;
  }
  
  .suite-section.product-suite .suite-list .suite-card .btn {
      margin-top: 2rem;
  }
  
  .suite-section.product-suite .suite-list .suite-card .icon-box {
    position: absolute;
    left: 18px;
    top: -25px;
    width: 45px;
    height: 45px;
  }
  
  .suite-section.product-suite .suite-list .suite-card .icon-box img {
    width: 100%;
  }
  
  .suite-section.product-suite .suite-list .suite-card h4,.suite-section.product-suite .suite-list .suite-card .h4 {
    display: block;
    margin-bottom: 15px;
  }
  
  .suite-section.product-suite .suite-list .suite-card h4 a,.suite-section.product-suite .suite-list .suite-card .h4 a {
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    display: block;
    transition: all .3s linear;
  }
  
  .suite-section.product-suite .suite-list .suite-card h4 a::before,.suite-section.product-suite .suite-list .suite-card .h4 a::before {
    display: none;
  }
  
  .suite-section.product-suite .suite-list .suite-card h4 a:hover,.suite-section.product-suite .suite-list .suite-card .h4 a:hover {
    opacity: .6;
  }
  
  .suite-section.product-suite .suite-list .suite-card h4 a span,.suite-section.product-suite .suite-list .suite-card .h4 a span {
    display: block;
    font-size: 22px;
  }
  
  .suite-section.product-suite .suite-list .suite-card p {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  
  .suite-section .title-box {
    text-align: left;
    margin-bottom: 20px
  }
  
  .suite-section .content-wrap {
    margin-bottom: 40px;
  }
  
  .suite-section .content-wrap h3,.suite-section .content-wrap .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.7px;
    margin-bottom: 15px;
    color: #000000;
  }
  
  .suite-section .content-wrap p {
    margin-bottom: 10px;
    color: #555555;
  }
  
  .suite-section .suite-wrap {
    width: 100%;
  }
  
  .suite-section .suite-list.nonCat::before {
    display: none;
  }
  
  .suite-section .suite-list .text-wrap {
    width: 100%;
    color: rgba(0,0,0,0.7);
  }
  
  .suite-section .suite-list .list-title {
    padding: 10px 15px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 14px;
  }
  
  .suite-section .suite-list .list-title i {
    font-size: 16px;
    color: #000000;
    margin-right: 11px;
  }
  
  .suite-section .suite-list .list-title strong {
    margin-right: 3px;
  }
  
  .suite-section .suite-list .list-title span,.suite-section .suite-list .list-title strong {
    font-size: 14px;
    color: rgba(85, 85, 85, .5);
    line-height: 18px;
  }
  
  .suite-section .suite-list .list-title span {
    font-weight: 500;
  }
  
  .suite-section .suite-list .suite-card {
    background: rgba(249,251,255,0.70196);
    padding: 35px 0 20px 20px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
    border-radius: 8px;
  }
  
  .suite-section .suite-list .suite-card .icon-box {
    position: absolute;
    left: 18px;
    top: -25px;
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
  
  .suite-section .suite-list .suite-card .icon-box img {
    width: 100%;
  }
  
  .suite-section .suite-list .suite-card h4 a,.suite-section .suite-list .suite-card .h4 a {
    text-decoration: none;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    display: block;
  }
  
  .suite-section .suite-list .suite-card h4 a:before,.suite-section .suite-list .suite-card .h4 a:before {
    content: "\e92a";
    font-family: icomoon;
    position: absolute;
    right: 20px;
    font-size: 12px;
    color: #d82a64;
    transition: all .3s linear;
  }
  
  .suite-section .suite-list .suite-card p {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  
  .resource-form-mini {
    position: relative;
    margin-bottom: 100px;
  }
  
  .resource-form-mini .bg-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  
  .resource-form-mini .bg-img:after {
    position: absolute;
    content: '';
    background-color: rgba(234, 247, 252, .9);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  
  .resource-form-mini .bg-img img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .resource-form-mini .content-wrap {
    background-color: #eaf7fc;
    border-radius: 8px;
    padding: 20px 20px 10px;
  }
  
  .resource-form-mini .title-box {
    text-align: left;
    margin-bottom: 20px;
  }
  
  .resource-form-mini p {
    font-size: 14px;
    line-height: 21px;
    color: rgba(85, 85, 85, .8);
    margin-bottom: 20px;
  }
  
  .resource-form-wrap {
    margin-bottom: 20px;
  }
  
  .resource-form-wrap .input-group.mb-3 {
    margin-bottom: 15px;
  }
  
  .resource-form-wrap .input-group input {
    border-color: rgba(85, 85, 85, .8);
    border-radius: 5px;
  }
  
  .resource-form-wrap .input-group input::-moz-placeholder {
    color: rgba(85, 85, 85, .8);
  }
  
  .resource-form-wrap .input-group input::placeholder {
    color: rgba(85, 85, 85, .8);
  }
  
  .resource-form-wrap .input-wrap {
    position: relative;
    flex: 1;
  }
  
  .resource-form-wrap .input-wrap:before {
    position: absolute;
    content: "\e917";
    font-family: 'icomoon' !important;
    font-size: 14px;
    color: #000000;
    z-index: 2;
    left: 16px;
    top: 52%;
    transform: translateY(-50%);
  }
  
  .resource-form-wrap .input-wrap input {
    position: relative;
    border-radius: 5px;
    background-color: #ffffff;
    border-color: rgba(85, 85, 85, .8);
    min-height: 100%;
    padding-left: 40px;
  }
  
  .resource-form-wrap .input-wrap input::-moz-placeholder {
    color: rgba(85, 85, 85, .8);
  }
  
  .resource-form-wrap .input-wrap input::placeholder {
    color: rgba(85, 85, 85, .8);
  }
  
  .resource-form-wrap .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.resource-form-wrap .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-radius: 5px;
  }
  
  .resource-form-wrap .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 5px;
  }
  
  .proposel-resource .title-box {
    text-align: left;
  }
  
  .proposel-resource .link-info {
    margin-bottom: 20px;
  }
  
  .proposel-resource .link-info a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #d82a64;
  }
  
  .proposel-resource .link-info span {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .proposel-resource .link-info i:before {
    font-size: 16px;
    font-weight: 500;
    color: #d82a64;
  }
  
  .resources-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  
  .resources-wrapper>.resource-item {
    margin: 0 20px 20px;
    width: calc(100% - 40px);
  }
  
  .resources-wrapper .resource-item {
    margin-bottom: 20px;
  }
  
  .resources-wrapper .resource-item .resource-card {
    position: relative;
  }
  
  .resources-wrapper .resource-item.column .img-box {
    min-height: 200px;
    max-width: 100%;
  }
  
  .resources-wrapper .resource-item.column .resource-card {
    padding-right: 0;
  }
  
  .resources-wrapper .resource-item .resource-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    height: 100%;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content {
    padding: 25px 25px 25px 20px;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content .text {
    font-size: 14px;
    color: #555555;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content .link-row {
    display: none;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content h5,.resources-wrapper .resource-item .resource-card .card-content .h5 {
    position: relative;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content h5 a,.resources-wrapper .resource-item .resource-card .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .resources-wrapper .resource-item .resource-card .card-content h5 a:hover:before,.resources-wrapper .resource-item .resource-card .card-content .h5 a:hover:before {
    transform: translateX(-10px);
  }
  
  .resources-wrapper .resource-item .resource-card .img-box {
    height: 150px;
    background-size: cover;
    position: relative;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .resources-wrapper .resource-item .resource-card .img-box .category {
    background: rgba(0, 0, 0, .5);
    display: inline-flex;
    width: auto;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #ffffff;
    border-radius: 2px;
  }
  
  .video-article-section .sidebar {
    padding-top: 20px;
  }
  
  .video-article-section .sidebar .sidebar-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #009fe3;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .video-article-section .sidebar .cards-list .video-box {
    position: relative;
  }
  
  .video-article-section .sidebar .cards-list .video-box .img-holder {
    position: relative;
  }
  
  .video-article-section .sidebar .cards-list .video-box .img-holder:before {
    content: '';
    position: absolute;
    height: 50%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
    opacity: .7;
    border-radius: 8px;
  }
  
  .video-article-section .sidebar .cards-list .video-box img {
    width: 100%;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .text-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .text-box .duration {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .btn:hover {
    opacity: .6;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .btn i {
    z-index: 2;
    color: #ffffff;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .btn:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #000000;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .video-article-section .sidebar .cards-list .video-box .button-holder .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: transparent;
    top: 50%;
    opacity: .6;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .video-article-section .sidebar .cards-list .video-card {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .video-article-section .sidebar .cards-list .card-content {
    padding: 25px 25px 25px 20px;
    background: #f5f5f5;
  }
  
  .video-article-section .sidebar .cards-list .card-content p {
    padding-right: 50px;
  }
  
  .video-article-section .sidebar .cards-list .card-content .text {
    font-size: 14px;
    color: #555555;
  }
  
  .video-article-section .sidebar .cards-list .card-content .link-row {
    display: none;
  }
  
  .video-article-section .sidebar .cards-list .card-content .link-row a {
    font-size: 0;
    position: absolute;
    right: 30px;
    bottom: 25px;
  }
  
  .video-article-section .sidebar .cards-list .card-content h5,.video-article-section .sidebar .cards-list .card-content .h5 {
    position: relative;
  }
  
  .video-article-section .sidebar .cards-list .card-content h5 a,.video-article-section .sidebar .cards-list .card-content .h5 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding-right: 30px;
  }
  
  .video-article-section .sidebar .cards-list .card-content h5 a:before,.video-article-section .sidebar .cards-list .card-content .h5 a:before {
    content: '\e92a';
    font-family: icomoon;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #d82a64;
    font-size: 12px;
    transition: all .3s linear;
  }
  
  .video-article-section .sidebar .cards-list .card-content h5 a:hover:before,.video-article-section .sidebar .cards-list .card-content .h5 a:hover:before {
    transform: translateX(5px);
  }
  
  .video-article-section .sidebar .cards-list .video-card img {
    width: 100%;
    border-radius: 8px;
  }
  
  .video-article-section .article-content {
    transform: translateY(-40px);
  }
  
  .video-article-section .article-content .video-box {
    margin-bottom: 25px;
  }
  
  .video-article-section .article-content .video-box iframe {
    height: 490px;
  }
  
  .video-article-section .article-content .video-box video,.video-article-section .article-content .video-box iframe,.video-article-section .article-content .video-box img {
    width: 100%;
  }
  
  .video-article-section .share-box {
    display: flex;
    align-items: center;
  }
  
  .video-article-section .share-box .title {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
    margin-right: 18px;
  }
  
  .video-article-section .share-box .share-list {
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  .video-article-section .share-box .share-list li {
    margin-right: 10px;
  }
  
  .video-article-section .share-box .share-list a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf7fc;
    color: #000000;
    font-size: 16px;
    transition: all .3s linear;
  }
  
  .video-article-section .share-box .share-list a:hover {
    background-color: #d82a64;
  }
  
  .video-article-section .content {
    margin-bottom: 55px;
  }
  
  .video-article-section .content p {
    color: #555555;
    font-size: 18px;
    line-height: 1.44;
  }
  
  .video-article-section .subscribe-box {
    background: #eaf7fc;
    border-radius: 8px;
    padding: 30px 40px;
  }
  
  .video-article-section .subscribe-box .title-box {
    text-align: left;
  }
  
  .video-article-section .subscribe-box .title-box h5,.video-article-section .subscribe-box .title-box .h5 {
    font-size: 20px;
    line-height: 1.25;
  }
  
  .video-article-section .subscribe-box p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
  }
  
  /* .article-content {
    padding-bottom: 80px;
  } */
  
  .article-content h2,.article-content .h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .article-content h3,.article-content .h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .article-content h4,.article-content .h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .article-content h5,.article-content .h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .article-content h6,.article-content .h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .article-content figure {
    width: 100%;
    display: block;
  }
  
  .article-content figure picture {
    width: 100%;
    display: block;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .article-content figure picture img {
    width: 100%;
    height: auto;
  }
  
  .article-content figure figcaption {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    text-align: left;
    color: rgba(85, 85, 85, .8);
    padding: 10px 0;
  }
  
  .article-content .blockquote-card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    margin-bottom: 40px;
  }
  
  .article-content .blockquote-card .blockquote-footer {
    padding-top: 15px;
  }
  
  .article-content .blockquote-card .blockquote-footer:before {
    display: none;
  }
  
  .validation-section .blockquote-footer img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
  }
  
  .article-content .blockquote-card .blockquote-footer .link-more {
    line-height: 1.5;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box {
    display: flex;
    align-items: center;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .img-box {
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .img-box picture {
    width: 100%;
    display: block;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .img-box picture img {
    width: 100%;
    height: auto;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .name-box span {
    display: block;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .name-box span.name {
    font-weight: 900;
    line-height: 24px;
    color: #000000;
  }
  
  .article-content .blockquote-card .blockquote-footer .author-box .name-box span.title {
    font-size: 14px;
    color: #555555;
  }
  
  .article-content .blockquote-card blockquote {
    position: relative;
  }
  
  .article-content .blockquote-card blockquote p {
    font-size: 22px;
  }
  
  .article-content .blockquote-card blockquote p:first-of-type {
    position: relative;
  }
  
  .article-content .blockquote-card blockquote p:first-of-type::before {
    content: '\e923';
    font-family: icomoon;
    font-size: 30px;
    position: absolute;
    top: -30px;
    right: calc(100% - 15px);
  }
  
  .article-content p {
    font-size: 18px;
    line-height: 1.44;
    color: #555555;
    margin-bottom: 20px;
  }
  
  .article-content .text-box {
    margin-bottom: 40px;
  }
  
  .article-content .table {
    margin-bottom: 40px;
  }
  
  .article-content .table thead th {
    padding: 5px 0;
    color: #4d2c93;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .article-content .table tbody td {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .article-content .table tbody td a {
    color: #555555;
    text-decoration: none;
    font-weight: bold;
  }
  
  .article-content .table tbody td:not(:first-child) {
    color: rgba(85, 85, 85, .8);
  }
  
  .article-content .table>:not(:first-child) {
    border-top: 2px solid #4d2c93;
  }
  
  .article-content .table>:not(caption)>*>* {
    padding: 15px 0;
  }
  
  .article-content ul,.article-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  .article-content ul li,.article-content ol li {
    margin-bottom: 10px;
    color: rgba(85, 85, 85, .8);
    font-size: 18px;
  }
  
  .article-content ul li::marker,.article-content ol li::marker {
    color: #009fe3;
  }
  
  .article-content .subscribe-box {
    background: #eaf7fc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .article-content .subscribe-box form,
  .article-content .subscribe-box form .mktoHtmlText  {
    width: 100% !important;
  }
  
  .article-content .subscribe-box form {
    padding: 0;
  }
  
  .article-content .subscribe-box form .mktoHtmlText {
    color: #575757;
    font-size: 12px;
  }
  
  .article-content .subscribe-box .title-box {
    text-align: left;
    margin-bottom: 0;
  }
  
  .article-content .subscribe-box .title-box h5,.article-content .subscribe-box .title-box .h5 {
    font-size: 20px;
    line-height: 1.25;
  }
  
  .article-content .subscribe-box p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
  }
  
  .article-content .article-author-box {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }
  
  .article-content .article-author-box .author-card {
    display: flex;
    align-items: center;
    color: #555555;
  }
  
  .article-content .article-author-box .author-card .name {
    font-size: 18px;
    color: #000000;
  }
  
  .article-content .article-author-box .author-card .subinfo {
    letter-spacing: -0.3px;
  }
  
  .article-content .article-author-box .author-card .avatar-box {
    margin-right: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .article-content .article-author-box .author-card .author-info {
    flex: 1;
  }
  
  .article-content picture {
    display: block;
    width: 100%;
  }
  
  .article-content picture img {
    width: 100%;
    height: auto;
  }
  
  .article-content-section .article-content {
    max-width: 770px;
  }
  
  .article-content-section picture {
    display: block;
    width: 100%;
  }
  
  .article-content-section picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  /* .article-content-section .article-sidebar {
    padding-top: 100px;
  } */
  
  .article-content-section .article-sidebar .sidebar-info {
    font-size: 12px;
    color: rgba(85, 85, 85, .8);
    display: inline-flex;
    margin-bottom: 27px;
  }
  
  .article-content-section .article-sidebar .sidebar-box {
    position: relative;
    margin-bottom: 40px;
  }
  
  .article-content-section .article-sidebar .sidebar-box p {
    color: rgba(85, 85, 85, .8);
  }
  
  
  .article-content-section .article-sidebar .sidebar-box a {
    text-decoration: none;
  }
  
  .article-content-section .article-sidebar .sidebar-box .single-card .text-box p {
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
  }
  
  .article-content-section .article-sidebar .sidebar-box .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  
  .article-sidebar .blockquote {
    font-size: 16px !important;
  }
  
  .article-sidebar .blockquote-footer {
    text-align: right;
  }
  
  .article-content-section .article-sidebar .sidebar-box:not(:first-child) {
    padding-top: 15px;
  }
  
  .article-content-section .article-sidebar .sidebar-box h4,.article-content-section .article-sidebar .sidebar-box .h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    color: #131B2F;
    font-weight: 500;
  }
  
  .article-content-section .article-sidebar .suite-card {
    background: rgba(249,251,255,0.70196);
    padding: 40px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 8px;
    display: block;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
  }
  
  .article-content-section .article-sidebar .suite-card .icon-box {
    position: absolute;
    left: 18px;
    top: -25px;
    width: 45px;
    height: 45px;
  }
  
  .article-content-section .article-sidebar .suite-card .icon-box img {
    width: 100%;
  }
  
  .article-content-section .article-sidebar .suite-card h4,.article-content-section .article-sidebar .suite-card .h4 {
    display: block;
    margin-bottom: 15px;
  }
  
  .article-content-section .article-sidebar .suite-card h4 a,.article-content-section .article-sidebar .suite-card .h4 a {
    text-decoration: none;
    font-weight: 700;
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    display: block;
    transition: all .3s linear;
  }
  
  .article-content-section .article-sidebar .suite-card h4 a::before,.article-content-section .article-sidebar .suite-card .h4 a::before {
    display: none;
  }
  
  .article-content-section .article-sidebar .suite-card h4 a:hover,.article-content-section .article-sidebar .suite-card .h4 a:hover {
    opacity: .6;
  }
  
  .article-content-section .article-sidebar .suite-card h4 a span,.article-content-section .article-sidebar .suite-card .h4 a span {
    display: block;
    font-size: 22px;
  }
  
  .article-content-section .article-sidebar .suite-card p {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
  }
  
  .article-content-section .article-sidebar .text-card {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
  }
  
  .article-content-section .article-sidebar .values-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  
  .article-content-section .article-sidebar .values-list li {
    font-size: 12px;
    color: rgba(85, 85, 85, .8);
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
  }
  
  .article-content-section .article-sidebar .values-list li img {
    height: 24px;
    width: auto;
    margin-right: 13px;
  }
  
  .article-content-section .article-sidebar .values-list li i {
    color: #009fe3;
    font-size: 24px;
    margin-right: 13px;
  }
  
  .article-content-section .article-sidebar .related-links-list li {
    margin-bottom: 10px;
  }
  
  .article-content-section .article-sidebar .related-links-list li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.3px;
    color: rgba(0, 0, 0, .8);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 20px;
    position: relative;
    font-weight: bold;
  }
  
  .article-content-section .article-sidebar .related-links-list li a:after {
    content: '\e92a';
    color: rgba(85, 85, 85, .8);
    font-family: icomoon;
    font-size: 10px;
    right: 0;
    transition: all .3s linear;
    line-height: 1;
    position: absolute;
    bottom: 2px;
  }
  
  .article-content-section .article-sidebar .related-links-list li a:hover::after {
    right: -5px;
  }
  
  .offices-section .map-content .tabset-holder {
    display: flex;
  }
  
  .offices-section .map-content .tabset-holder .map-tabset {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
  }
  
  .offices-section .map-content .tabset-holder .map-tabset li {
    background-color: #f5f5f5;
    max-width: 170px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .offices-section .map-content .tabset-holder .map-tabset a {
    color: #000000;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    display: flex;
  }
  
  .offices-section .map-content .tabset-holder .map-tabset a.active {
    background: #001560;
    color: #ffffff;
  }
  
  .offices-section .map {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
  }
  
  .offices-section .map .map-wrapper {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .offices-section .map .gmap-holder {
    width: 100%;
    height: 100%;
  }
  
  .offices-section .map .tab-content {
    width: 365px;
    z-index: 2;
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    min-height: 285px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  .offices-section .map .tab-content h2,.offices-section .map .tab-content .h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .offices-section .map .tab-content address {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(85,85,85,0.8);
    max-width: 250px;
  }
  
  .offices-section .map .tab-content address ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .offices-section .map .tab-content address ul li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
  }
  
  .offices-section .map .tab-content address ul li i:before {
    margin-left: -25px;
  }
  
  .offices-section .map .tab-content address ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: icomoon;
  }
  
  .offices-section .map .tab-content address ul li.address:before {
    content: '\e91d';
  }
  
  .offices-section .map .tab-content address ul li.email::before {
    content: '\e917';
  }
  
  .offices-section .map .tab-content address ul li.phone::before {
    content: '\e91c';
  }
  
  .offices-section .map .tab-content address ul a {
    text-decoration: none;
    color: rgba(85,85,85,0.8);
  }
  
  .offices-section .map .tab-content address ul a:hover {
    color: #d82a64;
  }
  
  .offices-section .map-content.alt {
    padding: 50px 0;
  }
  
  .offices-section .map-content.alt .map-info {
    font-size: 16px;
    color: rgba(85, 85, 85, .8);
  }
  
  .offices-section .map-content.alt .map-info .text-box {
    margin-bottom: 30px;
  }
  
  .offices-section .map-content.alt .map-info h2,.offices-section .map-content.alt .map-info .h2 {
    color: #000000;
  }
  
  .offices-section .map-content.alt .map-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .offices-section .map-content.alt .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  
  .offices-section .map-content.alt address {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(85,85,85,0.8);
    max-width: 250px;
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
  }
  
  .offices-section .map-content.alt address:before {
    content: '\e91d';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: icomoon;
  }
  
  .offices-section .map-content.alt ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .offices-section .map-content.alt ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
  }
  
  .offices-section .map-content.alt ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: icomoon;
  }
  
  .offices-section .map-content.alt ul li.email {
      font-size: 16px;
  }
  
  .offices-section .map-content.alt ul li.phone {
      font-size: 16px;
  }
  
  .offices-section .map-content.alt ul li.address:before {
      content: '\e91d';
  }
  
  .offices-section .map-content.alt ul li.email::before {
    content: '\e917';
  }
  
  .offices-section .map-content.alt ul li.phone::before {
    content: '\e91c';
  }
  
  .offices-section .map-content.alt ul a {
    text-decoration: none;
    color: rgba(85,85,85,0.8);
  }
  
  .offices-section .map-content.alt ul a:hover {
    color: #d82a64;
  }
  
  .forms-content-section {
    padding: 40px 0;
  }
  
  .forms-content-section .img-wrap picture {
    width: 100%;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    display: block;
  }
  
  .forms-content-section .img-wrap picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .forms-content-section .form {
    background: #eaf7fc;
    border-radius: 6px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  
  .forms-content-section .form .form-header {
    padding: 50px 0 32px;
  }
  
  .forms-content-section .form .form-header h3,.forms-content-section .form .form-header .h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  
  .forms-content-section .form .form-content {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 40px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .forms-content-section .form .form-content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  
  .forms-content-section .form .form-holder select,.forms-content-section .form .form-holder input {
    height: 48px;
    padding: 4px 20px;
  }
  
  .forms-content-section .form .form-holder select::-moz-placeholder, .forms-content-section .form .form-holder input::-moz-placeholder {
    color: #000000;
  }
  
  .forms-content-section .form .form-holder select::placeholder,.forms-content-section .form .form-holder input::placeholder {
    color: #000000;
  }
  
  .forms-content-section .form .form-holder textarea {
    height: 100px;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(0,21,96,.2) !important;
  }
  
  .forms-content-section select,.forms-content-section input,.forms-content-section textarea {
    background-color: #ffffff;
    cursor: pointer;
    border: none;
    resize: none;
  }
  
  .form-content .sf-form input[type="submit"].btn {
    background-color: #d82a64 !important;
    color: #fff !important;
  }
  .form-content .sf-form input[type="submit"].btn:hover {
    background-color: transparent;
    color: #d82a64;
  }
  
  .book-demo-form .content-box {
    margin-bottom: 60px;
  }
  
  .book-demo-form .content-box h3,.book-demo-form .content-box .h3 {
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .book-demo-form .content-box p {
    color: #555555;
  }
  
  .book-demo-form .content-box ul {
    color: #555555;
    line-height: 26px;
  }
  
  .book-demo-form .form-book-demo {
    border-radius: 6px;
    background-color: #eaf7fc; 
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .book-demo-form .form-book-demo .form-group {
    padding: 0 10px;
  }
  
  .book-demo-form .form-book-demo button {
    margin-left: 10px;
  }
  
  .book-demo-form .form-book-demo form {
    width: 100% !important;
    padding: 0;
  }
  
  .book-demo-form .form-book-demo h4, .book-demo-form .form-book-demo .h4 {
      color: #555555;
      margin-bottom: 20px;
      font-weight: 700;
  }
  
  .book-demo-form .form-book-demo input {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .book-demo-form .form-book-demo input,.book-demo-form .form-book-demo textarea,.book-demo-form .form-book-demo select {
    border: 1px solid #ffffff;
    padding: 4px 20px;
    margin: 0 0 20px;
    border-radius: 5px;
    color: #000000;
  }
  
  .book-demo-form .form-book-demo input::-moz-placeholder, .book-demo-form .form-book-demo textarea::-moz-placeholder, .book-demo-form .form-book-demo select::-moz-placeholder {
    color: #000000;
    font-size: 16px;
  }
  
  .book-demo-form .form-book-demo input::placeholder,.book-demo-form .form-book-demo textarea::placeholder,.book-demo-form .form-book-demo select::placeholder {
    color: #000000;
    font-size: 16px;
  }
  
  .book-demo-form .form-book-demo .form-control:focus {
    box-shadow: red;
  }
  
  .book-demo-form .form-book-demo textarea {
    resize: none;
    height: 100px;
    padding: 15px 20px;
  }
  
  .book-demo-form .form-book-demo textarea::-moz-placeholder {
    color: #555555;
  }
  
  .book-demo-form .form-book-demo textarea::placeholder {
    color: #555555;
  }
  
  .statistics-wrap .info-box {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    margin-bottom: 30px;
  }
  
  .statistics-wrap .info-box .num {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    color: #009fe3;
    letter-spacing: -0.7px;
  }
  
  .statistics-wrap .info-box h6,.statistics-wrap .info-box .h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
  
  .tabset-about-us {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
  }
  
  .tabset-about-us .tabset-time-progress {
    list-style-type: none;
    padding: 15px;
  }
  
  .tabset-about-us .tabset-item:last-child .tabset-link .circle:before {
    width: 100px;
    background: linear-gradient(90deg, #009fe3 12%, rgba(0, 159, 227, .685334) 42%, rgba(0, 159, 227, 0) 57%);
    border-radius: 40px;
  }
  
  .tabset-about-us .tabset-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 17px;
    color: #555555;
    text-decoration: none;
    padding: 10px 30px 15px;
    transition: all .3s ease-in-out;
  }
  
  .tabset-about-us .tabset-link:hover {
    background: #f5f5f5;
    color: #000000;
    border-radius: 8px;
    transition: all .3s ease-in-out;
  }
  
  .tabset-about-us .tabset-link:hover .circle:after {
    background-color: #000000;
  }
  
  .tabset-about-us .tabset-link.active .circle {
    background-color: #009fe3;
  }
  
  .tabset-about-us .tabset-link.active .circle:after {
    background-color: #ffffff;
  }
  
  .tabset-about-us .circle {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-bottom: 7px;
    z-index: 0;
  }
  
  .tabset-about-us .circle:before {
    position: absolute;
    content: '';
    width: 112px;
    height: 1px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #009fe3;
    z-index: -1;
  }
  
  .tabset-about-us .circle:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #009fe3;
  }
  
  .timeline-tab-content .timeline-accordion.active .opener::before {
    transform: translateY(-50%) rotate(180deg);
  }
  
  .timeline-tab-content .timeline-accordion .img-box {
    margin-bottom: 15px;
    border-radius: 8px;
  }
  
  .timeline-tab-content .timeline-accordion .img-box img {
    border-radius: 8px;
  }
  
  .timeline-tab-content .timeline-accordion .opener {
    margin-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    display: block;
    padding: 5px 20px 5px 10px;
    background: #009fe3;
    color: #ffffff;
    position: relative;
  }
  
  .timeline-tab-content .timeline-accordion .opener::before {
    content: "\e90a";
    font-family: icomoon;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 18px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    transition: transform .3s linear;
  }
  
  .quote-section {
    background-color: #f5f5f5;
    padding: 40px 0;
  }
  
  .quote-section .title-box {
    text-align: left;
  }
  
  .quote-section .tab-content {
    padding-bottom: 30px;
  }
  
  .quote-slider .quote-card {
    padding: 30px;
  }
  
  .quote-slider .quote-card.horizontal {
    background: transparent;
  }
  
  .quote-slider .quote-card .horizontal-testimonial {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 12px -7px rgb(0 0 0 / 8%), 0 15px 30px rgb(0 0 0 / 12%);
  }
  
  .quote-slider .quote-card .horizontal-testimonial.small-img .blockquote-footer {
    position: relative;
  }
  
  .resource-post {
    padding: 40px 0;
    background-color: transparent;
  }
  
  .resource-post .title-box {
    text-align: left;
    width: 75%;
  }
  
  .resource-post .video-item-card {
    margin: 10px 0 0 0;
    height: 100%;
  }
  
  .resource-post .video-item-card .video-card {
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

    .resource-post .case-studies-list .video-item-card .video-box .category-holder,
    .resource-post .article-more .video-item-card .video-box .category-holder {
      position: absolute;
      top: -2px;
      left: 2px;
      right: 2px;
    }

    .resource-post .case-studies-list .video-item-card .video-box .category,
    .resource-post .article-more .video-item-card .video-box .category {
        background: rgba(0, 0, 0, .3);
        display: inline-flex;
        align-items: center;
        justify-content: left;
        padding: 3px;
        color: white;
        border-radius: 4px;
        font-size: 9px;
        width: fit-content;
        margin-top: 5px;
    }
  
  .resource-post .produt-slider-components {
    display: flex;
    justify-content: space-between;
  }
  
  .slider-dots-holder {
    margin-left: auto;
  }
  
  .slider-dots-holder .dots {
    display: none !important;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  
  .slider-dots-holder .dots.visible {
    display: flex !important;
  }
  
  .slider-dots-holder .dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }
  
  .slider-dots-holder .dots li.slick-active {
    border: 1px solid rgba(0, 21, 96, .5);
    box-sizing: border-box;
    border-radius: 50%;
  }
  
  .slider-dots-holder .dots li.slick-active button {
    background: #001560;
  }
  
  .slider-dots-holder .dots li+li {
    margin-left: 8px;
  }
  
  .slider-dots-holder .dots button {
    background: rgba(0, 0, 0, .2);
    border: none;
    font-size: 0;
    padding: 0;
    width: 8px;
    min-height: 8px;
    border-radius: 50%;
  }
  
  .esg-section {
    padding: 40px 0;
  }
  
  .esg-section .esg-slider-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .esg-section .esg-intro {
    position: relative;
    z-index: 4;
    background: #f5f5f5;
    border-radius: 0 8px 8px 0;
    padding: 75px 40px 120px 0;
    height: 100%;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .esg-section .esg-intro .esg-intro-holder {
    position: relative;
    z-index: 3;
  }
  
  .esg-section .esg-intro:before {
    content: '';
    position: absolute;
    background: #f5f5f5;
    top: 0;
    bottom: 0;
    right: 0;
    width: 9999px;
    z-index: 0;
  }
  
  .esg-section .esg-intro .subtitle {
    color: #009fe3;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
  }
  
  .esg-section .esg-intro h3,.esg-section .esg-intro .h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: -0.7px;
  }
  
  .esg-section .esg-intro p {
    color: #555555;
  }
  
  .esg-section .slick-list {
    overflow: visible;
  }
  
  .esg-section .esg-slide-card {
    overflow: hidden;
  }
  
  .esg-section .esg-slide-card .card-holder {
    padding: 10px;
    width: 100%;
    position: relative;
    border-radius: 8px;
    min-height: 80px;
    box-shadow: 0 10px 13px -7px #000000, -4px -3px 3px -3px rgba(0, 0, 0, 0);
    padding-left: 65px;
  }
  
  .esg-section .esg-slide-card .slide-card-icon {
    position: absolute;
    left: 10px;
  }
  
  .esg-section .esg-slide-card .slide-card-icon picture {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
  }
  
  .esg-section .esg-slide-card .slide-card-icon picture img {
    width: 100%;
    height: 100%;
  }
  
  .esg-section .esg-slide-card .opener {
    font-weight: 500;
    color: #555555;
    font-size: 16px;
    display: block;
    text-decoration: none;
  }
  
  .esg-section .esg-slide-card .slide-card-text.active .opener:before {
    transform: translateY(-50%) rotate(180deg);
  }
  
  .esg-section .esg-slide-card .slide-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: rgba(85, 85, 85, .8);
  }
  
  .esg-section .esg-slide-card .slide-text p {
    margin-bottom: 0;
  }
  
  .esg-section .esg-slider {
    margin-bottom: 5px;
  }
  
  .esg-section .esg-slider.esg-slider-2 {
    margin-left: -200px;
  }
  
  .secondary-callout-section {
    padding: 50px 0;
  }
  
  .secondary-callout-section .callout-box {
    position: relative;
    padding: 20px 40px;
    display: flex;
    align-items: center;
  }
  
  .secondary-callout-section .callout-box .img-box {
    position: relative;
    z-index: 2;
    width: 100px;
  }
  
  .secondary-callout-section .callout-box .img-box picture {
    width: 100%;
  }
  
  .secondary-callout-section .callout-box .img-box picture img {
    width: 100%;
    height: auto;
  }
  
  .secondary-callout-section .callout-box .title-box {
    position: relative;
    z-index: 2;
    text-align: left;
  }
  
  .secondary-callout-section .callout-box .title-box p {
    font-size: 16px;
    color: #555555;
  }
  
  .secondary-link-section {
    padding: 40px 0;
  }
  
  .secondary-link-section .link-box {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
  }
  
  .secondary-link-section .link-box h3,.secondary-link-section .link-box .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.7px;
    margin-bottom: 30px;
    color: #000000;
  }
  
  .secondary-link-section .link-box .link-list li {
    margin-bottom: 20px;
  }
  
  .secondary-link-section .link-box .link-list li a {
    /* display: block; */
    padding: 17px 45px 17px 20px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
  }
  
  .secondary-link-section .link-box .link-list li a:hover:before {
    right: 10px;
  }
  
  .secondary-link-section .link-box .link-list li a:before {
    content: '\e92a';
    font-family: icomoon;
    position: absolute;
    right: 15px;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #d82a64;
    transition: all .3s linear;
  }
  
  .content-links-section {
    padding: 40px 0;
  }
  
  .content-links-section .links-content .img-box {
    width: 160px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, .0001);
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    border-radius: 8px;
    transition: all .3s linear;
    overflow: hidden;
  }
  
  .content-links-section .links-content .img-box picture {
    width: 100%;
  }
  
  .content-links-section .links-content .img-box picture img {
    width: 100%;
    height: auto;
  }
  
  .content-links-section .links-content .link-box {
    text-decoration: none;
    width: 100%;
  }
  
  .content-links-section .links-content .link-box h4,.content-links-section .links-content .link-box .h4 {
    color: #000000;
    font-size: 18px;
    line-height: 1.44;
    font-weight: 500;
  }
  
  .content-links-section .links-content .link-box p {
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
  }
  
  .media-section {
    padding: 40px 0;
  }
  
  .media-section .full-width-media {
    border-radius: 8px;
    overflow: hidden;
  }
  
  .media-section .full-width-media .video-box {
    position: relative;
  }
  
  .media-section .full-width-media .video-box.active .img-holder,.media-section .full-width-media .video-box.active .button-holder {
    opacity: 0;
    visibility: hidden;
  }
  
  .media-section .full-width-media .video-box.active .video-holder {
    opacity: 1;
    visibility: visible;
  }
  
  .media-section .full-width-media .video-box .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
  
  .media-section .full-width-media .video-box .video-holder video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  
  .media-section .full-width-media .video-box .img-holder {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  
  .media-section .full-width-media .video-box .img-holder img {
    width: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  
  .media-section .full-width-media .video-box .button-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 22;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  
  .media-section .full-width-media .video-box .button-holder .text-box {
    color: #ffffff;
    padding: 10px 20px;
  }
  
  .media-section .full-width-media .video-box .button-holder .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    z-index: 22;
  }
  
  .media-section .full-width-media .video-box .button-holder .btn i {
    z-index: 2;
    color: #009fe3;
  }
  
  .media-section .full-width-media .video-box .button-holder .btn:before {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .media-section .full-width-media .video-box .button-holder .btn:after {
    content: '';
    position: absolute;
    left: 50%;
    background: #ffffff;
    top: 50%;
    opacity: .6;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
  }
  
  .news-tabs-section .circle-card-wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .news-tabs-section .circle-card-wrap .text-wrap {
    margin-top: 140px;
  }
  
  .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(1) {
    top: -10px;
    left: 0;
  }
  
  .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(2) {
    top: 46%;
    right: 0;
  }
  
  .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(3) {
    top: 95%;
    left: 0;
  }
  
  .news-tabs-section .circle-card-wrap .title-box {
    text-align: left;
  }
  
  .news-tabs-section .circle-card-wrap .title-box h3,.news-tabs-section .circle-card-wrap .title-box .h3 {
    margin-bottom: 15px;
  }
  
  .news-tabs-section .circle-card-wrap .title-box p {
    margin-bottom: 15px;
  }
  
  .news-tabs-section .title-tab-open h4,.news-tabs-section .title-tab-open .h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #009fe3;
    text-transform: uppercase;
    margin-bottom: 19px;
  }
  
  .news-tabs-section .tabset-holder {
    display: flex;
    position: relative;
    top: -100px;
    max-width: 1180px;
    background-color: #f5f5f5;
    margin: auto 40px;
    border-radius: 8px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
  }
  
  .news-tabs-section .tabset-holder .map-tabset {
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    flex-wrap: nowrap;
    padding: 10px;
    margin-bottom: 0;
  }
  
  .news-tabs-section .tabset-holder .map-tabset li {
    background-color: transparent;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .news-tabs-section .tabset-holder .map-tabset li:not(:last-child) {
    margin-right: 10px;
  }
  
  .news-tabs-section .tabset-holder .map-tabset li.title-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-tabs-section .tabset-holder .map-tabset li.title-tabs h6,.news-tabs-section .tabset-holder .map-tabset li.title-tabs .h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 0;
  }
  
  .news-tabs-section .tabset-holder .map-tabset li.title-tabs p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: rgba(85, 85, 85, .8);
  }
  
  .news-tabs-section .tabset-holder .map-tabset a {
    color: #000000;
    text-decoration: none;
    border: none;
    background: transparent;
    padding: 5px 10px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 500;
    display: flex;
  }
  
  .news-tabs-section .tabset-holder .map-tabset a.active {
    background: #001560;
    color: #ffffff;
    border-radius: 8px;
  }
  
  .news-tabs-section .downloads-content .sup-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: rgba(85, 85, 85, .8);
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    margin-bottom: 30px;
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info.important-info {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info.important-info:after {
    position: absolute;
    display: none;
    content: '';
    width: 1px;
    top: 0;
    bottom: -10px;
    right: 0;
    background-color: rgba(85, 85, 85, .4);
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info .info-icon {
    position: relative;
    margin-right: 10px;
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info .info-icon:before {
    font-size: 20px;
  }
  
  .news-tabs-section .downloads-content .sup-text .bottom-info p {
    margin-bottom: 3px;
  }
  
  .news-tabs-section .downloads-content .sup-text h6,.news-tabs-section .downloads-content .sup-text .h6,.news-tabs-section .downloads-content .sup-text strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  
  .news-tabs-section .downloads-content .sup-text strong {
    text-transform: uppercase;
  }
  
  .news-tabs-section .downloads-content .tabset-holder .map-tabset a {
    padding: 5px 15px;
    min-width: 100px;
  }
  
  .news-tabs-section .downloads-content .content-hold {
    margin-bottom: 40px;
  }
  
  .news-tabs-section .downloads-content .content-hold p {
    color: #555555;
  }
  
  .news-tabs-section .downloads-content .content-hold ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
  }
  
  .news-tabs-section .downloads-content .content-hold ul li i:before {
    color: #009fe3;
  }
  
  .news-tabs-section .downloads-content .content-hold i {
    position: relative;
    margin-right: 10px;
  }
  
  .news-tabs-section .downloads-content .content-hold i:before {
    color: #d82a64;
    font-size: 20px;
  }
  
  .news-tabs-section .downloads-content .content-hold a:hover {
    color: #d82a64;
  }
  
  .news-tabs-section .downloads-content .content-hold a.btn-outline-light:hover {
    color: #000000;
  }
  
  .news-tabs-section .card-news {
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .card-news:hover {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .card-news.bg-gray {
    background-color: #f5f5f5;
  }
  
  .news-tabs-section .card-news.awards-card .img-box {
    display: block;
    margin-bottom: 10px;
    max-height: 100%;
    max-width: 150px;
    width: 100%;
  }
  
  .news-tabs-section .card-news.awards-card .img-box picture {
    height: auto;
    width: 100%;
  }
  
  .news-tabs-section .card-news.awards-card .img-box picture img {
    height: auto;
    width: 100%;
    max-height: unset;
  }
  
  .news-tabs-section .card-news .top-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  
  .news-tabs-section .card-news .top-link a {
    color: #4d2c93;
  }
  
  .news-tabs-section .card-news .img-box {
    display: block;
    margin-bottom: 10px;
  }
  
  .news-tabs-section .card-news .img-box picture {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .news-tabs-section .card-news .img-box picture img {
    max-height: 50px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  
  .news-tabs-section .card-news h3,.news-tabs-section .card-news .h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
  }
  
  .news-tabs-section .card-news h3 a,.news-tabs-section .card-news .h3 a {
    color: #000000;
  }
  
  .news-tabs-section .card-news h3 a:hover,.news-tabs-section .card-news .h3 a:hover {
    color: #d82a64;
    transition: color .3s ease-in-out;
  }
  
  .news-tabs-section .card-news a {
    text-decoration: none;
  }
  
  .news-tabs-section .card-news .title-box {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
    margin-bottom: 10px;
  }
  
  .news-tabs-section .card-news .link-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news-tabs-section .card-news .link-wrap .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(85, 85, 85, .8);
  }
  
  .news-tabs-section .card-news .link-wrap .date:hover {
    color: #d82a64;
    transition: color .3s ease-in-out;
  }
  
  .news-tabs-section .card-news .link-wrap .icon span:hover:before {
    color: #d82a64;
    transition: color .3s ease-in-out;
  }
  
  .news-tabs-section .card-news .link-wrap .icon span:before {
    font-size: 30px;
    color: rgba(85, 85, 85, .8);
  }
  
  .news-tabs-section .post-holder {
    padding-bottom: 50px;
    position: relative;
  }
  
  .news-tabs-section .post-holder>[class^="col-"] {
    transition: all 1s linear;
  }
  
  .news-tabs-section .post-holder .new-item {
    opacity: 0;
    transform: translateY(25px);
  }
  
  .news-tabs-section .post-holder .load-more {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #d82a64;
  }
  
  .news-tabs-section .post-holder span {
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .news-tabs-section .post-holder i:before {
    font-size: 16px;
    font-weight: 500;
    color: #d82a64;
  }
  
  .news-tabs-section .img-list li {
    display: block;
    margin-bottom: 20px;
  }
  
  .news-tabs-section .img-list li:hover {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .img-list li .img-card {
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    padding: 10px 20px;
    background-position: 50% 50%;
    background-size: cover;
    transform-origin: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    transition: all .3s linear;
  }
  
  .news-tabs-section .img-list li .img-card a {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
  }
  
  .news-tabs-section .img-list li .img-card a:after {
    content: "\e92a";
    color: #d82a64;
    font-family: icomoon;
    font-size: 14px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-left: 14px;
    transition: all .3s linear;
  }
  
  .news-tabs-section .img-list li .img-card a:hover::after {
    transform: translateX(5px);
  }
  
  .news-tabs-section .img-list li .img-card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f5f5f5;
  }
  
  .news-tabs-section .img-list li .img-card .card-link {
    color: #000000;
  }
  
  .news-tabs-section .img-list li .img-card .card-link:hover {
    color: #d82a64;
  }
  
  .news-tabs-section .img-list li .img-card .network-link {
    position: absolute;
    top: 25px;
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .img-list li .img-card .network-link:hover {
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .img-list li .img-card .network-link:hover:before {
    color: #d82a64;
  }
  
  .news-tabs-section .img-list li .img-card .network-link:before {
    font-family: 'icomoon';
    top: 0;
    font-size: 25px;
    color: #000000;
    z-index: 100;
    transition: all .3s ease-in-out;
  }
  
  .news-tabs-section .tab-content {
    margin-bottom: 200px;
  }
  
  .news-tabs-section .tab-content .img-box {
    margin-left: 0;
  }
  
  .tab-content {
    margin-bottom: 200px;
  }
  
  .quote-slider-components .tab-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  
  .produt-slider-components .tab-content {
    margin-bottom: 0;
  }
  
  .tab-content.mb-sm {
    margin-bottom: 50px;
  }
  
  .tab-content .img-box picture {
    width: 100%;
    display: block;
  }
  
  .tab-content .img-box img {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  
  .btn-wrapper>.btn {
    margin-bottom: 20px;
  }
  
  .networks-holder .title-box {
    text-align: left;
  }
  
  .operator-holder {
    margin-bottom: 50px;
  }
  
  .operator-calls {
    position: relative;
    padding: 40px 0 0;
  }
  
  .operator-calls:after {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    right: -15px;
    left: -15px;
    background: #eaf7fc;
    z-index: -1;
  }
  
  .operator-calls .title-box {
    text-align: left;
  }
  
  .operator-calls .img-box {
    max-width: 100px;
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 20px;
  }
  
  .operator-calls .img-box img {
    display: block;
    height: 100%;
    width: 100%;
  }
  
  .operator-calls .operator-box {
    display: flex;
    margin-bottom: 40px;
  }
  
  .operator-calls .name-box {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 5px;
  }
  
  .operator-calls .title,.operator-calls .tel-number,.operator-calls .name {
    margin-bottom: 5px;
  }
  
  .operator-calls .title,.operator-calls .tel-number {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #555555;
  }
  
  .operator-calls .tel-number {
    position: relative;
    text-decoration: none;
  }
  
  .operator-calls .tel-number:hover {
    color: #d82a64;
  }
  
  .operator-calls .tel-number:hover:before {
    color: #d82a64;
  }
  
  .operator-calls .link-more {
    color: #000000;
  }
  
  .operator-calls .link-more:hover {
    color: #d82a64;
  }
  
  .article-intro {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  
  .article-intro.no-img {
    margin-bottom: 60px;
  }
  
  .article-intro figure {
    width: 100%;
    display: block;
  }
  
  .article-intro figure picture {
    width: 100%;
    display: block;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .article-intro figure picture img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .article-intro figure figcaption {
    line-height: 1.5;
    display: block;
    color: rgba(85, 85, 85, .8);
    padding: 5px 0;
    font-size: 12px;
  }
  
  .article-intro .intro-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  .article-intro .intro-info .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #009fe3;
    margin-bottom: auto;
  }
  
  .article-intro .intro-info .share-box {
    display: flex;
    align-items: center;
  }
  
  .article-intro .intro-info .share-box .title {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
    margin-right: 18px;
  }
  
  .article-intro .intro-info .share-box .share-list {
    display: flex;
    align-items: center;
    margin: 0;
  }
  
  .article-intro .intro-info .share-box .share-list a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf7fc;
    color: #000000;
    font-size: 16px;
    transition: all .3s linear;
  }
  
  .article-intro .intro-info .share-box .share-list a:hover {
    background-color: #d82a64;
  }
  
  .article-intro .intro-info .info-box small,.article-intro .intro-info .info-box .small {
    font-size: 12px;
  }
  
  .article-intro .intro-info .info-list li {
    margin-bottom: 3px;
  }
  
  .article-intro .intro-info .info-list a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    color: rgba(85, 85, 85, .8);
  }
  
  .article-intro .intro-info .info-list a:hover {
    color: #d82a64;
  }
  
  .search-section {
    padding: 10px 0 50px;
  }
  
  .search-section .container {
    position: relative;
    max-width: 1240px;
  }
  
  .search-section .tabs-search {
    position: relative;
    padding: 30px 0 25px;
  }
  
  .search-section .tabs-search:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(85, 85, 85, .1);
  }
  
  .search-section .tabs-search .cards-number {
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(85, 85, 85, .8);
    text-align: right;
  }
  
  .search-section .tabs-search .sup-title {
    position: absolute;
    top: 2px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 0 10px;
    color: rgba(85, 85, 85, .8);
    background-color: rgba(85, 85, 85, .1);
  }
  
  .search-section .tabs-search .tab-pane {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .search-section .tabs-search .img-box picture {
    display: inline-block;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    max-width: 160px;
  }
  
  .search-section .tabs-search .img-box picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .search-section .form-search {
    position: absolute;
    top: -169px;
  }
  
  .form-search {
    padding: 10px 0;
  }
  
  .form-search form input {
    min-height: 56px;
    border-radius: 6px;
    border: 1px solid rgba(85, 85, 85, .1);
  }
  
  .form-search form .btn {
    min-height: 56px;
    border-radius: 6px;
    padding: 8px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    background-color: #009fe3;
  }
  
  .pagination-wrapper {
    width: 100%;
  }
  
  .pagination-wrapper ul {
    position: relative;
    width: 100%;
    padding: 20px 150px;
  }
  
  .pagination-wrapper .link-prev,.pagination-wrapper .link-next {
    background-color: transparent;
  }
  
  .pagination-wrapper .link-next {
    position: absolute;
    right: 0;
    padding-right: 25px;
  }
  
  .pagination-wrapper .link-next:after {
    right: 0;
  }
  
  .pagination-wrapper .link-prev {
    position: absolute;
    left: 0;
    padding-left: 25px;
  }
  
  .pagination-wrapper .link-prev:after {
    left: 0;
    margin-left: 0;
  }
  
  .pagination-wrapper .link-more {
    color: #000000;
  }
  
  .pagination-wrapper .link-more:after {
    position: absolute;
    color: #000000;
  }
  
  .pagination-wrapper .page-item .page-link {
    border-radius: 50%;
  }
  
  .pagination-wrapper .page-item.disabled .link-more {
    color: rgba(85, 85, 85, .2);
  }
  
  .pagination-wrapper .page-item.disabled .link-more:after {
    left: 0;
    transform: rotate(-180deg);
    color: rgba(85, 85, 85, .2);
  }
  
  .pages-404-section {
    position: relative;
    z-index: 0;
  }
  
  .pages-404-section .img-box {
    position: absolute;
    right: 0;
  }
  
  .pages-404-section .img-box picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .demo-section {
    padding: 50px 0;
  }
  
  .demo-section.col-section .title-box {
    text-align: left;
  }
  
  .demo-section.alt-section {
      padding: 100px 0;
  }
  
  .demo-section.alt-section .title-box {
      text-align: left;
  }
  
  .demo-section.alt-section .subtitle {
      color: #009fe3;
      display: inline-block;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 500;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder {
      position: relative !important;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box {
      left: auto !important;
      top: auto !important;
      bottom: auto !important;
      right: auto !important;
      position: relative !important;
      border-radius: 8px;
      padding: 7px 0;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box p {
      color: #555555;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box.active {
      background-color: #f5f5f5;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box.active .opener::before {
      background-color: #ffffff;
      color: #1b2440;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box.active .opener h5:before, .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box.active .opener .h5:before {
      content: '\e919';
      font-family: icomoon;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener {
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 45px;
      text-decoration: none;
      color: #ffffff;
      width: auto !important;
      background: transparent;
      border: none;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener h5, .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener .h5 {
      margin-bottom: 0;
      display: block !important;
      color: #000000;
      font-size: 18px;
      width: 100%;
      position: relative;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener h5:before, .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener .h5:before {
      content: '\e921';
      font-family: icomoon;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
      transform: translateY(-50%);
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener::before {
      counter-increment: tooltip;
      content: counter(tooltip);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      border: 2px solid #ffffff;
      border-color: #009fe3;
      z-index: 2;
      transition: all .3s linear;
      margin-right: 10px;
      color: #009fe3;
      position: absolute;
      left: 20px;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .slide {
      font-size: 14px;
      padding: 15px 20px;
      padding-left: 55px;
      position: static;
      left: auto;
      width: 100%;
      background-color: transparent;
      color: #cccccc;
  }
  
  .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .slide h5, .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .slide .h5 {
      font-size: 18px;
      color: #ffffff;
      margin-bottom: 15px;
      display: block;
  }
  
  .demo-section.alt-section .demo-box .points-holder {
      display: flex !important;
  }
  
  .demo-section.alt-section .demo-box .points-holder .custom-point {
      display: flex !important;
  }
  
  
  .demo-section picture {
    width: 100%;
    display: block;
  }
  
  .demo-section picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .demo-section .demo-box .tooltip-box-holder {
    width: 100%;
    counter-reset: tooltip;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box.active {
    z-index: 222;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener h5,.demo-section .demo-box .tooltip-box-holder .tooltip-box .opener .h5 {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener::before {
    counter-increment: tooltip;
    content: counter(tooltip);
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box .slide {
    font-size: 14px;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box .slide h5,.demo-section .demo-box .tooltip-box-holder .tooltip-box .slide .h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    display: none;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box.left .slide {
    left: 50%;
  }
  
  .demo-section .demo-box .tooltip-box-holder .tooltip-box.right .slide {
    right: 50%;
  }
  
  .demo-section .demo-box .img-box {
    position: relative;
    width: 100%;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .demo-section .demo-box .img-box picture {
    display: block;
    width: 100%;
  }
  
  .demo-section .demo-box .img-box picture img {
    width: 100%;
    height: auto;
  }
  
  .demo-section .demo-box .points-holder {
    counter-reset: spans;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
  }
  
  .demo-section .demo-box .points-holder .custom-point {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative; */
    text-decoration: none;
    border: 2px solid #009fe3;
    background-color: #009fe3;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    z-index: 5;
    cursor: pointer;
  }
  
  .demo-section .demo-box .points-holder .custom-point:before {
    counter-increment: spans;
    content: counter(spans);
  }
  
  .leadership-list#results{
      display:block!important;
  }
  
  .leadership-repo-section {
    padding: 50px 0;
  }
  
  .leadership-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 45px;
  }
  
  .leadership-card .subtitle {
    font-weight: 500;
  }
  
  .leadership-card .img-box {
    margin-bottom: 15px;
  }
  
  .leadership-card .img-box picture {
    display: block;
    max-width: 200px;
    width: 100%;
  }
  
  .leadership-card .img-box picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 12px 12px -7px rgb(0 0 0 / 8%), 0 15px 50px rgb(0 0 0 / 12%);
  }
  
  .leadership-card .leadership-info {
    font-size: 14px;
    color: #555555;
  }
  
  .leadership-info p {
    margin: 1rem 0;
  }
  
  .leadership-card .leadership-info h5,.leadership-card .leadership-info .h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  .leadership-card .leadership-info .info-row {
    display: flex;
    padding: 10px 0;
  }
  
  .leadership-card .leadership-info .info-row li {
    padding-left: 20px;
    position: relative;
    font-size: 13.5px;
    display: flex;
    align-items: center;
  }
  
  .leadership-card .leadership-info .info-row li::before {
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
  }
  
  .leadership-card .leadership-info .info-row li.city::before {
    content: '\e91d';
  }
  
  .leadership-card .leadership-info .info-row li.year::before {
    content: '\e92d';
  }
  
  .leadership-card .leadership-info .info-row li+li {
    margin-left: 20px;
  }
  
  .leadership-card .leadership-info .profile-link {
    position: relative;
    display: inline-flex;
    padding-left: 20px;
    text-decoration: none;
    color: #d82a64;
    line-height: 1.3;
    font-weight: 500;
    font-size: 14px;
  }
  
  .leadership-card .leadership-info .profile-link:hover {
    color: #000000;
  }
  
  .leadership-card .leadership-info .profile-link::before {
    content: '\e902';
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #d82a64;
  }
  
  .leadership-filter-box {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 50px;
    padding: 20px;
  }
  
  .leadership-filter-box .title {
    font-size: 12px;
    color: rgba(85, 85, 85, .8);
  }
  
  .leadership-filter-box .filter-list li.active a {
    background: #001560;
    border-radius: 4px;
    color: #f5f5f5;
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
  }
  
  .leadership-filter-box .filter-list a {
    text-decoration: none;
    display: inline-flex;
    padding: 5px 10px;
    font-weight: 500;
    color: #000000;
  }
  
  .leadership-filter-box .form-search button {
    position: absolute;
    border: none;
    display: flex;
    background-color: transparent;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .leadership-filter-box .form-search input {
    background-color: transparent;
  }
  
  .careers-job-section {
    padding: 50px 0;
  }
  .related-job-section- {
      padding: 20px 0;
  }
  
  .careers-job-section .btn {
    margin-top: 3rem;
  }
  .related-job-section .btn {
      margin-top: 3rem;
  }
  
  
  .careers-job-box .careers-job-row {
    display: flex;
    position: relative;
    padding: 20px 10px;
    border-radius: 8px;
    transition: all .3s linear;
    font-size: 14px;
    color: rgba(85, 85, 85, .8);
  }
  
  .careers-job-box .careers-job-row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 1px;
    background-color: #000000;
  }
  
  .careers-job-box .careers-job-row .job-link {
    color: #d82a64;
    text-decoration: none;
    transition: all .3s linear;
    z-index: 10;
  }
  
  .careers-job-box .careers-job-row .job-link:hover {
    transform: translateX(5px);
  }
  
  .careers-job-box .careers-job-row .name-box {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
  }
  
  .careers-job-box .careers-job-row .city-box {
    position: relative;
    padding-left: 20px;
  }
  
  .careers-job-box .careers-job-row .city-box::before {
    content: '\e91d';
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
  }
  
  .careers-job-box .careers-job-row .date-box {
    position: relative;
    padding-left: 20px;
  }
  
  .careers-job-box .careers-job-row .date-box::before {
    content: '\e92d';
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
  }
  
  .placement-section {
    padding: 50px 0;
  }
  
  .placement-box {
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    background-color: #f5f5f5;
  }
  
  .placement-box h5,.placement-box .h5 {
    font-size: 18px;
  }
  
  .placement-box .placement-link {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d82a64;
    text-decoration: none;
    transition: all .3s linear;
  }
  
  .placement-box .placement-link:hover {
    transform: translateX(5px);
  }
  
  .placement-box .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(85, 85, 85, .8);
  }
  
  .placement-box .info-row ul {
    display: flex;
    padding: 10px 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  
  .placement-box .info-row ul li {
    padding-left: 20px;
    position: relative;
  }
  
  .placement-box .info-row ul li::before {
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000000;
  }
  
  .placement-box .info-row ul li.city::before {
    content: '\e91d';
  }
  
  .placement-box .info-row ul li.year::before {
    content: '\e92d';
  }
  
  .placement-box .info-row ul li+li {
    margin-left: 20px;
  }
  
  .footer-bottom .navbar-brand {
      max-width: 140px;
  }
  
  .navbar-brand img {
    width: 140px;
    height: auto;
  }
  
  .hero-content-block-1 .link-row {
      z-index: 2;
  }
  
  .video-box video,
  .video-box iframe {
      border-radius: 8px;
      width: 100%;
  }
  
  .mktoAsterix,
  .mktoOffset,
  .mktoLabel,
  .mktoGutter {
    display: none;
  }
  
  .form-content .mktoForm {
    width: 100% !important;
  }
  
  .mktoForm select.mktoField {
      margin-bottom: 0;
  }
  
  .mktoForm input[type=email].mktoField,
  .mktoForm input[type=number].mktoField,
  .mktoForm input[type=password].mktoField,
  .mktoForm input[type=tel].mktoField,
  .mktoForm input[type=text].mktoField,
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField,
  .sf-form .sf-textarea,
  .sf-form input {
      height: 50px !important;
      font-size: 1.5rem !important;
      display: block !important;
      width: 100% !important;
      font-weight: 400 !important;
      color: #000 !important;
      background-color: #fff !important;
      background-clip: padding-box !important;
      border: 1px solid rgba(0,21,96,.2) !important;
      border-radius: 3px !important;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
      padding-left: 21px !important;
      font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif !important;
      box-shadow: none !important;
  }
  
  .mktoFieldWrap {
      width: 100% !important;
  }
  
  .mktoForm textarea.mktoField {
      height: 150px !important;
      padding: 20px !important;
  }
  
  .mktoForm .mktoButtonWrap .mktoButton {
      background: linear-gradient(0deg, rgba(255, 255, 255, .0001), rgba(255, 255, 255, .0001)), #d82a64 !important;
      border-radius: 4px !important;
      border: 2px solid #d82a64 !important;
      color: #ffffff !important;
      font-size: 1.6rem !important;
      padding: 10px 20px !important;
      font-weight: 500 !important;
      letter-spacing: -0.3px !important;
      font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif !important;
      box-shadow: none !important;
      transition: 0.3s !important;
  }

    .form-book-demo .mktoForm .mktoButtonWrap .mktoButton {
      width: 100% !important;
  }

  .form-book-demo .mktoForm .mktoButtonWrap .mktoButton:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, .0001), rgba(255, 255, 255, .0001)), #ad2150 !important;
    border: 2px solid #ad2150 !important;
  }
  
  .mktoButtonRow {
      width: 100% !important;
      display: flex !important;
      justify-content: center !important;
      margin-top: 1rem !important;
  }
  
  .form-content .mktoButtonRow .mktoButtonWrap,
  .form-content .mktoButtonRow .mktoButtonWrap button {
    width: 100%;
  }
  
  .mktoForm ::placeholder {
      color: #555555;
  }
  
  span.checklist {
      font-size: 20px !important;
  }
  
  .mktoButtonRow .mktoButtonWrap {
      margin: 0 !important;
      width: 250px;
  }
  
  .checklist::before {
      font-family: 'icomoon' !important;
      content: "\e90e";
      margin-right: 20px;
      color: #009fe3;
  }
  
  .form-book-demo .mktoHtmlText,
  .form-content .mktoHtmlText {
      width: 100% !important;
      font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif !important;
      font-size: 12px !important;
      color: #555555 !important;
  }
  
  .footer-bottom .navbar-brand {
      max-width: 140px;
  }
  
  .embeddedServiceHelpButton {
      z-index: 9999 !important;
  }
  
  .footer-nav .nav-list {
      margin-right: 50px;
  }
  
  .sitemap {
      margin-top: 100px;
  }

  .sitemap .article-content p {
    display: none;
  }

  .sitemap .article-content ul li {
    list-style: none;
  }
  
  .sitemap .article-content li a {
    color: #555555;
    text-decoration: none;
    transition: 0.3s;
  }

  .sitemap .article-content li a:hover {
    color: #d82a64;
  }

  .sitemap .article-content ul li a {
    font-size: 36px;
  }

  .sitemap .article-content ul li ul li a {
    font-size: 24px
  }

  .sitemap .article-content ul li ul li ul li a {
    font-size: 12px;
  }

  .sitemap .article-content ul li {
    margin-bottom: 0;
  }
  
  .hero-section-01.portrait .hero-media-block.hero-media-block-1 .img-box picture {
    width: 100%
  }
  
  .forms-content-section .title-box {
      text-align: left;
  }
  
  .content-title-box a{
      color: #000000;
      text-decoration: none;
  }
  
  .industries-section {
    padding: 20px 0;
  }
  
  .resource-form-wrap .mktoFormCol {
    width: 100%;
  }
  
    .resources-holder .resource-item .resource-card .card-content h5 a:before,.resources-holder .resource-item .resource-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }
  
    .validation-section .horizontal-testimonial.small-img .blockquote-author img {
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-left: 10px;
    }
  
    .suite-section .suite-holder .content-wrap {
      width: 100%;
      padding: 0;
  }
  
  .accordion-section .accordion-body .link-more {
    padding: 10px 0;
  }
  
    .hero-section.hero-section-03 .title-box p {
      font-size: 18px;
      color: rgba(255, 255, 255, .85);
      line-height: 21px;
      margin-bottom: 20px;
    }
  
  .product-section .title-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
  }
  
  .product-section .title-box .textbox {
      text-align: left;
  }
  
  .stp + .ratings-block {
      z-index: 0;
  }
  
  .stp-modal-bg {
      background-color: #001560;
      opacity: .5;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  
  .stp-answer-modal {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
      display: none;
      justify-content: center;
      align-items: center;
  }
  
      .stp-answer-modal .stp-modal-container {
          width: 960px;
          height: 535px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #fafafa;
          z-index: 1;
          position: relative;
      }
  
  .stp-modal-img {
      width: 90%
  }
  
  .open-img {
      cursor: pointer;
  }
  
  .stp-open {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      display: none !important;
      color: #5b5858;
  }
  
  .open-img:hover .stp-open, .stp-close:hover, .stp-open:hover {
      color: #001560;
      transition: .3s;
  }
  
  .stp-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 45px;
      height: 45px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      color: #5b5858;
  }
  
  .stp-rel-img-container {
      position: relative;
  }
  
  .stp-rel-img-container img {
      width: 100%;
      height: auto;
  }
  
  .stp-tooltip, .tooltip-trigger {
      position: absolute;
  }
  
  
  .tooltip-trigger {
      opacity: .5;
      cursor: pointer;
  }
  
  .stp-tooltip {
      opacity: 0;
      padding: .5rem;
      background-color: #fafafa;
      color: #383838;
      border: 1px solid #383838;
      max-width: 500px;
      line-break: anywhere;
  }
  
  .stp-tooltip-0 {
      top: 39px;
      left: 62px;
  }
  
  .tooltip-trigger-0 {
      width: 116px;
      height: 32px;
      top: 13px;
      left: 20px;
  }
  
      .tooltip-trigger-0:active + .stp-tooltip-0, .tooltip-trigger-0:hover + .stp-tooltip-0 {
          opacity: 1;
          transition: .5s;
      }
  
  .stp-tooltip-1 {
      top: 37px;
      left: 56px;
  }
  
  .tooltip-trigger-1 {
      width: 86px;
      height: 30px;
      top: 15px;
      left: 18px;
  }
  
      .tooltip-trigger-1:hover + .stp-tooltip-1 {
          opacity: 1;
          transition: .5s;
      }
  
  .stp-tooltip-2 {
      top: 36px;
      left: 50px;
  }
  
  .tooltip-trigger-2 {
      width: 121px;
      height: 23px;
      top: 14px;
      left: 32px;
  }
  
  .tooltip-trigger-2:hover + .stp-tooltip-2 {
      opacity: 1;
      transition: .5s;
  }
  
  .stp-tooltip-3 {
      bottom: -42px;
      left: 168px;
  }
  
  .tooltip-trigger-3 {
      width: 64px;
      height: 30px;
      bottom: 8px;
      left: 113px;
  }
  
  .tooltip-trigger-3:hover + .stp-tooltip-3 {
      opacity: 1;
      transition: .5s;
  }
  
  .stp-tooltip-4 {
      bottom: -267px;
      left: 102px;
  }
  
  .tooltip-trigger-4 {
      width: 73px;
      height: 30px;
      bottom: 36px;
      left: 52px;
  }
  
  .tooltip-trigger-4:hover + .stp-tooltip-4 {
      opacity: 1;
      transition: .5s;
  }
  
  .stp-tooltip-5 {
      top: 39px;
      left: 53px;
  }
  
  .tooltip-trigger-5 {
      width: 102px;
      height: 29px;
      top: 16px;
      left: 19px;
  }
  
  .tooltip-trigger-5:hover + .stp-tooltip-5 {
      opacity: 1;
      transition: .5s;
  }
  
  .stp-tooltip-6 {
      bottom: -56px;
      left: 172px;
  }
  
  .tooltip-trigger-6 {
      width: 71px;
      height: 35px;
      bottom: 8px;
      left: 111px;
  }
  
  .tooltip-trigger-6:hover + .stp-tooltip-6 {
      opacity: 1;
      transition: .5s;
  }
  
  .stp-tooltip-7 {
      bottom: -29px;
      left: 137px;
  }
  
  .tooltip-trigger-7:hover + .stp-tooltip-7 {
      opacity: 1;
      transition: .5s;
  }
  
  .tooltip-trigger-7 {
      width: 61px;
      height: 35px;
      bottom: 15px;
      left: 121px;
  }
  
  .stp-slide {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1;
      opacity: 0;
      transition: opacity .5s;
  }
  
  .stp-active-slide {
      opacity: 1;
      z-index: 2;
  }
  
  .results-textbox, .stp-answers-sect {
      display: none;
  }
  
  .stp-icon {
      width: 40px;
      height: 40px;
      margin-right: 15px;
  }
  
  .stp-icon:hover {
      transform: scale(1.15);
      transition: .3s ease-in-out;
  }
  
  .stp-answers-sect {
      background-color: #ede9f4;
      color: #001560;
  }
  
  .background-pixels-wrapper {
      width: 100%
  }
  
  .stp-radio {
      display: none;
  }
  
  #main.stp {
      min-height: 80vh;
      padding-top: 64px;
  }
  
  #header.stp, #wrapper.stp {    
      background: #000;
  }
  
  .phish-background-wrapper {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      font-family: 'Rubik', Helvetica Neue, Arial, Noto Sans, sans-serif;
  }
  
  .stp-pixels {
      display: none;
  }
  
  .stp-quiz-container {
      position: relative;
      height: 50vh;
  }
  
  .stp-slide .answers {
      width: 100%
  }
  
  #main.stp #results-textbox .textbox p a {
      color: #fff;
      text-decoration: underline;
  }
  
  .stp-buttons-wrap .social-list {
      list-style: none;
  }
  
  .stp-buttons-wrap .social-list li a, .stp-buttons-wrap .social-list li a:hover, .stp-buttons-wrap .social-list li a:visited {
      border-bottom: 0;
  }
  
  .stp-buttons-wrap .social-list li a {
      width: 45px;
      height: 45px;
  }
  
  .stp-buttons-wrap .social-list li a i {
      background-color: #fff;
      opacity: .5;
      color: #4d2c93;
      border-radius: 50%;
      width: 45px;
      height: 45px;
      margin: .35rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.5rem;
  }
  
  .stp-buttons-wrap .social-list li a i:hover {
      opacity: 1;
      transition: .3;
  }
  
  #quiz-wrapper, .pre-results-text {
      display: none;
  }
  
  .fw-400 {
      font-weight: 400;
  }
  
  #results-gif {
      height: 150px;
      margin: 0 auto;
  }
  
  #results, #results-icons {
      display: none;
  }
  
  .stp + .ratings-block {
      z-index: -2;
  }
  
  #main {
      width: 100%;
      overflow: hidden;
      position: relative;
  }
  
  .info-post .icon {
    font-size: 40px;
  }
  
    .hero-section.hero-section-01.portrait .partners-box .partners-list .partner-item img {
      height: 35px;
    }
  
  .hero-section.hero-section-04.about .cutout img {
    display: none;
  }
  
  
  
    .featured-content .featured-article img {
      border-radius: 8px;
    }
  
    .testimonials-col-section {
      padding: 45px 0;
    }
  
  .nav-list.list-unstyled {
    margin-bottom: 2rem;
  }
  
  #stp-answers-container .img-container img {
    width: 100%;
    height: auto;
  }
  
  #stp-answers-container .img-container .stp-icon {
    width: 50px;
  }
  
  #stp-answers-container .img-container {
    position: relative;
  }
  
  #stp-answers-container .img-container .stp-open {
    position: absolute;
  }
  
  .hero-section.article .hero-content-block .content-wrap .title-box {
    padding-bottom: 60px;
  }
  
  .article-content-section .article-content .additional-section .container {
    padding: 0;
  }
  
  .validation-section .partners-box .partners-list .partner-item .portrait img {
    height: 35px
  }
  
  .hero-section.hero-section-01.portrait .partners-box .partners-list .partner-item .portrait img {
    height: 60px;
  }

  .container.slim {
    padding-right: calc(var(--bs-gutter-x) * .25);
    padding-left: calc(var(--bs-gutter-x) * .25);
  }

  .modal iframe, 
  .modal video {
    height: 157px;
    width: 100%;
  }
  
  @media (min-width: 375px) {
    .modal iframe, 
    .modal video {
      height: 188px;
    }

    .resource-post .article-more .video-item-card .video-box .img-holder {
      height: 100px;
    }
    .resource-post .case-studies-list .video-item-card .video-box .category-holder,
    .resource-post .article-more .video-item-card .video-box .category-holder {
      left: 3px;
      right: 3px;
    }
      .testimonial-card blockquote p {
        font-size: 18px;
      }
  
      .accordion-video .video-box iframe {
          height: 189px;
      }
  
      .column-content-section .img-box iframe {
          height: 195px;
      }
  
      .hero-section.hero-section-01 .partners-box {
          bottom: -175px;
      }
  
      .hero-section.hero-section-01 .video-box iframe {
          height: 195px;
      }
  
    .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  
    .float-sm-start {
      float: left !important;
    }
  
    .float-sm-end {
      float: right !important;
    }
  
    .float-sm-none {
      float: none !important;
    }
  
    .d-sm-inline {
      display: inline !important;
    }
  
    .d-sm-inline-block {
      display: inline-block !important;
    }
  
    .d-sm-block {
      display: block !important;
    }
  
    .d-sm-grid {
      display: grid !important;
    }
  
    .d-sm-table {
      display: table !important;
    }
  
    .d-sm-table-row {
      display: table-row !important;
    }
  
    .d-sm-table-cell {
      display: table-cell !important;
    }
  
    .d-sm-flex {
      display: flex !important;
    }
  
    .d-sm-inline-flex {
      display: inline-flex !important;
    }
  
    .d-sm-none {
      display: none !important;
    }
  
    .flex-sm-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-sm-row {
      flex-direction: row !important;
    }
  
    .flex-sm-column {
      flex-direction: column !important;
    }
  
    .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .gap-sm-0 {
      gap: 0 !important;
    }
  
    .gap-sm-5 {
      gap: .5rem !important;
    }
  
    .gap-sm-10 {
      gap: 1rem !important;
    }
  
    .gap-sm-15 {
      gap: 1.5rem !important;
    }
  
    .gap-sm-20 {
      gap: 2rem !important;
    }
  
    .gap-sm-25 {
      gap: 2.5rem !important;
    }
  
    .gap-sm-30 {
      gap: 3rem !important;
    }
  
    .gap-sm-35 {
      gap: 3.5rem !important;
    }
  
    .gap-sm-40 {
      gap: 4rem !important;
    }
  
    .gap-sm-45 {
      gap: 4.5rem !important;
    }
  
    .gap-sm-50 {
      gap: 5rem !important;
    }
  
    .justify-content-sm-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-sm-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-sm-center {
      justify-content: center !important;
    }
  
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
  
    .justify-content-sm-around {
      justify-content: space-around !important;
    }
  
    .justify-content-sm-evenly {
      justify-content: space-evenly !important;
    }
  
    .align-items-sm-start {
      align-items: flex-start !important;
    }
  
    .align-items-sm-end {
      align-items: flex-end !important;
    }
  
    .align-items-sm-center {
      align-items: center !important;
    }
  
    .align-items-sm-baseline {
      align-items: baseline !important;
    }
  
    .align-items-sm-stretch {
      align-items: stretch !important;
    }
  
    .align-content-sm-start {
      align-content: flex-start !important;
    }
  
    .align-content-sm-end {
      align-content: flex-end !important;
    }
  
    .align-content-sm-center {
      align-content: center !important;
    }
  
    .align-content-sm-between {
      align-content: space-between !important;
    }
  
    .align-content-sm-around {
      align-content: space-around !important;
    }
  
    .align-content-sm-stretch {
      align-content: stretch !important;
    }
  
    .align-self-sm-auto {
      align-self: auto !important;
    }
  
    .align-self-sm-start {
      align-self: flex-start !important;
    }
  
    .align-self-sm-end {
      align-self: flex-end !important;
    }
  
    .align-self-sm-center {
      align-self: center !important;
    }
  
    .align-self-sm-baseline {
      align-self: baseline !important;
    }
  
    .align-self-sm-stretch {
      align-self: stretch !important;
    }
  
    .order-sm-first {
      order: -1 !important;
    }
  
    .order-sm-0 {
      order: 0 !important;
    }
  
    .order-sm-1 {
      order: 1 !important;
    }
  
    .order-sm-2 {
      order: 2 !important;
    }
  
    .order-sm-3 {
      order: 3 !important;
    }
  
    .order-sm-4 {
      order: 4 !important;
    }
  
    .order-sm-5 {
      order: 5 !important;
    }
  
    .order-sm-last {
      order: 6 !important;
    }
  
    .m-sm-0 {
      margin: 0 !important;
    }
  
    .m-sm-5 {
      margin: .5rem !important;
    }
  
    .m-sm-10 {
      margin: 1rem !important;
    }
  
    .m-sm-15 {
      margin: 1.5rem !important;
    }
  
    .m-sm-20 {
      margin: 2rem !important;
    }
  
    .m-sm-25 {
      margin: 2.5rem !important;
    }
  
    .m-sm-30 {
      margin: 3rem !important;
    }
  
    .m-sm-35 {
      margin: 3.5rem !important;
    }
  
    .m-sm-40 {
      margin: 4rem !important;
    }
  
    .m-sm-45 {
      margin: 4.5rem !important;
    }
  
    .m-sm-50 {
      margin: 5rem !important;
    }
  
    .m-sm-auto {
      margin: auto !important;
    }
  
    .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  
    .mx-sm-5 {
      margin-right: .5rem !important;
      margin-left: .5rem !important;
    }
  
    .mx-sm-10 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .mx-sm-15 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
  
    .mx-sm-20 {
      margin-right: 2rem !important;
      margin-left: 2rem !important;
    }
  
    .mx-sm-25 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important;
    }
  
    .mx-sm-30 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
  
    .mx-sm-35 {
      margin-right: 3.5rem !important;
      margin-left: 3.5rem !important;
    }
  
    .mx-sm-40 {
      margin-right: 4rem !important;
      margin-left: 4rem !important;
    }
  
    .mx-sm-45 {
      margin-right: 4.5rem !important;
      margin-left: 4.5rem !important;
    }
  
    .mx-sm-50 {
      margin-right: 5rem !important;
      margin-left: 5rem !important;
    }
  
    .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
  
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .my-sm-5 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
  
    .my-sm-10 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
  
    .my-sm-15 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .my-sm-20 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    .my-sm-25 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important;
    }
  
    .my-sm-30 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
  
    .my-sm-35 {
      margin-top: 3.5rem !important;
      margin-bottom: 3.5rem !important;
    }
  
    .my-sm-40 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
  
    .my-sm-45 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important;
    }
  
    .my-sm-50 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
  
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  
    .mt-sm-0 {
      margin-top: 0 !important;
    }
  
    .mt-sm-5 {
      margin-top: .5rem !important;
    }
  
    .mt-sm-10 {
      margin-top: 1rem !important;
    }
  
    .mt-sm-15 {
      margin-top: 1.5rem !important;
    }
  
    .mt-sm-20 {
      margin-top: 2rem !important;
    }
  
    .mt-sm-25 {
      margin-top: 2.5rem !important;
    }
  
    .mt-sm-30 {
      margin-top: 3rem !important;
    }
  
    .mt-sm-35 {
      margin-top: 3.5rem !important;
    }
  
    .mt-sm-40 {
      margin-top: 4rem !important;
    }
  
    .mt-sm-45 {
      margin-top: 4.5rem !important;
    }
  
    .mt-sm-50 {
      margin-top: 5rem !important;
    }
  
    .mt-sm-auto {
      margin-top: auto !important;
    }
  
    .me-sm-0 {
      margin-right: 0 !important;
    }
  
    .me-sm-5 {
      margin-right: .5rem !important;
    }
  
    .me-sm-10 {
      margin-right: 1rem !important;
    }
  
    .me-sm-15 {
      margin-right: 1.5rem !important;
    }
  
    .me-sm-20 {
      margin-right: 2rem !important;
    }
  
    .me-sm-25 {
      margin-right: 2.5rem !important;
    }
  
    .me-sm-30 {
      margin-right: 3rem !important;
    }
  
    .me-sm-35 {
      margin-right: 3.5rem !important;
    }
  
    .me-sm-40 {
      margin-right: 4rem !important;
    }
  
    .me-sm-45 {
      margin-right: 4.5rem !important;
    }
  
    .me-sm-50 {
      margin-right: 5rem !important;
    }
  
    .me-sm-auto {
      margin-right: auto !important;
    }
  
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-sm-5 {
      margin-bottom: .5rem !important;
    }
  
    .mb-sm-10 {
      margin-bottom: 1rem !important;
    }
  
    .mb-sm-15 {
      margin-bottom: 1.5rem !important;
    }
  
    .mb-sm-20 {
      margin-bottom: 2rem !important;
    }
  
    .mb-sm-25 {
      margin-bottom: 2.5rem !important;
    }
  
    .mb-sm-30 {
      margin-bottom: 3rem !important;
    }
  
    .mb-sm-35 {
      margin-bottom: 3.5rem !important;
    }
  
    .mb-sm-40 {
      margin-bottom: 4rem !important;
    }
  
    .mb-sm-45 {
      margin-bottom: 4.5rem !important;
    }
  
    .mb-sm-50 {
      margin-bottom: 5rem !important;
    }
  
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
  
    .ms-sm-0 {
      margin-left: 0 !important;
    }
  
    .ms-sm-5 {
      margin-left: .5rem !important;
    }
  
    .ms-sm-10 {
      margin-left: 1rem !important;
    }
  
    .ms-sm-15 {
      margin-left: 1.5rem !important;
    }
  
    .ms-sm-20 {
      margin-left: 2rem !important;
    }
  
    .ms-sm-25 {
      margin-left: 2.5rem !important;
    }
  
    .ms-sm-30 {
      margin-left: 3rem !important;
    }
  
    .ms-sm-35 {
      margin-left: 3.5rem !important;
    }
  
    .ms-sm-40 {
      margin-left: 4rem !important;
    }
  
    .ms-sm-45 {
      margin-left: 4.5rem !important;
    }
  
    .ms-sm-50 {
      margin-left: 5rem !important;
    }
  
    .ms-sm-auto {
      margin-left: auto !important;
    }
  
    .p-sm-0 {
      padding: 0 !important;
    }
  
    .p-sm-5 {
      padding: .5rem !important;
    }
  
    .p-sm-10 {
      padding: 1rem !important;
    }
  
    .p-sm-15 {
      padding: 1.5rem !important;
    }
  
    .p-sm-20 {
      padding: 2rem !important;
    }
  
    .p-sm-25 {
      padding: 2.5rem !important;
    }
  
    .p-sm-30 {
      padding: 3rem !important;
    }
  
    .p-sm-35 {
      padding: 3.5rem !important;
    }
  
    .p-sm-40 {
      padding: 4rem !important;
    }
  
    .p-sm-45 {
      padding: 4.5rem !important;
    }
  
    .p-sm-50 {
      padding: 5rem !important;
    }
  
    .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-sm-5 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  
    .px-sm-10 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  
    .px-sm-15 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-sm-20 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }
  
    .px-sm-25 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important;
    }
  
    .px-sm-30 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .px-sm-35 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
  
    .px-sm-40 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
  
    .px-sm-45 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
  
    .px-sm-50 {
      padding-right: 5rem !important;
      padding-left: 5rem !important;
    }
  
    .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    .py-sm-5 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
  
    .py-sm-10 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .py-sm-15 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
  
    .py-sm-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  
    .py-sm-25 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }
  
    .py-sm-30 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  
    .py-sm-35 {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }
  
    .py-sm-40 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  
    .py-sm-45 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important;
    }
  
    .py-sm-50 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
    }
  
    .pt-sm-0 {
      padding-top: 0 !important;
    }
  
    .pt-sm-5 {
      padding-top: .5rem !important;
    }
  
    .pt-sm-10 {
      padding-top: 1rem !important;
    }
  
    .pt-sm-15 {
      padding-top: 1.5rem !important;
    }
  
    .pt-sm-20 {
      padding-top: 2rem !important;
    }
  
    .pt-sm-25 {
      padding-top: 2.5rem !important;
    }
  
    .pt-sm-30 {
      padding-top: 3rem !important;
    }
  
    .pt-sm-35 {
      padding-top: 3.5rem !important;
    }
  
    .pt-sm-40 {
      padding-top: 4rem !important;
    }
  
    .pt-sm-45 {
      padding-top: 4.5rem !important;
    }
  
    .pt-sm-50 {
      padding-top: 5rem !important;
    }
  
    .pe-sm-0 {
      padding-right: 0 !important;
    }
  
    .pe-sm-5 {
      padding-right: .5rem !important;
    }
  
    .pe-sm-10 {
      padding-right: 1rem !important;
    }
  
    .pe-sm-15 {
      padding-right: 1.5rem !important;
    }
  
    .pe-sm-20 {
      padding-right: 2rem !important;
    }
  
    .pe-sm-25 {
      padding-right: 2.5rem !important;
    }
  
    .pe-sm-30 {
      padding-right: 3rem !important;
    }
  
    .pe-sm-35 {
      padding-right: 3.5rem !important;
    }
  
    .pe-sm-40 {
      padding-right: 4rem !important;
    }
  
    .pe-sm-45 {
      padding-right: 4.5rem !important;
    }
  
    .pe-sm-50 {
      padding-right: 5rem !important;
    }
  
    .pb-sm-0 {
      padding-bottom: 0 !important;
    }
  
    .pb-sm-5 {
      padding-bottom: .5rem !important;
    }
  
    .pb-sm-10 {
      padding-bottom: 1rem !important;
    }
  
    .pb-sm-15 {
      padding-bottom: 1.5rem !important;
    }
  
    .pb-sm-20 {
      padding-bottom: 2rem !important;
    }
  
    .pb-sm-25 {
      padding-bottom: 2.5rem !important;
    }
  
    .pb-sm-30 {
      padding-bottom: 3rem !important;
    }
  
    .pb-sm-35 {
      padding-bottom: 3.5rem !important;
    }
  
    .pb-sm-40 {
      padding-bottom: 4rem !important;
    }
  
    .pb-sm-45 {
      padding-bottom: 4.5rem !important;
    }
  
    .pb-sm-50 {
      padding-bottom: 5rem !important;
    }
  
    .ps-sm-0 {
      padding-left: 0 !important;
    }
  
    .ps-sm-5 {
      padding-left: .5rem !important;
    }
  
    .ps-sm-10 {
      padding-left: 1rem !important;
    }
  
    .ps-sm-15 {
      padding-left: 1.5rem !important;
    }
  
    .ps-sm-20 {
      padding-left: 2rem !important;
    }
  
    .ps-sm-25 {
      padding-left: 2.5rem !important;
    }
  
    .ps-sm-30 {
      padding-left: 3rem !important;
    }
  
    .ps-sm-35 {
      padding-left: 3.5rem !important;
    }
  
    .ps-sm-40 {
      padding-left: 4rem !important;
    }
  
    .ps-sm-45 {
      padding-left: 4.5rem !important;
    }
  
    .ps-sm-50 {
      padding-left: 5rem !important;
    }
  
    .text-sm-start {
      text-align: left !important;
    }
  
    .text-sm-end {
      text-align: right !important;
    }
  
    .text-sm-center {
      text-align: center !important;
    }
  
    .container,.container-sm {
      max-width: 1240px;
    }
  
    .col-sm {
      flex: 1 0 0%;
    }
  
    .row-cols-sm-auto>* {
      flex: 0 0 auto;
      width: auto;
    }
  
    .row-cols-sm-1>* {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .row-cols-sm-2>* {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .row-cols-sm-3>* {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .row-cols-sm-4>* {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .row-cols-sm-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .row-cols-sm-6>* {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333%;
    }
  
    .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-sm-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66667%;
    }
  
    .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333%;
    }
  
    .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66667%;
    }
  
    .col-sm-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333%;
    }
  
    .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66667%;
    }
  
    .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .offset-sm-0 {
      margin-left: 0;
    }
  
    .offset-sm-1 {
      margin-left: 8.33333%;
    }
  
    .offset-sm-2 {
      margin-left: 16.66667%;
    }
  
    .offset-sm-3 {
      margin-left: 25%;
    }
  
    .offset-sm-4 {
      margin-left: 33.33333%;
    }
  
    .offset-sm-5 {
      margin-left: 41.66667%;
    }
  
    .offset-sm-6 {
      margin-left: 50%;
    }
  
    .offset-sm-7 {
      margin-left: 58.33333%;
    }
  
    .offset-sm-8 {
      margin-left: 66.66667%;
    }
  
    .offset-sm-9 {
      margin-left: 75%;
    }
  
    .offset-sm-10 {
      margin-left: 83.33333%;
    }
  
    .offset-sm-11 {
      margin-left: 91.66667%;
    }
  
    .g-sm-0,.gx-sm-0 {
      --bs-gutter-x: 0;
    }
  
    .g-sm-0,.gy-sm-0 {
      --bs-gutter-y: 0;
    }
  
    .g-sm-5,.gx-sm-5 {
      --bs-gutter-x: .5rem;
    }
  
    .g-sm-5,.gy-sm-5 {
      --bs-gutter-y: .5rem;
    }
  
    .g-sm-10,.gx-sm-10 {
      --bs-gutter-x: 1rem;
    }
  
    .g-sm-10,.gy-sm-10 {
      --bs-gutter-y: 1rem;
    }
  
    .g-sm-15,.gx-sm-15 {
      --bs-gutter-x: 1.5rem;
    }
  
    .g-sm-15,.gy-sm-15 {
      --bs-gutter-y: 1.5rem;
    }
  
    .g-sm-20,.gx-sm-20 {
      --bs-gutter-x: 2rem;
    }
  
    .g-sm-20,.gy-sm-20 {
      --bs-gutter-y: 2rem;
    }
  
    .g-sm-25,.gx-sm-25 {
      --bs-gutter-x: 2.5rem;
    }
  
    .g-sm-25,.gy-sm-25 {
      --bs-gutter-y: 2.5rem;
    }
  
    .g-sm-30,.gx-sm-30 {
      --bs-gutter-x: 3rem;
    }
  
    .g-sm-30,.gy-sm-30 {
      --bs-gutter-y: 3rem;
    }
  
    .g-sm-35,.gx-sm-35 {
      --bs-gutter-x: 3.5rem;
    }
  
    .g-sm-35,.gy-sm-35 {
      --bs-gutter-y: 3.5rem;
    }
  
    .g-sm-40,.gx-sm-40 {
      --bs-gutter-x: 4rem;
    }
  
    .g-sm-40,.gy-sm-40 {
      --bs-gutter-y: 4rem;
    }
  
    .g-sm-45,.gx-sm-45 {
      --bs-gutter-x: 4.5rem;
    }
  
    .g-sm-45,.gy-sm-45 {
      --bs-gutter-y: 4.5rem;
    }
  
    .g-sm-50,.gx-sm-50 {
      --bs-gutter-x: 5rem;
    }
  
    .g-sm-50,.gy-sm-50 {
      --bs-gutter-y: 5rem;
    }
  
    .dropdown-menu-sm-start {
      --bs-position: start;
    }
  
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-sm-end {
      --bs-position: end;
    }
  
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  
    .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
  
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  
    .navbar-expand-sm .offcanvas-header {
      display: none;
    }
  
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none;
    }
  
    .navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0;
    }
  
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
  
    .card-group>.card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
  
    .card-group>.card+.card {
      margin-left: 0;
      border-left: 0;
    }
  
    .card-group>.card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
  
    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
  
    .card-group>.card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
  
    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-sm {
      flex-direction: row;
    }
  
    .list-group-horizontal-sm>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
    }
  
    .list-group-horizontal-sm>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-sm>.list-group-item.active {
      margin-top: 0;
    }
  
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
  
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  
    .modal-dialog {
      max-width: 100%;
      margin: 1.75rem auto;
    }
  
    .modal-dialog-scrollable {
      height: calc(100% - 3.5rem);
    }
  
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
  
    .modal-sm {
      max-width: 100%;
    }
  }
  
  @media (min-width: 425px){
    .modal iframe, 
    .modal video {
      height: 227px;
    }
    .resource-post .article-more .video-item-card .video-box .img-holder {
      height: 110px;
    }
    .resource-post .case-studies-list .video-item-card .video-box .category,
    .resource-post .article-more .video-item-card .video-box .category {
      font-size: 10px
    }
    .product-item .product-card {
      max-width: none;
      margin: 25px;
      width: calc(100vw - 72px) !important;
    }
  
    .testimonial-card blockquote p {
      font-size: 20px;
    }
  
    .hero-section .hero-product-row .product-card-holder {
      flex-wrap: nowrap;
    }
  }
  
  @media (min-width: 520px) {
    .modal iframe, 
    .modal video {
      height: 80vh;
      width: 80vw;
    }

    .video-item-card .video-card {
      max-width: 365px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart:after {
      height: 150%;
      top: -43%;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-title-box:after {
      height: 150%;
    }
  
    .resources-wrapper>.resource-item {
      width: calc(50% - 40px);
    }
  }
  
  @media (min-width: 425px) {
      .accordion-video .video-box iframe {
          height: 217px;
      }
  
      .accordion-video .video-box iframe {
          height: 217px;
      }
  
      .column-content-section .img-box iframe {
          height: 223px;
      }
  
      .hero-section.hero-section-01 .video-box iframe {
          height: 223px;
      }
  }
  
  @media (min-width: 768px) {
  .integrations-slider .integration-item {
    width: 23%;
    padding: 0 25px;
  }
      .mr-md-5 {
        margin-right: 5px;
      }
    .solutions-list-section .value-box .img-box.box-shadow {
        margin: 0;
    }
    .product-item .product-card {
      /* margin: 0; */
      width: calc(50vw - 65px) !important;
    }
    .solution-more .resources-holder .resource-item {
      width: 47%;
      margin-bottom: 15px;
    }
    .testimonial-card blockquote p {
      font-size: 22px;
    }
  
    .validation-section .slider-testimonial.slick-slider .testimonial-card {
        width: calc((100vw * (8/12)) - 65px) !important;
        padding: 30px;
    }
  
    .slider-testimonial.slick-slider {
        position: relative;
    }
  
    .slider-testimonial .dots {
        right: 30px;
        bottom: 100%;
    }
  
    .slider-testimonial.slick-slider .testimonial-card blockquote p:first-of-type::before {
        top: -50px;
    }
  
    .video-item-card .card-content p {
      display: block;
    }
    .article-intro.no-img {
      margin-bottom: 0;
    }
    .careers-job-box .careers-job-row .name-box {
      font-size: 18px;
    }
    .related-section .related-list .related-cat .related-item-content:not(:first-of-type) {
      margin-top: 0;
    }
    .hero-section .hero-product-row .product-card-holder {
      flex-wrap: wrap;
    }
    
  #stp-answers-container .img-container .stp-modal-img {
    width: 80%;
  }
      .testimonials-col-section {
      padding: 90px 0;
    }
    .solutions-list-section .value-box {
    padding: 90px 0;
  }
    .careers-job-box .careers-job-row .job-link {
    margin-left: -15px;
  }
      .hero-section.hero-section-01.portrait .partners-box .partners-list .partner-item img {
      height: 40px;
    }
  
    .hero-section.hero-section-01.portrait .partners-box .partners-list .partner-item .portrait img {
      height: 60px;
    }
  
    .solution-wrap {
      justify-content: center;
    }
      .stp-radio-label .btn {
          min-width: 200px;
      }
  
      .stp-icon {
          width: 50px;
          height: 50px;
      }
  
      .stp-quiz-container {
          height: 700px;
      }
  
      .phish-background-wrapper {
          position: relative;
      }
  
      .phish-background-wrapper .stp-video {
          position: fixed;
          min-height: 100vh;
      }
  
      .phish-background-wrapper .stp-video video {
          min-height: 100vh;
      }
  
      #main.stp {
          min-height: 850px;
          padding-top: 80px;
      }
  
      #main.stp.results {
          min-height: 41vh;
      }
  
      #main.stp .textbox {
          width: 80%;
          margin: 0 auto;
      }
  
    .hero-media-block-2 .video-box.video-sm img {
      height: 350px;
      object-fit: cover;
    }
    .hero-section-03 {
      min-height: 400px;
    }
    .testimonial-card .blockquote-footer .link-more {
      margin-left: 10px;
    }
    .related-section .related-list .related-cat.one-tile .related-item-content {
      width: 365px;
    }
    .footer-nav .nav-list {
      margin-right: 75px;
  }
    .industries-section {
    padding: 40px 0;
  }
    .hero-section-01 .decor-box img {
   transform: unset;
  }
    .hero-section.hero-section-02.suite .img-box img {
      height: 300px
    }
      .related-section .related-list .related-cat.two-tiles {
          width: 100%;
      }
  
      .related-section .related-list .related-cat.two-tiles .related-item-content {
          width: calc(50% - 20px);
      }
  
      .related-section .related-list .related-cat.one-tile {
          width: 100%;
          display: flex;
          justify-content: center;
      }
  
      .form-book-demo .mktoFormRow {
          width: 100%;
          display: flex;
          justify-content: space-between;
      }
  
      .form-content .mktoFormRow,
      .form-content .mktoFormCol {
        width: 100%;
      }
  
      .form-book-demo .mktoFormRow .mktoFormCol {
          width: 100%;
          padding-right: 5px !important;
      }
  
      .hero-section-01 .decor-box {
          top: 75px;
      }
  
      .hero-media-block-1 .video-box .img-box {
          height: 380px
      }
  
      .hero-media-block-1 .video-box .img-box picture {
          width: 100%;
      }
  
      .hero-media-block-1 .video-box .img-box img {
          height: 100%;
      }
  
      .accordion-video .video-box iframe {
          height: 194px;
      }
  
      .hero-section-product .product-decor-box {
          top: -100px;
          right: -100px;
      }
  
      .column-content-section .img-box iframe {
          height: 200px;
      }
  

  
      .hero-section.hero-section-01 .partners-box {
          bottom: -125px;
      }
  
      .hero-section.hero-section-01 .video-box iframe {
          height: 415px;
      }
  
    .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  
    .float-md-start {
      float: left !important;
    }
  
    .float-md-end {
      float: right !important;
    }
  
    .float-md-none {
      float: none !important;
    }
  
    .d-md-inline {
      display: inline !important;
    }
  
    .d-md-inline-block {
      display: inline-block !important;
    }
  
    .d-md-block {
      display: block !important;
    }
  
    .d-md-grid {
      display: grid !important;
    }
  
    .d-md-table {
      display: table !important;
    }
  
    .d-md-table-row {
      display: table-row !important;
    }
  
    .d-md-table-cell {
      display: table-cell !important;
    }
  
    .d-md-flex {
      display: flex !important;
    }
  
    .d-md-inline-flex {
      display: inline-flex !important;
    }
  
    .d-md-none {
      display: none !important;
    }
  
    .flex-md-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-md-row {
      flex-direction: row !important;
    }
  
    .flex-md-column {
      flex-direction: column !important;
    }
  
    .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .flex-md-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .gap-md-0 {
      gap: 0 !important;
    }
  
    .gap-md-5 {
      gap: .5rem !important;
    }
  
    .gap-md-10 {
      gap: 1rem !important;
    }
  
    .gap-md-15 {
      gap: 1.5rem !important;
    }
  
    .gap-md-20 {
      gap: 2rem !important;
    }
  
    .gap-md-25 {
      gap: 2.5rem !important;
    }
  
    .gap-md-30 {
      gap: 3rem !important;
    }
  
    .gap-md-35 {
      gap: 3.5rem !important;
    }
  
    .gap-md-40 {
      gap: 4rem !important;
    }
  
    .gap-md-45 {
      gap: 4.5rem !important;
    }
  
    .gap-md-50 {
      gap: 5rem !important;
    }
  
    .justify-content-md-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-md-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-md-center {
      justify-content: center !important;
    }
  
    .justify-content-md-between {
      justify-content: space-between !important;
    }
  
    .justify-content-md-around {
      justify-content: space-around !important;
    }
  
    .justify-content-md-evenly {
      justify-content: space-evenly !important;
    }
  
    .align-items-md-start {
      align-items: flex-start !important;
    }
  
    .align-items-md-end {
      align-items: flex-end !important;
    }
  
    .align-items-md-center {
      align-items: center !important;
    }
  
    .align-items-md-baseline {
      align-items: baseline !important;
    }
  
    .align-items-md-stretch {
      align-items: stretch !important;
    }
  
    .align-content-md-start {
      align-content: flex-start !important;
    }
  
    .align-content-md-end {
      align-content: flex-end !important;
    }
  
    .align-content-md-center {
      align-content: center !important;
    }
  
    .align-content-md-between {
      align-content: space-between !important;
    }
  
    .align-content-md-around {
      align-content: space-around !important;
    }
  
    .align-content-md-stretch {
      align-content: stretch !important;
    }
  
    .align-self-md-auto {
      align-self: auto !important;
    }
  
    .align-self-md-start {
      align-self: flex-start !important;
    }
  
    .align-self-md-end {
      align-self: flex-end !important;
    }
  
    .align-self-md-center {
      align-self: center !important;
    }
  
    .align-self-md-baseline {
      align-self: baseline !important;
    }
  
    .align-self-md-stretch {
      align-self: stretch !important;
    }
  
    .order-md-first {
      order: -1 !important;
    }
  
    .order-md-0 {
      order: 0 !important;
    }
  
    .order-md-1 {
      order: 1 !important;
    }
  
    .order-md-2 {
      order: 2 !important;
    }
  
    .order-md-3 {
      order: 3 !important;
    }
  
    .order-md-4 {
      order: 4 !important;
    }
  
    .order-md-5 {
      order: 5 !important;
    }
  
    .order-md-last {
      order: 6 !important;
    }
  
    .m-md-0 {
      margin: 0 !important;
    }
  
    .m-md-5 {
      margin: .5rem !important;
    }
  
    .m-md-10 {
      margin: 1rem !important;
    }
  
    .m-md-15 {
      margin: 1.5rem !important;
    }
  
    .m-md-20 {
      margin: 2rem !important;
    }
  
    .m-md-25 {
      margin: 2.5rem !important;
    }
  
    .m-md-30 {
      margin: 3rem !important;
    }
  
    .m-md-35 {
      margin: 3.5rem !important;
    }
  
    .m-md-40 {
      margin: 4rem !important;
    }
  
    .m-md-45 {
      margin: 4.5rem !important;
    }
  
    .m-md-50 {
      margin: 5rem !important;
    }
  
    .m-md-auto {
      margin: auto !important;
    }
  
    .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  
    .mx-md-5 {
      margin-right: .5rem !important;
      margin-left: .5rem !important;
    }
  
    .mx-md-10 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .mx-md-15 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
  
    .mx-md-20 {
      margin-right: 2rem !important;
      margin-left: 2rem !important;
    }
  
    .mx-md-25 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important;
    }
  
    .mx-md-30 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
  
    .mx-md-35 {
      margin-right: 3.5rem !important;
      margin-left: 3.5rem !important;
    }
  
    .mx-md-40 {
      margin-right: 4rem !important;
      margin-left: 4rem !important;
    }
  
    .mx-md-45 {
      margin-right: 4.5rem !important;
      margin-left: 4.5rem !important;
    }
  
    .mx-md-50 {
      margin-right: 5rem !important;
      margin-left: 5rem !important;
    }
  
    .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
  
    .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .my-md-5 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
  
    .my-md-10 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
  
    .my-md-15 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .my-md-20 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    .my-md-25 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important;
    }
  
    .my-md-30 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
  
    .my-md-35 {
      margin-top: 3.5rem !important;
      margin-bottom: 3.5rem !important;
    }
  
    .my-md-40 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
  
    .my-md-45 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important;
    }
  
    .my-md-50 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
  
    .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  
    .mt-md-0 {
      margin-top: 0 !important;
    }
  
    .mt-md-5 {
      margin-top: .5rem !important;
    }
  
    .mt-md-10 {
      margin-top: 1rem !important;
    }
  
    .mt-md-15 {
      margin-top: 1.5rem !important;
    }
  
    .mt-md-20 {
      margin-top: 2rem !important;
    }
  
    .mt-md-25 {
      margin-top: 2.5rem !important;
    }
  
    .mt-md-30 {
      margin-top: 3rem !important;
    }
  
    .mt-md-35 {
      margin-top: 3.5rem !important;
    }
  
    .mt-md-40 {
      margin-top: 4rem !important;
    }
  
    .mt-md-45 {
      margin-top: 4.5rem !important;
    }
  
    .mt-md-50 {
      margin-top: 5rem !important;
    }
  
    .mt-md-auto {
      margin-top: auto !important;
    }
  
    .me-md-0 {
      margin-right: 0 !important;
    }
  
    .me-md-5 {
      margin-right: .5rem !important;
    }
  
    .me-md-10 {
      margin-right: 1rem !important;
    }
  
    .me-md-15 {
      margin-right: 1.5rem !important;
    }
  
    .me-md-20 {
      margin-right: 2rem !important;
    }
  
    .me-md-25 {
      margin-right: 2.5rem !important;
    }
  
    .me-md-30 {
      margin-right: 3rem !important;
    }
  
    .me-md-35 {
      margin-right: 3.5rem !important;
    }
  
    .me-md-40 {
      margin-right: 4rem !important;
    }
  
    .me-md-45 {
      margin-right: 4.5rem !important;
    }
  
    .me-md-50 {
      margin-right: 5rem !important;
    }
  
    .me-md-auto {
      margin-right: auto !important;
    }
  
    .mb-md-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-md-5 {
      margin-bottom: .5rem !important;
    }
  
    .mb-md-10 {
      margin-bottom: 1rem !important;
    }
  
    .mb-md-15 {
      margin-bottom: 1.5rem !important;
    }
  
    .mb-md-20 {
      margin-bottom: 2rem !important;
    }
  
    .mb-md-25 {
      margin-bottom: 2.5rem !important;
    }
  
    .mb-md-30 {
      margin-bottom: 3rem !important;
    }
  
    .mb-md-35 {
      margin-bottom: 3.5rem !important;
    }
  
    .mb-md-40 {
      margin-bottom: 4rem !important;
    }
  
    .mb-md-45 {
      margin-bottom: 4.5rem !important;
    }
  
    .mb-md-50 {
      margin-bottom: 5rem !important;
    }
  
    .mb-md-auto {
      margin-bottom: auto !important;
    }
  
    .ms-md-0 {
      margin-left: 0 !important;
    }
  
    .ms-md-5 {
      margin-left: .5rem !important;
    }
  
    .ms-md-10 {
      margin-left: 1rem !important;
    }
  
    .ms-md-15 {
      margin-left: 1.5rem !important;
    }
  
    .ms-md-20 {
      margin-left: 2rem !important;
    }
  
    .ms-md-25 {
      margin-left: 2.5rem !important;
    }
  
    .ms-md-30 {
      margin-left: 3rem !important;
    }
  
    .ms-md-35 {
      margin-left: 3.5rem !important;
    }
  
    .ms-md-40 {
      margin-left: 4rem !important;
    }
  
    .ms-md-45 {
      margin-left: 4.5rem !important;
    }
  
    .ms-md-50 {
      margin-left: 5rem !important;
    }
  
    .ms-md-auto {
      margin-left: auto !important;
    }
  
    .p-md-0 {
      padding: 0 !important;
    }
  
    .p-md-5 {
      padding: .5rem !important;
    }
  
    .p-md-10 {
      padding: 1rem !important;
    }
  
    .p-md-15 {
      padding: 1.5rem !important;
    }
  
    .p-md-20 {
      padding: 2rem !important;
    }
  
    .p-md-25 {
      padding: 2.5rem !important;
    }
  
    .p-md-30 {
      padding: 3rem !important;
    }
  
    .p-md-35 {
      padding: 3.5rem !important;
    }
  
    .p-md-40 {
      padding: 4rem !important;
    }
  
    .p-md-45 {
      padding: 4.5rem !important;
    }
  
    .p-md-50 {
      padding: 5rem !important;
    }
  
    .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-md-5 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  
    .px-md-10 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  
    .px-md-15 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-md-20 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }
  
    .px-md-25 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important;
    }
  
    .px-md-30 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .px-md-35 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
  
    .px-md-40 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
  
    .px-md-45 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
  
    .px-md-50 {
      padding-right: 5rem !important;
      padding-left: 5rem !important;
    }
  
    .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    .py-md-5 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
  
    .py-md-10 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .py-md-15 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
  
    .py-md-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  
    .py-md-25 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }
  
    .py-md-30 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  
    .py-md-35 {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }
  
    .py-md-40 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  
    .py-md-45 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important;
    }
  
    .py-md-50 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
    }
  
    .pt-md-0 {
      padding-top: 0 !important;
    }
  
    .pt-md-5 {
      padding-top: .5rem !important;
    }
  
    .pt-md-10 {
      padding-top: 1rem !important;
    }
  
    .pt-md-15 {
      padding-top: 1.5rem !important;
    }
  
    .pt-md-20 {
      padding-top: 2rem !important;
    }
  
    .pt-md-25 {
      padding-top: 2.5rem !important;
    }
  
    .pt-md-30 {
      padding-top: 3rem !important;
    }
  
    .pt-md-35 {
      padding-top: 3.5rem !important;
    }
  
    .pt-md-40 {
      padding-top: 4rem !important;
    }
  
    .pt-md-45 {
      padding-top: 4.5rem !important;
    }
  
    .pt-md-50 {
      padding-top: 5rem !important;
    }
  
    .pe-md-0 {
      padding-right: 0 !important;
    }
  
    .pe-md-5 {
      padding-right: .5rem !important;
    }
  
    .pe-md-10 {
      padding-right: 1rem !important;
    }
  
    .pe-md-15 {
      padding-right: 1.5rem !important;
    }
  
    .pe-md-20 {
      padding-right: 2rem !important;
    }
  
    .pe-md-25 {
      padding-right: 2.5rem !important;
    }
  
    .pe-md-30 {
      padding-right: 3rem !important;
    }
  
    .pe-md-35 {
      padding-right: 3.5rem !important;
    }
  
    .pe-md-40 {
      padding-right: 4rem !important;
    }
  
    .pe-md-45 {
      padding-right: 4.5rem !important;
    }
  
    .pe-md-50 {
      padding-right: 5rem !important;
    }
  
    .pb-md-0 {
      padding-bottom: 0 !important;
    }
  
    .pb-md-5 {
      padding-bottom: .5rem !important;
    }
  
    .pb-md-10 {
      padding-bottom: 1rem !important;
    }
  
    .pb-md-15 {
      padding-bottom: 1.5rem !important;
    }
  
    .pb-md-20 {
      padding-bottom: 2rem !important;
    }
  
    .pb-md-25 {
      padding-bottom: 2.5rem !important;
    }
  
    .pb-md-30 {
      padding-bottom: 3rem !important;
    }
  
    .pb-md-35 {
      padding-bottom: 3.5rem !important;
    }
  
    .pb-md-40 {
      padding-bottom: 4rem !important;
    }
  
    .pb-md-45 {
      padding-bottom: 4.5rem !important;
    }
  
    .pb-md-50 {
      padding-bottom: 5rem !important;
    }
  
    .ps-md-0 {
      padding-left: 0 !important;
    }
  
    .ps-md-5 {
      padding-left: .5rem !important;
    }
  
    .ps-md-10 {
      padding-left: 1rem !important;
    }
  
    .ps-md-15 {
      padding-left: 1.5rem !important;
    }
  
    .ps-md-20 {
      padding-left: 2rem !important;
    }
  
    .ps-md-25 {
      padding-left: 2.5rem !important;
    }
  
    .ps-md-30 {
      padding-left: 3rem !important;
    }
  
    .ps-md-35 {
      padding-left: 3.5rem !important;
    }
  
    .ps-md-40 {
      padding-left: 4rem !important;
    }
  
    .ps-md-45 {
      padding-left: 4.5rem !important;
    }
  
    .ps-md-50 {
      padding-left: 5rem !important;
    }
  
    .text-md-start {
      text-align: left !important;
    }
  
    .text-md-end {
      text-align: right !important;
    }
  
    .text-md-center {
      text-align: center !important;
    }
  
    .col-md {
      flex: 1 0 0%;
    }
  
    .row-cols-md-auto>* {
      flex: 0 0 auto;
      width: auto;
    }
  
    .row-cols-md-1>* {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .row-cols-md-2>* {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .row-cols-md-3>* {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .row-cols-md-4>* {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .row-cols-md-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .row-cols-md-6>* {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333%;
    }
  
    .col-md-2 {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-md-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .col-md-5 {
      flex: 0 0 auto;
      width: 41.66667%;
    }
  
    .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333%;
    }
  
    .col-md-8 {
      flex: 0 0 auto;
      width: 66.66667%;
    }
  
    .col-md-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333%;
    }
  
    .col-md-11 {
      flex: 0 0 auto;
      width: 91.66667%;
    }
  
    .col-md-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .offset-md-0 {
      margin-left: 0;
    }
  
    .offset-md-1 {
      margin-left: 8.33333%;
    }
  
    .offset-md-2 {
      margin-left: 16.66667%;
    }
  
    .offset-md-3 {
      margin-left: 25%;
    }
  
    .offset-md-4 {
      margin-left: 33.33333%;
    }
  
    .offset-md-5 {
      margin-left: 41.66667%;
    }
  
    .offset-md-6 {
      margin-left: 50%;
    }
  
    .offset-md-7 {
      margin-left: 58.33333%;
    }
  
    .offset-md-8 {
      margin-left: 66.66667%;
    }
  
    .offset-md-9 {
      margin-left: 75%;
    }
  
    .offset-md-10 {
      margin-left: 83.33333%;
    }
  
    .offset-md-11 {
      margin-left: 91.66667%;
    }
  
    .g-md-0,.gx-md-0 {
      --bs-gutter-x: 0;
    }
  
    .g-md-0,.gy-md-0 {
      --bs-gutter-y: 0;
    }
  
    .g-md-5,.gx-md-5 {
      --bs-gutter-x: .5rem;
    }
  
    .g-md-5,.gy-md-5 {
      --bs-gutter-y: .5rem;
    }
  
    .g-md-10,.gx-md-10 {
      --bs-gutter-x: 1rem;
    }
  
    .g-md-10,.gy-md-10 {
      --bs-gutter-y: 1rem;
    }
  
    .g-md-15,.gx-md-15 {
      --bs-gutter-x: 1.5rem;
    }
  
    .g-md-15,.gy-md-15 {
      --bs-gutter-y: 1.5rem;
    }
  
    .g-md-20,.gx-md-20 {
      --bs-gutter-x: 2rem;
    }
  
    .g-md-20,.gy-md-20 {
      --bs-gutter-y: 2rem;
    }
  
    .g-md-25,.gx-md-25 {
      --bs-gutter-x: 2.5rem;
    }
  
    .g-md-25,.gy-md-25 {
      --bs-gutter-y: 2.5rem;
    }
  
    .g-md-30,.gx-md-30 {
      --bs-gutter-x: 3rem;
    }
  
    .g-md-30,.gy-md-30 {
      --bs-gutter-y: 3rem;
    }
  
    .g-md-35,.gx-md-35 {
      --bs-gutter-x: 3.5rem;
    }
  
    .g-md-35,.gy-md-35 {
      --bs-gutter-y: 3.5rem;
    }
  
    .g-md-40,.gx-md-40 {
      --bs-gutter-x: 4rem;
    }
  
    .g-md-40,.gy-md-40 {
      --bs-gutter-y: 4rem;
    }
  
    .g-md-45,.gx-md-45 {
      --bs-gutter-x: 4.5rem;
    }
  
    .g-md-45,.gy-md-45 {
      --bs-gutter-y: 4.5rem;
    }
  
    .g-md-50,.gx-md-50 {
      --bs-gutter-x: 5rem;
    }
  
    .g-md-50,.gy-md-50 {
      --bs-gutter-y: 5rem;
    }
  
    .dropdown-menu-md-start {
      --bs-position: start;
    }
  
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-md-end {
      --bs-position: end;
    }
  
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  
    .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
  
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-md .navbar-toggler {
      display: none;
    }
  
    .navbar-expand-md .offcanvas-header {
      display: none;
    }
  
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none;
    }
  
    .navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0;
    }
  
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  
    .list-group-horizontal-md {
      flex-direction: row;
    }
  
    .list-group-horizontal-md>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
    }
  
    .list-group-horizontal-md>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-md>.list-group-item.active {
      margin-top: 0;
    }
  
    .list-group-horizontal-md>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
  
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  
    .main-header .secondary-nav .search-form .search-slide {
      width: 560px;
    }
  
    .offcanvas-start {
      padding: 35px;
      width: 445px;
    }
  
    .main-footer .footer-top {
      padding-bottom: 53px;
      padding-top: 80px;
    }
  
    .hero-section {
      min-height: 500px;
    }
  
      .hero-section.article {
          min-height: 620px;
      }
  
    .hero-section.hero-section-01.pb {
      padding-bottom: 154px;
      margin-bottom: -120px;
    }
  
      .hero-section.hero-section-01.pb.article {
      padding-bottom: 0;
    }
  
    .hero-section.hero-section-04 {
      min-height: 400px;
    }
  
    .hero-section.hero-section-04.sol-single {
      min-height: 460px;
    }
  
    .hero-section.hero-section-04.sol-single .link-row {
      display: flex;
      justify-content: flex-end;
    }
  
    .hero-section.hero-section-04.sol-single .content-wrap {
      position: relative;
      padding-right: 175px;
    }
  
    .hero-section.hero-section-04.sol-single .content-wrap .link-row {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  
    .hero-section.hero-section-04.sol-single .hero-product-row {
      margin-top: -100px;
    }
  
      .hero-section.hero-section-04.about {
      min-height: 500px;
    }
  
    .hero-section.hero-section-04.about .cutout {
      position: relative;
    }
  
    .hero-section.hero-section-04.about .cutout img {
      display: block;
      height: 300px;
      position: absolute;
      bottom: -90px;
      right: 15px;
    }
  
    .hero-section.hero-section-04:before {
      height: 100%;
    }
  
    .hero-section.hero-section-04 .title-box h1,.hero-section.hero-section-04 .title-box .h1 {
      font-size: 56px;
      line-height: 1.1;
    }
  
    .about .cutout .title-box p {
      width: 70%;
    }
  
    .hero-section.hero-section-04 .integration-logo-box {
      margin-top: 20px;
      position: absolute;
      right: 0;
      top: calc(100% - 200px);
    }
  
    .hero-section.hero-section-04 .integration-logo-box .img-box {
      height: 240px;
      width: 240px;
      border-radius: 50%;
    }
  
    .hero-section.hero-section-04 .integration-logo-box img {
      max-width: 100%;
      width: calc(100% - 70px);
    }
  
    .hero-section.hero-section-04 .hero-content-block-4 {
      padding-bottom: 150px;
    }
  
    .hero-section.hero-section-04 .hero-content-block-4.sm-p {
      padding-bottom: 20px;
    }
  
    .hero-section.hero-section-04+.column-content-section {
      padding: 120px 0 20px 0;
    }
  
    .hero-section.hero-section-04+.column-content-section.solution-intro {
      padding: 120px 0 0 0;
    }
  
  
    .hero-section .hero-product-row {
      position: static;
      transform: translateY(110px);
      margin-top: -70px;
    }
  
    .hero-section .hero-product-row .text-box {
      width: calc((100% / 5) * 2);
      padding-right: 30px;
    }
  
    .hero-section .hero-product-row .product-card-holder {
      width: calc((100% / 5) * 3);
      position: relative;
    }
  
    .hero-section .hero-product-row .product-card-holder:before {
      width: 99999px;
    }
  
    .hero-section .hero-product-row .product-card-holder .product-card {
      margin-right: 30px;
      width: 100%;
    }
  
    .hero-section .hero-product-row .product-card-holder .product-card a {
      padding: 15px 25px 15px 0;
    }
  
    .hero-section .hero-product-row .product-card-holder .product-card a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      color: #d82a64;
      transition: transform .3s linear;
    }
  
    .hero-media-block-2 .video-box {
      width: 450px;
      height: 450px;
    }
  
    .hero-section-product .hero-media-block-3 .logo-list {
      justify-content: center;
    }
  
      .hero-section-product .hero-media-block-3 .logo-list li {
          padding: 11px 22px;
      }
  
      .rating-box .rating-info p {
          margin-bottom: 0;
          color: rgba(255, 255, 255, .55);
          font-size: 12px;
      }
  
    .rating-box .rating-info ul {
      margin-bottom: 0;
    }
  
    .chart-accordion-holder .media-box {
      position: absolute;
      width: calc(50% - 15px);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .chart-tab-holder .tabset a {
      font-size: 14px;
    }
  
    .chart-tab-holder .tab-content .tab-holder .slider-opener {
      display: none;
    }
  
    .chart-tab-holder .tab-content .content-box .content-item-wrap h4,.chart-tab-holder .tab-content .content-box .content-item-wrap .h4 {
      font-size: 18px;
    }
  
    .product-section .slider-tabset-header {
      display: flex;
      align-items: center;
      padding-right: 210px;
    }
  
    .product-section .tabset li .nav-link {
      font-size: 14px;
    }
  
    .dots {
      position: absolute;
      right: 0;
      bottom: calc(100% + 50px);
    }
  
    .product-section .tab-content .tab-holder .slider-opener {
      display: none;
    }
  
    .slider-products {
      width: 100%;
      position: relative;
    }
  
    .video-item-card .video-box {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
    }
  
    .testimonial-card {
      padding: 20px;
    }
  
    .testimonial-card .blockquote-footer .author-box {
      margin-bottom: 20px;
      flex-direction: row;
    }
  
    .industries-section.lg-top {
      padding-top: 30px;
    }
  
    .industries-box .img-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding-bottom: 10px;
    }
  
    .industries-box .img-list.simple-list li {
      transform: translateY(0) !important;
    }
  
    .industries-box .img-list li {
      width: calc(50% - 25px);
      height: 350px;
    }
  
    .industries-box .img-list li .img-card {
      background-size: cover;
      height: 100%;
    }
  
    .industries-box .img-list li .img-card:hover {
      background-size: auto 110%;
    }
  
    .benefits-section .title-box {
      text-align: center;
      margin-bottom: 35px;
    }
  
    .benefits-section .title-box p {
     color: rgba(0,0,0,0.7);
      width: 80%;
      margin: 0 auto;
    }
  
    .benefits-section .benefits-list {
      display: flex;
      flex-wrap: wrap;
    }
  
    .benefits-section .benefits-list .benefits-item {
      margin-bottom: 40px;
      width: calc(100% / 2);
    }
  
    .column-content-section .title-box {
      text-align: center;
      margin-bottom: 75px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart:after {
      height: 150%;
      top: -43%;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-title-box:after {
      height: 210%;
    }
  
    .two-columns-tabs .tabset-acc .nav-item a {
      width: calc(100% - 20px);
      display: inline-flex;
      justify-content: flex-start;
      position: relative;
      border-radius: 4px;
      border: none;
      padding: 15px 40px 15px 20px;
      color: #000000;
    }
  
    .two-columns-tabs .tabset-acc .nav-item a:before {
      content: '\e92b';
      position: absolute;
      font-family: icomoon;
      font-size: 12px;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      color: #ffffff;
    }
  
    .two-columns-tabs .tabset-acc .nav-item a:hover {
      border: none;
    }
  
    .accordion-video.right-video .video-box {
      left: inherit;
      right: 0;
    }
  
    .accordion-video .video-box {
      position: absolute;
      width: calc(50% - 15px);
      left: 0;
      top: 0;
    }
  
    .resources-slider {
      padding-right: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-holder {
      padding-right: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }

    .solution-more .resources-holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .resources-item-list {
      padding-right: 0;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-box {
      padding-right: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .suite-section.product-suite .suite-wrap {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
    }
  
    .suite-section.product-suite .suite-list+.suite-list {
      margin-left: 30px;
    }
  
    .suite-section.product-suite .suite-list .card-wrap {
      flex-direction: row;
      width: 100%;
      justify-content: space-between;
    }
  
    .suite-section.product-suite .suite-list .card-wrap .suite-card {
      width: 100%;
    }
  
    .resources-wrapper>.resource-item {
      margin: 0 30px 60px;
      width: calc(50% - 60px);
    }
  
    .resources-wrapper .resource-item .resource-card .img-box {
      max-width: inherit;
      min-height: 200px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
    .video-article-section .sidebar .cards-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  
    .video-article-section .sidebar .cards-list .video-box {
      position: relative;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
    }
  
    .video-article-section .sidebar .cards-list .video-card {
      width: calc((100% / 3) - 15px);
    }
  
    .video-article-section .article-content {
      transform: translateY(-100px);
    }
  
    /* .article-content {
      padding-bottom: 140px;
    } */
  
    .article-content h2,.article-content .h2 {
      font-size: 40px;
    }
  
    .article-content h3,.article-content .h3 {
      font-size: 32px;
    }
  
    .article-content h4,.article-content .h4 {
      font-size: 28px;
    }
  
    .article-content h5,.article-content .h5 {
      font-size: 24px;
    }
  
    .article-content h6,.article-content .h6 {
      font-size: 20px;
    }
  
    .article-content .blockquote-card {
      padding: 20px;
    }
  
    .article-content .blockquote-card .blockquote-footer .author-box {
      margin-bottom: 20px;
    }
  
    .article-content ul,.article-content ol {
      padding-left: 30px;
    }
  
    .article-content .article-author-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .article-content-section .pr-0 {
      padding-right: 0 !important;
    }
  
    .offices-section .map-content .tabset-holder .map-tabset a {
      font-size: 14px;
    }
  
    .offices-section .map-content.alt {
      padding: 100px 0;
    }
  
    .offices-section .map-content.alt .map-info {
      padding-right: 20px;
    }
  
    .offices-section .map-content.alt .info-row {
      padding-right: 50px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .timeline-tab-content .timeline-accordion .opener {
      display: none;
    }
  
    .esg-section .esg-slide-card .card-holder {
      min-height: 120px;
      padding-left: 105px;
    }
  
    .esg-section .esg-slide-card .slide-card-icon {
      top: 10px;
      width: 80px;
      height: 80px;
    }
  
    .secondary-callout-section {
      padding: 80px 0;
    }
  
    .secondary-callout-section .callout-box::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 40px;
      width: 100%;
      left: 0;
      border-radius: 8px;
      background: #f5f5f5;
      z-index: 0;
    }
  
    .secondary-callout-section .callout-box .img-box {
      margin-right: 40px;
      width: 250px;
    }
  
    .secondary-callout-section .callout-box .title-box {
      padding-right: 60px;
    }
  
    .secondary-link-section {
      padding: 80px 0;
    }
  
    .secondary-link-section .link-box {
      padding: 40px;
    }
  
    .secondary-link-section .link-box .link-list li a {
      font-size: 18px;
    }
  
    .content-links-section {
      padding: 80px 0;
    }
  
    .content-links-section .links-content {
      display: flex;
      justify-content: space-between;
    }
  
    .content-links-section .links-content:hover .img-box {
      transform: scale(1.03);
    }
  
    .content-links-section .links-content .link-box {
      width: calc((100% / 3) - 15px);
    }
  
    .media-section {
      padding: 80px 0;
    }
  
    .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(3) {
      left: 50px;
    }
  
    .news-tabs-section .tabset-holder {
      top: -26px;
      margin-bottom: 40px;
    }
  
    .news-tabs-section .tabset-holder .map-tabset li.title-tabs {
      justify-content: flex-start;
      padding-right: 10px;
      margin-right: 50px;
    }
  
    .news-tabs-section .tabset-holder .map-tabset a {
      font-size: 14px;
    }
  
    .news-tabs-section .downloads-content .sup-text .bottom-info.important-info {
      padding-right: 10px;
    }
  
    .news-tabs-section .downloads-content .sup-text .bottom-info.important-info:after {
      display: block;
    }
  
    .news-tabs-section .card-news {
      height: calc(100% - 40px);
    }
  
    .news-tabs-section .img-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding-bottom: 100px;
    }
  
    .news-tabs-section .img-list li {
      width: calc(50% - 25px);
      height: 350px;
    }
  
    .news-tabs-section .img-list li .img-card {
      background-size: auto 100%;
      height: 100%;
    }
  
    .news-tabs-section .img-list li .img-card:hover {
      background-size: auto 110%;
    }
  
    .btn-wrapper>.btn {
      margin-bottom: 30px;
    }
  
    .operator-calls .operator-box {
      max-width: 340px;
      margin-bottom: 20px;
    }
  
    .article-intro figure figcaption {
      text-align: right;
      font-size: 14px;
      padding: 10px 25px;
    }
  
    .article-intro .intro-info {
      padding-bottom: 40px;
    }
  
    .article-intro .intro-info .share-box {
      display: block;
    }
  
    .article-intro .intro-info .share-box .share-list {
      display: block;
    }
  
    .article-intro .intro-info .share-box .share-list li {
      margin-bottom: 10px;
    }
  
    .article-intro .intro-info .info-list {
      margin-bottom: 40px;
    }
  
    .search-section .tabs-search .img-box {
      text-align: right;
    }
  
    .search-section .form-search {
      position: relative;
      top: -48px;
    }
  
    .demo-section .demo-box {
      position: relative;
    }
  
    .demo-section .demo-box .tooltip-box-holder {
      top: 0;
      position: absolute;
      bottom: 0;
      left: 0;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box {
      position: absolute;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box.active .opener {
      background-color: #1b2440;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      text-decoration: none;
      border: 2px solid #009fe3;
      background-color: #009fe3;
      z-index: 2;
      color: #ffffff;
      margin-right: 10px;
      transition: all .3s linear;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener h5,.demo-section .demo-box .tooltip-box-holder .tooltip-box .opener .h5 {
      display: none;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener::before {
      position: absolute;
      top: 50%;
      left: 48%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 18px;
      line-height: 1;
      z-index: 3;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .slide {
      width: 300px;
      padding: 15px 20px;
      background-color: #1b2440;
      position: absolute;
      top: 50%;
      transform-origin: left top;
      border-radius: 8px;
      color: rgba(255, 255, 255, .7);
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .slide h5,.demo-section .demo-box .tooltip-box-holder .tooltip-box .slide .h5 {
      display: block;
    }
  
    .demo-section .demo-box .points-holder {
      display: none;
    }
  
    .demo-section .demo-box .points-holder .custom-point {
      display: none;
    }
  
    .leadership-repo-section {
      padding: 100px 0;
    }
  
    .leadership-filter-box {
      padding: 5px 10px;
      display: flex;
      align-items: center;
    }
  
    .leadership-filter-box .title {
      margin: 0 20px;
    }
  
    .leadership-filter-box .filter-list {
      display: flex;
      margin-bottom: 0;
    }
  
    .leadership-filter-box .form-search {
      display: flex;
      position: relative;
      max-width: 200px;
      margin-left: auto;
      margin-right: 1rem;
    }
  
    .leadership-filter-box .form-search input {
      border: none;
    }
  
    .leadership-filter-box .form-search input:focus {
      border: none;
      background-color: transparent;
      outline: none;
    }
  
    .careers-job-section {
      padding: 100px 0;
    }
  
    .careers-job-box .careers-job-row {
      align-items: center;
      width: 100%;
      justify-content: space-between;
    }
  
    .careers-job-box .careers-job-row:hover {
      background-color: #f5f5f5;
    }
  
    .placement-section {
      padding: 100px 0;
    }
  
    .placement-box h5,.placement-box .h5 {
      max-width: 90%;
    }
  }
  
  @media (min-width: 768px) and (min-width: 768px) {
    .suite-section.product-suite .suite-list .card-wrap .suite-card {
      width: calc(50% - 10px);
      max-width: 346px;
    }
  }
  
  @media (min-width: 1024px) {
      .integrations-section .title-box,
      .integrations-slider {
        margin-bottom: 30px;
      }

      .integrations-slider .integration-card img {
      max-height: 70px;
      padding: 15px;
  }
  
      .integrations-slider .integration-card img {
    padding: 10px;
}


    .resource-post .case-studies-list .video-item-card .video-box .category-holder,
    .resource-post .article-more .video-item-card .video-box .category-holder {
      top: 0px;
      left: 5px;
      right: 5px;
    }
    .resource-post .case-studies-list .video-item-card .video-box .category,
    .resource-post .article-more .video-item-card .video-box .category {
      font-size: 14px;
      padding: 5px;
    }
    .boilerplate {
        padding: 100px 0;
    }
    .column-content-section .two-columns-tabs .tab-content-acc .two-columns-content .additional-section {
      padding-top: 0 !important;
    }
    .suite .hero-content-block-1 {
      margin-bottom: 100px;
    }
    .product-item .product-card {
      width: 100%;
      max-width: 280px;
    }

    .solution-more .resources-holder .resource-item {
      margin-bottom: 0;
    }
    .slider-products .slick-arrow:hover {
    box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    background: #ffffff;
    color: #d82a64;
  }
      .article-intro figure picture img {
        height: 200px
      }
      .dropdown-submenu-col a {
          text-decoration: none !important;
      }
  
      .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .col-title.link-more {
          text-transform: unset;
          font-size: 18px;
          font-weight: 500;
          color: black;
          margin-bottom: 0;
          transition: 0.3s;
      }
  
      .dropdown-holder .col-title-img {
          height: 33px;
          width: 33px;
          margin-bottom: 10px;
          transition: 0.3s;
      }
  
      .dropdown-holder .col-title-sub {
          color: #555555;
          font-size: 14px;
          transition: 0.3s;
      }
  
      .dropdown-holder .col-title-link {
          padding-bottom: 10px;
          transition: 0.3s;
          border-radius: 8px;
          padding: 10px;
          margin-bottom: 10px;
      }
  
      .col-hr {
          color: #E5E7EE;
          margin: 0;
      }
  
      .dropdown-holder .col-title-link:hover {
          background-color: #AD2250;
      }
  
      .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .col-title-link:hover .col-title.link-more,
      .dropdown-holder .col-title-link:hover .col-title-sub,
      .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu .dropdown-holder .col-title-link:hover .col-title.link-more:after {
          color: white;
      }
  
      .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu.products .dropdown-holder .submenu-list .submenu-item > a .icon-box {
          min-width: 30px;
          width: 30px;
      }
  
      .submenu-list .sm-title {
          color: black;
          font-weight: 500;
          margin-bottom: -5px;
      }
  
      .dropdown-menu.products .submenu-list {
          padding-top: 10px;
      }
  
    .validation-section .slider-testimonial.slick-slider .testimonial-card {
      width: calc((100vw * (8/12)) - 90px) !important;
      padding: 40px;
      margin: 30px;
    }
  
    .slider-testimonial.slick-slider .testimonial-card blockquote p:first-of-type::before {
      top: 0;
      left: unset;
    }
  
    .testimonial-box  .slick-arrow:hover {
      background-color: white;
      color: #d82a64;
      border-radius: 8px;
    }
  
    .testimonial-box .dots {
      right: 45px;
    }
  
    .article-intro.no-img {
      margin-bottom: 170px
    }
    .timeline-tab-content {
      height: 400px;
      max-height: 400px;
      display: flex;
      align-items: center;
    }
    .hero-section .hero-product-row .product-card-holder {
      flex-wrap: nowrap;
    }
    .hero-section .hero-product-row .product-card-holder .product-card {
      width: 100%;
    }
    .hero-section.article .hero-content-block .content-wrap .title-box {
      padding-bottom: unset;
    }
    .hero-section.hero-section-02.demo::before {
      bottom: 25px;
  }
      .about .cutout .title-box p {
      width: 75%;
    }
    .column-content-section .link-info .link-box {
    margin-top: unset;
  }
    .hero-section.hero-section-04.about .cutout img {
      bottom: -60px;
      height: 350px;
    }
  
    .article.hero-section .title-box h1, 
    .article.hero-section .title-box .h1 {
      margin-bottom: 100px;
    }
  
      .hero-section.hero-section-01 .hero-excerpt-box {
        margin-bottom: 175px;
      }
    .hero-section.hero-section-01.pb.article::before {
      bottom: 0;
    }
    .dropdown-submenu-col .additional-link {
      margin-top: auto;
      text-align: right;
    }
  
    .benefits-section .benefits-list .benefits-item .icon-box picture img {
      height: 50px;
    }
  
      .stp-results-intro {
          width: 60%;
          margin: 0 auto;
      }
  
      #main.stp .textbox {
          width: 70%
      }
  
      #main.stp #results-textbox .textbox p {
          width: 100%;
          margin: 0 0 20px 0;
      }
  
      .sols-main .hero-media-block-2 .video-box {
          height: 450px;
          border-radius: 50%;
      }
        .suite .hero-section.hero-section-02:before {
          bottom: 100px;
      }
      .validation-section .horizontal-testimonial.small-img .blockquote-author img {
        margin-right: 10px;
    }
      .suite-section.three-vertical .suite-holder .content-wrap {
      width: 50%;
  }
    .suite-section.three-vertical .suite-holder .content-wrap .title-box {
      padding-right: 65px;
  }
      .suite .hero-content-block-1 .rating-box {
      margin-top: 0;
      padding-top: 0;
    }
  
    .article-content-section .article-content {
      padding-top: 15px;
    }
    .article-content .subscribe-box {
      padding: 30px 40px;
    }
  
  
    .partners-list li img {
      height: 50px
  }
  
    .validation-section .partners-list li img {
      height: 20px
  }
  
     .hero-section-01.portrait .hero-media-block-1 .video-box .img-box img {
        width: unset;
    }
  
    .hero-section-01.portrait .hero-media-block-1 .video-box .img-box {
      width: unset;
    }
    .article-intro .intro-info {
      position: absolute;
      bottom: -180px;
    }
    .hero-section-01 .hero-content-block-1 {
      margin-top: 3rem;
    }
  
    .hero-section-01.portrait .hero-content-block-1 {
      margin-top: -30px;
    }
  
      .article-intro .intro-info {
          position: absolute;
          bottom: -180px;
      }
  
      .mktoButtonRow {
          justify-content: flex-start !important;
      }
  
      .sols-main.hero-section.hero-section-02:before {
          bottom: 100px;
      }
  
      .benefits-section .benefits-list .benefits-item .icon-box {
          left: -5px;
      }
  
      .hero-section-03 .hero-block {
          margin-bottom: 1rem;
      }
  
      .hero-section-01 .decor-box {
          top: 70px;
          bottom: unset;
          right: -150px;
          width: unset;
      }
  
      .hero-media-block-1 .video-box .img-box {
          height: 400px;
          width: 100%;
      }
  
      .hero-section.portrait .hero-media-block-1 .video-box .img-box {
          height: unset;
      }
  
      .accordion-video .video-box iframe {
          height: 266px;
      }
  
      .column-content-section .img-box iframe {
          height: 220px;
      }
  
      .hero-content-block-1 .h1,
      .hero-content-block-1 h1,
      .hero-content-block-1 .text-wrap {
          width: 75%;
      }
  
      .fw-h1 .hero-content-block-1 .h1,
      .fw-h1 .hero-content-block-1 h1 {
          width: 100%;
      }
  
      .hero-content-block-1.col-lg-6 .h1,
      .hero-content-block-1.col-lg-6 h1,
      .hero-content-block-1.col-lg-6 .text-wrap {
          width: unset;
      }
  
      .hero-section-product .hero-media-block-3:before {
          height: 100px;
      }
  
      .hero-section.hero-section-01 .container {
          margin-top: -155px;
      }
  
      .hero-section.hero-section-01.portrait .container {
          margin-top: 60px;
      }
  
  
      .hero-section.hero-section-01.article .container {
          margin-top: unset;
      }
  
      hero-section.hero-section-01 .video-box iframe {
          height: 271px;
      }
  
      .hero-section.hero-section-01.portrait .partners-box {
        bottom: -90px;
        padding-right: 0;
      }
  
      .hero-section.hero-section-01 {
          margin-bottom: 0;
      }
  
    .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  
    .float-lg-start {
      float: left !important;
    }
  
    .float-lg-end {
      float: right !important;
    }
  
    .float-lg-none {
      float: none !important;
    }
  
    .d-lg-inline {
      display: inline !important;
    }
  
    .d-lg-inline-block {
      display: inline-block !important;
    }
  
    .d-lg-block {
      display: block !important;
    }
  
    .d-lg-grid {
      display: grid !important;
    }
  
    .d-lg-table {
      display: table !important;
    }
  
    .d-lg-table-row {
      display: table-row !important;
    }
  
    .d-lg-table-cell {
      display: table-cell !important;
    }
  
    .d-lg-flex {
      display: flex !important;
    }
  
    .d-lg-inline-flex {
      display: inline-flex !important;
    }
  
    .d-lg-none {
      display: none !important;
    }
  
    .flex-lg-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-lg-row {
      flex-direction: row !important;
    }
  
    .flex-lg-column {
      flex-direction: column !important;
    }
  
    .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .gap-lg-0 {
      gap: 0 !important;
    }
  
    .gap-lg-5 {
      gap: .5rem !important;
    }
  
    .gap-lg-10 {
      gap: 1rem !important;
    }
  
    .gap-lg-15 {
      gap: 1.5rem !important;
    }
  
    .gap-lg-20 {
      gap: 2rem !important;
    }
  
    .gap-lg-25 {
      gap: 2.5rem !important;
    }
  
    .gap-lg-30 {
      gap: 3rem !important;
    }
  
    .gap-lg-35 {
      gap: 3.5rem !important;
    }
  
    .gap-lg-40 {
      gap: 4rem !important;
    }
  
    .gap-lg-45 {
      gap: 4.5rem !important;
    }
  
    .gap-lg-50 {
      gap: 5rem !important;
    }
  
    .justify-content-lg-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-lg-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-lg-center {
      justify-content: center !important;
    }
  
    .justify-content-lg-between {
      justify-content: space-between !important;
    }
  
    .justify-content-lg-around {
      justify-content: space-around !important;
    }
  
    .justify-content-lg-evenly {
      justify-content: space-evenly !important;
    }
  
    .align-items-lg-start {
      align-items: flex-start !important;
    }
  
    .align-items-lg-end {
      align-items: flex-end !important;
    }
  
    .align-items-lg-center {
      align-items: center !important;
    }
  
    .align-items-lg-baseline {
      align-items: baseline !important;
    }
  
    .align-items-lg-stretch {
      align-items: stretch !important;
    }
  
    .align-content-lg-start {
      align-content: flex-start !important;
    }
  
    .align-content-lg-end {
      align-content: flex-end !important;
    }
  
    .align-content-lg-center {
      align-content: center !important;
    }
  
    .align-content-lg-between {
      align-content: space-between !important;
    }
  
    .align-content-lg-around {
      align-content: space-around !important;
    }
  
    .align-content-lg-stretch {
      align-content: stretch !important;
    }
  
    .align-self-lg-auto {
      align-self: auto !important;
    }
  
    .align-self-lg-start {
      align-self: flex-start !important;
    }
  
    .align-self-lg-end {
      align-self: flex-end !important;
    }
  
    .align-self-lg-center {
      align-self: center !important;
    }
  
    .align-self-lg-baseline {
      align-self: baseline !important;
    }
  
    .align-self-lg-stretch {
      align-self: stretch !important;
    }
  
    .order-lg-first {
      order: -1 !important;
    }
  
    .order-lg-0 {
      order: 0 !important;
    }
  
    .order-lg-1 {
      order: 1 !important;
    }
  
    .order-lg-2 {
      order: 2 !important;
    }
  
    .order-lg-3 {
      order: 3 !important;
    }
  
    .order-lg-4 {
      order: 4 !important;
    }
  
    .order-lg-5 {
      order: 5 !important;
    }
  
    .order-lg-last {
      order: 6 !important;
    }
  
    .m-lg-0 {
      margin: 0 !important;
    }
  
    .m-lg-5 {
      margin: .5rem !important;
    }
  
    .m-lg-10 {
      margin: 1rem !important;
    }
  
    .m-lg-15 {
      margin: 1.5rem !important;
    }
  
    .m-lg-20 {
      margin: 2rem !important;
    }
  
    .m-lg-25 {
      margin: 2.5rem !important;
    }
  
    .m-lg-30 {
      margin: 3rem !important;
    }
  
    .m-lg-35 {
      margin: 3.5rem !important;
    }
  
    .m-lg-40 {
      margin: 4rem !important;
    }
  
    .m-lg-45 {
      margin: 4.5rem !important;
    }
  
    .m-lg-50 {
      margin: 5rem !important;
    }
  
    .m-lg-auto {
      margin: auto !important;
    }
  
    .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  
    .mx-lg-5 {
      margin-right: .5rem !important;
      margin-left: .5rem !important;
    }
  
    .mx-lg-10 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .mx-lg-15 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
  
    .mx-lg-20 {
      margin-right: 2rem !important;
      margin-left: 2rem !important;
    }
  
    .mx-lg-25 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important;
    }
  
    .mx-lg-30 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
  
    .mx-lg-35 {
      margin-right: 3.5rem !important;
      margin-left: 3.5rem !important;
    }
  
    .mx-lg-40 {
      margin-right: 4rem !important;
      margin-left: 4rem !important;
    }
  
    .mx-lg-45 {
      margin-right: 4.5rem !important;
      margin-left: 4.5rem !important;
    }
  
    .mx-lg-50 {
      margin-right: 5rem !important;
      margin-left: 5rem !important;
    }
  
    .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
  
    .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .my-lg-5 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
  
    .my-lg-10 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
  
    .my-lg-15 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .my-lg-20 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    .my-lg-25 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important;
    }
  
    .my-lg-30 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
  
    .my-lg-35 {
      margin-top: 3.5rem !important;
      margin-bottom: 3.5rem !important;
    }
  
    .my-lg-40 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
  
    .my-lg-45 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important;
    }
  
    .my-lg-50 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
  
    .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  
    .mt-lg-0 {
      margin-top: 0 !important;
    }
  
    .mt-lg-5 {
      margin-top: .5rem !important;
    }
  
    .mt-lg-10 {
      margin-top: 1rem !important;
    }
  
    .mt-lg-15 {
      margin-top: 1.5rem !important;
    }
  
    .mt-lg-20 {
      margin-top: 2rem !important;
    }
  
    .mt-lg-25 {
      margin-top: 2.5rem !important;
    }
  
    .mt-lg-30 {
      margin-top: 3rem !important;
    }
  
    .mt-lg-35 {
      margin-top: 3.5rem !important;
    }
  
    .mt-lg-40 {
      margin-top: 4rem !important;
    }
  
    .mt-lg-45 {
      margin-top: 4.5rem !important;
    }
  
    .mt-lg-50 {
      margin-top: 5rem !important;
    }
  
    .mt-lg-auto {
      margin-top: auto !important;
    }
  
    .me-lg-0 {
      margin-right: 0 !important;
    }
  
    .me-lg-5 {
      margin-right: .5rem !important;
    }
  
    .me-lg-10 {
      margin-right: 1rem !important;
    }
  
    .me-lg-15 {
      margin-right: 1.5rem !important;
    }
  
    .me-lg-20 {
      margin-right: 2rem !important;
    }
  
    .me-lg-25 {
      margin-right: 2.5rem !important;
    }
  
    .me-lg-30 {
      margin-right: 3rem !important;
    }
  
    .me-lg-35 {
      margin-right: 3.5rem !important;
    }
  
    .me-lg-40 {
      margin-right: 4rem !important;
    }
  
    .me-lg-45 {
      margin-right: 4.5rem !important;
    }
  
    .me-lg-50 {
      margin-right: 5rem !important;
    }
  
    .me-lg-auto {
      margin-right: auto !important;
    }
  
    .mb-lg-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-lg-5 {
      margin-bottom: .5rem !important;
    }
  
    .mb-lg-10 {
      margin-bottom: 1rem !important;
    }
  
    .mb-lg-15 {
      margin-bottom: 1.5rem !important;
    }
  
    .mb-lg-20 {
      margin-bottom: 2rem !important;
    }
  
    .mb-lg-25 {
      margin-bottom: 2.5rem !important;
    }
  
    .mb-lg-30 {
      margin-bottom: 3rem !important;
    }
  
    .mb-lg-35 {
      margin-bottom: 3.5rem !important;
    }
  
    .mb-lg-40 {
      margin-bottom: 4rem !important;
    }
  
    .mb-lg-45 {
      margin-bottom: 4.5rem !important;
    }
  
    .mb-lg-50 {
      margin-bottom: 5rem !important;
    }
  
    .mb-lg-auto {
      margin-bottom: auto !important;
    }
  
    .ms-lg-0 {
      margin-left: 0 !important;
    }
  
    .ms-lg-5 {
      margin-left: .5rem !important;
    }
  
    .ms-lg-10 {
      margin-left: 1rem !important;
    }
  
    .ms-lg-15 {
      margin-left: 1.5rem !important;
    }
  
    .ms-lg-20 {
      margin-left: 2rem !important;
    }
  
    .ms-lg-25 {
      margin-left: 2.5rem !important;
    }
  
    .ms-lg-30 {
      margin-left: 3rem !important;
    }
  
    .ms-lg-35 {
      margin-left: 3.5rem !important;
    }
  
    .ms-lg-40 {
      margin-left: 4rem !important;
    }
  
    .ms-lg-45 {
      margin-left: 4.5rem !important;
    }
  
    .ms-lg-50 {
      margin-left: 5rem !important;
    }
  
    .ms-lg-auto {
      margin-left: auto !important;
    }
  
    .p-lg-0 {
      padding: 0 !important;
    }
  
    .p-lg-5 {
      padding: .5rem !important;
    }
  
    .p-lg-10 {
      padding: 1rem !important;
    }
  
    .p-lg-15 {
      padding: 1.5rem !important;
    }
  
    .p-lg-20 {
      padding: 2rem !important;
    }
  
    .p-lg-25 {
      padding: 2.5rem !important;
    }
  
    .p-lg-30 {
      padding: 3rem !important;
    }
  
    .p-lg-35 {
      padding: 3.5rem !important;
    }
  
    .p-lg-40 {
      padding: 4rem !important;
    }
  
    .p-lg-45 {
      padding: 4.5rem !important;
    }
  
    .p-lg-50 {
      padding: 5rem !important;
    }
  
    .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-lg-5 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  
    .px-lg-10 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  
    .px-lg-15 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-lg-20 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }
  
    .px-lg-25 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important;
    }
  
    .px-lg-30 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .px-lg-35 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
  
    .px-lg-40 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
  
    .px-lg-45 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
  
    .px-lg-50 {
      padding-right: 5rem !important;
      padding-left: 5rem !important;
    }
  
    .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    .py-lg-5 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
  
    .py-lg-10 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .py-lg-15 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
  
    .py-lg-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  
    .py-lg-25 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }
  
    .py-lg-30 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  
    .py-lg-35 {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }
  
    .py-lg-40 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  
    .py-lg-45 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important;
    }
  
    .py-lg-50 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
    }
  
    .pt-lg-0 {
      padding-top: 0 !important;
    }
  
    .pt-lg-5 {
      padding-top: .5rem !important;
    }
  
    .pt-lg-10 {
      padding-top: 1rem !important;
    }
  
    .pt-lg-15 {
      padding-top: 1.5rem !important;
    }
  
    .pt-lg-20 {
      padding-top: 2rem !important;
    }
  
    .pt-lg-25 {
      padding-top: 2.5rem !important;
    }
  
    .pt-lg-30 {
      padding-top: 3rem !important;
    }
  
    .pt-lg-35 {
      padding-top: 3.5rem !important;
    }
  
    .pt-lg-40 {
      padding-top: 4rem !important;
    }
  
    .pt-lg-45 {
      padding-top: 4.5rem !important;
    }
  
    .pt-lg-50 {
      padding-top: 5rem !important;
    }
  
    .pe-lg-0 {
      padding-right: 0 !important;
    }
  
    .pe-lg-5 {
      padding-right: .5rem !important;
    }
  
    .pe-lg-10 {
      padding-right: 1rem !important;
    }
  
    .pe-lg-15 {
      padding-right: 1.5rem !important;
    }
  
    .pe-lg-20 {
      padding-right: 2rem !important;
    }
  
    .pe-lg-25 {
      padding-right: 2.5rem !important;
    }
  
    .pe-lg-30 {
      padding-right: 3rem !important;
    }
  
    .pe-lg-35 {
      padding-right: 3.5rem !important;
    }
  
    .pe-lg-40 {
      padding-right: 4rem !important;
    }
  
    .pe-lg-45 {
      padding-right: 4.5rem !important;
    }
  
    .pe-lg-50 {
      padding-right: 5rem !important;
    }
  
    .pb-lg-0 {
      padding-bottom: 0 !important;
    }
  
    .pb-lg-5 {
      padding-bottom: .5rem !important;
    }
  
    .pb-lg-10 {
      padding-bottom: 1rem !important;
    }
  
    .pb-lg-15 {
      padding-bottom: 1.5rem !important;
    }
  
    .pb-lg-20 {
      padding-bottom: 2rem !important;
    }
  
    .pb-lg-25 {
      padding-bottom: 2.5rem !important;
    }
  
    .pb-lg-30 {
      padding-bottom: 3rem !important;
    }
  
    .pb-lg-35 {
      padding-bottom: 3.5rem !important;
    }
  
    .pb-lg-40 {
      padding-bottom: 4rem !important;
    }
  
    .pb-lg-45 {
      padding-bottom: 4.5rem !important;
    }
  
    .pb-lg-50 {
      padding-bottom: 5rem !important;
    }
  
    .ps-lg-0 {
      padding-left: 0 !important;
    }
  
    .ps-lg-5 {
      padding-left: .5rem !important;
    }
  
    .ps-lg-10 {
      padding-left: 1rem !important;
    }
  
    .ps-lg-15 {
      padding-left: 1.5rem !important;
    }
  
    .ps-lg-20 {
      padding-left: 2rem !important;
    }
  
    .ps-lg-25 {
      padding-left: 2.5rem !important;
    }
  
    .ps-lg-30 {
      padding-left: 3rem !important;
    }
  
    .ps-lg-35 {
      padding-left: 3.5rem !important;
    }
  
    .ps-lg-40 {
      padding-left: 4rem !important;
    }
  
    .ps-lg-45 {
      padding-left: 4.5rem !important;
    }
  
    .ps-lg-50 {
      padding-left: 5rem !important;
    }
  
    .text-lg-start {
      text-align: left !important;
    }
  
    .text-lg-end {
      text-align: right !important;
    }
  
    .text-lg-center {
      text-align: center !important;
    }
  
    .col-lg {
      flex: 1 0 0%;
    }
  
    .row-cols-lg-auto>* {
      flex: 0 0 auto;
      width: auto;
    }
  
    .row-cols-lg-1>* {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .row-cols-lg-2>* {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .row-cols-lg-3>* {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .row-cols-lg-4>* {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .row-cols-lg-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .row-cols-lg-6>* {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333%;
    }
  
    .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-lg-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-lg-4 {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66667%;
    }
  
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333%;
    }
  
    .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66667%;
    }
  
    .col-lg-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333%;
    }
  
    .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66667%;
    }
  
    .col-lg-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .offset-lg-0 {
      margin-left: 0;
    }
  
    .offset-lg-1 {
      margin-left: 8.33333%;
    }
  
    .offset-lg-2 {
      margin-left: 16.66667%;
    }
  
    .offset-lg-3 {
      margin-left: 25%;
    }
  
    .offset-lg-4 {
      margin-left: 33.33333%;
    }
  
    .offset-lg-5 {
      margin-left: 41.66667%;
    }
  
    .offset-lg-6 {
      margin-left: 50%;
    }
  
    .offset-lg-7 {
      margin-left: 58.33333%;
    }
  
    .offset-lg-8 {
      margin-left: 66.66667%;
    }
  
    .offset-lg-9 {
      margin-left: 75%;
    }
  
    .offset-lg-10 {
      margin-left: 83.33333%;
    }
  
    .offset-lg-11 {
      margin-left: 91.66667%;
    }
  
    .g-lg-0,.gx-lg-0 {
      --bs-gutter-x: 0;
    }
  
    .g-lg-0,.gy-lg-0 {
      --bs-gutter-y: 0;
    }
  
    .g-lg-5,.gx-lg-5 {
      --bs-gutter-x: .5rem;
    }
  
    .g-lg-5,.gy-lg-5 {
      --bs-gutter-y: .5rem;
    }
  
    .g-lg-10,.gx-lg-10 {
      --bs-gutter-x: 1rem;
    }
  
    .g-lg-10,.gy-lg-10 {
      --bs-gutter-y: 1rem;
    }
  
    .g-lg-15,.gx-lg-15 {
      --bs-gutter-x: 1.5rem;
    }
  
    .g-lg-15,.gy-lg-15 {
      --bs-gutter-y: 1.5rem;
    }
  
    .g-lg-20,.gx-lg-20 {
      --bs-gutter-x: 2rem;
    }
  
    .g-lg-20,.gy-lg-20 {
      --bs-gutter-y: 2rem;
    }
  
    .g-lg-25,.gx-lg-25 {
      --bs-gutter-x: 2.5rem;
    }
  
    .g-lg-25,.gy-lg-25 {
      --bs-gutter-y: 2.5rem;
    }
  
    .g-lg-30,.gx-lg-30 {
      --bs-gutter-x: 3rem;
    }
  
    .g-lg-30,.gy-lg-30 {
      --bs-gutter-y: 3rem;
    }
  
    .g-lg-35,.gx-lg-35 {
      --bs-gutter-x: 3.5rem;
    }
  
    .g-lg-35,.gy-lg-35 {
      --bs-gutter-y: 3.5rem;
    }
  
    .g-lg-40,.gx-lg-40 {
      --bs-gutter-x: 4rem;
    }
  
    .g-lg-40,.gy-lg-40 {
      --bs-gutter-y: 4rem;
    }
  
    .g-lg-45,.gx-lg-45 {
      --bs-gutter-x: 4.5rem;
    }
  
    .g-lg-45,.gy-lg-45 {
      --bs-gutter-y: 4.5rem;
    }
  
    .g-lg-50,.gx-lg-50 {
      --bs-gutter-x: 5rem;
    }
  
    .g-lg-50,.gy-lg-50 {
      --bs-gutter-y: 5rem;
    }
  
    .dropdown-menu-lg-start {
      --bs-position: start;
    }
  
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-lg-end {
      --bs-position: end;
    }
  
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
  
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  
    .navbar-expand-lg .offcanvas-header {
      display: none;
    }
  
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none;
    }
  
    .navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0;
    }
  
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  
    .list-group-horizontal-lg {
      flex-direction: row;
    }
  
    .list-group-horizontal-lg>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
    }
  
    .list-group-horizontal-lg>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-lg>.list-group-item.active {
      margin-top: 0;
    }
  
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
  
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  
    .modal-lg,.modal-xl {
      max-width: 100%;
    }
  
    .light-header .main-header .navbar {
      width: 100%;
    }
  
    .light-header .main-header .secondary-nav .btn-group {
      display: flex !important;
    }
  
      .main-header {
        height: 80px !important;
      }
  
    .main-header .menu-opener {
      margin-right: 24px;
    }
  
    .main-header .header-holder>.navbar-brand {
      margin-right: 36px;
    }
  
    .main-header .secondary-nav .search-form .search-opener {
      margin-right: 30px;
    }
  
    .main-header .secondary-nav .search-form .search-slide {
      right: 29px !important;
    }
  
    .main-header .navbar {
      width: 100%;
      position: static;
    }
  
  .main-header .navbar .navbar-nav .nav-item .nav-link + .dropdown-menu {
      left: 50%;
      transform: translateX(-50%);
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .5);
  }
  
    .partners-list li+li {
      margin-left: 43px;
    }
  
    .btn {
      font-size: 16px;
    }
  
      .hero-section.sm h1, .hero-section.sm .h1 {
        margin-bottom: 20px;
        font-size: 56px;
        font-weight: 700;
      }
  
    .hero-section.sm .hero-content-block .rating-box {
      padding-top: 50px;
    }
  
      .hero-section.sm.fw-h1 .hero-content-block .rating-box {
          padding-top: 10px;
      }
  
    .hero-section.hero-section-01::before {
      bottom: 140px;
    }
  
    .hero-section.hero-section-01 .partners-box {
      margin-top: -70px;
    }
  
      .hero-section.hero-section-01 {
          margin-bottom: 150px;
      }
  
          .hero-section.hero-section-01.portrait {
          margin-bottom: 0;
      }
  
      .hero-section.hero-section-01 .partners-box {
          position: absolute;
          bottom: -325px;
      }
  
    .hero-section.hero-section-02 .rating-list {
      margin-bottom: 0;
    }
  
    .hero-section.hero-section-03 {
      min-height: 500px;
    }
  
    .hero-section.hero-section-03 .title-box h1,.hero-section.hero-section-03 .title-box .h1 {
      margin-bottom: 15px;
      font-size: 56px;
      font-weight: 700;
    }
  
    .hero-section .hero-block .link-box-holder .link-box {
      padding-top: 25px;
      width: calc(50% - 20px);
    }
  
    .hero-section .hero-block .link-box-holder .link-box .link {
      font-size: 16px;
    }
  
    .hero-content-block-1 {
      padding-top: 40px;
    }

    .hero-section-product .hero-content-block-1 {
      padding-top: 30px;
    }
  
    .suite  .hero-content-block-1,
    .sols-main .hero-content-block-1 {
      padding-top: 0;
    }
  
    .hero-content-block-1 .title-box {
      margin-bottom: 28px;
    }
  
    .hero-media-block-1 .video-box {
      display: flex;
      justify-content: flex-end;
    }
  
      .hero-media-block-1 .video-box .button-holder,
      .hero-media-block-2 .video-box .button-holder {
          flex-direction: column;
          justify-content: flex-end;
          align-items: center;
          width: 200px;
          height: 200px;
          padding: 30px 0;
          background-color: #009fe3;
          border-radius: 50%;
          right: -50px;
          top: 25%;
      }
  
    .hero-media-block-1 .video-box .button-holder .text-box {
      text-align: center;
    }
  
    .hero-media-block-1 .video-box .button-holder button {
      font-size: 48px;
      position: absolute;
      left: 50%;
      top: 47%;
      transform: translate(-50%, -50%);
      background-color: transparent;
      padding: 0;
      border: none;
      display: inline-flex;
      width: 48px;
      height: 48px;
      justify-content: center;
      align-items: center;
      transition: all .3s ease;
    }
  
    .hero-media-block-2.hero-media-block-3 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap {
      height: 230px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo-holder {
      width: 100%;
      height: 100%;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo {
      position: absolute;
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo1 {
      width: 100px;
      height: 60px;
      left: calc(50% - 100px / 2 - 560px);
      bottom: 59px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo2 {
      width: 180px;
      height: 100px;
      left: calc(50% - 180px / 2 - 432px);
      bottom: 147px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo3 {
      width: 140px;
      height: 80px;
      left: calc(50% - 140px / 2 - 342px);
      bottom: 31px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo4 {
      width: 170px;
      height: 80px;
      left: calc(50% - 170px / 2 + 361px);
      bottom: 79px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo5 {
      width: 100px;
      height: 60px;
      left: calc(50% - 100px / 2 + 456px);
      bottom: 179px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo.logo6 {
      width: 100px;
      height: 60px;
      left: calc(50% - 100px / 2 + 556px);
      bottom: 19px;
    }
  
    .hero-media-block-2.hero-media-block-3 .video-sm {
      width: 570px;
      height: auto;
    }
  
    .hero-media-block-2.hero-media-block-3 .video-sm .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder {
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      width: 200px;
      height: 200px;
      padding: 30px 0;
      background-color: #009fe3;
      border-radius: 50%;
      left: 0;
      top: 50%;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder .text-box {
      text-align: center;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder button {
      font-size: 48px;
      position: absolute;
      left: 50%;
      top: 47%;
      transform: translate(-50%, -50%);
      background-color: transparent;
      padding: 0;
      border: none;
      display: inline-flex;
      width: 48px;
      height: 48px;
      justify-content: center;
      align-items: center;
      transition: all .3s ease;
    }
  
    .hero-media-block-3 {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .hero-media-block-3 .logo-wrap {
      height: 230px;
    }
  
    .hero-media-block-3 .logo-wrap .logo {
      position: absolute;
      box-shadow: 0 12px 12px -7px rgba(0, 0, 0, .08), 0 15px 50px rgba(0, 0, 0, .12);
    }
  
    .hero-media-block-3 .video-sm .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-3 .video-sm .button-holder .text-box {
      text-align: center;
    }
  
    .hero-section-product .product-decor-box {
      width: 798px;
      right: -200px;
      top: -150px;
    }
  
    .hero-section-product .hero-media-block-3 .video-sm .button-holder .text-box {
      display: flex;
      width: 100%;
      justify-content: space-between;
    }
  
      .hero-section-product .hero-media-block-3 .logo-list li {
          max-width: 160px;
      }
  
    .rating-box {
      padding-top: 100px;
    }

    .hero-section-product .rating-box {
      padding-top: 0;
    }
  
    .accordion-section {
      padding: 160px 0 100px;
    }
  
    .accordion-section .title-box h2,.accordion-section .title-box .h2 {
      font-size: 40px;
      line-height: 45px;
    }
  
    .accordion-holder .title-box {
      margin-bottom: 25px;
    }
  
    .accordion-holder .title-box h2,.accordion-holder .title-box .h2 {
      font-size: 40px;
      line-height: 45px;
      text-align: left;
    }
  
    .chart-tab-holder .tabset a {
      font-size: 16px;
    }
  
    .product-section .slider-tabset-header .title {
      font-size: 12px;
      display: inline-block;
      margin-right: 25px;
      color: #555555;
    }
  
    .product-section .tabset li .nav-link {
      font-size: 16px;
    }
  
    .product-item .product-card .icon-box {
      left: 38px;
    }
  
    .video-item-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px 50px 15px 15px;
    }
  
    .video-item-card .card-content .link-row {
      display: flex;
    }
  
    .video-item-card .card-content h5 a,.video-item-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .title-box h2,.title-box .h2 {
      font-size: 40px;
    }
  
    .validation-section {
      padding: 100px 0;
    }
  
    .validation-section.sm {
      padding: 40px 0;
      margin-bottom: 150px;
    }
  
    .validation-section .horizontal-testimonial {
      position: relative;
      padding: 50px 200px 40px 100px;
    }
  
    .validation-section .no-side-img .horizontal-testimonial {
      padding: 50px 100px 40px 100px;
    }
  
    .validation-section .horizontal-testimonial .blockquote-author img {
      width: 100%;
    }
  
    .validation-section .horizontal-testimonial .blockquote-text {
      position: relative;
    }
  
    .validation-section .horizontal-testimonial .blockquote-text:before {
      content: "\e923";
      font-family: icomoon;
      font-size: 32px;
      top: -15px;
      left: -40px;
      position: absolute;
    }
  
      .validation-section .horizontal-testimonial .blockquote-footer {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 2rem;
      }
  
    .validation-section .horizontal-testimonial .blockquote-footer:before {
      display: none;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .logo {
      transition: all .3s linear;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .logo:hover {
      opacity: .6;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box {
      text-align: right;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box span {
      font-size: 14px;
      font-weight: 400;
      display: block;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box span.name {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
    }
  
    .validation-section .horizontal-testimonial p {
      font-weight: 400;
      font-size: 22px;
      line-height: 30px;
      color: rgba(0, 0, 0, .8);
      margin-bottom: 25px;
    }
  
    .validation-section .horizontal-testimonial.small-img {
      padding: 50px 100px 40px;
    }
  
    .testimonial-card {
      margin-left: 10px;
      padding: 40px;
    }
  
    .testimonial-card .blockquote-footer .author-box {
      margin-bottom: 0;
    }
  
    .integrations-section {
      padding: 90px 0;
    }
  
    .solution-card .text-hold {
      padding-left: 15px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      height: 100%;
    }
  
    .solution-card .img-box {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .solution-card .img-box .solution-badge {
      position: absolute;
    }
  
    .solution-card .solution-media-1 .solution-badge.left {
      top: 40%;
      right: 60%;
    }
  
    .solution-card .solution-media-1 .solution-badge.right {
      top: 55%;
      left: 60%;
    }
  
    .solution-card .solution-media-2 .solution-badge.left {
      top: 40%;
      right: 60%;
    }
  
    .solution-card .solution-media-2 .solution-badge.right {
      top: 55%;
      left: 60%;
    }
  
    .solution-card .solution-media-2 .solution-badge.top {
      left: 120px;
      top: -15px;
    }
  
    .solution-card .solution-media-2 .solution-badge.bottom {
      bottom: -15px;
      left: 210px;
    }
  
    .solution-card .solution-media-3 .solution-badge.left {
      bottom: -20px;
      right: 60%;
    }
  
    .solution-card .solution-media-3 .solution-badge.right {
      top: 55%;
      left: 60%;
    }
  
    .solution-card .solution-media-3 .solution-badge.top {
      left: 120px;
      top: -15px;
    }
  
    .products-info-section .product-box {
      padding: 40px 25px;
      margin-bottom: 80px;
    }
  
    .products-info-section .product-box .text-holder {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height: 100%;
    }
  
    .industries-section.lg-top {
      padding-top: 100px;
    }
  
    .industries-box .img-list li {
      max-width: 235px;
      width: 100%;
      height: 200px;
    }
  
    .industries-box .img-list li:nth-child(even) {
      transform: translateY(40px);
    }
  
    .industries-box .resource-form-mini {
      padding: 0 40px;
      border-radius: 10px;
      overflow: hidden;
    }
  
    .benefits-section {
      background: transparent;
      padding: 0 0 30px;
    }
  
    .benefits-section .benefits-wrap {
      background: #f5f5f5;
      padding: 40px;
      overflow: hidden;
      border-radius: 8px;
    }
  
    .benefits-section .benefits-list .benefits-item {
      margin-bottom: 0;
      padding-top: 94px;
      padding-left: 20px;
      width: calc(100% / 3);
    }
  
    .benefits-section .benefits-list .benefits-item .icon-box {
      width: 120px;
      height: 120px;
      top: 0;
      left: 0;
      font-size: 50px;
      z-index: 0;
    }
  
    .benefits-section .benefits-list .benefits-item h5,.benefits-section .benefits-list .benefits-item .h5 {
      font-size: 18px;
      line-height: 26px;
    }
  
    .column-content-section.about-us {
      padding: 90px 0;
    }
  
    .column-content-section.about-us .two-columns-content {
      margin-bottom: 100px;
    }
  
    .column-content-section.slider-col .contet-col-sider {
      padding: 0 40px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut:after {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      height: 40%;
      background-color: #eaf7fc;
      z-index: -1;
      left: 0;
      right: 0;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-transparent .content-item-wrap {
      padding-left: 100px;
      padding-right: 0;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart {
      position: relative;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart:after {
      display: none;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left .content-item-wrap {
      padding-left: 100px;
      padding-right: 0;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .img-box {
      margin-top: 150px;
      margin-left: 70px;
      margin-right: inherit;
      margin-bottom: 60px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left  .img-box {
      margin-top: 60px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-box {
      margin-bottom: 70px;
    }
  
    .column-content-section.solution-old .two-columns-content.info-desk-absolut .content-box {
      margin-bottom: 55px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-title-box {
      margin-bottom: 23px;
      margin-left: 50px;
      margin-right: 10px;
      padding-bottom: 100px;
    }
  
    .column-content-section.solution-intro .two-columns-content.info-desk-absolut .content-title-box,
    .column-content-section.solution-intro .two-columns-content.info-desk-absolut .content-item-wrap {
      margin-left: 30px;
    }
  
    .column-content-section.solution-intro .two-columns-content.info-desk-absolut .content-title-box {
      padding-top: 75px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-title-box:after {
      display: none;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-item-wrap {
      padding-right: 115px;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-item-wrap p {
      font-size: 22px;
      line-height: 1.3;
    }
  
    .column-content-section .order-lg-0 .img-box {
      margin-right: 90px;
      margin-left: 0;
      border-radius: 8px;
    }
  
    .column-content-section h3,.column-content-section .h3 {
      font-size: 40px;
    }
  
    .column-content-section .img-box {
      margin-left: 40px;
    }
  
    .column-content-section .img-box-chart {
      padding-left: 50px;
      padding-top: 30px;
    }
  
    .column-content-section.solution-old .img-box-chart {
      padding: 0;
    }
  
    .content-img-box {
      margin: 0 auto;
    }
  
      .content-img-box .text-wrap h3,.content-img-box .text-wrap .h3 {
      font-size: 50px;
    }
  
    .content-img-box .text-wrap h6,.content-img-box .text-wrap .h6 {
      font-size: 18px;
    }
  
    .content-img-box .text h3,.content-img-box .text .h3 {
      font-size: 50px;
    }
  
    .content-img-box .text h6,.content-img-box .text .h6 {
      font-size: 18px;
    }
  
    .content-hold ul {
      font-size: 20px;
    }
  
    .two-columns-tabs .tabset-acc {
      display: block;
      width: auto;
      overflow: visible;
    }
  
    .resources-section.hub>.container {
      justify-content: space-between;
      flex-direction: row;
    }
  
    .resources-section.hub>.container .sidebox {
      max-width: 300px;
    }
  
    .resources-section.hub>.container .sidebox .resources-box:before {
      display: block;
    }
  
    .resources-section.hub>.container .main-content {
      max-width: 67%;
    }
  
    .resources-section.hub .resources-holder {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      grid-column-gap: 40px;
    }
  
    .resources-section.hub .resources-holder .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 4 / 3;
    }
  
    .resources-section.hub .resources-holder .resource-item:nth-child(2) {
      grid-area: 1 / 3 / 1 / 4;
    }
  
    .resources-section.hub .resources-holder .resource-item:nth-child(2) .resource-card {
      display: flex;
    }
  
    .resources-section.hub .resources-holder .resource-item:nth-child(3) {
      grid-area: 2 / 3 / 3 / 3;
    }
  
    .resources-section.hub .resources-holder .resource-item:nth-child(3) .resource-card {
      display: flex;
    }
  
    .resources-slider {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-slider.preview {
      grid-template-rows: repeat(1, 1fr);
      max-width: 770px;
      margin: 0 auto;
    }
  
    .resources-slider.preview .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 1 / 2;
    }
  
    .resources-slider.preview .resource-item .resource-card .card-content h5>a,.resources-slider.preview .resource-item .resource-card .card-content .h5>a {
      font-size: 22px;
    }
  
    .resources-slider .resource-item {
      padding-right: 0;
    }
  
    .resources-slider .resource-item:not(:nth-child(1)) .resource-card {
      padding-right: 35px;
    }
  
    .resources-slider .resource-item:not(:nth-child(1)) .link-row a {
      font-size: 0;
      position: absolute;
      right: 30px;
      bottom: 20px;
    }
  
    .resources-slider .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 4 / 2;
      display: block;
    }
  
    .resources-slider .resource-item:nth-child(1) .resource-card {
      display: flex;
      flex-direction: column;
    }
  
    .resources-slider .resource-item:nth-child(1) .resource-card .img-box {
      min-height: 220px;
      max-width: 100%;
    }
  
    .resources-slider .resource-item:nth-child(1) .resource-card .card-content {
      max-height: 100%;
      height: 100%;
    }
  
    .resources-slider .resource-item:nth-child(1) .resource-card .link-row {
      margin-top: auto;
      display: flex;
      width: 100%;
      justify-content: flex-end;
    }
  
    .resources-slider .resource-item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3;
    }
  
    .resources-slider .resource-item:nth-child(2) .resource-card {
      display: flex;
    }
  
    .resources-slider .resource-item:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3;
    }
  
    .resources-slider .resource-item:nth-child(3) .resource-card {
      display: flex;
    }
  
    .resources-slider .resource-item:nth-child(4) {
      grid-area: 3 / 2 / 4 / 3;
    }
  
    .resources-slider .resource-item:nth-child(4) .resource-card {
      display: flex;
    }
  
    .resources-slider .resource-item .resource-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .resources-slider .resource-item .resource-card .card-content .text {
      display: block;
      font-size: 14px;
      color: #555555;
    }
  
    .resources-slider .resource-item .resource-card .card-content .link-row {
      display: flex;
    }
  
    .resources-slider .resource-item .resource-card .card-content h5 a,.resources-slider .resource-item .resource-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .resources-slider .resource-item .resource-card .img-box {
      max-width: 162px;
      height: 100%;
    }
  
    .resources-slider .resource-item .resource-card .img-box .category {
      display: none;
    }
  
    .resources-holder {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-holder.preview {
      grid-template-rows: repeat(1, 1fr);
      max-width: 770px;
      margin: 0 auto;
    }
  
    .resources-holder.preview .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 1 / 2;
    }
  
    .resources-holder.preview .resource-item .resource-card .card-content h5>a,.resources-holder.preview .resource-item .resource-card .card-content .h5>a {
      font-size: 22px;
    }
  
    .resources-holder .resource-item {
      padding-right: 0;
    }
  
    .resources-holder .resource-item:not(:nth-child(1)) .resource-card,
    .resources-holder .resource-item .resource-card {
      padding-right: 35px;
    }

    .solution-more .resources-holder .resource-item .resource-card {
      padding-right: 0;
    }
  
    .resources-holder .resource-item:not(:nth-child(1)) .link-row a {
      font-size: 0;
      position: absolute;
      right: 30px;
      bottom: 20px;
    }
  
    .resources-holder .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 4 / 2;
      display: block;
    }
  
    .resources-holder .resource-item:nth-child(1) .resource-card {
      display: flex;
      flex-direction: column;
    }
  
    .resources-holder .resource-item:nth-child(1) .resource-card .img-box {
      min-height: 220px;
      max-width: 100%;
    }
  
    .resources-holder .resource-item:nth-child(1) .resource-card .card-content {
      max-height: 100%;
      height: 100%;
    }
  
    .resources-holder .resource-item:nth-child(1) .resource-card .link-row {
      margin-top: auto;
      display: flex;
      width: 100%;
      justify-content: flex-end;
    }
  
    .resources-holder .resource-item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3;
    }
  
    .resources-holder .resource-item:nth-child(2) .resource-card {
      display: flex;
    }
  
    .resources-holder .resource-item:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3;
    }
  
    .resources-holder .resource-item:nth-child(3) .resource-card {
      display: flex;
    }
  
    .resources-holder .resource-item:nth-child(4) {
      grid-area: 3 / 2 / 4 / 3;
    }
  
    .resources-holder .resource-item:nth-child(4) .resource-card {
      display: flex;
    }
  
    .resources-holder .resource-item.column .resource-card {
      padding-right: 0;
    }
  
    .resources-holder .resource-item .resource-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .resources-holder .resource-item .resource-card .card-content .link-row {
      display: flex;
    }
  
    .resources-holder .resource-item .resource-card .card-content h5 a,.resources-holder .resource-item .resource-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .resources-holder .resource-item .resource-card .img-box {
      max-width: 162px;
      height: 100%;
    }
  
    .resources-holder .resource-item .resource-card .img-box .category {
      display: none;
    }
  
    .resources-item-list {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-item-list .resource-item {
      padding-right: 0;
    }
  
    .resources-item-list .resource-item:not(:nth-child(1)) .resource-card {
      padding-right: 35px;
    }
  
    .resources-item-list .resource-item:not(:nth-child(1)) .link-row a {
      font-size: 0;
      position: absolute;
      right: 30px;
      bottom: 20px;
    }
  
    .resources-item-list .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 4 / 2;
      display: block;
    }
  
    .resources-item-list .resource-item:nth-child(1) .resource-card {
      display: flex;
      flex-direction: column;
    }
  
    .resources-item-list .resource-item:nth-child(1) .resource-card .img-box {
      min-height: 220px;
      max-width: 100%;
    }
  
    .resources-item-list .resource-item:nth-child(1) .resource-card .card-content {
      max-height: 100%;
      height: 100%;
    }
  
    .resources-item-list .resource-item:nth-child(1) .resource-card .link-row {
      margin-top: auto;
      display: flex;
      width: 100%;
      justify-content: flex-end;
    }
  
    .resources-item-list .resource-item:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3;
    }
  
    .resources-item-list .resource-item:nth-child(2) .resource-card {
      display: flex;
    }
  
    .resources-item-list .resource-item:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3;
    }
  
    .resources-item-list .resource-item:nth-child(3) .resource-card {
      display: flex;
    }
  
    .resources-item-list .resource-item:nth-child(4) {
      grid-area: 3 / 2 / 4 / 3;
    }
  
    .resources-item-list .resource-item:nth-child(4) .resource-card {
      display: flex;
    }
  
    .resources-item-list .resource-item.column .resource-card {
      padding-right: 0;
    }
  
    .resources-item-list .resource-item .resource-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .resources-item-list .resource-item .resource-card .card-content .link-row {
      display: flex;
    }
  
    .resources-item-list .resource-item .resource-card .card-content h5 a,.resources-item-list .resource-item .resource-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .resources-item-list .resource-item .resource-card .img-box {
      max-width: 162px;
      height: 100%;
    }
  
    .resources-item-list .resource-item .resource-card .img-box .category {
      display: none;
    }
  
    .resources-box {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      grid-column-gap: 40px;
      grid-row-gap: 30px;
    }
  
    .resources-box.preview {
      grid-template-rows: repeat(1, 1fr);
      max-width: 770px;
      margin: 0 auto;
    }
  
    .resources-box.preview .resource-item:nth-child(1) {
      grid-area: 1 / 1 / 1 / 2;
    }
  
    .resources-box.preview .resource-item .resource-card .card-content h5>a,.resources-box.preview .resource-item .resource-card .card-content .h5>a {
      font-size: 22px;
    }
  
    .resources-box .resource-item {
      padding-right: 0;
    }
  
    .resources-box .resource-item .resource-card {
      padding-right: 35px;
    }
  
    .resources-box .resource-item .link-row a {
      font-size: 0;
      position: absolute;
      right: 30px;
      bottom: 20px;
    }
  
    .resources-box .resource-item .resource-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .resources-box .resource-item .resource-card .card-content .link-row {
      display: flex;
    }
  
    .resources-box .resource-item .resource-card .card-content h5 a,.resources-box .resource-item .resource-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .resources-box .resource-item .resource-card .img-box {
      max-width: 162px;
      height: 100%;
    }
  
    .resources-box .resource-item .resource-card .img-box .category {
      display: none;
    }
  
    .related-section {
      padding: 100px 0;
      background-color: transparent;
    }
  
    .related-section .title-box {
      text-align: center;
    }
  
    .related-section .related-wrap {
      border-radius: 8px;
    }
  
    .related-section .related-list {
      display: flex;
      justify-content: space-between;
      max-width: 770px;
      margin: 0 auto;
    }
  
    .related-section .related-list .related-cat {
      width: calc((100% / 2) - 20px);
    }
  
    .suite-section.product-suite {
      padding: 40px 0 100px;
    }
  
    .suite-section.product-suite .suite-list.inbound-list {
      width: calc((100% / 3) - 30px);
    }
  
    .suite-section.product-suite .suite-list.outbound-list {
      max-width: 100%;
      width: calc(((100% / 3) * 2) - 40px);
    }
  
    .suite-section.product-suite .suite-list .suite-card .icon-box {
      width: 50px;
      height: 50px;
    }
  
    .suite-section.product-suite .suite-list .suite-card .first-title {
      margin-right: 3px;
    }
  
    .suite-section.product-suite .suite-list .suite-card h4 a,.suite-section.product-suite .suite-list .suite-card .h4 a {
      font-size: 32px;
    }
  
    .suite-section.product-suite .suite-list .suite-card p {
      font-size: 16px;
    }
  
    .suite-section .suite-holder {
      background: #eaf7fc;
      border-radius: 8px;
      padding: 40px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
    }
  
  .suite-section .content-wrap {
      margin-bottom: 0;
      min-width: 430px;
      padding-right:60px;
      width: 50%;
    }
  
    .suite-section .suite-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-start;
      width: 50%;
    }
  
    .suite-section .suite-list {
      margin-left: 30px;
      max-width: 560px;
      width: 100%;
      position: relative;
    }
  
    .suite-section .suite-list .list-title {
      position: absolute;
      right: 100%;
      width: 60px;
      padding: 0;
      height: 100%;
      transform-origin: center;
      transform: rotate(-90deg);
    }
  
    .suite-section .suite-list .list-title .title {
      display: none;
    }
  
    .suite-section .suite-list .suite-card {
      display: flex;
      align-items: center;
      padding: 25px;
      border-radius: 8px;
    }
  
    .suite-section .suite-list .suite-card .icon-box {
      position: relative;
      left: auto;
      top: auto;
      width: 70px;
      height: 70px;
    }
  
    .suite-section .suite-list .suite-card .first-title {
      margin-right: 5px;
    }
  
    .suite-section .suite-list .suite-card h4 a,.suite-section .suite-list .suite-card .h4 a {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-weight: 500;
      font-size: 32px;
      line-height: 40px;
    }
  
    .suite-section .suite-list .suite-card h4 a:before,.suite-section .suite-list .suite-card .h4 a:before {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
    }
  
    .suite-section .suite-list .suite-card h4 a:hover:before,.suite-section .suite-list .suite-card .h4 a:hover:before {
      right: -20px;
    }
  
    .suite-section .suite-list .suite-card p {
      font-size: 16px;
    }
  
    .resource-form-mini .bg-img {
      display: block;
      width: 93%;
    }
  
    .resource-form-mini .content-wrap {
      background-color: transparent;
      padding: 50px 0 30px;
      width: 93%;
    }
  
    .resource-form-wrap .input-wrap input {
      margin-right: 10px;
      margin-bottom: 0;
    }
  
    .proposel-resource {
      padding: 50px 0 50px;
    }
  
    .resources-wrapper>.resource-item {
      width: calc(25% - 60px);
    }
  
    .resources-wrapper .resource-item {
      padding-right: 0;
    }
  
    .resources-wrapper .resource-item .resource-card {
      padding-right: 35px;
    }
  
    .resources-wrapper .resource-item .link-row a {
      font-size: 0;
      position: absolute;
      right: 30px;
      bottom: 20px;
    }
  
    .resources-wrapper .resource-item .resource-card .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .resources-wrapper .resource-item .resource-card .card-content .link-row {
      display: flex;
    }
  
    .resources-wrapper .resource-item .resource-card .card-content h5 a,.resources-wrapper .resource-item .resource-card .card-content .h5 a {
      font-size: 18px;
    }
  
    .resources-wrapper .resource-item .resource-card .img-box {
      max-width: inherit;
      height: auto;
    }
  
    .resources-wrapper .resource-item .resource-card .img-box .category {
      display: none;
    }
  
    .video-article-section .sidebar .cards-list {
      display: block;
    }
  
    .video-article-section .sidebar .cards-list .video-card {
      width: 100%;
    }
  
    .video-article-section .sidebar .cards-list .card-content {
      display: flex;
      flex-direction: column;
      padding: 15px;
    }
  
    .video-article-section .sidebar .cards-list .card-content .link-row {
      display: flex;
    }
  
    .video-article-section .sidebar .cards-list .card-content h5 a,.video-article-section .sidebar .cards-list .card-content .h5 a {
      font-size: 18px;
    }
  
    .article-content .blockquote-card {
      padding: 40px;
    }
  
    .article-content .blockquote-card .blockquote-footer .author-box {
      margin-bottom: 0;
    }
  
    .article-content .blockquote-card blockquote p:first-of-type::before {
      top: 0;
      right: calc(100% + 20px);
    }
  
    .article-content .article-author-box .author-card {
      width: calc(50% - 30px);
    }
  
      .article-content-section .article-sidebar .sidebar-box:not(:first-child)::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 0;
          left: 0;
          top: 0;
          border-top: 1px solid rgba(0, 0, 0, .1);
      }
  
    .article-content-section .article-sidebar .suite-card .icon-box {
      width: 50px;
      height: 50px;
    }
  
    .article-content-section .article-sidebar .suite-card .first-title {
      margin-right: 3px;
    }
  
    .article-content-section .article-sidebar .suite-card p {
      font-size: 16px;
    }
  
    .offices-section .map-content .tabset-holder .map-tabset a {
      font-size: 16px;
    }
  
    .offices-section .map {
      padding: 10px;
    }
  
    .offices-section .map .map-wrapper {
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      right: 0;
    }
  
    .forms-content-section {
      padding: 100px 0;
    }
  
    .forms-content-section .img-wrap {
      padding: 0 30px;
    }
  
    .forms-content-section .form {
      padding: 0 20px;
    }
  
    .book-demo-form {
      margin-bottom: 0 !important;
      position: relative;
      z-index: 222;
    }
  
    .book-demo-form .content-box h3,.book-demo-form .content-box .h3 {
      font-size: 40px;
    }
  
    .book-demo-form .content-box p {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .book-demo-form .content-box ul {
      font-size: 18px;
      margin-bottom: 15px;
    }
  
    .book-demo-form .content-box ul li {
      margin-bottom: 15px;
    }
  
    .book-demo-form .form-container {
      position: relative;
      transform: translateY(-115px);
      z-index: 2;
    }
  
    .timeline-tab-content .timeline-accordion .img-box {
      margin-bottom: 0;
    }
  
    .quote-section .slider-dots-holder {
      display: flex;
      margin-left: 60px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial {
      position: relative;
      padding: 50px 200px 40px 100px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.no-img {
      padding: 50px 50px 40px 100px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author {
      position: absolute;
      bottom: -57px;
      right: -20px;
      width: 205px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author picture {
      display: block;
      width: 100%;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author picture img {
      width: 100%;
      height: auto;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-text {
      position: relative;
      margin-bottom: 3rem;
      font-size: 20px;
    }
  
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-text:before {
      content: "\e923";
      font-family: icomoon;
      font-size: 32px;
      top: -15px;
      left: -40px;
      position: absolute;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer:before {
      display: none;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .logo {
      transition: all .3s linear;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .logo:hover {
      opacity: .6;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .author-box span {
      font-size: 14px;
      font-weight: 400;
      display: block;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .author-box span.name {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial p {
      font-weight: 400;
      font-size: 22px;
      line-height: 30px;
      color: rgba(0, 0, 0, .8);
      margin-bottom: 25px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img {
      padding: 50px 100px 40px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img .blockquote-author {
      bottom: -13px;
      width: 80px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img .author-box {
      right: 70px;
      position: relative;
    }
  
    .resource-post {
      padding: 100px 0;
    }
  
    .resource-post.sm-bp {
      padding: 50px 0 100px;
    }
  
    .esg-section {
      padding: 100px 0;
    }
  
    .esg-section .esg-slide-card {
      padding: 0 15px 15px;
    }
  
    .esg-section .esg-slide-card .card-holder {
      width: 385px !important;
      background: #ffffff;
    }
  
    .esg-section .esg-slide-card .opener {
      font-size: 18px;
      line-height: 26px;
    }
  
    .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(2) {
      top: 36%;
    }
  
    .news-tabs-section .circle-card-wrap .text-wrap .text:nth-child(3) {
      top: 70%;
    }
  
    .news-tabs-section .tabset-holder .map-tabset li {
      min-width: auto;
    }
  
    .news-tabs-section .tabset-holder .map-tabset li.title-tabs {
      margin-right: 100px;
    }
  
    .news-tabs-section .tabset-holder .map-tabset a {
      font-size: 16px;
    }
  
    .news-tabs-section .img-list li {
      max-width: 235px;
      width: 100%;
      height: 200px;
    }
  
    .news-tabs-section .img-list li:nth-child(even) {
      transform: translateY(40px);
    }
  
    .tab-content .img-box {
      margin-left: 40px;
    }
  
    .operator-calls:after {
      left: -200%;
      right: 0;
      border-radius: 0 8px 8px 0;
    }
  
    .search-section {
      padding: 50px 0;
    }
  
    .search-section .two-columns-content {
      position: relative !important;
    }
  
    .search-section .form-search {
      position: relative;
      top: -85px;
    }
  }
  
  @media (min-width: 1024px) and (min-width: 1024px) {
    .suite-section .suite-list:before {
      content: '';
      border: 1px solid #000000;
      opacity: .1;
      position: absolute;
      border-right: none;
      border-radius: 8px 0 0 8px;
      bottom: 30px;
      top: 0;
      right: 100%;
      width: 60px;
    }
  }
  
  @media (min-width: 1162px) {
    .industries-box .img-list li {
      max-width: 265px;
      width: 100%;
    }
  
    .news-tabs-section .img-list li {
      max-width: 265px;
      width: 100%;
    }
  }
  
  @media (min-width: 1200px) {
    .home-values iframe, 
    .home-values video {
      height: 261px;
    }
    .product-item .product-card {
      max-width: 325px;
    }

    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left .img-box {
      margin-top: 20px;
    }
    .product-item .link-more:after {
      display: none;
    }
    
      .hero-section.hero-section-04.about .cutout img {
      bottom: -75px;
    }
  
      .stp-rel-img-container {
          width: 70%
      }
  
      .stp-buttons-wrap .social-list li a i {
          margin: 0 .5rem;
      }
  
      .stp-open {
          display: block !important;
          background-color: #fff;
          border: 3px solid #001560;
          padding: 5px;
          border-radius: 3px;
      }
  
      .stp-tooltip-0 {
          top: 84px;
          left: 129px;
      }
  
      .tooltip-trigger-0 {
          width: 240px;
          height: 46px;
          top: 61px;
          left: 83px;
      }
  
      .stp-tooltip-1 {
          top: 85px;
          left: 144px;
      }
  
      .tooltip-trigger-1 {
          width: 130px;
          height: 46px;
          top: 61px;
          left: 84px;
      }
  
      .stp-tooltip-2 {
          top: 85px;
          left: 139px;
      }
  
      .tooltip-trigger-2 {
          width: 257px;
          height: 49px;
          top: 60px;
          left: 84px;
      }
  
      .stp-tooltip-3 {
          bottom: -14px;
          left: 399px;
      }
  
      .tooltip-trigger-3 {
          width: 174px;
          height: 50px;
          bottom: 37px;
          left: 313px;
      }
  
      .stp-tooltip-4 {
          bottom: -48px;
          left: 234px;
      }
  
      .tooltip-trigger-4 {
          width: 156px;
          height: 50px;
          bottom: 111px;
          left: 165px;
      }
  
      .stp-tooltip-5 {
          top: 84px;
          left: 125px;
      }
  
      .tooltip-trigger-5 {
          width: 247px;
          height: 48px;
          top: 60px;
          left: 87px;
      }
  
      .stp-tooltip-6 {
          bottom: 4px;
          left: 401px;
      }
  
      .tooltip-trigger-6 {
          width: 150px;
          height: 53px;
          bottom: 50px;
          left: 325px;
      }
  
      .stp-tooltip-7 {
          bottom: 17px;
          left: 345px;
      }
  
      .tooltip-trigger-7 {
          width: 143px;
          height: 50px;
          bottom: 66px;
          left: 269px;
      }
  
      .stp-pixels {
          display: block;
          position: absolute;
          max-width: 150px;
      }
  
          .stp-pixels.top-right {
              top: 0;
              right: 0;
          }
  
          .stp-pixels.top-left {
              top: 0;
              left: 0;
          }
  
          .stp-pixels.bottom-right {
              bottom: 0;
              right: 0;
          }
  
          .stp-pixels.bottom-left {
              bottom: 0;
              left: 0;
          }
  
      .hero-section.hero-section-01.portrait .partners-box {
          bottom: -85px;
      }
      .hero-section-01.portrait .hero-media-block-1 .video-box .button-holder {
      right: -25px;
      top: 370px;
      }
      .hero-section-01 .hero-content-block-1 {
          margin-top: 5rem;
      }
  
      .book-demo-form .form-book-demo {
          padding: 40px 40px 50px;
      }
  
      .hero-section-03 .hero-block {
          margin-bottom: 3rem;
      }
  
      .accordion-video .video-box iframe {
          height: 316px;
      }
  
      .column-content-section .img-box iframe {
          height: 269px;
      }
  
      .hero-section-product .hero-media-block-3:before {
          height: 130px;
      }
  
      .hero-section.hero-section-01 .video-box iframe {
          height: 320px;
      }
  
      .hero-section.hero-section-01 .container {
          margin-top: -175px;
      }
  
    .fs-xl {
      font-size: 2rem !important;
    }
  
    .fs-lg {
      font-size: 1.8rem !important;
    }
  
    .fs-base {
      font-size: 1.6rem !important;
    }
  
    .fs-md {
      font-size: 1.4rem !important;
    }
  
    h1,.h1 {
      font-size: 3.5rem;
    }
  
    h2,.h2 {
      font-size: 3.2rem;
    }
  
    h3,.h3 {
      font-size: 2.8rem;
    }
  
    h4,.h4 {
      font-size: 2.4rem;
    }
  
    h5,.h5 {
      font-size: 2rem;
    }
  
    h6,.h6 {
      font-size: 1.6rem;
    }

    .additional-section h1, .additional-section .h1 {
      margin-top: 3.5rem;
    }
  
    .additional-section h2, .additional-section .h2 {
      margin-top: 3.2rem;
    }
  
    .additional-section h3, .additional-section .h3 {
      margin-top: 2.8rem;
    }
  
    .additional-section h4, .additional-section .h4 {
      margin-top: 2.4rem;
    }
  
    .additional-section h5, .additional-section .h5 {
      margin-top: 2rem;
    }
  
    .additional-section h6, .additional-section .h6 {
      margin-top: 1.6rem;
    }
  
    legend {
      font-size: 1.5rem;
    }
  
    .lead {
      font-size: 2rem;
    }
  
    .display-1 {
      font-size: 5rem;
    }
  
    .display-2 {
      font-size: 4.5rem;
    }
  
    .display-3 {
      font-size: 4rem;
    }
  
    .display-4 {
      font-size: 3.5rem;
    }
  
    .display-5 {
      font-size: 3rem;
    }
  
    .display-6 {
      font-size: 2.5rem;
    }
  
    .blockquote {
      font-size: 2rem;
    }
  
    .article-sidebar .blockquote {
      font-size: 16px !important;
    }
  
    .col-form-label-lg {
      font-size: 1.8rem;
    }
  
    .form-control {
      font-size: 1.6rem;
    }
  
    .form-control-lg {
      font-size: 1.8rem;
    }
  
    .form-select {
      font-size: 1.6rem;
    }
  
    .form-select-lg {
      font-size: 1.8rem;
    }
  
    .input-group-text {
      font-size: 1.6rem;
    }
  
    .input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
      font-size: 1.8rem;
    }
  
    .btn {
      font-size: 1.6rem;
    }
  
    .btn-lg,.btn-group-lg>.btn {
      font-size: 1.8rem;
    }
  
    .dropdown-menu {
      font-size: 1.6rem;
    }
  
    .navbar-brand {
      font-size: 1.8rem;
    }
  
    .navbar-toggler {
      font-size: 1.8rem;
    }
  
    .accordion-button {
      font-size: 1.6rem;
    }
  
    .pagination-lg .page-link {
      font-size: 1.8rem;
    }
  
    .popover-header {
      font-size: 1.6rem;
    }
  
    h1,.h1 {
      font-size: 56px;
      font-weight: 700;
      letter-spacing: -0.7px;
      margin-bottom: 30px;
    }
  
    .main-header .navbar .navbar-nav .nav-item {
      padding: 0 40px;
    }
  
    .solution-card .solution-media-1 .solution-badge.left {
      right: 70%;
    }
  
    .solution-card .solution-media-1 .solution-badge.right {
      left: 70%;
    }
  
    .solution-card .solution-media-2 .solution-badge.left {
      right: 70%;
    }
  
    .solution-card .solution-media-2 .solution-badge.right {
      left: 70%;
    }
  
    .solution-card .solution-media-3 .solution-badge.left {
      right: 70%;
    }
  
    .solution-card .solution-media-3 .solution-badge.right {
      left: 70%;
    }
  }
  
  @media (min-width: 1220px) {
    .hero-media-block-2 .video-box {
      width: 550px;
      height: 550px;
    }
  }
  
  @media (min-width: 1240px){
    .validation-section .slider-testimonial.slick-slider .testimonial-card {
      width: calc((1240px * (8/12)) - 90px) !important;
    }
  }

  @media (min-width: 1280px){
    .home-values iframe, .home-values video {
      height: 269px;
    }
  }
  
  @media (min-width: 1366px) {
    .home-values iframe, 
  .home-values video {
      height: 269px;
    }
    .hero-section.hero-section-01.portrait .partners-box {
      bottom: -27px;
    }
    .sticky-xl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  
    .float-xl-start {
      float: left !important;
    }
  
    .float-xl-end {
      float: right !important;
    }
  
    .float-xl-none {
      float: none !important;
    }
  
    .d-xl-inline {
      display: inline !important;
    }
  
    .d-xl-inline-block {
      display: inline-block !important;
    }
  
    .d-xl-block {
      display: block !important;
    }
  
    .d-xl-grid {
      display: grid !important;
    }
  
    .d-xl-table {
      display: table !important;
    }
  
    .d-xl-table-row {
      display: table-row !important;
    }
  
    .d-xl-table-cell {
      display: table-cell !important;
    }
  
    .d-xl-flex {
      display: flex !important;
    }
  
    .d-xl-inline-flex {
      display: inline-flex !important;
    }
  
    .d-xl-none {
      display: none !important;
    }
  
    .flex-xl-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-xl-row {
      flex-direction: row !important;
    }
  
    .flex-xl-column {
      flex-direction: column !important;
    }
  
    .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .gap-xl-0 {
      gap: 0 !important;
    }
  
    .gap-xl-5 {
      gap: .5rem !important;
    }
  
    .gap-xl-10 {
      gap: 1rem !important;
    }
  
    .gap-xl-15 {
      gap: 1.5rem !important;
    }
  
    .gap-xl-20 {
      gap: 2rem !important;
    }
  
    .gap-xl-25 {
      gap: 2.5rem !important;
    }
  
    .gap-xl-30 {
      gap: 3rem !important;
    }
  
    .gap-xl-35 {
      gap: 3.5rem !important;
    }
  
    .gap-xl-40 {
      gap: 4rem !important;
    }
  
    .gap-xl-45 {
      gap: 4.5rem !important;
    }
  
    .gap-xl-50 {
      gap: 5rem !important;
    }
  
    .justify-content-xl-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-xl-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-xl-center {
      justify-content: center !important;
    }
  
    .justify-content-xl-between {
      justify-content: space-between !important;
    }
  
    .justify-content-xl-around {
      justify-content: space-around !important;
    }
  
    .justify-content-xl-evenly {
      justify-content: space-evenly !important;
    }
  
    .align-items-xl-start {
      align-items: flex-start !important;
    }
  
    .align-items-xl-end {
      align-items: flex-end !important;
    }
  
    .align-items-xl-center {
      align-items: center !important;
    }
  
    .align-items-xl-baseline {
      align-items: baseline !important;
    }
  
    .align-items-xl-stretch {
      align-items: stretch !important;
    }
  
    .align-content-xl-start {
      align-content: flex-start !important;
    }
  
    .align-content-xl-end {
      align-content: flex-end !important;
    }
  
    .align-content-xl-center {
      align-content: center !important;
    }
  
    .align-content-xl-between {
      align-content: space-between !important;
    }
  
    .align-content-xl-around {
      align-content: space-around !important;
    }
  
    .align-content-xl-stretch {
      align-content: stretch !important;
    }
  
    .align-self-xl-auto {
      align-self: auto !important;
    }
  
    .align-self-xl-start {
      align-self: flex-start !important;
    }
  
    .align-self-xl-end {
      align-self: flex-end !important;
    }
  
    .align-self-xl-center {
      align-self: center !important;
    }
  
    .align-self-xl-baseline {
      align-self: baseline !important;
    }
  
    .align-self-xl-stretch {
      align-self: stretch !important;
    }
  
    .order-xl-first {
      order: -1 !important;
    }
  
    .order-xl-0 {
      order: 0 !important;
    }
  
    .order-xl-1 {
      order: 1 !important;
    }
  
    .order-xl-2 {
      order: 2 !important;
    }
  
    .order-xl-3 {
      order: 3 !important;
    }
  
    .order-xl-4 {
      order: 4 !important;
    }
  
    .order-xl-5 {
      order: 5 !important;
    }
  
    .order-xl-last {
      order: 6 !important;
    }
  
    .m-xl-0 {
      margin: 0 !important;
    }
  
    .m-xl-5 {
      margin: .5rem !important;
    }
  
    .m-xl-10 {
      margin: 1rem !important;
    }
  
    .m-xl-15 {
      margin: 1.5rem !important;
    }
  
    .m-xl-20 {
      margin: 2rem !important;
    }
  
    .m-xl-25 {
      margin: 2.5rem !important;
    }
  
    .m-xl-30 {
      margin: 3rem !important;
    }
  
    .m-xl-35 {
      margin: 3.5rem !important;
    }
  
    .m-xl-40 {
      margin: 4rem !important;
    }
  
    .m-xl-45 {
      margin: 4.5rem !important;
    }
  
    .m-xl-50 {
      margin: 5rem !important;
    }
  
    .m-xl-auto {
      margin: auto !important;
    }
  
    .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  
    .mx-xl-5 {
      margin-right: .5rem !important;
      margin-left: .5rem !important;
    }
  
    .mx-xl-10 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .mx-xl-15 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
  
    .mx-xl-20 {
      margin-right: 2rem !important;
      margin-left: 2rem !important;
    }
  
    .mx-xl-25 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important;
    }
  
    .mx-xl-30 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
  
    .mx-xl-35 {
      margin-right: 3.5rem !important;
      margin-left: 3.5rem !important;
    }
  
    .mx-xl-40 {
      margin-right: 4rem !important;
      margin-left: 4rem !important;
    }
  
    .mx-xl-45 {
      margin-right: 4.5rem !important;
      margin-left: 4.5rem !important;
    }
  
    .mx-xl-50 {
      margin-right: 5rem !important;
      margin-left: 5rem !important;
    }
  
    .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
  
    .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .my-xl-5 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
  
    .my-xl-10 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
  
    .my-xl-15 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .my-xl-20 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    .my-xl-25 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important;
    }
  
    .my-xl-30 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
  
    .my-xl-35 {
      margin-top: 3.5rem !important;
      margin-bottom: 3.5rem !important;
    }
  
    .my-xl-40 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
  
    .my-xl-45 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important;
    }
  
    .my-xl-50 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
  
    .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  
    .mt-xl-0 {
      margin-top: 0 !important;
    }
  
    .mt-xl-5 {
      margin-top: .5rem !important;
    }
  
    .mt-xl-10 {
      margin-top: 1rem !important;
    }
  
    .mt-xl-15 {
      margin-top: 1.5rem !important;
    }
  
    .mt-xl-20 {
      margin-top: 2rem !important;
    }
  
    .mt-xl-25 {
      margin-top: 2.5rem !important;
    }
  
    .mt-xl-30 {
      margin-top: 3rem !important;
    }
  
    .mt-xl-35 {
      margin-top: 3.5rem !important;
    }
  
    .mt-xl-40 {
      margin-top: 4rem !important;
    }
  
    .mt-xl-45 {
      margin-top: 4.5rem !important;
    }
  
    .mt-xl-50 {
      margin-top: 5rem !important;
    }
  
    .mt-xl-auto {
      margin-top: auto !important;
    }
  
    .me-xl-0 {
      margin-right: 0 !important;
    }
  
    .me-xl-5 {
      margin-right: .5rem !important;
    }
  
    .me-xl-10 {
      margin-right: 1rem !important;
    }
  
    .me-xl-15 {
      margin-right: 1.5rem !important;
    }
  
    .me-xl-20 {
      margin-right: 2rem !important;
    }
  
    .me-xl-25 {
      margin-right: 2.5rem !important;
    }
  
    .me-xl-30 {
      margin-right: 3rem !important;
    }
  
    .me-xl-35 {
      margin-right: 3.5rem !important;
    }
  
    .me-xl-40 {
      margin-right: 4rem !important;
    }
  
    .me-xl-45 {
      margin-right: 4.5rem !important;
    }
  
    .me-xl-50 {
      margin-right: 5rem !important;
    }
  
    .me-xl-auto {
      margin-right: auto !important;
    }
  
    .mb-xl-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-xl-5 {
      margin-bottom: .5rem !important;
    }
  
    .mb-xl-10 {
      margin-bottom: 1rem !important;
    }
  
    .mb-xl-15 {
      margin-bottom: 1.5rem !important;
    }
  
    .mb-xl-20 {
      margin-bottom: 2rem !important;
    }
  
    .mb-xl-25 {
      margin-bottom: 2.5rem !important;
    }
  
    .mb-xl-30 {
      margin-bottom: 3rem !important;
    }
  
    .mb-xl-35 {
      margin-bottom: 3.5rem !important;
    }
  
    .mb-xl-40 {
      margin-bottom: 4rem !important;
    }
  
    .mb-xl-45 {
      margin-bottom: 4.5rem !important;
    }
  
    .mb-xl-50 {
      margin-bottom: 5rem !important;
    }
  
    .mb-xl-auto {
      margin-bottom: auto !important;
    }
  
    .ms-xl-0 {
      margin-left: 0 !important;
    }
  
    .ms-xl-5 {
      margin-left: .5rem !important;
    }
  
    .ms-xl-10 {
      margin-left: 1rem !important;
    }
  
    .ms-xl-15 {
      margin-left: 1.5rem !important;
    }
  
    .ms-xl-20 {
      margin-left: 2rem !important;
    }
  
    .ms-xl-25 {
      margin-left: 2.5rem !important;
    }
  
    .ms-xl-30 {
      margin-left: 3rem !important;
    }
  
    .ms-xl-35 {
      margin-left: 3.5rem !important;
    }
  
    .ms-xl-40 {
      margin-left: 4rem !important;
    }
  
    .ms-xl-45 {
      margin-left: 4.5rem !important;
    }
  
    .ms-xl-50 {
      margin-left: 5rem !important;
    }
  
    .ms-xl-auto {
      margin-left: auto !important;
    }
  
    .p-xl-0 {
      padding: 0 !important;
    }
  
    .p-xl-5 {
      padding: .5rem !important;
    }
  
    .p-xl-10 {
      padding: 1rem !important;
    }
  
    .p-xl-15 {
      padding: 1.5rem !important;
    }
  
    .p-xl-20 {
      padding: 2rem !important;
    }
  
    .p-xl-25 {
      padding: 2.5rem !important;
    }
  
    .p-xl-30 {
      padding: 3rem !important;
    }
  
    .p-xl-35 {
      padding: 3.5rem !important;
    }
  
    .p-xl-40 {
      padding: 4rem !important;
    }
  
    .p-xl-45 {
      padding: 4.5rem !important;
    }
  
    .p-xl-50 {
      padding: 5rem !important;
    }
  
    .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-xl-5 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  
    .px-xl-10 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  
    .px-xl-15 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-xl-20 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }
  
    .px-xl-25 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important;
    }
  
    .px-xl-30 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .px-xl-35 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
  
    .px-xl-40 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
  
    .px-xl-45 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
  
    .px-xl-50 {
      padding-right: 5rem !important;
      padding-left: 5rem !important;
    }
  
    .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    .py-xl-5 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
  
    .py-xl-10 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .py-xl-15 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
  
    .py-xl-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  
    .py-xl-25 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }
  
    .py-xl-30 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  
    .py-xl-35 {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }
  
    .py-xl-40 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  
    .py-xl-45 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important;
    }
  
    .py-xl-50 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
    }
  
    .pt-xl-0 {
      padding-top: 0 !important;
    }
  
    .pt-xl-5 {
      padding-top: .5rem !important;
    }
  
    .pt-xl-10 {
      padding-top: 1rem !important;
    }
  
    .pt-xl-15 {
      padding-top: 1.5rem !important;
    }
  
    .pt-xl-20 {
      padding-top: 2rem !important;
    }
  
    .pt-xl-25 {
      padding-top: 2.5rem !important;
    }
  
    .pt-xl-30 {
      padding-top: 3rem !important;
    }
  
    .pt-xl-35 {
      padding-top: 3.5rem !important;
    }
  
    .pt-xl-40 {
      padding-top: 4rem !important;
    }
  
    .pt-xl-45 {
      padding-top: 4.5rem !important;
    }
  
    .pt-xl-50 {
      padding-top: 5rem !important;
    }
  
    .pe-xl-0 {
      padding-right: 0 !important;
    }
  
    .pe-xl-5 {
      padding-right: .5rem !important;
    }
  
    .pe-xl-10 {
      padding-right: 1rem !important;
    }
  
    .pe-xl-15 {
      padding-right: 1.5rem !important;
    }
  
    .pe-xl-20 {
      padding-right: 2rem !important;
    }
  
    .pe-xl-25 {
      padding-right: 2.5rem !important;
    }
  
    .pe-xl-30 {
      padding-right: 3rem !important;
    }
  
    .pe-xl-35 {
      padding-right: 3.5rem !important;
    }
  
    .pe-xl-40 {
      padding-right: 4rem !important;
    }
  
    .pe-xl-45 {
      padding-right: 4.5rem !important;
    }
  
    .pe-xl-50 {
      padding-right: 5rem !important;
    }
  
    .pb-xl-0 {
      padding-bottom: 0 !important;
    }
  
    .pb-xl-5 {
      padding-bottom: .5rem !important;
    }
  
    .pb-xl-10 {
      padding-bottom: 1rem !important;
    }
  
    .pb-xl-15 {
      padding-bottom: 1.5rem !important;
    }
  
    .pb-xl-20 {
      padding-bottom: 2rem !important;
    }
  
    .pb-xl-25 {
      padding-bottom: 2.5rem !important;
    }
  
    .pb-xl-30 {
      padding-bottom: 3rem !important;
    }
  
    .pb-xl-35 {
      padding-bottom: 3.5rem !important;
    }
  
    .pb-xl-40 {
      padding-bottom: 4rem !important;
    }
  
    .pb-xl-45 {
      padding-bottom: 4.5rem !important;
    }
  
    .pb-xl-50 {
      padding-bottom: 5rem !important;
    }
  
    .ps-xl-0 {
      padding-left: 0 !important;
    }
  
    .ps-xl-5 {
      padding-left: .5rem !important;
    }
  
    .ps-xl-10 {
      padding-left: 1rem !important;
    }
  
    .ps-xl-15 {
      padding-left: 1.5rem !important;
    }
  
    .ps-xl-20 {
      padding-left: 2rem !important;
    }
  
    .ps-xl-25 {
      padding-left: 2.5rem !important;
    }
  
    .ps-xl-30 {
      padding-left: 3rem !important;
    }
  
    .ps-xl-35 {
      padding-left: 3.5rem !important;
    }
  
    .ps-xl-40 {
      padding-left: 4rem !important;
    }
  
    .ps-xl-45 {
      padding-left: 4.5rem !important;
    }
  
    .ps-xl-50 {
      padding-left: 5rem !important;
    }
  
    .text-xl-start {
      text-align: left !important;
    }
  
    .text-xl-end {
      text-align: right !important;
    }
  
    .text-xl-center {
      text-align: center !important;
    }
  
    .col-xl {
      flex: 1 0 0%;
    }
  
    .row-cols-xl-auto>* {
      flex: 0 0 auto;
      width: auto;
    }
  
    .row-cols-xl-1>* {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .row-cols-xl-2>* {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .row-cols-xl-3>* {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .row-cols-xl-4>* {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .row-cols-xl-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .row-cols-xl-6>* {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333%;
    }
  
    .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-xl-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-xl-4 {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66667%;
    }
  
    .col-xl-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333%;
    }
  
    .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66667%;
    }
  
    .col-xl-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333%;
    }
  
    .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66667%;
    }
  
    .col-xl-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .offset-xl-0 {
      margin-left: 0;
    }
  
    .offset-xl-1 {
      margin-left: 8.33333%;
    }
  
    .offset-xl-2 {
      margin-left: 16.66667%;
    }
  
    .offset-xl-3 {
      margin-left: 25%;
    }
  
    .offset-xl-4 {
      margin-left: 33.33333%;
    }
  
    .offset-xl-5 {
      margin-left: 41.66667%;
    }
  
    .offset-xl-6 {
      margin-left: 50%;
    }
  
    .offset-xl-7 {
      margin-left: 58.33333%;
    }
  
    .offset-xl-8 {
      margin-left: 66.66667%;
    }
  
    .offset-xl-9 {
      margin-left: 75%;
    }
  
    .offset-xl-10 {
      margin-left: 83.33333%;
    }
  
    .offset-xl-11 {
      margin-left: 91.66667%;
    }
  
    .g-xl-0,.gx-xl-0 {
      --bs-gutter-x: 0;
    }
  
    .g-xl-0,.gy-xl-0 {
      --bs-gutter-y: 0;
    }
  
    .g-xl-5,.gx-xl-5 {
      --bs-gutter-x: .5rem;
    }
  
    .g-xl-5,.gy-xl-5 {
      --bs-gutter-y: .5rem;
    }
  
    .g-xl-10,.gx-xl-10 {
      --bs-gutter-x: 1rem;
    }
  
    .g-xl-10,.gy-xl-10 {
      --bs-gutter-y: 1rem;
    }
  
    .g-xl-15,.gx-xl-15 {
      --bs-gutter-x: 1.5rem;
    }
  
    .g-xl-15,.gy-xl-15 {
      --bs-gutter-y: 1.5rem;
    }
  
    .g-xl-20,.gx-xl-20 {
      --bs-gutter-x: 2rem;
    }
  
    .g-xl-20,.gy-xl-20 {
      --bs-gutter-y: 2rem;
    }
  
    .g-xl-25,.gx-xl-25 {
      --bs-gutter-x: 2.5rem;
    }
  
    .g-xl-25,.gy-xl-25 {
      --bs-gutter-y: 2.5rem;
    }
  
    .g-xl-30,.gx-xl-30 {
      --bs-gutter-x: 3rem;
    }
  
    .g-xl-30,.gy-xl-30 {
      --bs-gutter-y: 3rem;
    }
  
    .g-xl-35,.gx-xl-35 {
      --bs-gutter-x: 3.5rem;
    }
  
    .g-xl-35,.gy-xl-35 {
      --bs-gutter-y: 3.5rem;
    }
  
    .g-xl-40,.gx-xl-40 {
      --bs-gutter-x: 4rem;
    }
  
    .g-xl-40,.gy-xl-40 {
      --bs-gutter-y: 4rem;
    }
  
    .g-xl-45,.gx-xl-45 {
      --bs-gutter-x: 4.5rem;
    }
  
    .g-xl-45,.gy-xl-45 {
      --bs-gutter-y: 4.5rem;
    }
  
    .g-xl-50,.gx-xl-50 {
      --bs-gutter-x: 5rem;
    }
  
    .g-xl-50,.gy-xl-50 {
      --bs-gutter-y: 5rem;
    }
  
    .dropdown-menu-xl-start {
      --bs-position: start;
    }
  
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-xl-end {
      --bs-position: end;
    }
  
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  
    .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
  
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  
    .navbar-expand-xl .offcanvas-header {
      display: none;
    }
  
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none;
    }
  
    .navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0;
    }
  
    .navbar-expand-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  
    .list-group-horizontal-xl {
      flex-direction: row;
    }
  
    .list-group-horizontal-xl>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
    }
  
    .list-group-horizontal-xl>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-xl>.list-group-item.active {
      margin-top: 0;
    }
  
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
  
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  
    .modal-xl {
      max-width: 100%;
    }
  }
  
  @media (min-width: 1440px) {
    .product-item .product-card {
      margin: 0 30px 30px 0;
    }
    .product-item {
      margin-right: 4rem;
    }
    .article-intro figure picture img {
      height: 250px
    }
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-left .img-box {
      margin-top: 10px;
    }
    .main-footer .decor-box {
    top: 200px;
    right: -20px;
  }
      .sols-main .hero-content-block-1 {
      margin-top: -72px;
    }
        .hero-section.hero-section-01 .partners-box {
          bottom: -360px;
      }
  
      .hero-section.hero-section-02.suite:before,
      .hero-section.hero-section-02.sols-main:before {
        bottom: 75px;
      }
      .hero-section-01 .hero-content-block-1 {
          margin-top: 6rem;
      }
  
      .hero-section-01 .decor-box {
          right: -75px;
      }
  
      .hero-media-block-1 .video-box .button-holder {
          right: -100px
      }
  
      .hero-section-01.portrait .hero-media-block-1 .video-box .button-holder {
        top: 270px;
        right: -100px;
      }
  
      .hero-media-block-1 .video-box .img-box {
          height: 440px;
      }
  
      .accordion-video .video-box iframe {
          height: 327px;
      }
  
      .column-content-section .img-box iframe {
          height: 281px;
      }
  
      .hero-section.hero-section-01 .video-box iframe {
          height: 332px;
      }
  
    .sticky-wide-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  
    .float-wide-start {
      float: left !important;
    }
  
    .float-wide-end {
      float: right !important;
    }
  
    .float-wide-none {
      float: none !important;
    }
  
    .d-wide-inline {
      display: inline !important;
    }
  
    .d-wide-inline-block {
      display: inline-block !important;
    }
  
    .d-wide-block {
      display: block !important;
    }
  
    .d-wide-grid {
      display: grid !important;
    }
  
    .d-wide-table {
      display: table !important;
    }
  
    .d-wide-table-row {
      display: table-row !important;
    }
  
    .d-wide-table-cell {
      display: table-cell !important;
    }
  
    .d-wide-flex {
      display: flex !important;
    }
  
    .d-wide-inline-flex {
      display: inline-flex !important;
    }
  
    .d-wide-none {
      display: none !important;
    }
  
    .flex-wide-fill {
      flex: 1 1 auto !important;
    }
  
    .flex-wide-row {
      flex-direction: row !important;
    }
  
    .flex-wide-column {
      flex-direction: column !important;
    }
  
    .flex-wide-row-reverse {
      flex-direction: row-reverse !important;
    }
  
    .flex-wide-column-reverse {
      flex-direction: column-reverse !important;
    }
  
    .flex-wide-grow-0 {
      flex-grow: 0 !important;
    }
  
    .flex-wide-grow-1 {
      flex-grow: 1 !important;
    }
  
    .flex-wide-shrink-0 {
      flex-shrink: 0 !important;
    }
  
    .flex-wide-shrink-1 {
      flex-shrink: 1 !important;
    }
  
    .flex-wide-wrap {
      flex-wrap: wrap !important;
    }
  
    .flex-wide-nowrap {
      flex-wrap: nowrap !important;
    }
  
    .flex-wide-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
  
    .gap-wide-0 {
      gap: 0 !important;
    }
  
    .gap-wide-5 {
      gap: .5rem !important;
    }
  
    .gap-wide-10 {
      gap: 1rem !important;
    }
  
    .gap-wide-15 {
      gap: 1.5rem !important;
    }
  
    .gap-wide-20 {
      gap: 2rem !important;
    }
  
    .gap-wide-25 {
      gap: 2.5rem !important;
    }
  
    .gap-wide-30 {
      gap: 3rem !important;
    }
  
    .gap-wide-35 {
      gap: 3.5rem !important;
    }
  
    .gap-wide-40 {
      gap: 4rem !important;
    }
  
    .gap-wide-45 {
      gap: 4.5rem !important;
    }
  
    .gap-wide-50 {
      gap: 5rem !important;
    }
  
    .justify-content-wide-start {
      justify-content: flex-start !important;
    }
  
    .justify-content-wide-end {
      justify-content: flex-end !important;
    }
  
    .justify-content-wide-center {
      justify-content: center !important;
    }
  
    .justify-content-wide-between {
      justify-content: space-between !important;
    }
  
    .justify-content-wide-around {
      justify-content: space-around !important;
    }
  
    .justify-content-wide-evenly {
      justify-content: space-evenly !important;
    }
  
    .align-items-wide-start {
      align-items: flex-start !important;
    }
  
    .align-items-wide-end {
      align-items: flex-end !important;
    }
  
    .align-items-wide-center {
      align-items: center !important;
    }
  
    .align-items-wide-baseline {
      align-items: baseline !important;
    }
  
    .align-items-wide-stretch {
      align-items: stretch !important;
    }
  
    .align-content-wide-start {
      align-content: flex-start !important;
    }
  
    .align-content-wide-end {
      align-content: flex-end !important;
    }
  
    .align-content-wide-center {
      align-content: center !important;
    }
  
    .align-content-wide-between {
      align-content: space-between !important;
    }
  
    .align-content-wide-around {
      align-content: space-around !important;
    }
  
    .align-content-wide-stretch {
      align-content: stretch !important;
    }
  
    .align-self-wide-auto {
      align-self: auto !important;
    }
  
    .align-self-wide-start {
      align-self: flex-start !important;
    }
  
    .align-self-wide-end {
      align-self: flex-end !important;
    }
  
    .align-self-wide-center {
      align-self: center !important;
    }
  
    .align-self-wide-baseline {
      align-self: baseline !important;
    }
  
    .align-self-wide-stretch {
      align-self: stretch !important;
    }
  
    .order-wide-first {
      order: -1 !important;
    }
  
    .order-wide-0 {
      order: 0 !important;
    }
  
    .order-wide-1 {
      order: 1 !important;
    }
  
    .order-wide-2 {
      order: 2 !important;
    }
  
    .order-wide-3 {
      order: 3 !important;
    }
  
    .order-wide-4 {
      order: 4 !important;
    }
  
    .order-wide-5 {
      order: 5 !important;
    }
  
    .order-wide-last {
      order: 6 !important;
    }
  
    .m-wide-0 {
      margin: 0 !important;
    }
  
    .m-wide-5 {
      margin: .5rem !important;
    }
  
    .m-wide-10 {
      margin: 1rem !important;
    }
  
    .m-wide-15 {
      margin: 1.5rem !important;
    }
  
    .m-wide-20 {
      margin: 2rem !important;
    }
  
    .m-wide-25 {
      margin: 2.5rem !important;
    }
  
    .m-wide-30 {
      margin: 3rem !important;
    }
  
    .m-wide-35 {
      margin: 3.5rem !important;
    }
  
    .m-wide-40 {
      margin: 4rem !important;
    }
  
    .m-wide-45 {
      margin: 4.5rem !important;
    }
  
    .m-wide-50 {
      margin: 5rem !important;
    }
  
    .m-wide-auto {
      margin: auto !important;
    }
  
    .mx-wide-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
  
    .mx-wide-5 {
      margin-right: .5rem !important;
      margin-left: .5rem !important;
    }
  
    .mx-wide-10 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
  
    .mx-wide-15 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
  
    .mx-wide-20 {
      margin-right: 2rem !important;
      margin-left: 2rem !important;
    }
  
    .mx-wide-25 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important;
    }
  
    .mx-wide-30 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
  
    .mx-wide-35 {
      margin-right: 3.5rem !important;
      margin-left: 3.5rem !important;
    }
  
    .mx-wide-40 {
      margin-right: 4rem !important;
      margin-left: 4rem !important;
    }
  
    .mx-wide-45 {
      margin-right: 4.5rem !important;
      margin-left: 4.5rem !important;
    }
  
    .mx-wide-50 {
      margin-right: 5rem !important;
      margin-left: 5rem !important;
    }
  
    .mx-wide-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
  
    .my-wide-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
  
    .my-wide-5 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important;
    }
  
    .my-wide-10 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
  
    .my-wide-15 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
  
    .my-wide-20 {
      margin-top: 2rem !important;
      margin-bottom: 2rem !important;
    }
  
    .my-wide-25 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important;
    }
  
    .my-wide-30 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
  
    .my-wide-35 {
      margin-top: 3.5rem !important;
      margin-bottom: 3.5rem !important;
    }
  
    .my-wide-40 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important;
    }
  
    .my-wide-45 {
      margin-top: 4.5rem !important;
      margin-bottom: 4.5rem !important;
    }
  
    .my-wide-50 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important;
    }
  
    .my-wide-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
  
    .mt-wide-0 {
      margin-top: 0 !important;
    }
  
    .mt-wide-5 {
      margin-top: .5rem !important;
    }
  
    .mt-wide-10 {
      margin-top: 1rem !important;
    }
  
    .mt-wide-15 {
      margin-top: 1.5rem !important;
    }
  
    .mt-wide-20 {
      margin-top: 2rem !important;
    }
  
    .mt-wide-25 {
      margin-top: 2.5rem !important;
    }
  
    .mt-wide-30 {
      margin-top: 3rem !important;
    }
  
    .mt-wide-35 {
      margin-top: 3.5rem !important;
    }
  
    .mt-wide-40 {
      margin-top: 4rem !important;
    }
  
    .mt-wide-45 {
      margin-top: 4.5rem !important;
    }
  
    .mt-wide-50 {
      margin-top: 5rem !important;
    }
  
    .mt-wide-auto {
      margin-top: auto !important;
    }
  
    .me-wide-0 {
      margin-right: 0 !important;
    }
  
    .me-wide-5 {
      margin-right: .5rem !important;
    }
  
    .me-wide-10 {
      margin-right: 1rem !important;
    }
  
    .me-wide-15 {
      margin-right: 1.5rem !important;
    }
  
    .me-wide-20 {
      margin-right: 2rem !important;
    }
  
    .me-wide-25 {
      margin-right: 2.5rem !important;
    }
  
    .me-wide-30 {
      margin-right: 3rem !important;
    }
  
    .me-wide-35 {
      margin-right: 3.5rem !important;
    }
  
    .me-wide-40 {
      margin-right: 4rem !important;
    }
  
    .me-wide-45 {
      margin-right: 4.5rem !important;
    }
  
    .me-wide-50 {
      margin-right: 5rem !important;
    }
  
    .me-wide-auto {
      margin-right: auto !important;
    }
  
    .mb-wide-0 {
      margin-bottom: 0 !important;
    }
  
    .mb-wide-5 {
      margin-bottom: .5rem !important;
    }
  
    .mb-wide-10 {
      margin-bottom: 1rem !important;
    }
  
    .mb-wide-15 {
      margin-bottom: 1.5rem !important;
    }
  
    .mb-wide-20 {
      margin-bottom: 2rem !important;
    }
  
    .mb-wide-25 {
      margin-bottom: 2.5rem !important;
    }
  
    .mb-wide-30 {
      margin-bottom: 3rem !important;
    }
  
    .mb-wide-35 {
      margin-bottom: 3.5rem !important;
    }
  
    .mb-wide-40 {
      margin-bottom: 4rem !important;
    }
  
    .mb-wide-45 {
      margin-bottom: 4.5rem !important;
    }
  
    .mb-wide-50 {
      margin-bottom: 5rem !important;
    }
  
    .mb-wide-auto {
      margin-bottom: auto !important;
    }
  
    .ms-wide-0 {
      margin-left: 0 !important;
    }
  
    .ms-wide-5 {
      margin-left: .5rem !important;
    }
  
    .ms-wide-10 {
      margin-left: 1rem !important;
    }
  
    .ms-wide-15 {
      margin-left: 1.5rem !important;
    }
  
    .ms-wide-20 {
      margin-left: 2rem !important;
    }
  
    .ms-wide-25 {
      margin-left: 2.5rem !important;
    }
  
    .ms-wide-30 {
      margin-left: 3rem !important;
    }
  
    .ms-wide-35 {
      margin-left: 3.5rem !important;
    }
  
    .ms-wide-40 {
      margin-left: 4rem !important;
    }
  
    .ms-wide-45 {
      margin-left: 4.5rem !important;
    }
  
    .ms-wide-50 {
      margin-left: 5rem !important;
    }
  
    .ms-wide-auto {
      margin-left: auto !important;
    }
  
    .p-wide-0 {
      padding: 0 !important;
    }
  
    .p-wide-5 {
      padding: .5rem !important;
    }
  
    .p-wide-10 {
      padding: 1rem !important;
    }
  
    .p-wide-15 {
      padding: 1.5rem !important;
    }
  
    .p-wide-20 {
      padding: 2rem !important;
    }
  
    .p-wide-25 {
      padding: 2.5rem !important;
    }
  
    .p-wide-30 {
      padding: 3rem !important;
    }
  
    .p-wide-35 {
      padding: 3.5rem !important;
    }
  
    .p-wide-40 {
      padding: 4rem !important;
    }
  
    .p-wide-45 {
      padding: 4.5rem !important;
    }
  
    .p-wide-50 {
      padding: 5rem !important;
    }
  
    .px-wide-0 {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  
    .px-wide-5 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  
    .px-wide-10 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  
    .px-wide-15 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important;
    }
  
    .px-wide-20 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
    }
  
    .px-wide-25 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important;
    }
  
    .px-wide-30 {
      padding-right: 3rem !important;
      padding-left: 3rem !important;
    }
  
    .px-wide-35 {
      padding-right: 3.5rem !important;
      padding-left: 3.5rem !important;
    }
  
    .px-wide-40 {
      padding-right: 4rem !important;
      padding-left: 4rem !important;
    }
  
    .px-wide-45 {
      padding-right: 4.5rem !important;
      padding-left: 4.5rem !important;
    }
  
    .px-wide-50 {
      padding-right: 5rem !important;
      padding-left: 5rem !important;
    }
  
    .py-wide-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
  
    .py-wide-5 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important;
    }
  
    .py-wide-10 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }
  
    .py-wide-15 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important;
    }
  
    .py-wide-20 {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
    }
  
    .py-wide-25 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important;
    }
  
    .py-wide-30 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
    }
  
    .py-wide-35 {
      padding-top: 3.5rem !important;
      padding-bottom: 3.5rem !important;
    }
  
    .py-wide-40 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
  
    .py-wide-45 {
      padding-top: 4.5rem !important;
      padding-bottom: 4.5rem !important;
    }
  
    .py-wide-50 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important;
    }
  
    .pt-wide-0 {
      padding-top: 0 !important;
    }
  
    .pt-wide-5 {
      padding-top: .5rem !important;
    }
  
    .pt-wide-10 {
      padding-top: 1rem !important;
    }
  
    .pt-wide-15 {
      padding-top: 1.5rem !important;
    }
  
    .pt-wide-20 {
      padding-top: 2rem !important;
    }
  
    .pt-wide-25 {
      padding-top: 2.5rem !important;
    }
  
    .pt-wide-30 {
      padding-top: 3rem !important;
    }
  
    .pt-wide-35 {
      padding-top: 3.5rem !important;
    }
  
    .pt-wide-40 {
      padding-top: 4rem !important;
    }
  
    .pt-wide-45 {
      padding-top: 4.5rem !important;
    }
  
    .pt-wide-50 {
      padding-top: 5rem !important;
    }
  
    .pe-wide-0 {
      padding-right: 0 !important;
    }
  
    .pe-wide-5 {
      padding-right: .5rem !important;
    }
  
    .pe-wide-10 {
      padding-right: 1rem !important;
    }
  
    .pe-wide-15 {
      padding-right: 1.5rem !important;
    }
  
    .pe-wide-20 {
      padding-right: 2rem !important;
    }
  
    .pe-wide-25 {
      padding-right: 2.5rem !important;
    }
  
    .pe-wide-30 {
      padding-right: 3rem !important;
    }
  
    .pe-wide-35 {
      padding-right: 3.5rem !important;
    }
  
    .pe-wide-40 {
      padding-right: 4rem !important;
    }
  
    .pe-wide-45 {
      padding-right: 4.5rem !important;
    }
  
    .pe-wide-50 {
      padding-right: 5rem !important;
    }
  
    .pb-wide-0 {
      padding-bottom: 0 !important;
    }
  
    .pb-wide-5 {
      padding-bottom: .5rem !important;
    }
  
    .pb-wide-10 {
      padding-bottom: 1rem !important;
    }
  
    .pb-wide-15 {
      padding-bottom: 1.5rem !important;
    }
  
    .pb-wide-20 {
      padding-bottom: 2rem !important;
    }
  
    .pb-wide-25 {
      padding-bottom: 2.5rem !important;
    }
  
    .pb-wide-30 {
      padding-bottom: 3rem !important;
    }
  
    .pb-wide-35 {
      padding-bottom: 3.5rem !important;
    }
  
    .pb-wide-40 {
      padding-bottom: 4rem !important;
    }
  
    .pb-wide-45 {
      padding-bottom: 4.5rem !important;
    }
  
    .pb-wide-50 {
      padding-bottom: 5rem !important;
    }
  
    .ps-wide-0 {
      padding-left: 0 !important;
    }
  
    .ps-wide-5 {
      padding-left: .5rem !important;
    }
  
    .ps-wide-10 {
      padding-left: 1rem !important;
    }
  
    .ps-wide-15 {
      padding-left: 1.5rem !important;
    }
  
    .ps-wide-20 {
      padding-left: 2rem !important;
    }
  
    .ps-wide-25 {
      padding-left: 2.5rem !important;
    }
  
    .ps-wide-30 {
      padding-left: 3rem !important;
    }
  
    .ps-wide-35 {
      padding-left: 3.5rem !important;
    }
  
    .ps-wide-40 {
      padding-left: 4rem !important;
    }
  
    .ps-wide-45 {
      padding-left: 4.5rem !important;
    }
  
    .ps-wide-50 {
      padding-left: 5rem !important;
    }
  
    .text-wide-start {
      text-align: left !important;
    }
  
    .text-wide-end {
      text-align: right !important;
    }
  
    .text-wide-center {
      text-align: center !important;
    }
  
    .col-wide {
      flex: 1 0 0%;
    }
  
    .row-cols-wide-auto>* {
      flex: 0 0 auto;
      width: auto;
    }
  
    .row-cols-wide-1>* {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .row-cols-wide-2>* {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .row-cols-wide-3>* {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .row-cols-wide-4>* {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .row-cols-wide-5>* {
      flex: 0 0 auto;
      width: 20%;
    }
  
    .row-cols-wide-6>* {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-wide-auto {
      flex: 0 0 auto;
      width: auto;
    }
  
    .col-wide-1 {
      flex: 0 0 auto;
      width: 8.33333%;
    }
  
    .col-wide-2 {
      flex: 0 0 auto;
      width: 16.66667%;
    }
  
    .col-wide-3 {
      flex: 0 0 auto;
      width: 25%;
    }
  
    .col-wide-4 {
      flex: 0 0 auto;
      width: 33.33333%;
    }
  
    .col-wide-5 {
      flex: 0 0 auto;
      width: 41.66667%;
    }
  
    .col-wide-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  
    .col-wide-7 {
      flex: 0 0 auto;
      width: 58.33333%;
    }
  
    .col-wide-8 {
      flex: 0 0 auto;
      width: 66.66667%;
    }
  
    .col-wide-9 {
      flex: 0 0 auto;
      width: 75%;
    }
  
    .col-wide-10 {
      flex: 0 0 auto;
      width: 83.33333%;
    }
  
    .col-wide-11 {
      flex: 0 0 auto;
      width: 91.66667%;
    }
  
    .col-wide-12 {
      flex: 0 0 auto;
      width: 100%;
    }
  
    .offset-wide-0 {
      margin-left: 0;
    }
  
    .offset-wide-1 {
      margin-left: 8.33333%;
    }
  
    .offset-wide-2 {
      margin-left: 16.66667%;
    }
  
    .offset-wide-3 {
      margin-left: 25%;
    }
  
    .offset-wide-4 {
      margin-left: 33.33333%;
    }
  
    .offset-wide-5 {
      margin-left: 41.66667%;
    }
  
    .offset-wide-6 {
      margin-left: 50%;
    }
  
    .offset-wide-7 {
      margin-left: 58.33333%;
    }
  
    .offset-wide-8 {
      margin-left: 66.66667%;
    }
  
    .offset-wide-9 {
      margin-left: 75%;
    }
  
    .offset-wide-10 {
      margin-left: 83.33333%;
    }
  
    .offset-wide-11 {
      margin-left: 91.66667%;
    }
  
    .g-wide-0,.gx-wide-0 {
      --bs-gutter-x: 0;
    }
  
    .g-wide-0,.gy-wide-0 {
      --bs-gutter-y: 0;
    }
  
    .g-wide-5,.gx-wide-5 {
      --bs-gutter-x: .5rem;
    }
  
    .g-wide-5,.gy-wide-5 {
      --bs-gutter-y: .5rem;
    }
  
    .g-wide-10,.gx-wide-10 {
      --bs-gutter-x: 1rem;
    }
  
    .g-wide-10,.gy-wide-10 {
      --bs-gutter-y: 1rem;
    }
  
    .g-wide-15,.gx-wide-15 {
      --bs-gutter-x: 1.5rem;
    }
  
    .g-wide-15,.gy-wide-15 {
      --bs-gutter-y: 1.5rem;
    }
  
    .g-wide-20,.gx-wide-20 {
      --bs-gutter-x: 2rem;
    }
  
    .g-wide-20,.gy-wide-20 {
      --bs-gutter-y: 2rem;
    }
  
    .g-wide-25,.gx-wide-25 {
      --bs-gutter-x: 2.5rem;
    }
  
    .g-wide-25,.gy-wide-25 {
      --bs-gutter-y: 2.5rem;
    }
  
    .g-wide-30,.gx-wide-30 {
      --bs-gutter-x: 3rem;
    }
  
    .g-wide-30,.gy-wide-30 {
      --bs-gutter-y: 3rem;
    }
  
    .g-wide-35,.gx-wide-35 {
      --bs-gutter-x: 3.5rem;
    }
  
    .g-wide-35,.gy-wide-35 {
      --bs-gutter-y: 3.5rem;
    }
  
    .g-wide-40,.gx-wide-40 {
      --bs-gutter-x: 4rem;
    }
  
    .g-wide-40,.gy-wide-40 {
      --bs-gutter-y: 4rem;
    }
  
    .g-wide-45,.gx-wide-45 {
      --bs-gutter-x: 4.5rem;
    }
  
    .g-wide-45,.gy-wide-45 {
      --bs-gutter-y: 4.5rem;
    }
  
    .g-wide-50,.gx-wide-50 {
      --bs-gutter-x: 5rem;
    }
  
    .g-wide-50,.gy-wide-50 {
      --bs-gutter-y: 5rem;
    }
  
    .dropdown-menu-wide-start {
      --bs-position: start;
    }
  
    .dropdown-menu-wide-start[data-bs-popper] {
      right: auto;
      left: 0;
    }
  
    .dropdown-menu-wide-end {
      --bs-position: end;
    }
  
    .dropdown-menu-wide-end[data-bs-popper] {
      right: 0;
      left: auto;
    }
  
    .navbar-expand-wide {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  
    .navbar-expand-wide .navbar-nav {
      flex-direction: row;
    }
  
    .navbar-expand-wide .navbar-nav .dropdown-menu {
      position: absolute;
    }
  
    .navbar-expand-wide .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  
    .navbar-expand-wide .navbar-nav-scroll {
      overflow: visible;
    }
  
    .navbar-expand-wide .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  
    .navbar-expand-wide .navbar-toggler {
      display: none;
    }
  
    .navbar-expand-wide .offcanvas-header {
      display: none;
    }
  
    .navbar-expand-wide .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none;
    }
  
    .navbar-expand-wide .offcanvas-top,.navbar-expand-wide .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0;
    }
  
    .navbar-expand-wide .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
    }
  
    .list-group-horizontal-wide {
      flex-direction: row;
    }
  
    .list-group-horizontal-wide>.list-group-item:first-child {
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0;
    }
  
    .list-group-horizontal-wide>.list-group-item:last-child {
      border-top-right-radius: .25rem;
      border-bottom-left-radius: 0;
    }
  
    .list-group-horizontal-wide>.list-group-item.active {
      margin-top: 0;
    }
  
    .list-group-horizontal-wide>.list-group-item+.list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
  
    .list-group-horizontal-wide>.list-group-item+.list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  
    .main-header .secondary-nav .search-form .search-slide {
      width: 840px !important;
    }
  
    .hero-section {
      min-height: 780px;
    }
  
    .hero-section.hero-section-02 {
      min-height: 720px;
    }
  
    .hero-media-block-2.video-logo .video-box iframe {
      max-width: 560px;
      width: 100%;
      min-height: 350px;
    }
  
    .hero-media-block-2.video-logo .video-box video {
      max-width: 560px;
      width: 100%;
      min-height: 350px;
    }
  
    .hero-media-block-2 .video-box,
    .sols-main .hero-media-block-2 .video-box {
      width: 600px;
      height: 600px;
    }
  
    .industries-box .img-list li {
      width: 265px;
      height: 220px;
    }
  
    .column-content-section .img-box {
      margin-left: 90px;
    }
  
    .news-tabs-section .img-list li {
      width: 265px;
      height: 220px;
    }
  
    .tab-content .img-box {
      margin-left: 90px;
    }
  }
  
  @media (min-width: 1480px) {
    .resource-form-mini .bg-img {
      width: 90%;
    }
  
    .resources-wrapper>.resource-item {
      width: calc(25% - 60px);
    }
  }
  
  @media (min-width: 1920px) {
      .hero-section.hero-section-01.portrait .partners-box {
          bottom: -30px;
      }
      .hero-section-01 .decor-box {
          right: 165px;
      }
  
      .stp-pixels {
          max-width: 240px;
      }
  }
  
  @media (min-width: 2560px) {
      .hero-section-01 .decor-box {
          right: 490px;
      }
  }
  
  @media (max-width: 374.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
  
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
  
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0;
    }
  
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
    }
  
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
  
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
  
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0;
    }
  
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto;
    }
  
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1023.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
  
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
  
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0;
    }
  
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto;
    }
  
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1365.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
  
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
  
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0;
    }
  
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto;
    }
  
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1439.98px) {
    .table-responsive-wide {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  
    .modal-fullscreen-wide-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0;
    }
  
    .modal-fullscreen-wide-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0;
    }
  
    .modal-fullscreen-wide-down .modal-header {
      border-radius: 0;
    }
  
    .modal-fullscreen-wide-down .modal-body {
      overflow-y: auto;
    }
  
    .modal-fullscreen-wide-down .modal-footer {
      border-radius: 0;
    }
  }
  
  @media (max-width: 1023px) {
    .light-header .main-header {
      width: calc(100% - 10px) !important;
      margin: 5px;
      border-radius: 8px;
    }
  
    .light-header .main-header .container {
      padding: 0 10px;
    }
    
    .main-header .header-holder {
      justify-content: space-between;
    }
  
    .main-header .navbar>.container-fluid,.main-header .navbar>.container-sm {
      padding: 0 !important;
    }
  
    .partners-list {
      flex-wrap: wrap;
    }
  
    .partners-list li {
      margin-right: 30px;
      margin-bottom: 15px;
    }
  
    .hero-section.sm .text-box p {
      font-size: 16px;
    }
  
    .hero-content-block-1 {
      margin-bottom: 25px;
    }

    .demo .hero-content-block-1 {
      margin-bottom: 40px;
    }
  
    .hero-content-block-1 h1,.hero-content-block-1 .h1 {
      font-size: 40px;
      line-height: 45px;
    }
  
    .hero-content-block-1 .rating-box {
      flex-direction: column;
    }
  
    .suite .hero-content-block-1 .rating-box {
      margin-top: 30px;
    }
  
    .hero-media-block-1 {
      margin-bottom: 40px;
    }
  
    .hero-media-block-1 .video-box .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-1 .video-box .button-holder .text-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
  
    .hero-media-block-1 .video-box .button-holder button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, .5);
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .hero-media-block-1 .video-box .button-holder button:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      background-image: url(../images/play-svg.svg);
      background-size: cover;
      background-position: center center;
      z-index: 2;
    }
  
    .hero-media-block-1 .video-box .button-holder button:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #009fe3;
    }
  
    .hero-media-block-2.hero-media-block-3 {
      padding-bottom: 250px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo-holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo {
      width: 120px;
      margin-bottom: 30px;
    }
  
    .hero-media-block-2.hero-media-block-3 .logo-wrap .logo+.logo {
      margin-left: 20px;
    }
  
    .hero-media-block-2.hero-media-block-3 .video-sm .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder .text-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder button {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, .5);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .3s linear;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder button i {
      position: relative;
      z-index: 222;
      color: #ffffff;
      font-size: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  
    .hero-media-block-2 .video-box.video-sm .button-holder button:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #009fe3;
    }
  
    .hero-media-block-3 {
      padding-bottom: 250px;
    }
  
    .hero-media-block-3 .logo-wrap .logo-holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
  
    .hero-media-block-3 .logo-wrap .logo {
      width: 120px;
      margin-bottom: 30px;
    }
  
    .hero-media-block-3 .logo-wrap .logo+.logo {
      margin-left: 20px;
    }
  
    .hero-media-block-3 .video-sm .button-holder {
      align-items: flex-end;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0;
      padding: 20px;
    }
  
    .hero-media-block-3 .video-sm .button-holder .text-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
  
    .chart-tab-holder .tabset li {
      min-width: 150px;
    }
  
    /* .slider-products .slick-arrow {
      display: none !important;
    } */
  
    .slider-resource-list .slider-resource-hub .slick-arrow {
      display: none !important;
    }
  
    .validation-section .horizontal-testimonial .blockquote-author img {
      width: 100%;
    }
  
    .validation-section .horizontal-testimonial blockquote {
      padding: 50px 20px;
    }
  
    .validation-section .horizontal-testimonial .blockquote-text {
      position: relative;
    }
  
    .validation-section .horizontal-testimonial .blockquote-text:before {
      content: "\e923";
      font-family: icomoon;
      font-size: 32px;
      top: -40px;
      left: 0;
      position: absolute;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer::before {
      display: none;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box {
      margin-bottom: 15px;
      padding-top: 25px;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box span {
      font-size: 14px;
      font-weight: 400;
      display: block;
    }
  
    .validation-section .horizontal-testimonial .blockquote-footer .author-box span.name {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
    }
  
    .validation-section .horizontal-testimonial.small-img {
      flex-direction: column;
    }
  
    .testimonials-col-section .testimonial-card {
      margin-bottom: 20px;
    }
  
    .integrations-slider .integration-card img {
      width: auto;
    }
  
    .solution-card .img-box {
      padding-top: 50px;
    }
  
    .solution-card .img-box img {
      width: 100%;
    }
  
    .solution-card .img-box .solution-badge-list {
      position: absolute;
      right: 30px;
      top: 30px;
      display: flex;
    }
  
    .solution-card .img-box .solution-badge-list li+li {
      margin-left: 5px;
    }
  
    .solution-card .img-box .solution-badge {
      width: 50px;
      height: 50px;
      padding: 10px;
    }
  
    .solution-card .img-box .solution-badge .title-box {
      display: none;
    }
  
    .products-info-section>.container {
      padding: 0;
    }
  
    .column-content-section.slider-col .slick-arrow {
      display: none !important;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut.bg-chart-right .img-box-chart {
      position: relative;
    }
  
    .column-content-section .two-columns-content.info-desk-absolut .content-title-box {
      position: relative;
    }
  
    .column-content-section .img-box-chart {
      margin: 0 auto;
    }
  
    .column-content-section .img-box-chart img {
      margin: 0 auto;
    }
  
    .two-columns-tabs .tab-pane {
      margin-bottom: 20px;
    }
  
    .two-columns-tabs .tab-pane .content-title-box {
      padding-top: 20px;
    }
  
    .two-columns-tabs .acc-opener {
      background: #001560;
      width: 100%;
      display: inline-flex;
      justify-content: flex-start;
      position: relative;
      border-radius: 4px;
      border: none;
      padding: 15px 40px 15px 20px;
      color: #ffffff;
    }
  
    .resources-slider .resource-item .resource-card .card-content h5 a:before,.resources-slider .resource-item .resource-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }
  
    .resources-item-list .resource-item .resource-card .card-content h5 a:before,.resources-item-list .resource-item .resource-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }
  
    .resources-box .resource-item .resource-card .card-content h5 a:before,.resources-box .resource-item .resource-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }
  
    .suite-section {
      background: #eaf7fc;
      padding: 40px 0;
    }
  
    .suite-section.product-suite .suite-list .suite-card .first-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      display: block;
    }
  
    .suite-section .suite-list .list-title:before {
      content: '';
      border: 1px solid #000000;
      opacity: .1;
      position: absolute;
      border-bottom: none;
      border-radius: 8px 8px 0 0;
      bottom: 0;
      top: 0;
      left: 0;
      width: 100%;
    }
  
    .suite-section .suite-list .list-title:after {
      bottom: 0;
      width: 100%;
      left: 0;
      height: 80%;
      position: absolute;
      content: '';
      background: linear-gradient(180deg, rgba(234, 247, 252, .0001) 0%, #eaf7fc 79.65%);
    }
  
    .suite-section .suite-list .suite-card .first-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      display: block;
    }
  
    .resource-form-wrap .input-group {
      flex-wrap: nowrap;
      display: block;
    }
  
    .resource-form-wrap .input-group>.form-control,.resource-form-wrap .input-group>.form-select {
      width: 100%;
    }
  
    .resources-wrapper .resource-item .resource-card .card-content h5 a:before,.resources-wrapper .resource-item .resource-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }
  
    .article-content .article-author-box .author-card {
      margin-bottom: 15px;
    }
  
    .article-content-section .article-sidebar .suite-card .first-title {
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      display: block;
    }
  
    .offices-section .map-content .tabset-holder .map-tabset li {
      min-width: 150px;
    }
  
    .offices-section .map .map-wrapper {
      height: 285px;
    }
  
    .offices-section .map .tab-content {
      display: none;
    }
  
    .quote-section {
      padding: 60px 0 50px;
    }
  
    .quote-section .slider-dots-holder .dots {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0;
      justify-content: center;
      align-items: center;
    }
  
    .quote-section .slider-dots-holder .dots.visible {
      display: flex !important;
    }
  
    .quote-section .slider-dots-holder .dots li {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px;
    }
  
    .quote-section .slider-dots-holder .dots li.slick-active {
      border: 1px solid rgba(0, 21, 96, .5);
      box-sizing: border-box;
      border-radius: 50%;
    }
  
    .quote-section .slider-dots-holder .dots li.slick-active button {
      background: #001560;
    }
  
    .quote-section .slider-dots-holder .dots li+li {
      margin-left: 8px;
    }
  
    .quote-section .slider-dots-holder .dots button {
      background: rgba(0, 0, 0, .2);
      border: none;
      font-size: 0;
      padding: 0;
      width: 8px;
      min-height: 8px;
      border-radius: 50%;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author {
      width: 99px;
      position: absolute;
      bottom: 0;
      right: 0;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author picture {
      display: block;
      width: 100%;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-author picture img {
      width: 100%;
    }
  
    .quote-slider .quote-card .horizontal-testimonial blockquote {
      padding: 50px 20px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-text {
      position: relative;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-text:before {
      content: "\e923";
      font-family: icomoon;
      font-size: 32px;
      top: -40px;
      left: 0;
      position: absolute;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer::before {
      display: none;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .author-box {
      margin-bottom: 15px;
      padding-top: 25px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .author-box span {
      font-size: 14px;
      font-weight: 400;
      display: block;
    }
  
    .quote-slider .quote-card .horizontal-testimonial .blockquote-footer .author-box span.name {
      color: #000000;
      font-weight: 700;
      font-size: 16px;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img {
      flex-direction: column;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img .blockquote-author {
      width: 60px;
      position: absolute;
      top: 10px;
      left: 0;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img .blockquote-author img {
      width: 100%;
    }
  
    .quote-slider .quote-card .horizontal-testimonial.small-img .author-box {
      position: relative;
      left: 70px;
    }
  
    .slider-dots-holder .dots.visible {
      display: none !important;
    }
  
    .esg-section .esg-slide-card {
      margin-bottom: 15px;
      border-radius: 8px;
    }
  
    .esg-section .esg-slide-card:nth-child(4n+1) .card-holder {
      background: #f7d4e0;
    }
  
    .esg-section .esg-slide-card:nth-child(4n+2) .card-holder {
      background: #fcddd2;
    }
  
    .esg-section .esg-slide-card:nth-child(4n+3) .card-holder {
      background: #dbd5e9;
    }
  
    .esg-section .esg-slide-card:nth-child(4n+4) .card-holder {
      background: #ccecf9;
    }
  
    .esg-section .esg-slide-card .card-holder {
      display: flex;
      align-items: center;
      width: 100%;
    }
  
    .esg-section .esg-slide-card .opener {
      position: relative;
      padding-right: 15px;
      width: 100%;
    }
  
    .esg-section .esg-slide-card .opener::before {
      content: '\e90a';
      font-family: icomoon;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      font-size: 18px;
      color: #555555;
      width: 18px;
      height: 18px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      transform-origin: center center;
      transition: transform .3s linear;
    }
  
    .esg-section .esg-slide-card .slide-card-text {
      width: 100%;
      padding-left: 15px;
    }
  
    .esg-section .esg-slide-card .slide-text p {
      font-size: 18px;
    }
  
    .esg-section .esg-slider.esg-slider-2,.esg-section .esg-slider.esg-slider-3 {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .hero-section.hero-section-01.pb {
      margin-bottom: -120px;
      min-height: 450px;
    }
  
    .hero-section.hero-section-03 .content-wrap {
      margin-bottom: 80px;
    }
  
    .hero-section.hero-section-04 {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  
    .hero-section.hero-section-04 .integration-logo-box .img-box {
      transform: translateY(90px);
    }
  
    .hero-section .hero-product-row {
      transform: translateY(85px);
      padding: 15px;
      border-radius: 8px;
      overflow: hidden;
    }
  
    .hero-section .hero-product-row .product-card-holder {
      justify-content: space-between;
    }
  
    .hero-section .hero-product-row .product-card-holder:before {
      left: 0;
      bottom: 0;
    }
  
    .hero-section .hero-product-row .product-card-holder .product-card {
      width: calc(50% - 10px);
    }
  
    .hero-section .hero-product-row .product-card-holder .product-card a p {
      display: none;
    }
  
    .hero-media-block-1 .video-box .img-box {
      width: 100%;
    }
  
    .hero-media-block-2.hero-media-block-3 .video-sm {
      height: auto;
    }
  
    .hero-media-block-2 .video-box.video-sm .img-box {
      width: 100%;
    }
  
    .hero-media-block-2 .video-box.video-sm .img-box::before {
      content: '';
      position: absolute;
      top: 50%;
      width: 100%;
      bottom: 0;
      right: 0;
      left: 0;
      background: linear-gradient(360deg, #000000 7.92%, rgba(0, 0, 0, .0001) 92.08%);
      opacity: .7;
      transition: all .3s linear;
    }
  
      .hero-section-product .hero-media-block-3 .logo-list li {
          width: calc(100% / 3);
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8px 8px;
      }
  
    .rating-box .rating-info a {
      margin-left: 0;
    }
  
    .chart-tab-holder .tabset {
      display: none !important;
    }
  
    .chart-tab-holder .tab-content .tab-holder {
      margin-bottom: 20px;
    }
  
    .chart-tab-holder .tab-content .tab-holder .slide-box {
      padding: 50px 0 20px;
    }
  
    .product-section .tabset {
      display: none !important;
    }
  
    .product-section .tab-content .tab-holder {
      margin-bottom: 20px;
    }
  
    .product-section .tab-content .tab-holder .slide-box {
      padding: 20px 0 0 0;
    }
  
    .product-item {
      display: flex;
      justify-content: flex-start;
    }
  
    .video-item-card .video-card {
      margin: 0 auto;
    }
  
    .video-item-card .card-content h5 a,.video-item-card .card-content .h5 a {
      display: block;
    }
  
    .solution-wrap .img-card {
      margin: 0 auto 30px;
    }
  
    .testimonial-card .blockquote-footer .link-more {
      margin-top: 20px;
    }
  
    .industries-box .resource-form-mini .input-group {
      width: 100%;
      max-width: inherit;
    }
  
    .column-content-section.slider-col .contet-col-sider .content-box .img-box {
      margin-bottom: 20px;
    }
  
    .column-content-section.slider-col .contet-col-sider .content-box .title-box h3,.column-content-section.slider-col .contet-col-sider .content-box .title-box .h3 {
      margin-bottom: 10px;
      font-size: 24px;
    }
  
    .two-columns-tabs .tabset-acc {
      width: 402px;
      overflow-x: auto;
      flex-wrap: nowrap;
      background-color: #f5f5f5;
      margin-bottom: 30px;
    }
  
    .two-columns-tabs .tabset-acc .nav-link {
      color: #000000;
    }
  
    .two-columns-tabs .tabset-acc .nav-item a {
      min-width: 200px;
      text-align: center;
    }
  
    .resources-slider .resource-item .resource-card .img-box {
      display: none;
    }
  
    .resource-form-wrap .input-wrap {
      margin-bottom: 10px;
    }
  
    .resource-form-wrap .btn {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
  
    .article-content .blockquote-card .blockquote-footer .link-more {
      margin-top: 20px;
    }
  
    .offices-section .map-content .tabset-holder .map-tabset {
      display: block;
    }
  
    .offices-section .map-content.alt .info-row {
      margin-bottom: 40px;
    }
  
    .offices-section .map-content.alt address {
      display: block;
    }
  
    .tabset-about-us {
      display: none;
    }
  
    .timeline-tab-content .timeline-accordion {
      margin-bottom: 10px;
    }
  
    .esg-section .esg-slide-card .slide-card-icon {
      width: 50px;
      height: 50px;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .secondary-callout-section .callout-box {
      background: #f5f5f5;
      border-radius: 8px;
      padding: 10px;
      display: block;
    }
  
    .secondary-callout-section .callout-box .img-box {
      margin: 0 auto 20px;
      width: 200px;
    }
  
    .news-tabs-section .tabset-holder .map-tabset {
      display: block;
      width: 100%;
    }
  
    .news-tabs-section .tabset-holder .map-tabset li.title-tabs {
      margin-bottom: 10px;
    }
  
    .article-intro .intro-info {
      padding-bottom: 10px;
    }
  
    .article-intro .intro-info .share-box .share-list li {
      margin-right: 10px;
    }
  
    .article-intro .intro-info .info-box {
      display: none;
    }
  
      .demo-section.alt-section {
          padding: 50px 0;
      }
  
      .demo-section.alt-section .img-box {
          margin-bottom: 30px;
      }
  
      .demo-section.alt-section .demo-box .text-content .tooltip-box-holder .tooltip-box .opener::before {
          left: 0;
      }
  
  
    .demo-section .demo-box .tooltip-box-holder {
      padding: 20px 0;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box {
      top: auto !important;
      left: auto !important;
      padding: 10px 20px;
      margin-bottom: 20px;
      border-radius: 8px;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box.active {
      background: #f5f5f5;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box.active .opener:before {
      color: #1b2440;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box.active .opener h5:before,.demo-section .demo-box .tooltip-box-holder .tooltip-box.active .opener .h5:before {
      content: "\e919";
      font-family: icomoon;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener {
      position: relative;
      display: flex;
      align-items: center;
      padding-left: 15px;
      text-decoration: none;
      color: #ffffff;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener h5,.demo-section .demo-box .tooltip-box-holder .tooltip-box .opener .h5 {
      width: 100%;
      padding-right: 30px;
      position: relative;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener h5:before,.demo-section .demo-box .tooltip-box-holder .tooltip-box .opener .h5:before {
      content: "\e921";
      font-family: icomoon;
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 12px;
      transform: translateY(-50%);
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .opener::before {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      text-decoration: none;
      border: 2px solid #ffffff;
      background-color: #ffffff;
      z-index: 2;
      transition: all .3s linear;
      margin-right: 10px;
      color: #009fe3;
    }
  
    .demo-section .demo-box .tooltip-box-holder .tooltip-box .slide {
      padding-left: 55px;
    }
  
    .leadership-card {
      align-items: center;
      justify-content: center;
    }
  
    .leadership-filter-box .title {
      margin-bottom: 10px;
    }
  
    .leadership-filter-box .filter-list li {
      margin-bottom: 10px;
    }
  
    .leadership-filter-box .form-search input {
      border: 1px solid rgba(0, 0, 0, .08);
      border-radius: 4px;
    }
  
    .careers-job-box .careers-job-row {
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
  
    .careers-job-box .careers-job-row>div {
      margin-bottom: 10px;
    }
  }
  
  @media (max-width: 1320px) {
    .product-section.light-bg .title-box .text-box {
      text-align: left;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  
  @media (max-width: 767px) and (max-width: 1023px) {
    .product-section .tabset {
      width: 720px;
    }
  }
  
  @media (max-width: 374px) {
    .product-item .product-card {
      width: 100%;
      max-width: 290px;
    }
  }
  
  @media (max-width: 1023px) and (max-width: 767px) {
    .esg-section .esg-slide-card .opener::before {
      right: 0;
      font-size: 16px;
    }
  }
  
  @media (max-width: 519px) {
    .btn-wrapper>.btn.btn-outline-light {
      border: 2px solid #d82a64;
    }
  }
  
  @media (max-width: 1024px) {
    .search-section .two-columns-content {
      padding-top: 62px;
    }
  
    .video-item-card .card-content h5 a:before,.video-item-card .card-content .h5 a:before {
      content: '\e92a';
      font-family: icomoon;
      position: absolute;
      bottom: 0;
      right: 0;
      color: #d82a64;
      font-size: 12px;
      transition: all .3s linear;
    }

    .article-more .video-item-card .card-content h5 a:before,.video-item-card .card-content .h5 a:before {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
    .form-search form input {
      margin-bottom: 15px;
    }
  
    .form-search form .btn {
      width: 100%;
    }
  }
  
  @media print {
    .d-print-inline {
      display: inline !important;
    }
  
    .d-print-inline-block {
      display: inline-block !important;
    }
  
    .d-print-block {
      display: block !important;
    }
  
    .d-print-grid {
      display: grid !important;
    }
  
    .d-print-table {
      display: table !important;
    }
  
    .d-print-table-row {
      display: table-row !important;
    }
  
    .d-print-table-cell {
      display: table-cell !important;
    }
  
    .d-print-flex {
      display: flex !important;
    }
  
    .d-print-inline-flex {
      display: inline-flex !important;
    }
  
    .d-print-none {
      display: none !important;
    }
  }
  
  @media (prefers-reduced-motion: no-preference) {
    :root {
      scroll-behavior: smooth;
    }
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  
    .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none;
    }
  
    .form-control::file-selector-button {
      transition: none;
    }
  
    .form-control::-webkit-file-upload-button {
      -webkit-transition: none;
      transition: none;
    }
  
    .form-select {
      transition: none;
    }
  
    .form-switch .form-check-input {
      transition: none;
    }
  
    .form-range::-webkit-slider-thumb {
      -webkit-transition: none;
      transition: none;
    }
  
    .form-range::-moz-range-thumb {
      -moz-transition: none;
      transition: none;
    }
  
    .form-floating>label {
      transition: none;
    }
  
    .btn {
      transition: none;
    }
  
    .fade {
      transition: none;
    }
  
    .collapsing {
      transition: none;
    }
  
    .collapsing.collapse-horizontal {
      transition: none;
    }
  
    .nav-link {
      transition: none;
    }
  
    .navbar-toggler {
      transition: none;
    }
  
    .accordion-button {
      transition: none;
    }
  
    .accordion-button::after {
      transition: none;
    }
  
    .page-link {
      transition: none;
    }
  
    .progress-bar {
      transition: none;
    }
  
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none;
    }
  
    .modal.fade .modal-dialog {
      transition: none;
    }
  
    .carousel-item {
      transition: none;
    }
  
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
      transition: none;
    }
  
    .carousel-control-prev,.carousel-control-next {
      transition: none;
    }
  
    .carousel-indicators [data-bs-target] {
      transition: none;
    }
  
    .spinner-border,.spinner-grow {
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
    }
  
    .offcanvas {
      transition: none;
    }
  }

.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.suite .breadcrumbs, 
.hero-section-product .breadcrumbs, 
.sols-main .breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs a {
    text-decoration: none;
    color: #555555;
    transition: 0.3s;
}

.breadcrumbs a:hover {
    color: #d82a64;
}

/* .breadcrumbs li {
    margin: 0 5px;
} */

.breadcrumbs .item-current {
    color: #000;
}

.breadcrumbs li:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "\f054";
  margin: 0 5px;
  font-size: 9px;
}

.breadcrumbs li.item-current:after {
    content: ""
}

.dark-header .breadcrumbs a{
    color: rgba(255, 255, 255, .55);
}

.dark-header .breadcrumbs .item-current {
    color: #fff;
}

.dark-header .breadcrumbs a:hover {
    color: #d82a64;
}

.resource-post {
    padding: 50px 0;
}

    .resource-post .video-item-card .video-box .img-holder:before {
        display: none;
    }

    .resource-post .video-item-card .video-box .img-holder {
        padding: 40px;
        height: 135px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border: 1px solid rgba(0,0,0,0.3);
        border-radius: 8px;
    }

    .resource-post .article-more .video-item-card .video-box .img-holder {
        padding: 0;
        height: 80px;
    }

    .resource-post .video-item-card .video-box img {
        width: auto;
        height: auto;
        object-fit: contain;
        max-height: 100px;
        max-width: 100%;
        /* margin: 0 auto; */
    }

    .resource-post .article-more .video-item-card .video-box picture {
      width: 100%;
      height: 100%;
    }

    .resource-post .article-more .video-item-card .video-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: unset;
        max-width: unset;
    }

    .resource-post .video-item-card .card-content {
        padding: 10px;
    }

        .resource-post .video-item-card .card-content p {
            padding-right: unset;
        }

    .resource-post .tile-link,
    .resource-post .tile-link .video-item-card {
        height: 100%;
    }

    .resource-post .video-item-card .video-card {
        height: 95%;
    }

    .resource-post .video-item-card .video-card {
        transition: 0.3s;
    }

    .resource-post .tile-link:hover .video-card {
        /* background-color: #f9e0e9; */
        /* background-color: #e4e6ee; */
        transform: scale(1.05);
    }

    .resource-post .tile-link {
        text-decoration: none;
    }

    .resource-post .link-more {
        color: #131b2f;
        align-items: flex-start;
        font-size: 12px;
        margin-bottom: 0;
    }

        .resource-post .link-more:after {
            margin-top: 1px;
            font-size: 12px;
        }

    .resource-post .tile-link:hover .link-more {
        color: #d82a64;
    }

        .resource-post .tile-link:hover .link-more:after {
            transform: translateX(5px);
        }

    /* .resource-post .link-more:hover {
  color:#131b2f;
} */

    .resource-post p {
        color: #555555;
    }

    .resource-post .leadership-filter-box {
        margin-top: -130px;
        z-index: 2;
        position: relative;
        background-color: #fafafa;
        box-shadow: 0 12px 12px -7px rgb(0 0 0 / 8%), 0 15px 50px rgb(0 0 0 / 12%);
        margin-right: 15px;
        margin-left: 15px;
    }

        .resource-post .leadership-filter-box form {
            display: flex;
            flex-direction: column;
        }

            .resource-post .leadership-filter-box form input,
            .resource-post .leadership-filter-box form select {
                border: 1px solid #ccc;
                background-color: white;
                border-radius: 8px !important;
                transition: 0.3s;
                color: #555555;
            }

                .resource-post .leadership-filter-box form input:hover,
                .resource-post .leadership-filter-box form select:hover,
                .resource-post .leadership-filter-box form select:active,
                .resource-post .leadership-filter-box form select:focus {
                    border: 1px solid #1b2440;
                }

                .resource-post .leadership-filter-box form input:active,
                .resource-post .leadership-filter-box form input:focus {
                    border: 3px solid #1b2440;
                }

            .resource-post .leadership-filter-box form select {
                appearance: menulist;
                -webkit-appearance: menulist;
            }

                .resource-post .leadership-filter-box form select:first-of-type {
                    margin-bottom: 10px;
                }

    .resource-post .video-item-card .video-box .category {
        font-size: 10px;
    }

    .resource-post .row > * {
        /* padding-right: calc(var(--bs-gutter-x) * .25);
        padding-left: calc(var(--bs-gutter-x) * .25); */
        padding-right: 5px;
        padding-left: 5px;
    }

    .resource-post .subtitle {
        color: #555555;
        font-size: 10px;
        margin-bottom: -5px;
    }

@media (min-width: 405px) {
    .resource-post .video-item-card .video-box .img-holder {
        height: 155px;
    }
}

@media (min-width: 768px) {
   .integrations-slider .integration-card {
    box-shadow: 0 12px 12px -7px rgb(0 0 0 / 8%), 0 15px 50px rgb(0 0 0 / 12%);
    height: 72px
  }
    .resource-post .leadership-filter-box {
        margin-top: -70px;
        margin-right: unset;
        margin-left: unset;
    }

        .resource-post .leadership-filter-box form select,
        .resource-post .leadership-filter-box form select:first-of-type, 
        .resource-post .leadership-filter-box form .select-wrapper {
            margin-right: 5px;
            margin-bottom: unset;
        }

    .video-item-card .card-content .link-more, .video-item-card .card-content .link-more {
        font-size: 16px;
    }

    .resource-post .video-item-card .video-box .category {
        font-size: 14px;
    }

    .resource-post .link-more:after {
        font-size: 14px;
    }

    .resource-post .video-item-card .video-box .img-holder,
    .resource-post .article-more .video-item-card .video-box .img-holder {
        height: 195px;
    }

    .resource-post .video-item-card .card-content {
        padding: 15px;
    }

    .resource-post .leadership-filter-box form {
        flex-direction: row;
    }

    .resource-post .subtitle {
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .resource-post .row > * {
      padding-right: calc(var(--bs-gutter-x) * .5);
      padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .resource-post .link-more {
        margin-bottom: 5px;
    }

    .resource-post .subtitle {
        margin-bottom: 5px;
    }
}
