

/* Start:/assets/release/css/styles.css?17667467295055*/
@media (min-width: 1200px) {
  /*.b-prodtile {
    width: 450px !important;
  }
  .b-prodtile .b-prodtile__head-inner:before {
    opacity: 1;
  }
  .b-prodtile .b-prodtile__section:after {
    transform: scale(1);
  }
  .b-prodtile .b-prodtile__more {
    opacity: 1;
    visibility: visible;
    transform: translateY(30px);
  }
  .b-prodtile:not(._active) .b-prodtile__more .b-btn {
    opacity: 0;
    transition: all 0.4s;
  }
  .b-prodtile._active .b-prodtile__more .b-btn {
    opacity: 1;
  }
  .b-prodtile .b-prodtile__head {
    height: 360px;
  }
  .b-prodtile .b-prodtile__title {
    transform: scale(1.2);
  }
  .b-prodtile .b-prodtile__rate-val._lg b {
    transform: scale(1.2);
  }
  .b-prodtile .b-prodtile__details {
    transform: translateY(10px);
  }*/
}

.b-download-app {
  display: none !important;
}

@media (min-width: 1200px) {
  .b-open-online .b-title._tabs .b-title__tabs {
    margin-bottom: 40px;
  }

  .b-open-online .b-section-online__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -65px;
    width: calc(100% + 130px);
  }

  .b-open-online .b-onlinedep__step,
  .b-open-online .b-online-step {
    display: none !important;
  }

  .b-open-online .b-download-app {
    display: block !important;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 15px 60px rgba(158, 175, 199, 0.2);
    position: relative;
    min-height: 420px;
  }

  .b-open-online .b-download-app__bg {
    position: absolute;
    bottom: 0;
    right: 75px;
    max-height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .b-open-online .b-download-app__bg img {
    max-height: 100%;
    height: 390px;
  }

  .b-open-online .b-download-app__content {
    padding: 65px 50px 55px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 880px;
  }

  .b-open-online .b-download-app__title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #22284B;
    margin: 0 0 20px 0;
  }

  .b-open-online .b-download-app__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #7988A8;
    margin: 0 0 80px 0;
  }

  .b-open-online .b-download-app__steps {
    width: 100%;
    margin: 12px 0 60px;
    display: grid;
    grid-column-gap: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b-open-online .b-da-step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .b-open-online .b-da-step__num {
    background: #7988A8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 35px;
    height: 35px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .b-open-online .b-da-step__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7988A8;
  }

  .b-open-online .b-da-step__text a {
    color: #22284B;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 40, 75, 0.15);
  }

  .b-open-online .b-download-app__links {
    display: grid;
    grid-column-gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .b-open-online .b-download-app__links a {
    display: block;
  }

  .b-open-online .b-download-app__links a img {
    height: 65px;
  }
}

.b-digital-clinic .b-digital-clinic__app {
  order: 2;
}

.b-digital-clinic .b-digital-clinic__content {
  padding: 40px 40px 40px 0px;
}

.b-digital-clinic .b-digital-clinic__subtitle {
  font-size: 17px;
  margin: 0;
}

.b-digital-clinic__list {
  max-width: 650px;
  width: 100%;
  margin-top: 20px;
}

.b-digital-clinic__item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(121, 136, 168, .3);
}

.b-digital-clinic .b-digital-clinic__item-desc {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

.b-digital-clinic__item::before {
  content: none;
}

.b-digital-clinic__item-icon {
  display: block;
}

.b-digital-clinic__name-company {
  font-size: 20px;
  color: #D7B797;
  display: block;
}

.b-digital-clinic____instruction {
  display: flex;
  gap: 50px;
}

@media (max-width: 991px) {
  .b-digital-clinic__content {
    padding: 40px;
  }

  .b-digital-clinic__list {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-digital-clinic__content {
    padding: 20px;
  }

  .b-digital-clinic .b-digital-clinic__item-desc {
    font-size: 13px;
  }

  .b-digital-clinic____instruction,
  .b-digital-clinic__item {
    gap: 20px;
  }

  .b-digital-clinic____instruction {
    flex-direction: column;
    align-items: flex-start;
  }

  .b-digital-clinic__item {
    padding: 15px 0px;
  }

  .b-digital-clinic__item-icon {
    max-width: 55px;
  }
}
/* End */


/* Start:/assets/abtest/css/mob-suggestions.css?17667467263083*/
#main-suggestions-block {
  display: none;
}

.b-suggestions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-auto-rows: 70px;
}

.b-suggestion__section {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #566689;
  margin-bottom: 4px;
}

.b-suggestion__title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #22284B;
  margin-bottom: 16px;
}

.b-suggestion__rate {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #FF8F32;
}
.b-suggestion__rate ._rate {
  font-size: 20px;
}
.b-suggestion__rate ._rate b {
  font-size: 30px;
}

.b-suggestion__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #566689;
}

.b-suggestion__bg {
  position: absolute;
  z-index: 0;
}
.b-suggestion__bg img {
  object-fit: contain;
}

.b-suggestion._bright-percent .b-suggestion__bg {
  width: 50%;
  bottom: 6px;
  right: 7px;
}

.b-suggestion._credit-auto .b-suggestion__bg {
  width: 25%;
  bottom: 0;
  right: 0;
}

.b-suggestion._newflat .b-suggestion__bg {
  width: 50%;
  bottom: 0;
  right: -13%;
}

.b-suggestion._card-save .b-suggestion__bg {
  width: 90%;
  bottom: 0;
  right: 0;
}

.b-suggestion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #F4F9FC;
  border-radius: 16px;
  padding: 16px 8px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.b-suggestion > *:not(.b-suggestion__bg) {
  position: relative;
}
.b-suggestion:nth-child(1) {
  grid-column: 1/2;
}
.b-suggestion:nth-child(1) .b-suggestion__title {
  margin-bottom: 24px;
}
.b-suggestion:nth-child(1) .b-suggestion__rate {
  color: #3CBAB2;
}
.b-suggestion:nth-child(1) {
  grid-row: 1/4;
}
.b-suggestion:nth-child(2) {
  grid-row: 1/3;
}
.b-suggestion:nth-child(3) {
  grid-row: 4/6;
}
.b-suggestion:nth-child(4) {
  grid-row: 3/6;
}
.b-suggestion:nth-child(2) {
  grid-column: 2/3;
}
.b-suggestion:nth-child(1) {
  grid-row: 1/4;
}
.b-suggestion:nth-child(2) {
  grid-row: 1/3;
}
.b-suggestion:nth-child(3) {
  grid-row: 4/6;
}
.b-suggestion:nth-child(4) {
  grid-row: 3/6;
}
.b-suggestion:nth-child(3) {
  grid-column: 1/2;
}
.b-suggestion:nth-child(1) {
  grid-row: 1/4;
}
.b-suggestion:nth-child(2) {
  grid-row: 1/3;
}
.b-suggestion:nth-child(3) {
  grid-row: 4/6;
}
.b-suggestion:nth-child(4) {
  grid-row: 3/6;
}
.b-suggestion:nth-child(4) {
  grid-column: 2/3;
}
.b-suggestion:nth-child(4) .b-suggestion__title {
  margin-bottom: 24px;
}
.b-suggestion:nth-child(4) .b-suggestion__rate {
  color: #3CBAB2;
}
.b-suggestion:nth-child(1) {
  grid-row: 1/4;
}
.b-suggestion:nth-child(2) {
  grid-row: 1/3;
}
.b-suggestion:nth-child(3) {
  grid-row: 4/6;
}
.b-suggestion:nth-child(4) {
  grid-row: 3/6;
}

@media (max-width: 576px) {
  #main-suggestions-slider.ab-active {
    display: none;
    visibility: hidden;
  }

  #main-suggestions-block.ab-active {
    display: block;
  }
}

/* End */


