html {
    scroll-behavior: smooth;
    scroll-padding-top: 130px;
}

@media screen and (min-width: 1025px) {
    html {
        scroll-padding-top: 182px;
    }
}

body{
    line-height: 1.55;
}
a:focus-visible, input[type=submit]:focus-visible, button:focus-visible {
    outline: -webkit-focus-ring-color solid 1px;
    outline-offset: 0;
}
.wrapper {
    overflow: inherit;
}

.posts-block img {
    aspect-ratio: 1.59;
}

lottie-player svg {
    transform: unset !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.h1,
h1 {
    margin: 0 0 1rem 0;
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 100%;
}
.h2,
h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.h3,
h3 {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 2rem;
}
.h5,
h5 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}
.h6,
h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

h2 b,
h3 b {
    font-weight: 700;
}

.subtitle {
    font-size: 22px;
    line-height: 1.45;
    max-width: 920px;
    margin: 0 auto;
}
.text--sm {
    font-size: 80%;
}
.text--lg {
    font-size: 110%;
}
.text--xl {
    font-size: 122%;
}
.form-field {
    margin-bottom: 25px;
}
.section {
    padding: 5rem 0;
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.pt-60 {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .mt-md-0 {margin-top: 0!important;}
}
.text-center{text-align: center;}
.btn {
    font-size: 110%;
    line-height: 1.45;
    padding: 1.5rem 2rem;    
    min-width: 230px;
    display: inline-block;
}
.tabs_caption{
    margin-bottom: 2rem;
}
.header {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 25px 0;
}
.jumbotron-content .btn{display: inline-block;}
.fixed-top{
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1030;
}
.fixed-top.scrolled{
    background: #000924;
    padding: 15px 0;
}
.site-logo{max-width: 208px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-logo a,.site-logo img{display: block;}
.fixed-top.scrolled .site-logo{max-width: 135px;}
.logo img {
    width: 180px;
}
.breadcrumbs {margin-bottom: 0;}
.title {margin-bottom: 3rem;}
.grid-item .media-content {
    height: 250px;
    overflow: hidden;
}
.grid-item .media-title {
    max-height: 110px;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .menu > li {
        margin: 10px;
    }
}

@media (min-width: 1025px) {
    .menu > li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.menu > li > a {
    font-size: 16px;
    line-height: 1;
}

.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 16px;
    right: -12px;
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-item-has-children:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%238cc440' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
}

@media (max-width: 1023px) {
    .sub-menu li {
        margin: 7px 0 !important;
    }

    .header .menu li.menu-item-has-children .sub-menu {
        display: none;
    }

    .header .menu li.menu-item-has-children > a:hover {
        color: inherit;
    }

    .header .menu li.menu-item-has-children > .open-sub-menu-event {
        position: absolute;
        top: 14px;
        right: -5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
        display: inline-block;
        width: 24px;
        height: 24px;
        background-position: center;
        background-size: 13px;
        background-repeat: no-repeat;
        transition: transform 300ms;
        cursor: pointer;
    }

    .header .menu li.menu-item-has-children.is_open > .open-sub-menu-event {
        transform: scale(1, -1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%238cc440' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'%3E%3C/path%3E%3C/svg%3E");
    }

    .header .menu li.menu-item-has-children .sub-menu .open-sub-menu-event {
        top: 2px;
    }
    .open-mobile-menu .intercom-lightweight-app-launcher {
        display: none !important;
    }
}

@media (min-width: 1024px) {
  .sub-menu {
    left: 0;
    top: 44px;
    background-color: #001E4A;
    border: none;
    padding: 15px 20px;
    width: fit-content;
    min-width: 180px;
  }
  .header .menu > li > .sub-menu {
      left: 0;
      top: 68px;
      background: #FFFFFF;
      border: none;
      padding: 15px 20px;
      width: fit-content;
      min-width: 180px;
  }
  .header .menu > li > .sub-menu:before {
      content: '';
      display: block; 
      position: absolute; 
      left: 0; 
      right: 0; 
      top: -25px; 
      height: 26px;
  }

  .header .menu > li.large-menu-item > .sub-menu {
      display: flex;
      justify-content: space-between;
      background: #ffffff;
      left: 50%;
      min-width: 760px;
      transform: translateX(-50%);
	  padding: 15px;
  }

    .header .menu > li.large-menu-item .sub-menu a {
        line-height: 1.2;
        white-space: normal;
        display: block;
    }

    .header .menu > li.large-menu-item .sub-menu a:hover {
        color: #8cc440;
    }

    .header .menu > li.large-menu-item > .sub-menu > li > a {
        font-weight: bold;
    }

  .header .menu > li.large-menu-item > .sub-menu .sub-menu {
      position: relative;
      display: block;
      opacity: 1;
      background: #ffffff;
      top: auto;
      box-shadow: none;
      padding-left: 0;
      padding-right: 0;
      border-radius: 0;
      min-width: auto;
  }
    .header .menu > li.large-menu-item > .sub-menu > li {
        width: 39%;
        padding: 0 15px;
        border-right: 1px solid #b7b7b7;
    }

    /*
    .header .menu > li.large-menu-item > .sub-menu > li:nth-of-type(2) {
        width: 40%;
    }
    */

    .header .menu > li.large-menu-item > .sub-menu > li:nth-last-of-type(1) {
        width: 22%;
        border-right: none;
    }

  .header .sub-menu li a {
      font-size: 16px; 
      color: #1C1C1B;
  }
  .header .social a {
    border-color: #001E4A;
  }
  .header .social a img {
  filter: contrast(0.4)  hue-rotate(114deg) sepia(0.85) invert(100%)    
  }
  .header .social a:hover {
      border-color: #8cc440;
  }
  .header .social a:hover img {
      filter: none; 
  }
  .header-line--white a {
      color: #001E4A;
  }
  .header-line--blue .social,
  .header-line--blue .menu-white-line
  {
      display: none;
  }
}

.sub-menu > li {
    margin-bottom: 5px;
}

#footerLottie{margin-top: -150px;max-width: 90%;}
.vacancy-head {
    font-size: 1.2rem;
}
.wpcf7-not-valid-tip{
    font-size: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.add-file .wpcf7-not-valid-tip {
    top: -18px;
}

.add-file .info {
    font-size: 12px;
    display: block;
    margin-top: 7px;
}

.wpcf7-form-control-wrap.file {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* cookies block */
.ccc-content--dark {
    background-color: #000a25 !important;
}

.aligncenter {
    text-align: center;
}

[class*=wp-image] {
    margin-bottom: 30px;
}

[class*=wp-image].aligncenter {
    margin: 15px auto 30px;
    display: block;
}



footer .hs-form-field:not(.hs-fieldtype-file) .input {
    border-bottom-color: #ffffff;
}

footer .hs-form-field:not(.hs-fieldtype-file) .input input,
footer .hs-form-field:not(.hs-fieldtype-file) .input textarea {
    color: #ffffff;
}

.hs-field-desc {
    font-size: 12px;
    display: block;
    margin-top: 7px;
    width: auto;
    margin-bottom: 2em;
}

.hs-fieldtype-file .input {
    margin-bottom: 2.5rem;
    font-size: 13px;
}

.hs-button {
    border-radius: 4px;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: uppercase;
    width: auto;
}

.hs-error-msgs {
    font-size: 70%;
    color: #dc3232;
}

.hs-form-field .hs-error-msgs {
    position: absolute;
    bottom: -1.5rem;
    right: 0;
}

.hs_error_rollup {
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.modal-form {
    width: 100%;
}


@media (max-width: 991px) {
    .hs-fieldtype-file .input input {
        width: auto;
    }
}

/* career */

#ourStory {
    padding-top: 90px;
}

#leadership,
#careers {
    padding-top: 150px;
}

#leadership .block {
    margin-bottom: 0;
}

.career-row .text::after {
  display: none;
}

.career-row--3 {
    bottom: -50px;
}

.career-chain-wrap {
    position: absolute;
    top: 0;
}

.career-chain-wrap-1 {
    right: 207px;
    top: 94px;
    width: 216px;
    height: 178px;
}

.career-chain-wrap-2 {
    width: 234px;
    height: 94px;
    left: 130px;
    top: 106px;
}

.career-chain-wrap-3 {
    width: 166px;
    height: 179px;
    right: 195px;
    top: 227px;
}

.career-chain {
    width: 100%;
}

.modal-bg {
    background-position: right bottom;
}

.story-map {
    height: 360px;
}

.section-title {
    text-align: center;
}
.come-back {margin-top: 1rem;display: block;}
/* event */
.scoreboard.scoreboard--event .event-speaker__img {
    max-width: 110px;
}
.event-template-default .subtitle{text-align: left;padding: 0;font-weight: 700;}
@media (max-width: 767px) {
    .event__content--row .event-speaker {
        justify-content: center;
    }

}
.whitepapers--event--soon:before{min-height: 300px;}
/* cases */
.cases-img {
    background-color: rgba(0,0,0,0.04);
}
.event-template-default .content-item,.event-template-default .content-sidebar {width: 100%;}
.content-item .text {
    width: 100%;
}
.single-main-content a:not(.social__link):not(.posts-block__link) {
    color: #0d6efd;
    text-decoration: underline;
}
.blog-preview__img { display: inline-block; }
.blog-preview .link {
/*    border: 1px solid #000;
    border-radius: 100px;
    padding: 6px 20px;
    text-transform: capitalize;*/
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*vertical-align: middle;*/
}
.blog-preview:hover .link {
    border-color: #8CC440;
}
.blog-preview .link .icon {
    position: relative;
    left: 5px;
}
.content-item a.blog-preview{color: inherit;text-decoration: none;}
.content-item .enlighter-default {font-size: 1em;}

.info-modal .modal-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
}

.info-modal__image {
    text-align: center;
    margin-bottom: 2.76vmax;
}

.info-modal .modal-text {
    margin-bottom: 10px;
}

.info-modal .modal-text p {
    margin-bottom: 10px;
}

.info-modal .form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.info-modal .form-row .form-field {
    width: 22%;
    margin-bottom: 0;
    font-size: 1.125rem;
}

.info-modal .btn {
    padding: 1rem 2rem;
}

.info-modal .wpcf7-not-valid-tip {
    font-size: 75%;
    right: auto;
    top: auto;
    left: 0;
    bottom: -21px;
}

.info-modal .wpcf7 form .wpcf7-response-output {
    margin-top: 3em;
}

.info-modal.only-image .modal-wrap{
    padding: 0;
    width: fit-content;
    background: transparent;
}

.info-modal.only-image .info-modal__image{
    margin-bottom: 0;
}

.info-modal.only-image .info-modal__image img{
    max-width: 100%;
}

.info-modal.only-image .close {
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='43' viewBox='0 0 44 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4839 10.8606L32.5277 31.9043M10.9043 31.8554L31.948 10.8117' stroke='%23FEFEFE' stroke-width='2'/%3E%3C/svg%3E");
}

.webinar-modal .modal-wrap{
    width: 560px;
    max-width: 90%;
    background: #000926 url("../img/webinar-modal-bg.jpg") center bottom / cover no-repeat;
    color: #fff;
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 80px 60px 40px;
    overflow: visible;
}

.webinar-modal__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 47px;
    background: url("../img/webinar-modal-line.png") 0 0 no-repeat;
}

.modal .close.red {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #EE4C4C;
    color: #fff;
    top: -20px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .close.red svg {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.webinar-modal__link a {
    position: relative;
    color: #ABD45C;
    font-size: 1.125rem;
    font-weight: 600;
    padding-right: 18px;
    transition: opacity 0.4s;
}

.webinar-modal__link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 5px solid #ABD45C;
}

.webinar-modal__link a:hover {
    opacity: 0.8;
}

#modalApply .modal--sm{
    text-align: left;
}

.wm-timer,
.wm-timer .soon-group {
    width: 100%;
}

.soon {
    margin: 30px 0;
}

.soon-group-inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.soon-group-sub > .soon-group-inner {
    flex-direction: column-reverse;
    font-size: 14px;
    color: #B7B7B7;
}

.soon-value {
    font-size: 40px;
    color: #ABD45C;
    font-weight: 700;
    line-height: 1.225;
}

.soon-separator {
    font-size: 50px;
    font-weight: 300;
}

.webinar-btn {
    position: fixed;
    right: 20px;
    bottom: 46px;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    background: #000924;
    color: #fff;
    z-index: 9999999999;
    transition: all 0.4s ease;
}

/*

body.modal-open {
    width: calc(100vw - 17px);
    padding-right: 0 !important;
}
*/

.webinar-btn__wrap {
    padding: 9px;
}

.wb-date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-size: 24px;
    line-height: 0.6;
}

.wb-date span {
    font-size: 12px;
    padding-top: 5px;
}

.wb-text {
    font-size: 10px;
    color: #8CC440;
    line-height: 1;
}

iframe {
    max-width: 100% !important;
    max-height: 56.25vw;
}

.error404 h1 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: none !important;
}

.page-404__img {
    margin: 10vmin 0 5vmin;
}

.page-404__img img {
    max-width: 80%;
    margin: 0 auto;
}

.job td {
    padding: 30px 16px;
    vertical-align: top;
}

.job-short{
    margin-top: 21px;
    color: #DFE3E6;
}

.job-address{
    color: #B7B7B7;
}

.job .link-primary {
    display: block;
    margin-top: 8px;
}

.job .link-primary:hover {
    color: #8cc440 !important;
}

.job .link-primary:hover::after {
    border-bottom-color: #8cc440 ;
    border-right-color: #8cc440 ;
}
.section-awards-logo:before{
    content: '';
    background: url("../img/awards-element.svg") 50% 50%/cover no-repeat;
    width: 15vmin;
    height: 15vmin;
    position: absolute;
    top: -7.5vmin;
    right: 70%;
}
@media (min-width: 1025px) {
    .modal-open #ccc-icon.ccc-icon--right {
        right: 17px;
    }

    .modal-open .webinar-btn {
        right: 63px;
    }

    #ccc-icon.ccc-icon--right {
        transition: none;
    }
}