/* Start:/assets/abtest/css/mob-fast-request.css?17667467263074*/
@media (max-width: 1199px) {
  body.ab-mob-fast-request .b-fast-request {
    display: block !important;
    position: relative;
    margin-left: 20px;
  }
  body.ab-mob-fast-request .b-fast-request__btn {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 12px;
    cursor: pointer;
    background-color: #3CBAB2;
    transition: background-color 0.3s, color 0.3s;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFF;
  }
  body.ab-mob-fast-request .b-fast-request__btn .isvg-arrow {
    margin-left: 6px;
    fill: #FFF;
    margin-bottom: 2px;
    width: 12px;
    transition: transform 0.3s, fill 0.3s;
  }
  body.ab-mob-fast-request .b-fast-request__dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E0E6E8;
    box-shadow: 0 20px 30px rgba(34, 40, 75, 0.1);
    border-radius: 10px;
    padding: 15px 10px;
  }
  body.ab-mob-fast-request .b-fast-request__dropdown a {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #22284B;
    text-decoration: none;
    margin-bottom: 13px;
    transition: color 0.2s;
  }
  body.ab-mob-fast-request .b-fast-request__dropdown a:last-child {
    margin-bottom: 0;
  }
  body.ab-mob-fast-request .b-fast-request__dropdown a:hover {
    color: #FF8F32;
  }
  body.ab-mob-fast-request .b-fast-request._active .b-fast-request__btn {
    background-color: #FF8F32;
    color: #FFFFFF;
  }
  body.ab-mob-fast-request .b-fast-request._active .b-fast-request__btn .isvg-arrow {
    fill: #FFFFFF;
    transform: rotate(-180deg);
  }
  body.ab-mob-fast-request .b-fast-request._active .b-fast-request__dropdown {
    display: flex;
  }
}
@media (max-width: 576px) {
  body.ab-mob-fast-request .b-fast-request__btn {
    height: 32px;
  }
  body.ab-mob-fast-request .b-header__content .b-ibank {
    display: none;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request {
    display: block !important;
    float: left;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request .b-header__sep {
    display: none;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request .b-ibank {
    background: transparent;
    padding: 0 0 0 15px;
    height: 35px;
    display: flex;
    align-items: center;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request .b-ibank:before {
    background-image: url(/assets/img/icons/ibank-fill.svg);
    position: unset;
    transform: unset;
    width: 17px;
    height: 17px;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request .b-ibank:after {
    content: unset;
  }
  body.ab-mob-fast-request .b-header-top__fast-online-request .b-ibank span {
    display: none;
  }
}
@media (max-width: 376px) {
  body.ab-mob-fast-request .b-header__phone {
    display: none !important;
  }
}

/* End */


/* Start:/assets/abtest/css/index-promo-mobile.css?1766746726379*/
@media (max-width: 768px) {
    body.ab-index-promo-mobile .b-promo__list {
        height: 500px;
    }
    body.ab-index-promo-mobile .b-promo__content {
        height: 180px;
    }
    body.ab-index-promo-mobile .b-promo__text {
        font-size: 15px;
        color: rgba(34, 40, 75, 0.8);
    }
    body.ab-index-promo-mobile .b-promo__pic {
        height: 246px;
    }
}
/* End */


/* Start:/assets/abtest/css/index-promo.css?17667467262197*/
body.ab-index-promo {
    /*@media (max-width: 768px) {
        .b-promo {
            padding-top: 16px;
        }

        .b-promo__list {
            height: 460px;
        }

        .b-promo__item {
            padding-bottom: 0;

            &:nth-child(1) {
                .b-promo__content {
                    background: #FA9F58;
                }
            }

            &:nth-child(2) {
                .b-promo__content {
                    background: #118AB2;
                }
            }

            &:nth-child(3) {
                .b-promo__content {
                    background: #9465F8;
                }
            }

            &:nth-child(4) {
                .b-promo__content {
                    background: #2cd2c8;
                }
            }
        }

        .b-promo__box {
            position: relative;
            display: block;
        }

        .b-promo__content {
            height: 460px;
            padding: 250px 16px 20px;
            border-radius: 32px;
            align-items: flex-start;

            & > div {
                height: 100%;
                display: flex;
                flex-direction: column;
            }
        }

        .b-promo__title {
            color: #fff;
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 12px;
        }

        .b-promo__text {
            color: #fff;
            font-size: 16px;
            line-height: 20px;
        }

        .b-promo__pic {
            position: absolute;
            height: 210px;
            top: 20px;
            left: 16px;
            right: 16px;
        }

        .b-promo__action {
            position: relative;
            margin-top: auto;

            .ekit-btn {
                height: 56px;
                font-size: 17px;
                color: #fff;
                background: rgba(255, 255, 255, .3);
                width: 100%;
            }
        }
    }*/

    .b-promo {
        display: none;
    }
}

@media (min-width: 768px) {
    body.ab-index-promo {
        .b-ab-promo {
            display: none;
        }
        .b-promo {
            display: block;
        }
    }
}
/* End */


/* Start:/assets/eblog/css/common.css?1766746730138907*/
@import"https://fonts.googleapis.com/css?family=PT+Sans&display=swap&text=₽";:root{--base-color: #292929;--primary-color: #FF8F32;--secondary-color: #288CFF;--base-color-gray: #636363;--base-color-01: #F5F5F5;--base-color-02: #E8E8E8;--base-color-03: #C1C1C1;--base-color-04: #636363;--base-color-op80: rgba(34, 40, 75, 0.8);--base-bg02: #F4F9FC;--themeDark-base-bg04: #373737;--themeDark-base-color: #ffffff;--ekit-btn-primary-bg: var(--primary-color);--ekit-btn-primary-color: #fff;--ekit-btn-primary-hover-bg: #FFA74A;--ekit-btn-primary-hover-color: #fff}@font-face{font-family:"Gilroy";src:url("/assets/eblog/css/../fonts/Gilroy-Regular.woff") format("woff"),url("/assets/eblog/css/../fonts/Gilroy-Regular.ttf") format("truetype");font-weight:normal;font-display:swap}@font-face{font-family:"Gilroy";src:url("/assets/eblog/css/../fonts/Gilroy-SemiBold.woff") format("woff"),url("/assets/eblog/css/../fonts/Gilroy-SemiBold.ttf") format("truetype");font-weight:bold;font-display:swap}@font-face{font-family:"Gilroy";src:url("/assets/eblog/css/../fonts/Gilroy-Medium.woff") format("woff"),url("/assets/eblog/css/../fonts/Gilroy-Medium.ttf") format("truetype");font-weight:500;font-display:swap}@font-face{font-family:"Gilroy";src:url("/assets/eblog/css/../fonts/Gilroy-Bold.woff") format("woff"),url("/assets/eblog/css/../fonts/Gilroy-Bold.ttf") format("truetype");font-weight:800;font-display:swap}/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}.container,.container-fluid,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:8px;padding-left:8px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 1024px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xxl,.col-xxl-auto,.col-xxl-12,.col-xxl-11,.col-xxl-10,.col-xxl-9,.col-xxl-8,.col-xxl-7,.col-xxl-6,.col-xxl-5,.col-xxl-4,.col-xxl-3,.col-xxl-2,.col-xxl-1,.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:8px;padding-left:8px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width: 1024px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width: 1440px){.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xxl-1>*{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xxl-2>*{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xxl-3>*{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xxl-4>*{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xxl-5>*{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xxl-6>*{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.33333333%;flex:0 0 8.33333333%;max-width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66666667%;flex:0 0 16.66666667%;max-width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.66666667%;flex:0 0 41.66666667%;max-width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.33333333%;flex:0 0 58.33333333%;max-width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66666667%;flex:0 0 66.66666667%;max-width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33333333%;flex:0 0 83.33333333%;max-width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.66666667%;flex:0 0 91.66666667%;max-width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xxl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xxl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1024px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media(min-width: 1440px){.d-xxl-none{display:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-xxl-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}@media(min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1024px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media(min-width: 1440px){.flex-xxl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xxl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xxl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xxl-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xxl-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xxl-fill{-webkit-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xxl-grow-0{-webkit-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xxl-grow-1{-webkit-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xxl-shrink-0{-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xxl-shrink-1{-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xxl-start{-webkit-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xxl-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xxl-center{-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xxl-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xxl-around{-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xxl-start{-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xxl-end{-webkit-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xxl-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xxl-baseline{-webkit-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xxl-stretch{-webkit-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xxl-start{-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xxl-end{-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xxl-center{-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xxl-between{-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xxl-around{-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xxl-stretch{-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xxl-auto{-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xxl-start{-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xxl-end{-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xxl-center{-ms-flex-item-align:center !important;align-self:center !important}.align-self-xxl-baseline{-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xxl-stretch{-ms-flex-item-align:stretch !important;align-self:stretch !important}}.m-0{margin:0 !important}.mt-0,.my-0{margin-top:0 !important}.mr-0,.mx-0{margin-right:0 !important}.mb-0,.my-0{margin-bottom:0 !important}.ml-0,.mx-0{margin-left:0 !important}.m-1{margin:.25rem !important}.mt-1,.my-1{margin-top:.25rem !important}.mr-1,.mx-1{margin-right:.25rem !important}.mb-1,.my-1{margin-bottom:.25rem !important}.ml-1,.mx-1{margin-left:.25rem !important}.m-2{margin:.5rem !important}.mt-2,.my-2{margin-top:.5rem !important}.mr-2,.mx-2{margin-right:.5rem !important}.mb-2,.my-2{margin-bottom:.5rem !important}.ml-2,.mx-2{margin-left:.5rem !important}.m-3{margin:1rem !important}.mt-3,.my-3{margin-top:1rem !important}.mr-3,.mx-3{margin-right:1rem !important}.mb-3,.my-3{margin-bottom:1rem !important}.ml-3,.mx-3{margin-left:1rem !important}.m-4{margin:1.5rem !important}.mt-4,.my-4{margin-top:1.5rem !important}.mr-4,.mx-4{margin-right:1.5rem !important}.mb-4,.my-4{margin-bottom:1.5rem !important}.ml-4,.mx-4{margin-left:1.5rem !important}.m-5{margin:3rem !important}.mt-5,.my-5{margin-top:3rem !important}.mr-5,.mx-5{margin-right:3rem !important}.mb-5,.my-5{margin-bottom:3rem !important}.ml-5,.mx-5{margin-left:3rem !important}.p-0{padding:0 !important}.pt-0,.py-0{padding-top:0 !important}.pr-0,.px-0{padding-right:0 !important}.pb-0,.py-0{padding-bottom:0 !important}.pl-0,.px-0{padding-left:0 !important}.p-1{padding:.25rem !important}.pt-1,.py-1{padding-top:.25rem !important}.pr-1,.px-1{padding-right:.25rem !important}.pb-1,.py-1{padding-bottom:.25rem !important}.pl-1,.px-1{padding-left:.25rem !important}.p-2{padding:.5rem !important}.pt-2,.py-2{padding-top:.5rem !important}.pr-2,.px-2{padding-right:.5rem !important}.pb-2,.py-2{padding-bottom:.5rem !important}.pl-2,.px-2{padding-left:.5rem !important}.p-3{padding:1rem !important}.pt-3,.py-3{padding-top:1rem !important}.pr-3,.px-3{padding-right:1rem !important}.pb-3,.py-3{padding-bottom:1rem !important}.pl-3,.px-3{padding-left:1rem !important}.p-4{padding:1.5rem !important}.pt-4,.py-4{padding-top:1.5rem !important}.pr-4,.px-4{padding-right:1.5rem !important}.pb-4,.py-4{padding-bottom:1.5rem !important}.pl-4,.px-4{padding-left:1.5rem !important}.p-5{padding:3rem !important}.pt-5,.py-5{padding-top:3rem !important}.pr-5,.px-5{padding-right:3rem !important}.pb-5,.py-5{padding-bottom:3rem !important}.pl-5,.px-5{padding-left:3rem !important}.m-n1{margin:-0.25rem !important}.mt-n1,.my-n1{margin-top:-0.25rem !important}.mr-n1,.mx-n1{margin-right:-0.25rem !important}.mb-n1,.my-n1{margin-bottom:-0.25rem !important}.ml-n1,.mx-n1{margin-left:-0.25rem !important}.m-n2{margin:-0.5rem !important}.mt-n2,.my-n2{margin-top:-0.5rem !important}.mr-n2,.mx-n2{margin-right:-0.5rem !important}.mb-n2,.my-n2{margin-bottom:-0.5rem !important}.ml-n2,.mx-n2{margin-left:-0.5rem !important}.m-n3{margin:-1rem !important}.mt-n3,.my-n3{margin-top:-1rem !important}.mr-n3,.mx-n3{margin-right:-1rem !important}.mb-n3,.my-n3{margin-bottom:-1rem !important}.ml-n3,.mx-n3{margin-left:-1rem !important}.m-n4{margin:-1.5rem !important}.mt-n4,.my-n4{margin-top:-1.5rem !important}.mr-n4,.mx-n4{margin-right:-1.5rem !important}.mb-n4,.my-n4{margin-bottom:-1.5rem !important}.ml-n4,.mx-n4{margin-left:-1.5rem !important}.m-n5{margin:-3rem !important}.mt-n5,.my-n5{margin-top:-3rem !important}.mr-n5,.mx-n5{margin-right:-3rem !important}.mb-n5,.my-n5{margin-bottom:-3rem !important}.ml-n5,.mx-n5{margin-left:-3rem !important}.m-auto{margin:auto !important}.mt-auto,.my-auto{margin-top:auto !important}.mr-auto,.mx-auto{margin-right:auto !important}.mb-auto,.my-auto{margin-bottom:auto !important}.ml-auto,.mx-auto{margin-left:auto !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.mt-sm-0,.my-sm-0{margin-top:0 !important}.mr-sm-0,.mx-sm-0{margin-right:0 !important}.mb-sm-0,.my-sm-0{margin-bottom:0 !important}.ml-sm-0,.mx-sm-0{margin-left:0 !important}.m-sm-1{margin:.25rem !important}.mt-sm-1,.my-sm-1{margin-top:.25rem !important}.mr-sm-1,.mx-sm-1{margin-right:.25rem !important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem !important}.ml-sm-1,.mx-sm-1{margin-left:.25rem !important}.m-sm-2{margin:.5rem !important}.mt-sm-2,.my-sm-2{margin-top:.5rem !important}.mr-sm-2,.mx-sm-2{margin-right:.5rem !important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem !important}.ml-sm-2,.mx-sm-2{margin-left:.5rem !important}.m-sm-3{margin:1rem !important}.mt-sm-3,.my-sm-3{margin-top:1rem !important}.mr-sm-3,.mx-sm-3{margin-right:1rem !important}.mb-sm-3,.my-sm-3{margin-bottom:1rem !important}.ml-sm-3,.mx-sm-3{margin-left:1rem !important}.m-sm-4{margin:1.5rem !important}.mt-sm-4,.my-sm-4{margin-top:1.5rem !important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem !important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem !important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem !important}.m-sm-5{margin:3rem !important}.mt-sm-5,.my-sm-5{margin-top:3rem !important}.mr-sm-5,.mx-sm-5{margin-right:3rem !important}.mb-sm-5,.my-sm-5{margin-bottom:3rem !important}.ml-sm-5,.mx-sm-5{margin-left:3rem !important}.p-sm-0{padding:0 !important}.pt-sm-0,.py-sm-0{padding-top:0 !important}.pr-sm-0,.px-sm-0{padding-right:0 !important}.pb-sm-0,.py-sm-0{padding-bottom:0 !important}.pl-sm-0,.px-sm-0{padding-left:0 !important}.p-sm-1{padding:.25rem !important}.pt-sm-1,.py-sm-1{padding-top:.25rem !important}.pr-sm-1,.px-sm-1{padding-right:.25rem !important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem !important}.pl-sm-1,.px-sm-1{padding-left:.25rem !important}.p-sm-2{padding:.5rem !important}.pt-sm-2,.py-sm-2{padding-top:.5rem !important}.pr-sm-2,.px-sm-2{padding-right:.5rem !important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem !important}.pl-sm-2,.px-sm-2{padding-left:.5rem !important}.p-sm-3{padding:1rem !important}.pt-sm-3,.py-sm-3{padding-top:1rem !important}.pr-sm-3,.px-sm-3{padding-right:1rem !important}.pb-sm-3,.py-sm-3{padding-bottom:1rem !important}.pl-sm-3,.px-sm-3{padding-left:1rem !important}.p-sm-4{padding:1.5rem !important}.pt-sm-4,.py-sm-4{padding-top:1.5rem !important}.pr-sm-4,.px-sm-4{padding-right:1.5rem !important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem !important}.pl-sm-4,.px-sm-4{padding-left:1.5rem !important}.p-sm-5{padding:3rem !important}.pt-sm-5,.py-sm-5{padding-top:3rem !important}.pr-sm-5,.px-sm-5{padding-right:3rem !important}.pb-sm-5,.py-sm-5{padding-bottom:3rem !important}.pl-sm-5,.px-sm-5{padding-left:3rem !important}.m-sm-n1{margin:-0.25rem !important}.mt-sm-n1,.my-sm-n1{margin-top:-0.25rem !important}.mr-sm-n1,.mx-sm-n1{margin-right:-0.25rem !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-0.25rem !important}.ml-sm-n1,.mx-sm-n1{margin-left:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.mt-sm-n2,.my-sm-n2{margin-top:-0.5rem !important}.mr-sm-n2,.mx-sm-n2{margin-right:-0.5rem !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-0.5rem !important}.ml-sm-n2,.mx-sm-n2{margin-left:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem !important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem !important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem !important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem !important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem !important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem !important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem !important}.m-sm-auto{margin:auto !important}.mt-sm-auto,.my-sm-auto{margin-top:auto !important}.mr-sm-auto,.mx-sm-auto{margin-right:auto !important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto !important}.ml-sm-auto,.mx-sm-auto{margin-left:auto !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.mt-md-0,.my-md-0{margin-top:0 !important}.mr-md-0,.mx-md-0{margin-right:0 !important}.mb-md-0,.my-md-0{margin-bottom:0 !important}.ml-md-0,.mx-md-0{margin-left:0 !important}.m-md-1{margin:.25rem !important}.mt-md-1,.my-md-1{margin-top:.25rem !important}.mr-md-1,.mx-md-1{margin-right:.25rem !important}.mb-md-1,.my-md-1{margin-bottom:.25rem !important}.ml-md-1,.mx-md-1{margin-left:.25rem !important}.m-md-2{margin:.5rem !important}.mt-md-2,.my-md-2{margin-top:.5rem !important}.mr-md-2,.mx-md-2{margin-right:.5rem !important}.mb-md-2,.my-md-2{margin-bottom:.5rem !important}.ml-md-2,.mx-md-2{margin-left:.5rem !important}.m-md-3{margin:1rem !important}.mt-md-3,.my-md-3{margin-top:1rem !important}.mr-md-3,.mx-md-3{margin-right:1rem !important}.mb-md-3,.my-md-3{margin-bottom:1rem !important}.ml-md-3,.mx-md-3{margin-left:1rem !important}.m-md-4{margin:1.5rem !important}.mt-md-4,.my-md-4{margin-top:1.5rem !important}.mr-md-4,.mx-md-4{margin-right:1.5rem !important}.mb-md-4,.my-md-4{margin-bottom:1.5rem !important}.ml-md-4,.mx-md-4{margin-left:1.5rem !important}.m-md-5{margin:3rem !important}.mt-md-5,.my-md-5{margin-top:3rem !important}.mr-md-5,.mx-md-5{margin-right:3rem !important}.mb-md-5,.my-md-5{margin-bottom:3rem !important}.ml-md-5,.mx-md-5{margin-left:3rem !important}.p-md-0{padding:0 !important}.pt-md-0,.py-md-0{padding-top:0 !important}.pr-md-0,.px-md-0{padding-right:0 !important}.pb-md-0,.py-md-0{padding-bottom:0 !important}.pl-md-0,.px-md-0{padding-left:0 !important}.p-md-1{padding:.25rem !important}.pt-md-1,.py-md-1{padding-top:.25rem !important}.pr-md-1,.px-md-1{padding-right:.25rem !important}.pb-md-1,.py-md-1{padding-bottom:.25rem !important}.pl-md-1,.px-md-1{padding-left:.25rem !important}.p-md-2{padding:.5rem !important}.pt-md-2,.py-md-2{padding-top:.5rem !important}.pr-md-2,.px-md-2{padding-right:.5rem !important}.pb-md-2,.py-md-2{padding-bottom:.5rem !important}.pl-md-2,.px-md-2{padding-left:.5rem !important}.p-md-3{padding:1rem !important}.pt-md-3,.py-md-3{padding-top:1rem !important}.pr-md-3,.px-md-3{padding-right:1rem !important}.pb-md-3,.py-md-3{padding-bottom:1rem !important}.pl-md-3,.px-md-3{padding-left:1rem !important}.p-md-4{padding:1.5rem !important}.pt-md-4,.py-md-4{padding-top:1.5rem !important}.pr-md-4,.px-md-4{padding-right:1.5rem !important}.pb-md-4,.py-md-4{padding-bottom:1.5rem !important}.pl-md-4,.px-md-4{padding-left:1.5rem !important}.p-md-5{padding:3rem !important}.pt-md-5,.py-md-5{padding-top:3rem !important}.pr-md-5,.px-md-5{padding-right:3rem !important}.pb-md-5,.py-md-5{padding-bottom:3rem !important}.pl-md-5,.px-md-5{padding-left:3rem !important}.m-md-n1{margin:-0.25rem !important}.mt-md-n1,.my-md-n1{margin-top:-0.25rem !important}.mr-md-n1,.mx-md-n1{margin-right:-0.25rem !important}.mb-md-n1,.my-md-n1{margin-bottom:-0.25rem !important}.ml-md-n1,.mx-md-n1{margin-left:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.mt-md-n2,.my-md-n2{margin-top:-0.5rem !important}.mr-md-n2,.mx-md-n2{margin-right:-0.5rem !important}.mb-md-n2,.my-md-n2{margin-bottom:-0.5rem !important}.ml-md-n2,.mx-md-n2{margin-left:-0.5rem !important}.m-md-n3{margin:-1rem !important}.mt-md-n3,.my-md-n3{margin-top:-1rem !important}.mr-md-n3,.mx-md-n3{margin-right:-1rem !important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem !important}.ml-md-n3,.mx-md-n3{margin-left:-1rem !important}.m-md-n4{margin:-1.5rem !important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem !important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem !important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem !important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem !important}.m-md-n5{margin:-3rem !important}.mt-md-n5,.my-md-n5{margin-top:-3rem !important}.mr-md-n5,.mx-md-n5{margin-right:-3rem !important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem !important}.ml-md-n5,.mx-md-n5{margin-left:-3rem !important}.m-md-auto{margin:auto !important}.mt-md-auto,.my-md-auto{margin-top:auto !important}.mr-md-auto,.mx-md-auto{margin-right:auto !important}.mb-md-auto,.my-md-auto{margin-bottom:auto !important}.ml-md-auto,.mx-md-auto{margin-left:auto !important}}@media(min-width: 1024px){.m-lg-0{margin:0 !important}.mt-lg-0,.my-lg-0{margin-top:0 !important}.mr-lg-0,.mx-lg-0{margin-right:0 !important}.mb-lg-0,.my-lg-0{margin-bottom:0 !important}.ml-lg-0,.mx-lg-0{margin-left:0 !important}.m-lg-1{margin:.25rem !important}.mt-lg-1,.my-lg-1{margin-top:.25rem !important}.mr-lg-1,.mx-lg-1{margin-right:.25rem !important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem !important}.ml-lg-1,.mx-lg-1{margin-left:.25rem !important}.m-lg-2{margin:.5rem !important}.mt-lg-2,.my-lg-2{margin-top:.5rem !important}.mr-lg-2,.mx-lg-2{margin-right:.5rem !important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem !important}.ml-lg-2,.mx-lg-2{margin-left:.5rem !important}.m-lg-3{margin:1rem !important}.mt-lg-3,.my-lg-3{margin-top:1rem !important}.mr-lg-3,.mx-lg-3{margin-right:1rem !important}.mb-lg-3,.my-lg-3{margin-bottom:1rem !important}.ml-lg-3,.mx-lg-3{margin-left:1rem !important}.m-lg-4{margin:1.5rem !important}.mt-lg-4,.my-lg-4{margin-top:1.5rem !important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem !important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem !important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem !important}.m-lg-5{margin:3rem !important}.mt-lg-5,.my-lg-5{margin-top:3rem !important}.mr-lg-5,.mx-lg-5{margin-right:3rem !important}.mb-lg-5,.my-lg-5{margin-bottom:3rem !important}.ml-lg-5,.mx-lg-5{margin-left:3rem !important}.p-lg-0{padding:0 !important}.pt-lg-0,.py-lg-0{padding-top:0 !important}.pr-lg-0,.px-lg-0{padding-right:0 !important}.pb-lg-0,.py-lg-0{padding-bottom:0 !important}.pl-lg-0,.px-lg-0{padding-left:0 !important}.p-lg-1{padding:.25rem !important}.pt-lg-1,.py-lg-1{padding-top:.25rem !important}.pr-lg-1,.px-lg-1{padding-right:.25rem !important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem !important}.pl-lg-1,.px-lg-1{padding-left:.25rem !important}.p-lg-2{padding:.5rem !important}.pt-lg-2,.py-lg-2{padding-top:.5rem !important}.pr-lg-2,.px-lg-2{padding-right:.5rem !important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem !important}.pl-lg-2,.px-lg-2{padding-left:.5rem !important}.p-lg-3{padding:1rem !important}.pt-lg-3,.py-lg-3{padding-top:1rem !important}.pr-lg-3,.px-lg-3{padding-right:1rem !important}.pb-lg-3,.py-lg-3{padding-bottom:1rem !important}.pl-lg-3,.px-lg-3{padding-left:1rem !important}.p-lg-4{padding:1.5rem !important}.pt-lg-4,.py-lg-4{padding-top:1.5rem !important}.pr-lg-4,.px-lg-4{padding-right:1.5rem !important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem !important}.pl-lg-4,.px-lg-4{padding-left:1.5rem !important}.p-lg-5{padding:3rem !important}.pt-lg-5,.py-lg-5{padding-top:3rem !important}.pr-lg-5,.px-lg-5{padding-right:3rem !important}.pb-lg-5,.py-lg-5{padding-bottom:3rem !important}.pl-lg-5,.px-lg-5{padding-left:3rem !important}.m-lg-n1{margin:-0.25rem !important}.mt-lg-n1,.my-lg-n1{margin-top:-0.25rem !important}.mr-lg-n1,.mx-lg-n1{margin-right:-0.25rem !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-0.25rem !important}.ml-lg-n1,.mx-lg-n1{margin-left:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.mt-lg-n2,.my-lg-n2{margin-top:-0.5rem !important}.mr-lg-n2,.mx-lg-n2{margin-right:-0.5rem !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-0.5rem !important}.ml-lg-n2,.mx-lg-n2{margin-left:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem !important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem !important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem !important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem !important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem !important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem !important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem !important}.m-lg-auto{margin:auto !important}.mt-lg-auto,.my-lg-auto{margin-top:auto !important}.mr-lg-auto,.mx-lg-auto{margin-right:auto !important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto !important}.ml-lg-auto,.mx-lg-auto{margin-left:auto !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.mt-xl-0,.my-xl-0{margin-top:0 !important}.mr-xl-0,.mx-xl-0{margin-right:0 !important}.mb-xl-0,.my-xl-0{margin-bottom:0 !important}.ml-xl-0,.mx-xl-0{margin-left:0 !important}.m-xl-1{margin:.25rem !important}.mt-xl-1,.my-xl-1{margin-top:.25rem !important}.mr-xl-1,.mx-xl-1{margin-right:.25rem !important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem !important}.ml-xl-1,.mx-xl-1{margin-left:.25rem !important}.m-xl-2{margin:.5rem !important}.mt-xl-2,.my-xl-2{margin-top:.5rem !important}.mr-xl-2,.mx-xl-2{margin-right:.5rem !important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem !important}.ml-xl-2,.mx-xl-2{margin-left:.5rem !important}.m-xl-3{margin:1rem !important}.mt-xl-3,.my-xl-3{margin-top:1rem !important}.mr-xl-3,.mx-xl-3{margin-right:1rem !important}.mb-xl-3,.my-xl-3{margin-bottom:1rem !important}.ml-xl-3,.mx-xl-3{margin-left:1rem !important}.m-xl-4{margin:1.5rem !important}.mt-xl-4,.my-xl-4{margin-top:1.5rem !important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem !important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem !important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem !important}.m-xl-5{margin:3rem !important}.mt-xl-5,.my-xl-5{margin-top:3rem !important}.mr-xl-5,.mx-xl-5{margin-right:3rem !important}.mb-xl-5,.my-xl-5{margin-bottom:3rem !important}.ml-xl-5,.mx-xl-5{margin-left:3rem !important}.p-xl-0{padding:0 !important}.pt-xl-0,.py-xl-0{padding-top:0 !important}.pr-xl-0,.px-xl-0{padding-right:0 !important}.pb-xl-0,.py-xl-0{padding-bottom:0 !important}.pl-xl-0,.px-xl-0{padding-left:0 !important}.p-xl-1{padding:.25rem !important}.pt-xl-1,.py-xl-1{padding-top:.25rem !important}.pr-xl-1,.px-xl-1{padding-right:.25rem !important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem !important}.pl-xl-1,.px-xl-1{padding-left:.25rem !important}.p-xl-2{padding:.5rem !important}.pt-xl-2,.py-xl-2{padding-top:.5rem !important}.pr-xl-2,.px-xl-2{padding-right:.5rem !important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem !important}.pl-xl-2,.px-xl-2{padding-left:.5rem !important}.p-xl-3{padding:1rem !important}.pt-xl-3,.py-xl-3{padding-top:1rem !important}.pr-xl-3,.px-xl-3{padding-right:1rem !important}.pb-xl-3,.py-xl-3{padding-bottom:1rem !important}.pl-xl-3,.px-xl-3{padding-left:1rem !important}.p-xl-4{padding:1.5rem !important}.pt-xl-4,.py-xl-4{padding-top:1.5rem !important}.pr-xl-4,.px-xl-4{padding-right:1.5rem !important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem !important}.pl-xl-4,.px-xl-4{padding-left:1.5rem !important}.p-xl-5{padding:3rem !important}.pt-xl-5,.py-xl-5{padding-top:3rem !important}.pr-xl-5,.px-xl-5{padding-right:3rem !important}.pb-xl-5,.py-xl-5{padding-bottom:3rem !important}.pl-xl-5,.px-xl-5{padding-left:3rem !important}.m-xl-n1{margin:-0.25rem !important}.mt-xl-n1,.my-xl-n1{margin-top:-0.25rem !important}.mr-xl-n1,.mx-xl-n1{margin-right:-0.25rem !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-0.25rem !important}.ml-xl-n1,.mx-xl-n1{margin-left:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.mt-xl-n2,.my-xl-n2{margin-top:-0.5rem !important}.mr-xl-n2,.mx-xl-n2{margin-right:-0.5rem !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-0.5rem !important}.ml-xl-n2,.mx-xl-n2{margin-left:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem !important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem !important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem !important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem !important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem !important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem !important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem !important}.m-xl-auto{margin:auto !important}.mt-xl-auto,.my-xl-auto{margin-top:auto !important}.mr-xl-auto,.mx-xl-auto{margin-right:auto !important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto !important}.ml-xl-auto,.mx-xl-auto{margin-left:auto !important}}@media(min-width: 1440px){.m-xxl-0{margin:0 !important}.mt-xxl-0,.my-xxl-0{margin-top:0 !important}.mr-xxl-0,.mx-xxl-0{margin-right:0 !important}.mb-xxl-0,.my-xxl-0{margin-bottom:0 !important}.ml-xxl-0,.mx-xxl-0{margin-left:0 !important}.m-xxl-1{margin:.25rem !important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem !important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem !important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem !important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem !important}.m-xxl-2{margin:.5rem !important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem !important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem !important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem !important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem !important}.m-xxl-3{margin:1rem !important}.mt-xxl-3,.my-xxl-3{margin-top:1rem !important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem !important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem !important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem !important}.m-xxl-4{margin:1.5rem !important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem !important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem !important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem !important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem !important}.m-xxl-5{margin:3rem !important}.mt-xxl-5,.my-xxl-5{margin-top:3rem !important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem !important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem !important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem !important}.p-xxl-0{padding:0 !important}.pt-xxl-0,.py-xxl-0{padding-top:0 !important}.pr-xxl-0,.px-xxl-0{padding-right:0 !important}.pb-xxl-0,.py-xxl-0{padding-bottom:0 !important}.pl-xxl-0,.px-xxl-0{padding-left:0 !important}.p-xxl-1{padding:.25rem !important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem !important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem !important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem !important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem !important}.p-xxl-2{padding:.5rem !important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem !important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem !important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem !important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem !important}.p-xxl-3{padding:1rem !important}.pt-xxl-3,.py-xxl-3{padding-top:1rem !important}.pr-xxl-3,.px-xxl-3{padding-right:1rem !important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem !important}.pl-xxl-3,.px-xxl-3{padding-left:1rem !important}.p-xxl-4{padding:1.5rem !important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem !important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem !important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem !important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem !important}.p-xxl-5{padding:3rem !important}.pt-xxl-5,.py-xxl-5{padding-top:3rem !important}.pr-xxl-5,.px-xxl-5{padding-right:3rem !important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem !important}.pl-xxl-5,.px-xxl-5{padding-left:3rem !important}.m-xxl-n1{margin:-0.25rem !important}.mt-xxl-n1,.my-xxl-n1{margin-top:-0.25rem !important}.mr-xxl-n1,.mx-xxl-n1{margin-right:-0.25rem !important}.mb-xxl-n1,.my-xxl-n1{margin-bottom:-0.25rem !important}.ml-xxl-n1,.mx-xxl-n1{margin-left:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.mt-xxl-n2,.my-xxl-n2{margin-top:-0.5rem !important}.mr-xxl-n2,.mx-xxl-n2{margin-right:-0.5rem !important}.mb-xxl-n2,.my-xxl-n2{margin-bottom:-0.5rem !important}.ml-xxl-n2,.mx-xxl-n2{margin-left:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.mt-xxl-n3,.my-xxl-n3{margin-top:-1rem !important}.mr-xxl-n3,.mx-xxl-n3{margin-right:-1rem !important}.mb-xxl-n3,.my-xxl-n3{margin-bottom:-1rem !important}.ml-xxl-n3,.mx-xxl-n3{margin-left:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.mt-xxl-n4,.my-xxl-n4{margin-top:-1.5rem !important}.mr-xxl-n4,.mx-xxl-n4{margin-right:-1.5rem !important}.mb-xxl-n4,.my-xxl-n4{margin-bottom:-1.5rem !important}.ml-xxl-n4,.mx-xxl-n4{margin-left:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.mt-xxl-n5,.my-xxl-n5{margin-top:-3rem !important}.mr-xxl-n5,.mx-xxl-n5{margin-right:-3rem !important}.mb-xxl-n5,.my-xxl-n5{margin-bottom:-3rem !important}.ml-xxl-n5,.mx-xxl-n5{margin-left:-3rem !important}.m-xxl-auto{margin:auto !important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto !important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto !important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto !important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto !important}}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !important}.row_no-sep{margin-right:0;margin-left:0}.row_no-sep>[class*=col-],.row_no-sep>[class*=col]{padding-right:0;padding-left:0}:root{--base-body-bg: var(--base-color-01);--base-body-color: var(--base-color);--base-link-color: #3C78FA;--base-link-hover-color: #3C78FA}*{-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}*{outline:none}body{font-variant-numeric:lining-nums;-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-family:"Gilroy","PT Sans",sans-serif;margin:0;font-size:20px;line-height:1.2;color:var(--base-body-color);position:relative;font-weight:normal;padding:0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0)}img{max-width:100%;height:auto;vertical-align:middle}button{outline:0 none}button:hover{outline:0 none}button:focus{outline:0 none}input[type=text],input[type=number],input[type=password],input[type=email]{font-weight:normal;display:block;height:56px;padding:0 16px;border-radius:16px;font-size:15px;width:100%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}input[type=text].js-error,input[type=number].js-error,input[type=password].js-error,input[type=email].js-error{border-color:rgba(221,34,34,.67) !important;background-color:rgba(221,34,34,.1) !important}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}select{font-family:"Gilroy","PT Sans",sans-serif;width:100%}textarea{font-family:"Gilroy","PT Sans",sans-serif;font-weight:normal;display:block;padding:10px 20px;border-radius:5px;font-size:14px;width:100%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}label.js-error{display:none !important}font.tablebodytext{display:none !important}hr{display:block;height:1px;background:#dce2eb;border:0 none;margin:30px 0 30px}@media(min-width: 1200px){body{font-size:20px}}a{color:var(--base-link-color);text-decoration:underline;outline:none}a:hover{color:var(--base-link-hover-color);outline:0 none;text-decoration:none}a:focus{outline:0 none}b,strong{font-weight:bold}p{font-size:inherit;margin:16px 0}ol,ul{margin:16px 0;list-style:none;font-size:inherit;padding:0}ol>li,ul>li{margin:0;padding:0 0 0 20px;position:relative}ol>li:before,ul>li:before{content:" ";display:block;width:6px;height:6px;border-radius:50%;position:absolute;left:0;margin-top:-3px;top:11px}ol>li+li,ul>li+li{margin-top:24px}ol._unmarked>li:before,ul._unmarked>li:before{display:none}ol{counter-reset:myCounter}ol>li{padding-left:40px}ol>li:before{counter-increment:myCounter;content:counter(myCounter);position:absolute;width:26px;height:26px;line-height:26px;font-weight:normal;font-size:16px;left:0;top:0;border-radius:50%;text-align:center;margin:0}ol._middle-num>li:before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}h1{display:block;font-size:36px;line-height:1.2;font-weight:bold;margin:0 0 32px}h2{display:block;font-size:32px;line-height:1.2;font-weight:bold;margin:0 0 32px}h3{display:block;font-size:26px;line-height:1.2;font-weight:bold;margin:0 0 32px}h4{display:block;font-size:22px;line-height:1.2;font-weight:bold;margin:0 0 32px}h5{display:block;font-size:18px;line-height:1.2;font-weight:bold;margin:0 0 24px}h6{display:block;font-size:16px;line-height:1.2;font-weight:bold;margin:0 0 24px}@media(min-width: 768px){h1{font-size:46px}h2{font-size:38px}h3{font-size:30px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}ul>li:before{top:12px}}@media(min-width: 1200px){ul>li:before{top:12px}}@media(min-width: 1440px){h1{font-size:56px}h2{font-size:44px}h3{font-size:36px}h4{font-size:28px}h5{font-size:24px}h6{font-size:20px}}.g-blured{-webkit-filter:blur(30px);filter:blur(30px)}.g-nowrap{white-space:nowrap}.g-alg-c{text-align:center}.g-alg-l{text-align:left}.g-alg-r{text-align:right}.g-no-mobile{display:none !important}.g-title{color:var(--base-color);text-transform:uppercase}.g-title._primary i,.g-title._primary b,.g-title.g-title_primary i,.g-title.g-title_primary b{color:var(--primary-color);font-weight:inherit}.g-title._primary i,.g-title.g-title_primary i{font-weight:800}.g-title._secondary i,.g-title._secondary b,.g-title.g-title_secondary i,.g-title.g-title_secondary b{color:var(--secondary-color);font-weight:inherit}.g-title._secondary i,.g-title.g-title_secondary i{font-weight:800}.g-color-primary{color:var(--primary-color) !important}.g-color-secondary{color:var(--secondary-color) !important}.g-p0{padding:0 !important}.g-m0{margin:0 !important}.clearfix:before{content:" ";display:table}.clearfix:after{content:" ";display:table;clear:both}@media(min-width: 768px){.g-no-mobile{display:block !important}.g-mobile{display:none !important}}.isvg{display:inline-block;height:1em;width:1em;fill:inherit;stroke:inherit;font-size:10px}.isvg-arrow-down{width:1em}.isvg-arrow-up-right{width:1.0625em}.isvg-arrowbtn{width:1em}.isvg-chevron{width:1.0625em}.isvg-clap{width:1em}.isvg-clap-white{width:1em}.isvg-close{width:1em}.isvg-document{width:1em}.isvg-external-link{width:1em}.isvg-eye{width:1em}.isvg-geo{width:1em}.isvg-headphones{width:1em}.isvg-mail{width:.9411764706em}.isvg-message{width:1em}.isvg-phone{width:1em}.isvg-search{width:1em}.isvg-soc-tg{width:1.1875em}.isvg-soc-vk{width:1.6666666667em}.isvg-soc-yt{width:1.4375em}.isvg-soc-zen{width:1.0384615385em}.isvg-users{width:1em}.l-center{width:100%;max-width:500px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.l-slide{margin-top:56px;margin-bottom:56px}@media(min-width: 768px){.l-center{max-width:1440px}.l-slide{margin-top:64px;margin-bottom:64px}}@media(min-width: 1024px){.l-center{padding-left:32px;padding-right:32px}}.b-header{padding:12px 0;border-bottom:1px solid var(--base-color);margin-bottom:24px}.b-header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-header__logo{display:block;padding:4px 8px}.b-header__logo img{width:120px}.b-header__actions{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.b-header__ibank{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;color:var(--base-color-gray);font-size:15px;text-decoration:none}.b-header__ibank .isvg{font-size:24px;fill:var(--base-color);stroke:var(--base-color)}@media(min-width: 768px){.b-header{padding-top:28px;padding-bottom:28px;margin-bottom:32px}.b-header__ibank{display:inline-block}}.b-footer{margin:0 -16px;overflow:hidden}.b-footer a{text-decoration:none}.b-footer__menu-wrapper{background:var(--base-color-02)}.b-footer__menu{padding:12px 24px}.b-footer__menu-opener{display:none}.b-footer__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;border-radius:40px 40px 0 0;padding:24px 32px}.b-footer__middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-footer__online{border-bottom:1px solid #e1eef7;padding-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-footer__online-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-footer__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;text-align:center}.b-footer__end{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-top:1px solid #e1eef7;padding-top:12px;gap:10px}.b-footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;font-size:12px;color:var(--base-color-op80)}.b-footer__prod{margin-left:auto}.b-footer__prod img{width:30px}.b-footer__logo{display:none}.b-footer__insurance{width:53px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.b-footer__insurance img{border-radius:10px}.b-footer__address{display:none}@media(min-width: 768px){.b-footer__content{padding:24px}.b-footer__online{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.b-footer__online-links{margin-left:auto}.b-footer__contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-footer__social{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(min-width: 1024px){.b-footer{margin-left:0;margin-right:0}.b-footer__menu{padding:26px 48px;height:70px;overflow:hidden}.b-footer__menu-wrapper{position:relative}.b-footer__menu-opener{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:50%;bottom:-16px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:#fff;border-radius:8px;padding:4px 8px;color:var(--base-color);gap:8px;font-size:14px;line-height:20px;font-weight:bold;cursor:pointer}.b-footer__menu-opener .isvg{font-size:20px;fill:currentColor}.b-footer__menu-opener._close{display:none}.b-footer__menu-opener._close .isvg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.b-footer__content{padding:26px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.b-footer__middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b-footer__online{width:100%}.b-footer__end{width:100%;padding-top:20px}.b-footer__contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;white-space:nowrap;text-align:left}.b-footer__social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.b-footer__info{padding-left:40px}.b-footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-footer__copyright{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.b-footer__address{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.b-footer__insurance{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.b-footer__prod{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:auto}.b-footer__logo{display:block}.b-footer__address{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-left:auto;margin-right:20px}}@media(min-width: 1440px){.b-footer__middle{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-footer__online{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:auto}.b-footer__end{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;gap:30px}.b-footer__online{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-bottom:0 none;border-left:1px solid #e1eef7;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:26px}.b-footer__online-links{border-top:1px solid #e1eef7;padding-top:20px;width:100%}.b-footer__address{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:50px;margin-left:30px;margin-right:30px}}:root{--p404-crosslink-bg: var(--base-bg02);--p404-crosslink-color: var(--base-color);--p404-crosslink-hover-color: var(--primary-color)}body.l-theme-dark{--p404-crosslink-bg: var(--themeDark-base-bg04);--p404-crosslink-color: var(--themeDark-base-color);--p404-crosslink-hover-color: var(--themeDark-primary-color)}body.l-theme-premium{--p404-crosslink-bg: var(--themePremium-base-bg02);--p404-crosslink-color: var(--themePremium-base-color);--p404-crosslink-hover-color: var(--themePremium-primary-color)}.b-not-found{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.b-not-found__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:center}.b-not-found__title{display:block;font-size:36px;font-weight:bold;margin:0}.b-not-found__text{font-size:16px;font-weight:normal}.b-not-found__pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:252px}.b-not-found__pic img{max-width:100%;max-height:100%}.b-not-found__cross{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.b-not-found__cross .b-promo__action{display:none !important}.b-not-found__cross-title{display:block;font-size:26px;font-weight:bold;text-align:center;margin:0}.b-not-found__cross-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:9px}.b-not-found__cross-list>.row{gap:9px}.b-not-found__crosslink{display:block;position:relative;min-height:80px;padding:12px 8px 12px 80px;background:var(--p404-crosslink-bg);border-radius:16px;color:var(--p404-crosslink-color);text-decoration:none}.b-not-found__crosslink-pic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:8px;top:8px;width:64px;height:64px}.b-not-found__crosslink-pic img{max-width:100%;max-height:100%}.b-not-found__crosslink-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.b-not-found__crosslink-content .b-promo__title{font-size:16px;font-weight:bold;margin:0}.b-not-found__crosslink-content .b-promo__title br{display:none}.b-not-found__crosslink-content .b-promo__text{font-size:13px;font-weight:normal;opacity:.8}.b-not-found__crosslink-title{font-size:16px;font-weight:bold}.b-not-found__crosslink-text{font-size:13px;font-weight:normal;opacity:.8}.b-not-found__foot{display:block}.b-not-found__foot .ekit-btn{width:100%}@media(min-width: 768px){.b-not-found__title{font-size:56px}.b-not-found__text{font-size:17px}.b-not-found__pic{height:500px}.b-not-found__cross{max-width:912px;margin:0 auto}.b-not-found__cross-title{font-size:36px}.b-not-found__cross-list{gap:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.b-not-found__cross-list>.row{gap:16px 0}.b-not-found__crosslink{min-height:124px;padding:20px 12px 20px 124px;height:100%}.b-not-found__crosslink:hover{color:var(--p404-crosslink-color)}.b-not-found__crosslink:hover .b-promo__title,.b-not-found__crosslink:hover .b-not-found__crosslink-title{color:var(--p404-crosslink-hover-color)}.b-not-found__crosslink-pic{left:12px;top:12px;width:100px;height:100px}.b-not-found__crosslink-content{gap:8px}.b-not-found__crosslink-content .b-promo__title{font-size:20px}.b-not-found__crosslink-content .b-promo__text{font-size:17px}.b-not-found__crosslink-title{font-size:20px}.b-not-found__crosslink-text{font-size:17px}.b-not-found__foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.b-not-found__foot .ekit-btn{width:auto}}.ekit-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;text-align:center;font-weight:bold;border:0 none;border-radius:100px;text-decoration:none;line-height:1.2;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;padding:0 28px;font-size:20px;height:64px;background:var(--ekit-btn-primary-bg);color:var(--ekit-btn-primary-color)}.ekit-btn:hover{background:var(--ekit-btn-primary-hover-bg);color:var(--ekit-btn-primary-hover-color)}.b-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;text-align:center;font-weight:bold;border:0 none;text-decoration:none;line-height:1.2;cursor:pointer;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;padding:0 24px}.b-btn:disabled{cursor:default}.b-btn .isvg{font-size:32px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.b-btn_primary{color:var(--base-color);background:#fff}.b-btn_primary .isvg{fill:#fff;stroke:var(--base-color);stroke-width:2px}.b-btn_primary:hover{color:var(--secondary-color);background:#fff}.b-btn_primary:hover .b-arrowbtn{color:var(--secondary-color)}.b-btn_primary:hover .b-arrowbtn._next .isvg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-btn_secondary{color:var(--base-color);border:2px solid var(--base-color)}.b-btn_secondary:hover{color:#fff;background-color:var(--base-color)}.b-btn_md{height:64px;font-size:17px}.b-btn_sm{height:52px;font-size:15px}.b-btn_xs{height:52px;font-size:14px}@media(min-width: 768px){.b-btn_xs{height:64px;font-size:17px}.b-btn_sm{height:64px;font-size:20px}.b-btn_md{height:72px;font-size:20px}}.b-promo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-promo__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:375px;margin:0;font-size:48px;font-weight:800}.b-promo__head-item._right{margin-left:auto}.b-promo__head-item._left{margin-right:auto}.b-promo__bnrs{width:100%}@media(min-width: 768px){.b-promo__head{margin-bottom:16px;font-size:96px;max-width:680px}}.b-bnrs{position:relative}.b-bnrs__head{margin-bottom:20px;position:relative}.b-bnrs__head._process .b-bnrs__head-item{position:absolute;right:0;width:100%}.b-bnrs__title-block{position:relative;width:100%}.b-bnrs__title-block._process .b-bnrs__title-item{position:absolute;right:0;width:100%}.b-bnrs__title-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.b-bnrs__head-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px}.b-bnrs__head-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b-bnrs__head-title{display:none}.b-bnrs__pic{display:block;width:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;max-width:180px;aspect-ratio:1/1.4;background-position:center;background-repeat:no-repeat;background-size:contain}.b-bnrs__pic._orange{background-color:var(--primary-color)}.b-bnrs__pic._blue{background-color:var(--secondary-color)}.b-bnrs__pic._gray{background-color:var(--base-color-03)}.b-bnrs__date{display:block;font-size:16px;text-align:right;white-space:nowrap;text-transform:uppercase;padding-bottom:40px;margin-top:auto;font-weight:500}.b-bnrs__title{margin:0;font-size:24px;font-weight:800;text-decoration:none}.b-bnrs__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;position:absolute;right:0;top:0}.b-bnrs__foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;padding-right:90px}@media(min-width: 768px){.b-bnrs{padding-bottom:48px}.b-bnrs__head{gap:16px}.b-bnrs__pic{width:50%;max-width:564px}.b-bnrs__date{padding-bottom:100px;font-size:32px}.b-bnrs__head{margin-bottom:16px}.b-bnrs__title{font-size:40px;max-width:768px}.b-bnrs__title-block{display:none !important}.b-bnrs__foot{padding-right:144px}.b-bnrs__head-title{display:block;font-size:40px;text-decoration:none;font-weight:800}.b-bnrs__head-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}@media(min-width: 1024px){.b-bnrs__head-title{padding-top:80px}}.b-arrowbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;color:var(--base-color);cursor:pointer;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.b-arrowbtn .isvg{font-size:16px;fill:currentColor;stroke:currentColor;stroke-width:2px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.b-arrowbtn:hover{color:var(--primary-color)}.b-arrowbtn._primary{color:var(--primary-color)}.b-arrowbtn._secondary{color:var(--secondary-color)}.b-arrowbtn._lg{width:32px;height:32px}.b-arrowbtn._sm-fix{width:24px;height:24px}.b-arrowbtn._bordered{border:2px solid currentColor}.b-arrowbtn._next:hover .isvg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-arrowbtn._next:active .isvg{-webkit-transform:rotate(45deg) scale(0.8);-ms-transform:rotate(45deg) scale(0.8);transform:rotate(45deg) scale(0.8)}.b-arrowbtn._prev .isvg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.b-arrowbtn._prev:hover .isvg{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.b-arrowbtn._prev:active .isvg{-webkit-transform:rotate(225deg) scale(0.8);-ms-transform:rotate(225deg) scale(0.8);transform:rotate(225deg) scale(0.8)}@media(min-width: 768px){.b-arrowbtn{width:40px;height:40px}.b-arrowbtn .isvg{font-size:26px}.b-arrowbtn._lg{width:48px;height:48px}.b-arrowbtn._sm-fix{width:24px;height:24px}.b-arrowbtn._bordered{border-width:3px}}.b-arrowlink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;text-decoration:none}.b-arrowlink .isvg{font-size:16px;fill:currentColor;stroke:currentColor;stroke-width:2px;margin:0 2px}.b-category-nav{display:block;background:var(--base-color-02);border-top:2px solid var(--base-color);border-bottom:2px solid var(--base-color);padding:20px 0}.b-category-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.b-category-nav__item{display:block;padding:10px 14px;font-size:18px;color:var(--base-color);font-weight:bold;cursor:pointer;text-decoration:none;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.b-category-nav__item:hover{color:var(--base-color-04)}.b-category-nav__item._active{color:#fff;background:var(--base-color)}@media(min-width: 768px){.b-category-nav__list{gap:16px}.b-category-nav__item{font-size:22px;padding:12px 16px}}.b-list__head{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:32px}.b-list__title{font-size:36px;font-weight:800;text-decoration:none;margin:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-list__title._inactive{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:24px;color:var(--base-color-03);-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.b-list__title._inactive:hover{color:var(--base-color-04)}.b-list__search input{background-color:#f5f5f5}.b-list__search{margin:32px 0 40px}.b-list__items .b-preview+.b-preview{margin-top:-2px}.b-list__items .b-author-group+.b-author-group{margin-top:-2px}.b-list__include{padding-top:22px;padding-bottom:22px}.b-list__foot{margin-top:72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 768px){.b-list__head{gap:64px;margin-bottom:64px}.b-list__title{font-size:72px}.b-list__title._inactive{font-size:48px}.b-list__search{margin:64px 0}.b-list__foot{margin-top:64px}}.b-search{display:block;position:relative}.b-search input[type=text]{display:block;width:100%;height:64px;padding-left:56px;font-size:16px;color:var(--base-color);border:0 none;border-radius:0}.b-search .isvg{font-size:24px;fill:var(--primary-color);stroke:var(--primary-color);position:absolute;left:20px;top:50%;margin-top:-12px}.b-preview{border:2px solid var(--base-color);padding-top:20px;padding-bottom:20px}.b-preview:hover .b-arrowbtn{color:var(--secondary-color)}.b-preview:hover .b-arrowbtn .isvg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-preview__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.b-preview__content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.b-preview__category{font-size:14px;color:var(--base-color-03);font-weight:500}.b-preview__title{margin:0;font-size:24px;font-weight:bold;text-decoration:none}.b-preview__title:hover{color:var(--base-color)}.b-preview__details{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.b-preview__pic{display:block;width:267px;aspect-ratio:1/.76;background-position:center;background-repeat:no-repeat;background-size:contain;-ms-flex-negative:1;flex-shrink:1}.b-preview__pic._orange{background-color:var(--primary-color)}.b-preview__pic._blue{background-color:var(--secondary-color)}.b-preview__pic._gray{background-color:var(--base-color-03)}.b-preview__pic._old{background-size:cover}.b-preview__params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;text-align:right;text-transform:uppercase;white-space:nowrap;font-size:16px}.b-preview__date{margin-bottom:auto;font-weight:500}.b-preview__param{color:var(--primary-color);font-weight:bold}.b-preview__param .isvg{font-size:24px;fill:var(--primary-color);stroke:var(--primary-color)}.b-preview__clap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.b-preview__clap .b-clap__animation svg>g>g path{stroke:#fff !important;fill:var(--primary-color) !important}.b-preview__clap .b-clap__animation svg>g>g:first-child path{stroke:var(--primary-color) !important;fill:transparent !important}@media(min-width: 768px){.b-preview{border-left:0 none;border-right:0 none}.b-preview__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:32px}.b-preview__details{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.b-preview__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-preview__content{padding-top:16px;gap:16px}.b-preview__category{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.b-preview__params{width:80px}}@media(min-width: 1024px){.b-preview__category{font-size:24px}.b-preview__title{font-size:40px}.b-preview__params{font-size:24px;width:128px}.b-preview__param .isvg{font-size:32px}.b-preview__pic{-ms-flex-negative:0;flex-shrink:0;width:315px}}.b-crossbnr{background:var(--secondary-color)}.b-crossbnr__inner{padding-top:32px;padding-bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;position:relative}.b-crossbnr__pic{display:block}.b-crossbnr__pic img{display:block;width:128px}.b-crossbnr__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;color:#fff}.b-crossbnr__title{display:block;font-size:24px;font-weight:800;margin:0}.b-crossbnr__text{display:block;font-size:18px}.b-crossbnr__foot{padding-top:8px}.b-crossbnr__closer{display:block;position:absolute;top:18px;right:0;cursor:pointer}.b-crossbnr__closer .isvg{fill:#fff;stroke:#fff;font-size:24px}@media(min-width: 1024px){.b-crossbnr__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px}.b-crossbnr__content{gap:8px}.b-crossbnr__title{font-size:28px}.b-crossbnr__text{font-size:24px}.b-crossbnr__foot{padding-top:16px}}.b-pager{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.b-pager__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;padding:0 12px;font-size:14px;font-weight:bold;color:var(--base-color);text-decoration:none;border:2px solid transparent;-webkit-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}.b-pager__item:hover{border-color:var(--base-color);color:var(--base-color)}.b-pager__item._active{color:#fff;background:var(--base-color)}.b-pager__item._inactive{cursor:default;opacity:.5;padding:0}.b-pager__item._inactive:hover{border-color:transparent}.b-pager__item._prev,.b-pager__item._next{padding:0 10px;border:2px solid var(--base-color);-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.b-pager__item._prev .isvg,.b-pager__item._next .isvg{font-size:16px;fill:var(--base-color);stroke:var(--base-color);-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.b-pager__item._prev:hover,.b-pager__item._next:hover{background:var(--base-color)}.b-pager__item._prev:hover .isvg,.b-pager__item._next:hover .isvg{fill:#fff;stroke:#fff}.b-pager__item._prev .isvg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width: 768px){.b-pager{gap:8px}.b-pager__item{height:56px;padding-left:22px;padding-right:22px;font-size:20px}.b-pager__item._inactive{padding:0 22px}.b-pager__item._prev,.b-pager__item._next{padding-left:14px;padding-right:14px}.b-pager__item._prev .isvg,.b-pager__item._next .isvg{font-size:22px}}.b-author-group .b-author+.b-author{margin-top:-2px}.b-author-group__inner{padding-left:0;padding-right:0}@media(min-width: 768px){.b-author-group{border-top:2px solid var(--base-color);border-bottom:2px solid var(--base-color)}.b-author-group .b-author{width:50%}.b-author-group .b-author+.b-author{margin-top:0}.b-author-group__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.b-author{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:2px solid var(--base-color);border-left:0 none;border-right:0 none;padding:20px 16px;text-decoration:none}.b-author:hover._primary .b-arrowbtn{color:var(--primary-color)}.b-author:hover._secondary .b-arrowbtn{color:var(--secondary-color)}.b-author:hover .b-arrowbtn .isvg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-author:hover .b-author__name{color:var(--base-color)}.b-author__photo{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.b-author__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.b-author__name{font-size:24px;font-weight:800;text-decoration:none;margin:0}.b-author__post{font-size:14px;text-transform:uppercase;font-weight:500}.b-author__params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;white-space:nowrap}.b-author__param{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;color:var(--primary-color);font-weight:bold}.b-author__param .isvg{font-size:24px;fill:var(--primary-color);stroke:var(--primary-color)}.b-author__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.b-author__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.b-author__desc{display:block;text-align:center;font-size:20px}.b-author_details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:0 !important;border:0 none}.b-author_details .b-author__name{font-size:28px}.b-author_details .b-author__post{font-size:16px}.b-author_details .b-author__params{gap:10px}.b-author_details .b-author__param{font-size:16px}.b-author_short{gap:16px;padding:0 !important;border:0 none;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.b-author_short .b-author__name{font-size:16px;font-weight:bold}.b-author_short .b-author__name i{font-weight:bold}@media(min-width: 768px){.b-author{padding:24px;border:0 none}.b-author_details{max-width:680px;margin-left:auto;margin-right:auto}.b-author_details .b-author__name{font-size:56px}.b-author_details .b-author__post{font-size:18px}.b-author_details .b-author__param{font-size:18px}.b-author__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:44px}.b-author__info{gap:16px}.b-author__info .b-author__post{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.b-author__desc{font-size:22px}}@media(min-width: 1024px){.b-author__content{gap:16px;padding-right:20px}.b-author__name{font-size:40px}.b-author__post{font-size:24px}.b-author_details .b-author__name{font-size:72px}}@media(min-width: 1200px){.b-author{padding:24px 48px}.b-author__param{font-size:24px}}.b-photo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:124px;height:165px}.b-photo._primary{background:var(--primary-color)}.b-photo._primary .b-photo__pic{-webkit-transform:translateX(-12px);-ms-transform:translateX(-12px);transform:translateX(-12px)}.b-photo._secondary{background:var(--secondary-color)}.b-photo._secondary .b-photo__pic{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.b-photo__pic{display:block;width:100%;aspect-ratio:1/1;background-size:cover;background-position:center;background-repeat:no-repeat}.b-photo_small{width:40px;height:40px;position:relative}.b-photo_small .b-photo__pic{width:92%;height:92%;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;position:absolute;top:0;left:0}@media(min-width: 1024px){.b-photo{width:198px;height:264px}.b-photo._primary .b-photo__pic{-webkit-transform:translateX(-24px);-ms-transform:translateX(-24px);transform:translateX(-24px)}.b-photo._secondary .b-photo__pic{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}.b-photo_small{width:48px;height:48px}}@media(min-width: 1200px){.b-photo._primary .b-photo__pic{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.b-photo._secondary .b-photo__pic{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}}.b-author-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.b-article{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:56px}.b-article__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-article__title{font-size:36px;margin:0;font-weight:800}.b-article__cover{display:block;position:relative;height:234px;width:100%}.b-article__cover:before{content:" ";display:block;position:absolute;top:0;left:-16px;right:-16px;height:80%}.b-article__cover._blue:before{background:var(--secondary-color)}.b-article__cover._orange:before{background:var(--primary-color)}.b-article__cover._gray:before{background:#ccc}.b-article__cover._old{height:auto !important;aspect-ratio:1/.34}.b-article__cover._old .b-article__pic{background-size:cover}.b-article__pic{display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-size:contain;background-position:center;background-repeat:no-repeat}.b-article__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-article__actions{display:-webkit-box;display:-ms-flexbox;display:flex;background:#e8e8e8;padding:12px 16px;gap:16px;margin-left:-16px;margin-right:-16px}.b-article__params .b-article__param+.b-article__param{margin-top:-2px}.b-article__param{border-top:2px solid var(--base-color);border-bottom:2px solid var(--base-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:16px;text-transform:uppercase;padding:12px 0 8px;font-weight:500}.b-article__author{margin-top:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500}.b-article__contents-title{font-size:36px;margin-bottom:32px;font-weight:800}.b-article__contents-inner{padding-left:32px}.b-article__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:56px}.b-article__subtitle{font-size:28px;font-weight:bold;margin:0 -16px 16px;padding:0 16px 8px;border-bottom:2px solid var(--base-color)}.b-article__block-content{gap:32px;font-size:20px;line-height:1.2}.b-article__block-content img{width:100%}.b-article__block-content,.b-article__block-content .summary,.b-article__block-content section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b-article__block-content>*,.b-article__block-content .summary>*,.b-article__block-content section>*{margin-top:0;margin-bottom:0;font-size:20px;line-height:1.2}.b-article__block-content p{font-size:20px}.b-article__block-content h4{font-size:24px;text-transform:uppercase}.b-article__block-content h5{font-size:22px;text-transform:uppercase}.b-article__block-content section{gap:16px}.b-article__block-content .summary{gap:24px;padding:20px;border:4px solid var(--primary-color)}.b-article__block-content .summary ol,.b-article__block-content .summary ul{padding:0;background:none}.b-article__block-content .summary ol>li:before,.b-article__block-content .summary ul>li:before{background:var(--primary-color)}.b-article__block-content ol,.b-article__block-content ul{list-style:none;padding:16px;background:var(--primary-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-article__block-content ol li,.b-article__block-content ul li{font-weight:500;margin:0;padding:0 0 0 36px;position:relative;line-height:24px}.b-article__block-content ol li:before,.b-article__block-content ul li:before{content:" ";display:block;width:24px;height:24px;line-height:24px;text-align:center;font-size:15px;font-weight:bold;background:#fff;border-radius:50%;position:absolute;left:0;top:0;margin:0;-webkit-transform:none;-ms-transform:none;transform:none}.b-article__block-content ol li ol,.b-article__block-content ol li ul,.b-article__block-content ul li ol,.b-article__block-content ul li ul{padding:0;gap:16px}.b-article__block-content ol{counter-reset:myCounter}.b-article__block-content ol>li:before{counter-increment:myCounter;content:counter(myCounter)}.b-article__block-content p.mark{display:block;padding-left:48px;color:var(--secondary-color);font-style:italic;font-weight:500}.b-article__block-content blockquote{padding-left:48px;padding-right:48px;position:relative;font-style:italic}.b-article__block-content blockquote:before,.b-article__block-content blockquote:after{content:" ";display:block;position:absolute;width:32px;height:32px;top:0;left:0;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAzMiAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzg3MTNfMTQwMzkpIj4KPHBhdGggZD0iTTAgMzIuNDg5N0w2Ljc4Nzg4IDAuNDg5NzQ2SDE1LjUxNTJMMTEuNjM2NCAzMi40ODk3SDBaTTE2LjQ4NDggMzIuNDg5N0wyMy4yNzI3IDAuNDg5NzQ2SDMyTDI4LjEyMTIgMzIuNDg5N0gxNi40ODQ4WiIgZmlsbD0iI0ZGOEYzMiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzg3MTNfMTQwMzkiPgo8cmVjdCB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNDg5NzQ2KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");background-size:contain;background-position:center;background-repeat:no-repeat}.b-article__block-content blockquote:after{left:auto;right:0}.b-article__block-content blockquote cite{display:block;margin-top:16px;color:var(--base-color-04);font-style:normal}.b-article__block-content blockquote cite b{display:block;margin-bottom:8px;color:var(--base-color)}.b-article__block-content table{font-size:18px;border-collapse:collapse}.b-article__block-content table td{background-color:#fff;border:1px solid #292929}.b-article__block-content table th{background-color:#292929;border:1px solid #fff;color:#fff;font-weight:bold}.b-article__block-content table td,.b-article__block-content table th{padding:20px 24px}.b-article__block-content table td:first-child,.b-article__block-content table th:first-child{border-left-width:0}.b-article__block-content table td:last-child,.b-article__block-content table th:last-child{border-right-width:0}.b-article__block-content table.dynamic th,.b-article__block-content table.dynamic td{border-left:0 none;border-right:0 none}.b-article__table{margin-left:-16px;margin-right:-16px;padding:0 16px;overflow:auto}.b-article__include{margin-left:-16px;margin-right:-16px}.b-article__crosslinks .b-article__subtitle{border:0 none}.b-article__crosslinks-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;margin-left:-16px;margin-right:-16px}.b-article__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 0 56px}@media(min-width: 1024px){.b-article{gap:0}.b-article__head{gap:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:72px}.b-article__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:52px;width:58%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.b-article__info{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:450px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.b-article__cover{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;height:auto;aspect-ratio:1/.62}.b-article__cover:before{left:-32px;right:-32px}.b-article__params{width:100%}.b-article__actions{margin-left:0;margin-right:0}.b-article__param{font-size:18px;padding-top:16px}.b-article__contents{margin-bottom:72px}.b-article__contents-title{font-size:52px}.b-article__contents-inner{padding-left:348px}.b-article__text{gap:0}.b-article__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.b-article__subtitle{padding:0 16px 0 0;width:330px;-ms-flex-negative:0;flex-shrink:0;border:0 none;margin:0;font-size:24px}.b-article__block-content{padding-bottom:64px;border-left:2px solid var(--base-color);padding-left:16px;width:calc(100% - 330px)}.b-article__include{margin:0;padding-bottom:16px}.b-article__include .b-preview{border:2px solid var(--base-color);background:#fff}.b-article__include+.b-article__block .b-article__subtitle,.b-article__include+.b-article__block .b-article__block-content{padding-top:64px}.b-article__block-content{font-size:22px}.b-article__block-content>*,.b-article__block-content .summary>*,.b-article__block-content section>*{font-size:22px}.b-article__block-content p{font-size:22px}.b-article__block-content h4{font-size:26px}.b-article__block-content h5{font-size:24px}.b-article__block-content section{gap:32px}.b-article__block-content .summary{padding:32px}.b-article__foot{display:-webkit-box;display:-ms-flexbox;display:flex;border-left:2px solid var(--base-color);margin-left:330px;padding-left:16px;padding-bottom:32px}.b-article__crosslinks .b-article__subtitle{padding-top:64px;padding-bottom:64px;width:332px;border-right:2px solid var(--base-color);margin:0}.b-article__crosslinks-list{margin-left:0;margin-right:0}.b-article__crosslinks-list .b-preview{background:#fff;border:2px solid var(--base-color)}.b-article__nav{padding:72px 0}.b-article__table{width:100%;margin:0;padding:0}}@media(min-width: 1200px){.b-article__title{font-size:72px}.b-article__contents-title{font-size:64px}.b-article__block-content{padding-right:130px}.b-article__table table{min-width:100%}.b-article__table.wide{margin-right:-130px;width:auto}}@media(min-width: 1440px){.b-article__block-content{padding-right:230px}.b-article__table.wide{margin-right:-230px}}@media(max-width: 768.5px){.b-article__table.dynamic table{display:block;width:100%}.b-article__table.dynamic table tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.b-article__table.dynamic table tr{display:block}.b-article__table.dynamic table tr:first-child{display:none !important}.b-article__table.dynamic table td.title{display:block;background:#292929;color:#fff;font-size:17px;padding:12px;border:0 none}.b-article__table.dynamic table td.title a{color:#fff}.b-article__table.dynamic table td:not(.title){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px;border:0 none;border-bottom:1px solid #292929;font-size:17px;padding:12px;text-align:left}.b-article__table.dynamic table td:not(.title):before{display:block;content:attr(data-label);width:45%}.b-article__table.dynamic table td:not(.title).desktop{display:none !important}}.b-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.b-contents__item{display:block;cursor:pointer;font-size:20px;color:var(--base-color);line-height:24px;text-transform:uppercase;-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;font-weight:500;margin:0}.b-contents__item:hover{color:var(--secondary-color)}.b-contents__item:hover .b-arrowbtn .isvg{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.b-contents__item .b-arrowbtn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:4px;vertical-align:bottom;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}@media(min-width: 1024px){.b-contents__item{font-size:24px}}:root{--footaddress-color: var(--secondary-text-color);--footaddress-value-color: var(--base-color);--footaddress-icon-color: #7988A8}body.l-theme-dark{--footaddress-color: var(--themeDark-base-color-op60);--footaddress-value-color: var(--themeDark-base-color-op60);--footaddress-icon-color: var(--themeDark-base-bg06)}body.l-theme-premium{--footaddress-color: var(--themePremium-base-color-op80);--footaddress-value-color: var(--themePremium-base-color-op80);--footaddress-icon-color: var(--themePremium-base-color-op80)}.b-footaddress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:12px;color:var(--footaddress-color)}.b-footaddress__value{color:var(--footaddress-value-color);font-weight:bold}.b-footaddress__icon{font-size:16px;stroke:var(--footaddress-icon-color);stroke-width:1.7}.b-footinfo__title{display:none}.b-footinfo__links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;text-align:center}.b-footinfo__links-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.b-footinfo__links-group._row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.b-footinfo__link{font-size:14px;color:#22284b;text-decoration:none}@media(min-width: 768px){.b-footinfo__links-group{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}@media(min-width: 1024px){.b-footinfo__links{gap:32px}.b-footinfo__links-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;text-align:left}.b-footinfo__title{display:block;font-size:22px;font-weight:bold;margin-bottom:20px}.b-footinfo__link{border-bottom:1px solid rgba(65,78,105,.2)}}.b-footmenu__group{padding:14px 0}.b-footmenu__group+.b-footmenu__group{border-top:1px solid #fff}.b-footmenu__group-title{display:block;font-size:16px;font-weight:bold;color:var(--base-color);position:relative;cursor:pointer;text-decoration:none}.b-footmenu__group-title .isvg{font-size:20px;fill:rgba(34,40,75,.8);position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.b-footmenu__group-title .isvg-arrow-up-right{display:none}.b-footmenu__group-title._active .isvg{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.b-footmenu__group-inner{display:none}.b-footmenu__submenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding-top:10px}.b-footmenu__item{display:block;font-size:13px;color:var(--footmenu-item-color);padding:3px 0}@media(min-width: 1024px){.b-footmenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.b-footmenu._active .b-footmenu__group-inner{visibility:visible;opacity:1}.b-footmenu__group{padding:0}.b-footmenu__group+.b-footmenu__group{border-top:0 none}.b-footmenu__group-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.b-footmenu__group-title .isvg{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.b-footmenu__group-title .isvg-arrow-down{display:none}.b-footmenu__group-title .isvg-arrow-up-right{display:inline-block;stroke:#7988a8;font-size:13px;stroke-width:2px;margin-top:3px}.b-footmenu__group-inner{display:block;visibility:hidden;opacity:0}}@media(min-width: 1440px){.b-footmenu__item{max-width:220px}}.b-iconlink{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.b-iconlink__icon{font-size:16px;stroke:#414e69;stroke-width:1.7px}.b-iconlink__link{font-size:14px;color:var(--base-color);border-bottom:1px solid rgba(86,102,137,.2)}.b-mobileapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.b-mobileapp__title{display:block;font-size:22px;font-weight:bold;margin-bottom:4px;color:var(--base-color)}.b-mobileapp__text{display:block;font-size:12px;color:var(--base-color-op80)}.b-contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.b-contact__value{font-size:32px;color:var(--base-color);font-weight:bold;-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off}.b-contact__label{font-size:15px;color:var(--base-color)}@media(min-width: 1024px){.b-contact__value{font-size:22px}.b-contact__label{font-size:11px}}.b-social-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.b-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:12px}.b-social .isvg{fill:#7988a8}.b-social .isvg-soc-vk{font-size:12px}.b-social .isvg-soc-tg{font-size:16px}.b-social .isvg-soc-yt{font-size:15px}.b-social .isvg-soc-zen{font-size:26px}.b-expologo{display:block}.b-expologo__sm{width:46px;height:40px;display:block}.b-expologo__lg{width:215px;display:none}.b-expologo__default{width:55px}@media(min-width: 1200px){.b-expologo__sm{display:none}.b-expologo__lg{display:block}}.b-product{background:#e0edf6;display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;gap:12px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.b-product__pic{height:230px;background-size:contain;background-position:center;background-repeat:no-repeat}.b-product__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.b-product__section{display:block;font-size:15px;margin-bottom:4px;color:rgba(34,40,75,.6)}.b-product__name{display:block;font-size:24px;font-weight:bold;color:#22284b}.b-product__params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;padding:12px 0}.b-product__param{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;font-size:16px;font-weight:500}.b-product__foot{display:block}.b-product__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background:#ff8f32;color:#fff;border-radius:30px;height:56px;font-size:17px;font-weight:500;border:0 none;width:100%;padding:0 24px;text-decoration:none}.b-product__btn:hover{background:#ffa74a;color:#fff}@media(min-width: 768px){.b-product{padding:24px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.b-product__pic{height:auto;width:310px;min-height:230px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto}.b-product__content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.b-product__section{margin-bottom:14px}.b-product__name{font-size:28px}.b-product__content{gap:16px}.b-product__params{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px;padding:0}.b-product__param{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;font-size:17px}.b-product__foot{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.b-product__btn{width:auto}}.b-breadcrumbs{margin-top:-16px;margin-bottom:24px;padding:8px 0}.b-breadcrumbs__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;text-decoration:none;color:var(--base-color-op80);gap:2px}.b-breadcrumbs__back{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.b-breadcrumbs__back .isvg{font-size:16px;fill:var(--base-color-op80)}@media(min-width: 768px){.b-breadcrumbs{margin-top:-24px;margin-bottom:32px}.b-breadcrumbs__item{font-size:15px}}.b-clap-btn{color:var(--base-color);-webkit-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}.b-clap-btn:hover{color:var(--primary-color)}.b-clap-btn:hover .b-clap__animation svg>g>g path{stroke:var(--primary-color) !important}.b-clap{display:block;width:32px;height:32px;position:relative}.b-clap__animation{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:42px;height:42px}.b-clap__animation svg>g>g:last-child{display:none !important}.b-clap__animation svg>g>g path{stroke:var(--base-color) !important;-webkit-transition:stroke .2s ease;-o-transition:stroke .2s ease;transition:stroke .2s ease}
/* End */
/* /assets/release/css/styles.css?17667467295055 */
/* /assets/abtest/css/mob-suggestions.css?17667467263083 */
/* /assets/abtest/css/mob-fast-request.css?17667467263074 */
/* /assets/abtest/css/index-promo-mobile.css?1766746726379 */
/* /assets/abtest/css/index-promo.css?17667467262197 */
/* /assets/eblog/css/common.css?1766746730138907 */