@media screen and (min-width: 1366px) and (max-height: 850px) {
    .jumbotron-content {
        padding-top: 0;
    }

    .jumbotron-content h1 {
            line-height: 110%;
        }
}

@media (max-width: 1279px) {
    .section {
        padding: 3rem 0;
    }
    .btn {
        font-size: 100%;
        min-width: 200px;
        line-height: 1.45;
        padding: 1.5rem 2rem;
    }
    .section-awards-logo:before{right: 80%;}
}
@media (max-width: 1023px) {
    .header {padding: 24px 0;}
    .text--lg, .text--xl {
        font-size: 110%;
    }
    .site-logo {
        width: 151px;
    }

    .logo img {
        width: 135px;
    }

    .sub-menu {
        display: block;
        left: 17px;
        width: calc(100% - 17px);
    }

    .menu > li > .sub-menu {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .sub-menu li a {
        font-weight: 700;
        padding: 10px 0;
    }

    .logo--sm img {
        width: 135px;
    }
    .h1,
    h1 {
        font-size: 2.75rem;
        line-height: 136%;
    }
    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .h3,
    h3 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    .career-chain-wrap {
        display: none;
    }

    .career-row--3 {
        bottom: auto;
    }
}

@media (max-width: 991px) {
    .info-modal .form-row .form-field {
        width: 100%;
        margin-bottom: 2rem;
    }
    .info-modal .btn {
        margin: 0 auto;
    }

    .info-modal__form{
        margin-top: 30px;
    }

    .info-modal .modal-text p {
        margin-bottom: 3px;
    }
}

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 2rem;
        line-height: 1.35;
    }
    .h2,
    h2 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .h3,
    h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .subtitle {
        font-size: 100%;
        line-height: 1.4;
    }
    .form-field{margin-bottom: 1.5rem;}
    .modal-bg {        
        margin-top: -50px;
    }
    .jumbotron-content {
        padding-top: 150px;
        padding-bottom: 100px;
    }
    #footerLottie{margin-top: 0;max-width:100%;}

    .job tr td {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .job tr td:first-child {
        padding-bottom: 0;
    }

    .job tr:last-child td {
        border-bottom: 0;
        display: block;
    }
    .vacancy-cat{
        font-size: 16px;
    }

    .info-modal__image img {
        max-width: 80%;
    }

    .only-image .info-modal__image img {
        max-width: none;
    }

    .info-modal.only-image .close {
        background-size: 24px;
    }

    .info-modal .modal-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .info-modal.only-image .modal-wrap {
        width: 96%;
    }
}

@media (max-width: 575px) {
    .logo--sm img {
        width: 154px;
    }

    .modal-bg {
        background-size: contain;
    }

    .jumbotron-content {
        padding-top: 0;
    }

    .jumbotron-content h1 {
        line-height: 1.1;
    }

    .h3 .logo,
    h3 .logo {
        display: inline-block;
    }

    .webinar-modal .modal-wrap {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .modal .close.red {
        left: auto;
        right: 0;
        top: -30px;
    }

    .wm-timer__number {
        font-size: 34px;
    }

    .webinar-modal__title::before {
        background-size: contain;
    }

    .error404 h1 {
        line-height: 1.365;
    }
    .section-awards-logo:before{right: 75%;width: 20vmin;height: 20vmin;top: -10vmin;}
}


@media only screen and (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2) {
    .zoom-pr2,
    #ccc {
        zoom: 2;
    }
}


.grecaptcha-badge{
    visibility: hidden;
}





/*access*/
.b-access {
     flex: 1 0 auto;
     background: #011a44 url("../img/bg-access.jpg") 50% 0 no-repeat;
     background-size: cover;
     padding: 90px 0 80px;
     color: #fff;
     position: relative; 
     z-index: 1;
}
.b-access:before {
    content: '';
    display: block; 
    position: absolute; 
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    z-index: -1; 
    background: #003683;
    -webkit-filter: blur(700px);
            filter: blur(700px);
   /* -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);*/
}
@media screen and (min-width: 1024px) {
    .b-access {
        padding-top: 130px;
    }
}
 .b-access__title {
     margin-bottom: 30px;
     font-size: 34px;
}
 @media screen and (min-width: 576px) {
     .b-access__title {
         font-size: 2rem;
    }
}
 @media screen and (min-width: 1200px) {
     .b-access__title {
         margin-bottom: 40px;
         font-size: 45px;
    }
}
 .b-access__subtitle {
     margin-bottom: 15px;
     font-size:20px;
}
 @media screen and (min-width: 1200px) {
     .b-access__subtitle {
         font-size: 20px;
    }
}
 .b-access__text {
     margin-bottom: 25px;
}
 .b-access__item {
     background: #001e4a;
     box-shadow: 10px 15px 30px 1px rgba(27,82,179,0.15);
     border-radius: 10px;
     margin-bottom: 15px;
     padding: 20px 10px;
}
 @media screen and (min-width: 576px) {
     .b-access__item {
         padding: 1.5rem;
    }
}
 .b-access__item-content {
     flex: 1;
}
 .b-access__item-icon {
     width: 51px;
     min-width: 51px;
}
 .b-access__item-text {
     font-size: 16px;
}

 .b-access__item-title {
     font-size: 18px;
}

 .b-access__after {
     padding-top: 10px;
     font-size: 16px;
}

 .b-access__info, .b-access__block {
     padding-left: 15px;
     padding-right: 15px;
     width: 100%;
}
@media screen and (max-width: 991px) {
    .b-access__block {
        margin-left: auto; 
        margin-right: auto; 
        max-width: 640px;
    }
}
 @media screen and (min-width: 992px) {
    .b-access__info {
        width: 60%;
    }
    .b-access__block {
        width: 40%;
    }
}
 .b-access__info {
     margin-bottom: 40px;
}
 @media screen and (min-width: 992px) {
     .b-access__info {
         max-width: 700px;
         margin-bottom: 0;
    }
}
 @media screen and (min-width: 992px) {
     .b-access__block {
         max-width: 505px;
    }
}
 .b-access__block-in {
     background: #eff1fe;
     border-radius: 10px;
     position: relative;
     z-index: 1;
     overflow: hidden;
     color: #3d3d3d;
     padding: 2rem 1rem;
}
 @media screen and (min-width: 576px) {
     .b-access__block-in {
         padding: 1.5rem;
    }
}
 .b-access__block-title {
     font-size: 1.1rem;
     margin-bottom: 35px;
}
 @media screen and (min-width: 576px) {
     .b-access__block-title {
         font-size: 1.5rem;
    }
}
 .b-access__label {
     width: 200px;
     background: #fff;
     box-shadow: 10px 15px 30px 1px rgba(27,82,179,0.15);
     transform: rotate(45deg);
     transform-origin: center bottom;
     position: absolute;
     font-weight: 600;
     line-height: 1.2;
     padding: 5px 0;
     font-size: 0.5rem;
     top: 23px;
     right: -57px;
}
}
 @media screen and (min-width: 576px) {
     .b-access__label {
         top: 27px;
         right: -36px;
         font-size: 0.7rem;
         padding: 10px 0;
    }
}


.page-template-page-landing-access {
    background: #011a43;
}

.page-template-page-landing-access .jumbotron{
    padding: 0 !important;
}
.page-template-page-landing-access .parallax-mirror {
    display: none;
}

.hs-form-field:not(.hs-fieldtype-file) .hs-input:not([type="checkbox"]),
.section:not(.section--dark) .form-field input:not([type="checkbox"]),
.section:not(.section--dark) .form-field textarea,
.nice-select {
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #EFF1FE;
    font-size: 16px;
    color: #3D3D3D;
    padding: 10px;
    margin-bottom: 25px;
    line-height: 1.3;
    width: 100%;
    display: block;
}



.single-whitepaper .header-image__content {
    min-height: 320px;
    padding-bottom: 40px;
    margin-right: 475px;
}
.single-whitepaper .header-image__content h1 {
    line-height: 1.36;
}
@media screen and (max-width: 767px) {
    .single-whitepaper .header-image__content h1 {
        font-size: 34px;
        line-height: 1.2;
    }
}
.single-whitepaper .content-sidebar {
    width: 445px;
    position: relative;
    top: -360px;
    z-index: 2;

}


.single-whitepaper .parallax-mirror:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 28, 27, 0.4);
}


.single-whitepaper .page-subtitle {
    font-size: 1.1rem;
}

.single-whitepaper .breadcrumbs {
    margin-bottom: 30px;
}

.single-whitepaper .text--lg {
    font-size: inherit;
}

.single-whitepaper .content-item {
    width: -webkit-calc(100% - 445px);
    width: -moz-calc(100% - 445px);
    width: calc(100% - 445px);
}

.single-whitepaper .jumbotron {
    z-index: auto;
}

.single-whitepaper .sidebar h5 {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

.l-posts__item {
    margin-bottom: 25px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 5px 10px 25px 1px rgba(27, 82, 179, 0.1);
    border-radius: 10px;
}

.l-posts__item-img {
    width: 43%;
}


.l-posts__item-in {
    flex: 1;
    padding-left: 24px;
}
.l-posts__item-title h3 {
    font-size: 18px;
    margin-bottom: 16px;

}
.l-posts__item-title {
    text-decoration: none;
}
.l-posts__item-title:hover {
    text-decoration: underline;
}
.l-posts__item-text {
    font-size: 16px;
}
.l-posts__item-image {
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.l-posts__item-image:before {
    content: '';
    display: block;
    padding-top: 66%;
}


@media screen and (max-width: 1023px) {
    .single-whitepaper .content-row {
        display: flex;
        flex-direction: column;
    }
    .single-whitepaper .content-item {
        width: 100%;
    }
    .single-whitepaper .content-sidebar {
        width: 100%;
        top: 0;
        margin: -70px auto 0;
        order: -1;
        max-width: 640px;
    }
    .single-whitepaper .header-image__content {
        min-height: 1px;
        margin-right: 0;
        padding-bottom: 90px;
    }
    .single-whitepaper .content-sidebar lottie-player{
        width: 100%;
        margin: 0 auto ;
        max-width: 420px;
    }
    .single-whitepaper .content-sidebar .text-img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .l-posts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }
    .l-posts__item {
        width: 48%;
    }
    .l-posts__item-img {
        width: 100%;
    }
    .l-posts__item-in {
        padding: 24px 0 0;
    }
}

@media screen and (max-width: 640px) {
     .l-posts__item {
        width: 100%;
     }
     .l-posts__item-image:before {
        padding-top: 58%;
    }
}

@media screen and (max-width: 575px) {
    .single-whitepaper .content-sidebar .btn {
        width: 100%;
    }
}



.jumbotron  {
    padding-top: 130px;
}
@media screen and (max-width: 1023px) {

    .jumbotron  {
        padding-top: 90px;
    }   
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.4s ease all;
  padding: 0;
}
.fixed-header .wrapper .header {
  height: auto;
}
.header .container-fluid {
  height: 100%;
}

.header-line--white {
  height: 53px;
  background: #fff;
}
.header-line--blue {
  height: 80px;
}

.header .site-logo img {
  height: 50px;
}

.fixed-header .wrapper .header,
.default-header .wrapper .header {
    background: #001E4A;
    box-shadow: 5px 10px 25px 1px rgba(27, 82, 179, 0.1);
}

.default-header .jumbotron,
.fixed-header.default-header  .wrapper .jumbotron {
    padding-top: 130px;
}

.default-header h1 {
    margin-bottom: 40px;
}

.single-whitepaper .jumbotron:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 28, 27, 0.6);
}


.modal--sm .h6 {
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .single-whitepaper .content-sidebar lottie-player {
        display: none;
    }

    .footer-down {
        margin-right: 0;
    }
}



@media screen and (max-width: 767px) {
    .footer .footer-menu .sub-menu li a, .footer .footer-menu > li > a {
        font-size: 18px; 
        line-height: 1.2;
    }
}

@media screen and (max-width: 575px) {
    .section.section--dark.section--dark--gr .text-img {
        overflow: hidden; 
        margin: 0 -20px;
    }
    .contact-form__img {
        width: 100%;
    }
}


.page-scroller {
  pointer-events: none;
  opacity: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  z-index: 1050;
  left: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #00204D;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: background 0.16s linear, opacity 0.16s linear;
}
.page-scroller__icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.page-scroller:hover,
.page-scroller:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #00204D;
}
.page-scroller:hover .page-scroller__icon,
.page-scroller:focus .page-scroller__icon {
  fill: #00204D;
}
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

.nice-select .option {
    white-space: initial;
    padding: 6px; 
    line-height: 1;
}

.osano-cm-widget {
    bottom: 90px !important;
    right: 28px;
}


@media screen and (max-width: 767px) {
    .intercom-lightweight-app-launcher {
        bottom: 12px !important;
    }

    .osano-cm-widget {
        bottom: 80px !important;
    }  
    .page-scroller {
        width: 45px; 
        height: 45px; 
        left: 12px; 
        bottom: 12px;
    }
}


@media screen and (max-width: 1280px) and (min-width: 768px) {
    .footer-item .logo {
        margin-right: calc(100% - 200px);
    }
    #footerLottie {
        margin-top: -50px;
    }
}


@media screen and (max-width: 1023px) {
    .wrap-menu {
        left: auto; 
        right: 0;
        padding-top: 65px;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .menu > li {
        padding: 0;
    }
    .menu > li > a {
        padding: 15px 0;
        display: inline-block;
    }
    .menu > li > a[href="#"] {
        display: block;
        width: calc(100% - 24px);
    }
    .menu > li a {
        white-space: normal !important;
    }
    .menu:not(.menu-white-line) > li:last-child {
        padding-bottom: 0;
    }

    .menu-white-line > li:last-child {
      border-bottom: 1px solid rgba(223, 227, 230, 0.3);
    }
}


@media screen and (max-width: 991px) {
    .has-auth-menu .wrap-menu .menu.auth-menu {
        margin-bottom: 5px !important;
    }
}

.breadcrumbs + .row .page-title, 
.breadcrumbs + .page-title{
    padding-top: 60px;
}

.has-auth-menu .wrap-menu .menu.auth-menu li a {
    display: inline-block;
    vertical-align: top;
}
.has-auth-menu .wrap-menu .menu.auth-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    z-index: 100;
}

.osano-cm-window {
    z-index: 10;
}

.menu-item-has-children::after {
    content: none !important;
}

@media screen and (min-width: 1366px) {
    /*body.blue-design .jumbotron-content h1 {
        font-size: 50px;
        line-height: 1.36;
    }*/
}

@media screen and (min-width: 1024px) {
   .footer-menu .menu-item-has-children:hover > a {
        color: #fff;
    }
}
.footer-menu li a:hover {
    color: #8cc440 !important;
}



.b-access__block-in .hs-button  {
    width: 100%;
}

.b-access .hs-form-booleancheckbox-display {
    display: inline-block;
    cursor: pointer;
}

.b-access .hs-form-booleancheckbox-display [type="checkbox"]:checked + span:after{
    opacity: 1;
}

.b-access .hs-form-booleancheckbox-display > span {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1C1C1B;
    padding-left: 30px;
}

.b-access .hs-form-booleancheckbox-display > span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #1C1C1B;
    border-radius: 4px;
    margin-right: 10px;
}

.b-access .hs-form-booleancheckbox-display > span:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 6px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #1C1C1B;
    border-bottom: 2px solid #1C1C1B;
    transform: rotate(-45deg);
    opacity: 0;
    transition: .4s ease all;
}

.b-access .hs-form-booleancheckbox-display > span a{
    color: #0d6efd;
    text-decoration: underline;
}

.b-access .hs-fieldtype-booleancheckbox {
    margin-bottom: 35px;
}

body.page-template-page-landing-access .hs_error_rollup{
    padding: 5px;
    border: 1px solid red;
    margin-top: 1em;
    text-align: center;
}

body.page-template-page-landing-access .b-access__block-title {
    margin-bottom: 0.7em;
}

body.page-template-page-landing-access .b-access__info {
    font-size: 16px;
    background: transparent;
}

body.page-template-page-landing-access .container {max-width: 1250px;}

.social__title {color: #3d3d3d;}

.fixed-header .wrapper .jumbotron {
    padding-top: 130px;
}

@media screen and (max-width: 1023px) {
    .fixed-header .wrapper .jumbotron {
        padding-top: 90px;
    }
    .header .site-logo img {
        height: 36px;
    }
    .default-header .jumbotron, .fixed-header.default-header .wrapper .jumbotron {
        padding-top: 80px;
    }
}



.media-img {
    position: relative; 
    overflow: hidden;
}

.media-img:before {
    content: '';
    display: block; 
    padding-top: 54%;
}
.media-img img {
    left: 0; 
    top: 0; 
    position: absolute;
    object-fit: cover;
    bottom: 0;
    right: 0;
    height: 100%;
}



.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;
}
.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-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .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;
  }
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .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;
  }
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  .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-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !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-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.container-fluid {
  max-width: 1680px;
}
.b-security .container,
.b-security .container-fluid {
  z-index: inherit;
}
@media screen and (min-width: 1280px) {
  .b-security:not(.b-security--bg):not(.section--dark) + .section:not(.b-security--white) {
    padding-top: 0;
  }
}
.b-security--white {
  background: #fff;
  box-shadow: 0px 0px 30px 1px rgba(27,82,179,0.2);
}
.b-security--bg {
  background-image: url("../img/explained_bg-mob.webp") !important;
  background-repeat: no-repeat !important;
  background-position: 50% 100% !important;
  background-size: cover !important;
}
@media screen and (min-width: 992px) {
  .b-security--bg {
    background-image: url("../img/explained_bg.jpg") !important;
  }
}
.b-security p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .b-security p {
    margin-bottom: 20px;
  }
}
.b-security p:last-child {
  margin: 0;
}
.b-security a:not(.btn) {
  color: #0d6efd;
  text-decoration: underline;
}
.b-security a:not(.btn):hover {
  color: #0d6efd;
  text-decoration: none;
}

.b-security.section--dark a:not(.btn) {
  color: #79C7FF;
  text-decoration: underline;
}
.b-security.section--dark a:not(.btn):hover {
  color: #79C7FF;
  text-decoration: none;
}

.b-security h2,
.b-security .h2 {
  line-height: 1.35;
}
.b-security ul {
  padding-left: 20px;
}
.b-security ul li {
  list-style: disc;
}
@media screen and (min-width: 992px) {
  .b-security h2,
  .b-security .h2 {
    font-size: 40px;
  }
  .b-security h3,
  .b-security .h3 {
    font-size: 34px;
  }
  .b-security h4,
  .b-security .h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .b-security .h2,
  .b-security h2 {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .b-security h3,
  .b-security .h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .b-security h4,
  .b-security .h4 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .b-security.section {
    padding: 1.5rem 0;
  }
}
.curent-size {
  font-size: inherit !important;
}
.b-attacks {
  background: #001e4a;
  box-shadow: 10px 15px 30px 1px rgba(27,82,179,0.15);
  border-radius: 10px;
}
.b-attacks__content {
  flex: 1;
}
.b-attacks__icon {
  width: 60px;
  min-width: 60px;
  margin-right: 15px;
}
.b-parts {
  font-size: 16px;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (min-width: 576px) {
  .b-parts__title {
    width: 190px;
  }
}
.b-parts__content {
  flex: 1;
}
.b-chain {
  position: relative;
  /*z-index: 1;*/
  padding: 12px 0;
}
@media screen and (min-width: 992px) {
  .b-chain {
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .b-chain:nth-child(even) .b-chain__img {
    order: 1;
    text-align: right;
    justify-content: end;
  }
}
.b-chain:nth-child(even) .b-chain__icon {
  transform: rotate(-12deg);
}
@media screen and (min-width: 992px) {
  .b-chain:nth-child(even) .b-chain__icon {
    right: auto;
    left: 0;
    transform: translate(-50%, -80%) rotate(12deg);
  }
}
.b-chain:first-child .b-chain__icon {
  display: none;
}
.b-chain__img {
  position: relative;
}
.b-chain__icon {
  transform: matrix(1, 0, 0, -1, 0, 0) rotate(-12deg);
}
@media screen and (min-width: 992px) {
  .b-chain__icon {
    width: 230px;
    height: 145px;
    position: absolute;
    z-index: -1;
    right: 0;
    transform: translate(50%, -70%) matrix(1, -0.36, -0.36, -0.93, 0, 0);
    top: 0;
  }
}
.b-include {
  background: #fff;
  box-shadow: 5px 10px 25px 1px rgba(27,82,179,0.1);
  border-radius: 10px;
}
.b-include__content {
  flex: 1;
}
.b-include__icon {
  width: 60px;
  min-width: 60px;
  margin-right: 16px;
}
@media screen and (min-width: 992px) {
  .b-order:nth-child(even) .col-lg-6:first-child {
    order: 1;
  }
}
.b-explained__link {
  color: #fff !important;
  width: 100%;
  text-decoration: none !important;
  position: relative;
  font-size: 16px;
}
.b-explained__link:hover {
  text-decoration: underline !important;
}
.b-explained__link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.b-explained__title {
  flex: 1;
}
.b-explained__icon {
  width: 24px;
  min-width: 24px;
}
.ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .ratio {
    border-radius: 10px;
  }
}
.ratio::before {
  display: block;
  padding-top: 56%;
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-separator {
  border-bottom: 1px solid #b7b7b7;
}
.b-table {
  background: #fff;
  box-shadow: 0px 0px 25px 5px rgba(27,82,179,0.1);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .b-table table {
    table-layout: fixed;
  }
  .b-table td {
    vertical-align: top;
  }
  .b-table td + td {
    border-left: 1px solid #dfe3e6;
  }
  .b-table td,
  .b-table th {
    border-bottom: 1px solid #dfe3e6;
    padding: 12px;
  }
  .b-table th:nth-child(2) {
    color: #ee4c4c;
  }
  .b-table th:nth-child(3) {
    color: #8cc440;
  }
  .b-table tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .b-table thead {
    display: none;
  }
  .b-table tr,
  .b-table table,
  .b-table td {
    display: block;
  }
  .b-table td {
    padding: 16px 14px;
  }
  .b-table td:nth-child(1) {
    border-top: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
  }
  .b-table td:nth-child(2):before,
  .b-table td:nth-child(3):before {
    content: attr(data-title);
    display: block;
    font-weight: 700;
    padding-bottom: 12px;
  }
  .b-table td:nth-child(2):before {
    color: #ee4c4c;
  }
  .b-table td:nth-child(3) {
    padding-top: 0;
  }
  .b-table td:nth-child(3):before {
    color: #8cc440;
  }
  .b-table tr:first-child td {
    border-top: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .b-table td,
  .b-table th {
    padding: 24px;
  }
}
img.b-logo {
  max-width: 95px;
}
@media screen and (min-width: 992px) {
  img.b-logo {
    max-width: 121px;
  }
}
.b-accordion__btn {
  position: relative;
  padding-right: 40px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.b-accordion__btn:before,
.b-accordion__btn:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #f0ffff;
  right: 0;
  top: 21px;
  transition: 0.4s ease all;
}
.b-accordion__btn:after {
  transform: rotate(90deg);
}
.b-accordion__btn:hover,
.b-accordion__btn.is-opened {
  color: #8cc440;
}
.b-accordion__btn.is-opened:after {
  opacity: 0;
}
.b-accordion__block {
  display: none;
}


/*table of contents*/

.b-content {
  position: relative;
  z-index: 2;
}
.b-content__btn {
  background: #eff1fe;
  border-radius: 4px;
  width: 100%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 135%;
  color: #1c1c1b;
  position: relative;
  text-align: left;
  padding: 14px 40px 14px 16px;
}
@media screen and (min-width: 992px) {
  .b-content__btn {
    padding: 24px 40px 24px 16px;
  }
}
.b-content__btn:before,
.b-content__btn:after {
  content: '';
  display: block;
  position: absolute;
  background: #1c1c1b;
  width: 10px;
  height: 2px;
  top: 50%;
  right: 20px;
  border-radius: 4px;
  transition: 0.4s ease all;
}
.b-content__btn:before {
  transform: rotate(-45deg);
}
.b-content__btn:after {
  margin-right: 6px;
  transform: rotate(45deg);
}
.b-content__btn.is-opened:before {
  transform: rotate(45deg);
}
.b-content__btn.is-opened:after {
  transform: rotate(-45deg);
}
.b-content__btn.is-opened {
    border-radius: 4px 4px 0 0;
}
.b-content__block {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  border-top: 2px solid #dfe3e6;  
  background: #eff1fe;
  border-radius: 0 0 4px 4px;
  display: none;
}
.b-content__block ul {
  padding: 0 !important;
  counter-reset: li;
}
.b-content__block li {
  list-style: none !important;
  position: relative;
  margin: 0 !important; 
  padding: 0 !important;

}
.b-content__block a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #1c1c1b !important;
  text-decoration: none !important;
  display: block;
  padding: 12px 12px 12px 16px;
  position: relative;
}
/*.b-content__block a:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 14px;
  line-height: 1;
  color: #000;
}*/
.b-content__block a:hover,
.b-content__block a.is-active {
  background: #abd45c;
}
.b-content__block ul li ul li a {
  padding-left: 47px;
}
.b-content__block ul li ul li a:before {
  left: 40px;
}

.header-buttons .btn {
    min-width: unset;
    white-space: nowrap;
    font-size: 16px;
    padding: 0.775rem;
    line-height: 1;

}
@media (min-width: 1024px) and (max-width: 1260px){
    .has-auth-menu .wrap-menu .menu a {
        font-size: 14px;
    }
    .has-auth-menu .wrap-menu .menu > li {
        margin: 0 8px;
    }
}
@media (max-width: 1023px) {
    .header-buttons {
        order: -1;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .header-buttons {
        flex-wrap: wrap;
    }
    .header-buttons li { margin-top: 5px; }
    .media-title {font-size: 22px;}
}

@media screen and (max-width: 1279px) {
    .b-security:not(.section--dark):not(.b-security--white) + .b-security.section--dark {
        margin-top: 40px;
    } 
}

.blue-design .section--dark--gr.section--dark--radial {
    position: relative; 
    z-index: 1; 
}
.blue-design .section--dark--gr.section--dark--radial:before {
    content: '';
    display: block; 
    position: absolute; 
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    z-index: -1; 
    background: radial-gradient(95% 43.01% at 50% 56%, #005EFF 7.01%, #0058F1 13.84%, #0146BF 22.24%, #023591 29%, #02276A 36%, #031B49 44%, #04112E 52%, #040919 60%, #04040B 70%, #040002 82%, #050000 100%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    opacity: 0.8;
}
@media screen and (min-width: 768px) {
    .blue-design .section--dark--gr.section--dark--radial:before {
       background: radial-gradient(50% 50.01% at 70.01% 50%, #005EFF 7.01%, #0058F1 13.84%, #0146BF 22.24%, #023591 29%, #02276A 36%, #031B49 44%, #04112E 52%, #040919 60%, #04040B 70%, #040002 82%, #050000 100%); 
    }
}


@media screen and (min-width: 992px) {
  .footer .section .h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .footer .section .h3 {
    font-size: 28px;
  }
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #1C1C1B;
}


.section--dark h1, .section--dark .h1,
.section--dark h2, .section--dark .h2,
.section--dark h3, .section--dark .h3,
.section--dark h4, .section--dark .h4:not(button),
.section--dark h5, .section--dark .h5,
.section--dark h6, .section--dark .h6,

.jumbotron h1, .jumbotron .h1,
.jumbotron h2, .jumbotron .h2,
.jumbotron h3, .jumbotron .h3,
.jumbotron h4, .jumbotron .h4,
.jumbotron h5, .jumbotron .h5,
.jumbotron h6, .jumbotron .h6,

.footer h1, .footer .h1,
.footer h2, .footer .h2,
.footer h3, .footer .h3,
.footer h4, .footer .h4,
.footer h5, .footer .h5,
.footer h6, .footer .h6,

.about__footer-text h3 {
    color: #fff;
}

.menu-item-has-children>a {
  padding: 0;
}

.coming-soon {
    position: absolute;
    top: 0;
    left: -50px;
}
.b-access__item-content .coming-soon {
    left: auto;
    right: 0;
}
.screens__text ul {
    padding-left: 1rem;
}
.screens__text ul li{
    list-style: disc;
}
.page-template-page-scribe.blue-design .jumbotron-content h1 {
    margin-top: 1rem;
}
.page-template-page-contact .section.contact-page-section {background: none; padding-bottom: 0!important;}
.page-template-page-contact .section.contact-page-section .contact-form {padding: 1rem;border-radius: 10px;width: 100%;}
.page-template-page-contact .section.contact-page-section .contact-form h3{margin-bottom: 0;}
.page-template-page-contact .section.contact-page-section .contact-form .form{margin-top: 1rem;}
.grey-bg {background-color: #EFF1FE;color: #000;border-radius: 10px;}
.purple-bg {background-color: #4A154B; color: #fff;border-radius: 10px;}
.purple-bg h2{color: #fff;}
.block-card {padding: 1.5rem;border-radius: 10px;margin-bottom: 2rem;position: relative; min-height: 250px;}
.block-card h2,.block-card p{line-height: 1;margin-bottom: 1rem;}
.block-icon {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.block-icon img{max-width: 12vmin;}
.block-card .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    height: 50px;
    line-height: calc(50px - 1rem);
}
.block-card .btn.grey {
    background-color: #000;
    color: #fff;
}
.block-card .btn.purple {
    background-color: #ABD45C;
    color: #1C1C1B;
}
.follow-us {
    display: flex;
    align-items: center;
}
.follow-us li .icon {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.follow-us li:nth-child(2){display: none;}
.follow-us li a{
    display: flex;
    align-items: center;
    margin-right: 1rem;
}
.follow-us li img {filter: brightness(0%);}
.text p {margin-bottom: 0.5rem;}
.text ul:not(.b-content__list) li:before {top: 8px;}
.text ul:not(.b-content__list) li h3 {margin-top: 1rem;margin-bottom: 1rem;}
.fixed-sidebar {
    transition: 0.4s ease all;
    position: relative;
}
.fixed-sidebar.active {
    position: fixed;
}
.fixed-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0;
}
.fixed-sidebar ul li:last-child {
    border-bottom: 0;
}
.fixed-sidebar .sidebar {
    width: 255px;
    background: none;
    border: 0;
}
@media screen and (max-width: 767.99px) {
  .coming-soon {
    left: auto;
    right: 0px;
    top: 30px;
  }
  .page-template-page-scribe.blue-design .jumbotron-content h1{
    max-width: 100%!important;
  }
  .block-card h2 {font-size: 1.65rem;line-height: 1.25;}
  .block-icon img{max-width: 50px;}
  .fixed-sidebar.active {position: static;}
  .fixed-sidebar .sidebar {width: 100%;padding-left: 0;padding-right: 0;}
}

@media screen and (max-width: 1023px) {
  .header-line--white {
      display: none;
  }
  .header-line--blue .wrap-menu .social {
      padding: 15px;
  }
  .header-line--blue .menu-white-line {
      order: -1;
      margin: 0 !important;
  }
}





/*price*/
.b-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #3d3d3d;
}
@media screen and (min-width: 1200px) {
  .b-price {
    font-size: 18px;
  }
}
.b-price big {
  font-size: 190%;
}
.b-price small {
  font-size: 77.8%;
}
.b-price__col {
  width: 20%;
  margin-left: -1px;
  padding: 15px 15px;
  border-left: 1px solid #dfe3e6;
  border-right: 1px solid #dfe3e6;
}
.b-price__col--first {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.b-price__col--tab-btn {
  padding: 0;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.b-price__col--tab-text {
  line-height: 1.55;
}
.b-price__col--btn {
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe3e6;
}
.b-price__col--sum {
  line-height: 1.1;
  background: #eff1fe;
  border-radius: 0px 0px 10px 10px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
  padding: 32px 10px;
  color: #000;
}
.b-price__tab-btn {
  height: 75px;
  background: #001e4a;
  border-radius: 10px 10px 0px 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 135%;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease all;
}

@media screen and (min-width: 992px) {
  .b-price__tab-btn {
    pointer-events: none;
  }

    .has-column-4 .b-price__col {
        width: 25%;
    }

    .has-column-3 .b-price__col {
        width: 33.33%;
    }

    .has-column-2 .b-price__col {
        width: 50%;
    }
}
.b-price__btn {
  border-radius: 4px;
  max-width: 170px;
  width: 100%;
  min-width: 1px !important;
  padding: 15px !important;
  font-size: 16px !important;
}
.b-price__next {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #3d3d3d;
  text-decoration: none;
}
.b-price__next svg {
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .b-price__col:not(.is-tab-active):not(.b-price__col--first):not(.b-price__col--tab-btn) {
    display: none !important;
  }
  .b-price__col {
    width: 100%;
    border: none;
    margin: 0 0 -1px;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
  }
  .b-price__col[data-id="1"] {
      padding-left: 0;
  }
  .b-price__col.b-price__col--first {
      padding-left: 0;
  }
  .b-price__col--empty {
    display: none !important;
  }
  .b-price__col--tab-btn {
    border-top: none;
    width: 25%;
    padding: 0 1px 0 0;
  }
  .b-price__col--tab-btn:last-child {
    padding: 0;
  }
  .b-price__col--tab-sum {
    border: none;
  }
  .b-price__col--sum {
    border-bottom: none;
  }
  .b-price__col--btn {
    border: none;
  }
  .b-price__tab-btn {
    background: #eff1fe;
    color: #1c1c1b;
    font-size: 14px;
    height: 55px;
  }
  .b-price__tab-btn.is-tab-active {
    color: #fff;
    background: #001e4a;
  }
  .b-price__row--sum,
  .b-price__row--btn {
    width: 49%;
  }
}
@media screen and (min-width: 1200px) {
    .section--price h1 {
        font-size: 3.13rem;
    }
}

.page-template-prices .b-security .h3 {
    font-size: clamp(32px, 2.6vw, 50px);
}

.page-template-prices .contact-form-links a.btn {
    max-width: 190px;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .page-template-prices .b-security .h3 {
        font-size: 46px;
    }
}

@media screen and (min-width: 1380px) {
    .page-template-prices .b-security .h3 {
        font-size: 50px;
    }
}

@media (min-width: 1279px) and (max-width:1380px) {
    .section.section--price {
        padding-top: 1.5rem;
    }
}
@media (min-width: 1200px) and (max-width:1380px) {
    .section--price h1 {
        font-size: 2.75rem;
    }

    .b-price__col {
        padding: 10px 15px;
    }

    .b-price__tab-btn {
        height: 65px;
        font-size: 20px;
    }

    .b-price__col--tab-text {
        line-height: 1.25;
    }
}

@media (min-width: 1024px) {
    .advantages-image img,
    .solution-img img {
        min-height: 282px;
    }
}

@media (max-width: 1023px) {
    .career-column {
        display: flex;
        flex-direction: column;
    }

    .career-bg {
        order: -1;
    }
}

.wp-caption {
    max-width: 100%;
}

.ltu-sticky-toc {
    position: sticky;
    top: 82px;
    z-index: 2;
}

.ltu-sticky-toc-btn {
    padding: 10px 40px 10px 16px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .subscribe-form-wrap .hs-button,
    .subscribe-form-wrap .hs-button:hover {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91164 -8.35606e-08L1.91143 -8.35511e-08L-6.16746e-07 1.8905L6.17687 8L-8.26363e-08 14.1095L1.91143 16L1.91164 16L10 8L1.91164 -8.35606e-08Z' fill='%231C1C1B'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
    }
    .subscribe-form-wrap .hs-button:hover {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91164 -8.35606e-08L1.91143 -8.35511e-08L-6.16746e-07 1.8905L6.17687 8L-8.26363e-08 14.1095L1.91143 16L1.91164 16L10 8L1.91164 -8.35606e-08Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
        background-color: #abd45c;
    }
}

@media (min-width: 991px) {
    .ltu-sticky-toc {
        top: 140px;
    }
}


.use-cases-list {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.use-cases-item-content a {
    display: flex;
    align-items: center;
    opacity: 0.9;
    transition: all 400ms;
}


.use-cases-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 84px;
    background: #8CC440;
    border-radius: 50%;
    margin-right: 18px;
    transition: all 600ms;
}

.use-cases-icon img {
    max-width: 50%;
    max-height: 50%;
}

.use-cases-title {
    flex: 1;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.use-cases-item-content a:hover .use-cases-icon {
    transform: scale(1.1);
}

.use-cases-description {
    font-size: 18px;
    margin-bottom: 60px;
}

@media (max-width: 1099px) {
    .use-cases-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .use-cases-list {
        grid-template-columns: 1fr;
    }
    .use-cases-description {
        font-size: 16px;
    }
    .use-cases-icon {
        width: 70px;
        height: 70px;
    }
    .use-cases-title {
        font-size: 19px;
    }
}