

/* Start:/local/templates/main/css/fonts-style.css?15882407572527*/
@font-face {
  font-family: 'icons';
  src:
          url('/local/templates/main/css/../fonts/icons.ttf?13m746') format('truetype'),
          url('/local/templates/main/css/../fonts/icons.woff?13m746') format('woff'),
          url('/local/templates/main/css/../fonts/icons.svg?13m746#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-file:before {
  content: "\e921";
}
.icon-file-pdf:before {
  content: "\e900";
}
.icon-file-doc:before {
  content: "\e901";
}
.icon-file-img:before {
  content: "\e902";
}
.icon-file-jpg:before {
  content: "\e903";
}
.icon-file-png:before {
  content: "\e904";
}
.icon-file-ppt:before {
  content: "\e905";
}
.icon-file-tiff:before {
  content: "\e906";
}
.icon-file-video:before {
  content: "\e907";
}
.icon-file-xls:before {
  content: "\e908";
}
.icon-file-zip:before {
  content: "\e909";
}
.icon-place:before {
  content: "\e916";
}
.icon-trash:before {
  content: "\e91c";
}
.icon-close:before {
  content: "\e91d";
}
.icon-external:before {
  content: "\e91e";
}
.icon-arrow-back:before {
  content: "\e91f";
}
.icon-calendar:before {
  content: "\e920";
}
.icon-danger:before {
  content: "\e922";
}
.icon-dropdown:before {
  content: "\e923";
}
.icon-info:before {
  content: "\e924";
}
.icon-success:before {
  content: "\e925";
}
.icon-soc-dropbox:before {
  content: "\e92c";
}
.icon-soc-facebook:before {
  content: "\e92d";
}
.icon-soc-gplus:before {
  content: "\e92e";
}
.icon-soc-instagram:before {
  content: "\e92f";
}
.icon-soc-linkedin:before {
  content: "\e930";
}
.icon-soc-mailru:before {
  content: "\e931";
}
.icon-soc-ok:before {
  content: "\e932";
}
.icon-soc-pinterest:before {
  content: "\e933";
}
.icon-soc-skype:before {
  content: "\e934";
}
.icon-soc-telegram:before {
  content: "\e935";
}
.icon-soc-twitter:before {
  content: "\e936";
}
.icon-soc-viber:before {
  content: "\e937";
}
.icon-soc-vimeo:before {
  content: "\e938";
}
.icon-soc-vk:before {
  content: "\e939";
}
.icon-soc-whatsapp:before {
  content: "\e93a";
}
.icon-soc-yadisk:before {
  content: "\e93b";
}
.icon-soc-yandex:before {
  content: "\e93c";
}
.icon-soc-youtube:before {
  content: "\e93d";
}

/* End */


/* Start:/local/templates/main/css/selectric.css?16088055996317*/
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  height: 100%;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid rgba(51, 51, 51, 0.1);
  background: #ffffff;
  position: relative;
  border-radius: 6px;
  font-size: 15px;
  height: 100%;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 30px 0 0;
  padding: 18px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #333333;
  min-height: 18px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
  background-color: transparent !important;
  cursor: pointer;
  background: #3F91CD url("/local/templates/main/html/common/images/arrow-down.svg") no-repeat 50% 50%;
}

.selectric .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom: none;
}



.selectric-hover .selectric .button {
  color: #888;
  cursor: pointer;
}


.selectric-open .selectric {
  background: #ffffff;
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 2px;
}

.selectric-open .selectric-items {
  display: block;
  z-index: 20;
}
.selectric-items {
  height: auto;
}

@media (max-width: 400px) {
  .selectric-items {
    height: 378px !important;
  }
}
.selectric-open .button {
  transform: rotate(180deg);
}

.selectric-open.selectric-above .selectric {
  border-top-width: 0;
  border-bottom-width: 2px;
}

.selectric-open.selectric-above .selectric-items {
  border-bottom-width: 0;
  border-top-width: 2px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.1);
  border-top-width: 0;
  z-index: -1;
  padding: 0 24px 30px 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.selectric-scroll ul {
  max-height: 329px;
}
.selectric-scroll ul::-webkit-scrollbar {
  -webkit-appearance: none;
  border-radius: 3.5px;
  width: 7px;
  -webkit-overflow-scrolling: auto;
}
.selectric-scroll ul::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 3.5px;
  -webkit-border-radius: 3.5px;
  width: 7px;
}
.selectric-scroll ul::-webkit-scrollbar-track {
  border-radius: 3.5px;
  -webkit-border-radius: 3.5px;
  background-color: #f2f2f2;
}
.selectric-scroll::-webkit-scrollbar {
  border-radius: 3.5px;
  -webkit-border-radius: 3.5px;
  width: 7px;
}
.selectric-scroll::-webkit-scrollbar-thumb {

  background-color: #c4c4c4;
  border-radius: 3.5px;
  width: 7px;
}
.selectric-scroll::-webkit-scrollbar-track {
  border-radius: 3.5px;
  background-color: #f2f2f2;
}


.selectric-items .selectric-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px 20px 10px 23px;
  color: #999999;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  tab-index: 1;
}

.selectric-items li.highlighted {
  color: #3F91CD;
}

.selectric-items li.selected {
  color: #3F91CD;
}

.selectric-items li:hover {
  color: #3F91CD;
}

.selectric-items .disabled {
  display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}
.selectric-below .label {
  color: #333333;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
.selectric-wrapper.multiple .selectric-items li {
  position: relative;
  padding-left: 55px;
  color: #333333;
}
.selectric-wrapper.multiple .selectric-items li::before {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  left: 20px;
  width: 23px;
  height: 23px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  box-sizing: border-box;
}
.selectric-wrapper.multiple .selectric-items li:hover {
  color: #333333;
}
.selectric-wrapper.multiple .selectric-items li.selected::before {
  background: #3F91CD url("/local/templates/main/html/common/images/checked.svg") no-repeat 50% 50%;
}
/* End */


/* Start:/local/templates/main/css/ps.css?16220462952853*/
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: block;
    opacity: 0.6;
    background-color: #f2f2f2 !important;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 7px !important;
    height: 300px !important;
    border-radius: 3.5px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 6px !important;
    /* please don't change 'position' */
    position: absolute;
    max-height: 300px;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 7px;
    height: 86px !important;
    /* there must be 'right' for ps__thumb-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

/* End */


/* Start:/local/templates/main/css/suggestions.css?16608890353359*/
.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
/**
 * Промо-блок
 */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 4px;
  text-align: center;
}
.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 20px;
  text-decoration: none;
}
.suggestions-promo a:hover {
  filter: grayscale(0);
}
.suggestions-promo svg {
  height: 20px;
  vertical-align: bottom;
}
@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}

/* End */


/* Start:/local/templates/main/styles.css?17080877308052*/
/**
 * @category	Individ
 * @link		http://individ.ru
 * @revision	$Revision$
 * @date		$Date$
 */

/**
 * XXX: Стили Bootstrap, адаптированные под макет
 */


/**
* XXX: Служебные стили
*/
.out-of-bounds {
    left: -9999px;
    position: absolute;
    top: -9999px;
    visibility: hidden;
}
.no-user-select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* для IE использовать атрибут unselectable="on" */
}


/* Индикатор загрузки */
.loading-indicator {
    position: relative;
}
.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
    position: absolute;
    z-index: 1000;
}
.loading-indicator .loading-layer {
    bottom: 0;
    left: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    right: 0;
    top: 0;
}
.loading-indicator .loading-icon {
    height: 50px;
    margin: -25px 0 0 -40px;
    left: 50%;
    top: 50%;
    width: 80px;
}
body.loading-indicator .loading-icon {
    position: fixed;
}
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-body {
    padding: 0px;
}

/* Индикатор загрузки Bitrix */
body div.waitwindowlocalshadow {
    background: url(/local/templates/main/images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.3);
    border: none;
}
body div.waitwindowlocalshadow + div.waitwindowlocal {
    display: none;
}

/* Контроллер "Наверх" */
#go-top {
    bottom: -20%;
    height: 0;
    left: 50%;
    margin-left: 620px;
    opacity: 0;
    position: fixed;
    right: 20px;

    -moz-transition: bottom 400ms, opacity 600ms;
    -ms-transition: bottom 400ms, opacity 600ms;
    -o-transition: bottom 400ms, opacity 600ms;
    -webkit-transition: bottom 400ms, opacity 600ms;
    transition: bottom 400ms, opacity 600ms;
}
#go-top.enabled {
    bottom: 50%;
    opacity: 1;
}


.calendar__table .calendar__button td {
    padding: 0;
}
.mfp-close {
    z-index: 10000;
}

.common__links-item.active {
    color: #333;
    text-decoration: none;
    pointer-events: none !important;
}

.inner-menu__item.active {
    color: #333;
    text-decoration: none;
    pointer-events: none !important;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 632px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.pointer-events-none{
    pointer-events: none !important;
}

.show{
    opacity: 1;
}

.inner.search {
    background-color: #ffffff;
}

.clients__links-item.active,.inner-menu__item.active a{
    color: #333;
}

.document__icon{
    font-size: 29px;
}

.backlink {
    cursor:pointer;
}

.press-detail__bottom-subscribe{
    display: none;
}
.b-form__content {
	margin-bottom: 90px;
}
.modal_signal {
	max-width: 1000px;
    max-height: 1000px;
	.question-collapse-box {
		margin-bottom: 20px;
		font-size: 12px;

		.question-collapse-title {
			color: #47A3D5;
			text-decoration: underline;
			cursor: pointer;

			&:hover {
				text-decoration: none;
			}
		}

		.question-collapse-body {
			overflow: hidden;
			max-height: 0;
			transition: all .5s;

			&.active {
				overflow: auto;
				max-height: 10000px;
			}
		}

		.b-check__label {
			font-size: 16px;
			margin-right: 10px;
		}
	}
}
.b-input-box
{
  
    margin-bottom: 15px;
    background-position: calc(100% - 10px) 10px;
}
.b-form {
	background: #fff;
	padding: 30px;
}
.b-form__file
{
	margin-bottom: -90px;
}
.btn {
	max-width: none;
}

.b-select {
	display: block;
}

.b-select_filter {
	display: block;
	width: 600px;
}

.selectize-control {
	margin-top: 5px;
}

.selectize-control,
.selectize-input {
	width: 100%;
}

.item {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.b-check {
	margin-bottom: 5px;
}

.b-input {
	max-width: 100%;
	
}

.input {
	display: none;
}

.b-input__text {
	display: block;
	width: 600px;
}

.b-input__label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.btn_file {
	display: inline-block;
	width: 700px;
	text-align: center;
	background-color: #eee;
	border-radius: 4px;
	font-size: 14px;
	padding: 12px 10px;
	line-height: 1;
	color: #fff;
	height: 40px;
	transition: all .3s ease;
	cursor: pointer;
}
.btn_file:hover {
	background-color: #47a3d5;
	/* Синяя кнопка при наведении */
}
.btn_file input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.btn_file_1 {
	display: inline-block;
	width: 700px;
	text-align: center;
	background-color:  #47a3d5;
	border-radius: 4px;
	font-size: 14px;
	padding: 12px 10px;
	line-height: 1;
	color: #fff;
	height: 40px;
	transition: all .3s ease;
	cursor: pointer;
}


.b-input__error {
	padding: 5px 0 0;
	font-size: 14px;
	color: #cd5959;
}

.blue {
	color: #47a3d5;
}

.b-form__submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.success {
    font-size: xx-large;
}
.title-2 {
    font-size: xx-large;
 }
/* End */


/* Start:/local/templates/main/template_styles.css?1710876935659817*/
@charset "UTF-8";

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-ExtraBold.eot");
	src: local("Gilroy-ExtraBold"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBold.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBold.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-RegularItalic.eot");
	src: local("Gilroy-RegularItalic"), url("/local/templates/main/fonts/subset-Gilroy-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-RegularItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-RegularItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-RegularItalic.svg#Gilroy-RegularItalic") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-ThinItalic.eot");
	src: local("Gilroy-ThinItalic"), url("/local/templates/main/fonts/subset-Gilroy-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-ThinItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-ThinItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-ThinItalic.svg#Gilroy-ThinItalic") format("svg");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-UltraLightItalic.eot");
	src: local("Gilroy-UltraLightItalic"), url("/local/templates/main/fonts/subset-Gilroy-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-UltraLightItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-UltraLightItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-UltraLightItalic.svg#Gilroy-UltraLightItalic") format("svg");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-BoldItalic.eot");
	src: local("Gilroy-BoldItalic"), url("/local/templates/main/fonts/subset-Gilroy-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-BoldItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-BoldItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-BoldItalic.svg#Gilroy-BoldItalic") format("svg");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Regular.eot");
	src: local("Gilroy-Regular"), url("/local/templates/main/fonts/subset-Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Regular.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Regular.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Regular.svg#Gilroy-Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Heavy.eot");
	src: local("Gilroy-Heavy"), url("/local/templates/main/fonts/subset-Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Heavy.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Heavy.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Light.eot");
	src: local("Gilroy-Light"), url("/local/templates/main/fonts/subset-Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Light.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Light.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Light.svg#Gilroy-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Black.eot");
	src: local("Gilroy-Black"), url("/local/templates/main/fonts/subset-Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Black.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Black.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Black.svg#Gilroy-Black") format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-UltraLight.eot");
	src: local("Gilroy-UltraLight"), url("/local/templates/main/fonts/subset-Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-UltraLight.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-UltraLight.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-UltraLight.svg#Gilroy-UltraLight") format("svg");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-LightItalic.eot");
	src: local("Gilroy-LightItalic"), url("/local/templates/main/fonts/subset-Gilroy-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-LightItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-LightItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-LightItalic.svg#Gilroy-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-SemiBoldItalic.eot");
	src: local("Gilroy-SemiBoldItalic"), url("/local/templates/main/fonts/subset-Gilroy-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-SemiBoldItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-SemiBoldItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-SemiBoldItalic.svg#Gilroy-SemiBoldItalic") format("svg");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Thin.eot");
	src: local("Gilroy-Thin"), url("/local/templates/main/fonts/subset-Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Thin.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Thin.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Thin.svg#Gilroy-Thin") format("svg");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-ExtraBoldItalic.eot");
	src: local("Gilroy-ExtraBoldItalic"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBoldItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-ExtraBoldItalic.svg#Gilroy-ExtraBoldItalic") format("svg");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-MediumItalic.eot");
	src: local("Gilroy-MediumItalic"), url("/local/templates/main/fonts/subset-Gilroy-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-MediumItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-MediumItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-MediumItalic.svg#Gilroy-MediumItalic") format("svg");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-BlackItalic.eot");
	src: local("Gilroy-BlackItalic"), url("/local/templates/main/fonts/subset-Gilroy-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-BlackItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-BlackItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-BlackItalic.svg#Gilroy-BlackItalic") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-HeavyItalic.eot");
	src: local("Gilroy-HeavyItalic"), url("/local/templates/main/fonts/subset-Gilroy-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-HeavyItalic.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-HeavyItalic.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-HeavyItalic.svg#Gilroy-HeavyItalic") format("svg");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-SemiBold.eot");
	src: local("Gilroy-SemiBold"), url("/local/templates/main/fonts/subset-Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-SemiBold.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-SemiBold.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Bold.eot");
	src: local("Gilroy-Bold"), url("/local/templates/main/fonts/subset-Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Bold.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Bold.svg#Gilroy-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url("/local/templates/main/fonts/subset-Gilroy-Medium.eot");
	src: local("Gilroy-Medium"), url("/local/templates/main/fonts/subset-Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/main/fonts/subset-Gilroy-Medium.woff2") format("woff2"), url("/local/templates/main/fonts/subset-Gilroy-Medium.woff") format("woff"), url("/local/templates/main/fonts/subset-Gilroy-Medium.svg#Gilroy-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}

.bg-pos-c {
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.h1 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
}

.h2 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 56px;
	line-height: 56px;
}

.h3 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

.h4,
.growth-goal__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.p1,
.growth__footer {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.p2,
.growth-goal,
.growth__worth p,
.growth__worth ul li {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.p2-navig {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}

.p2-date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
}

.p3 {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

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

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

.mb-0 {
	margin-bottom: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.m-4 {
	margin: 4px !important;
}

.mt-4 {
	margin-top: 4px !important;
}

.mb-4 {
	margin-bottom: 4px !important;
}

.mr-4 {
	margin-right: 4px !important;
}

.m-8 {
	margin: 8px !important;
}

.mt-8 {
	margin-top: 8px !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.mr-8 {
	margin-right: 8px !important;
}

.m-12 {
	margin: 12px !important;
}

.mt-12 {
	margin-top: 12px !important;
}

.mb-12 {
	margin-bottom: 12px !important;
}

.mr-12 {
	margin-right: 12px !important;
}

.m-16 {
	margin: 16px !important;
}

.mt-16 {
	margin-top: 16px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.mr-16 {
	margin-right: 16px !important;
}

.m-20 {
	margin: 20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.m-24 {
	margin: 24px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.mr-24 {
	margin-right: 24px !important;
}

.m-28 {
	margin: 28px !important;
}

.mt-28 {
	margin-top: 28px !important;
}

.mb-28 {
	margin-bottom: 28px !important;
}

.mr-28 {
	margin-right: 28px !important;
}

.m-32 {
	margin: 32px !important;
}

.mt-32 {
	margin-top: 32px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.mr-32 {
	margin-right: 32px !important;
}

.m-40 {
	margin: 40px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.m-48 {
	margin: 48px !important;
}

.mt-48 {
	margin-top: 48px !important;
}

.mb-48 {
	margin-bottom: 48px !important;
}

.mr-48 {
	margin-right: 48px !important;
}

.m-56 {
	margin: 56px !important;
}

.mt-56 {
	margin-top: 56px !important;
}

.mb-56 {
	margin-bottom: 56px !important;
}

.mr-56 {
	margin-right: 56px !important;
}

.m-60 {
	margin: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.m-64 {
	margin: 64px !important;
}

.mt-64 {
	margin-top: 64px !important;
}

.mb-64 {
	margin-bottom: 64px !important;
}

.mr-64 {
	margin-right: 64px !important;
}

.m-68 {
	margin: 68px !important;
}

.mt-68 {
	margin-top: 68px !important;
}

.mb-68 {
	margin-bottom: 68px !important;
}

.mr-68 {
	margin-right: 68px !important;
}

.m-80 {
	margin: 80px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.m-96 {
	margin: 96px !important;
}

.mt-96 {
	margin-top: 96px !important;
}

.mb-96 {
	margin-bottom: 96px !important;
}

.mr-96 {
	margin-right: 96px !important;
}

.m-120 {
	margin: 120px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.p-4 {
	padding: 4px !important;
}

.pt-4 {
	padding-top: 4px !important;
}

.pb-4 {
	padding-bottom: 4px !important;
}

.pr-4 {
	padding-right: 4px !important;
}

.p-8 {
	padding: 8px !important;
}

.pt-8 {
	padding-top: 8px !important;
}

.pb-8 {
	padding-bottom: 8px !important;
}

.pr-8 {
	padding-right: 8px !important;
}

.p-12 {
	padding: 12px !important;
}

.pt-12 {
	padding-top: 12px !important;
}

.pb-12 {
	padding-bottom: 12px !important;
}

.pr-12 {
	padding-right: 12px !important;
}

.p-16 {
	padding: 16px !important;
}

.pt-16 {
	padding-top: 16px !important;
}

.pb-16 {
	padding-bottom: 16px !important;
}

.pr-16 {
	padding-right: 16px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.p-24 {
	padding: 24px !important;
}

.pt-24 {
	padding-top: 24px !important;
}

.pb-24,
.press__top {
	padding-bottom: 24px !important;
}

.pr-24 {
	padding-right: 24px !important;
}

.p-28 {
	padding: 28px !important;
}

.pt-28 {
	padding-top: 28px !important;
}

.pb-28 {
	padding-bottom: 28px !important;
}

.pr-28 {
	padding-right: 28px !important;
}

.p-32 {
	padding: 32px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

.pr-32 {
	padding-right: 32px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.p-48 {
	padding: 48px !important;
}

.pt-48 {
	padding-top: 48px !important;
}

.pb-48 {
	padding-bottom: 48px !important;
}

.pr-48 {
	padding-right: 48px !important;
}

.p-56 {
	padding: 56px !important;
}

.pt-56 {
	padding-top: 56px !important;
}

.pb-56 {
	padding-bottom: 56px !important;
}

.pr-56 {
	padding-right: 56px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.p-64 {
	padding: 64px !important;
}

.pt-64 {
	padding-top: 64px !important;
}

.pb-64 {
	padding-bottom: 64px !important;
}

.pr-64 {
	padding-right: 64px !important;
}

.p-68 {
	padding: 68px !important;
}

.pt-68 {
	padding-top: 68px !important;
}

.pb-68 {
	padding-bottom: 68px !important;
}

.pr-68 {
	padding-right: 68px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.p-96 {
	padding: 96px !important;
}

.pt-96 {
	padding-top: 96px !important;
}

.pb-96 {
	padding-bottom: 96px !important;
}

.pr-96 {
	padding-right: 96px !important;
}

.p-120 {
	padding: 120px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pr-120 {
	padding-right: 120px !important;
}

@-webkit-keyframes showInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes showInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.showInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes showOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes showOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.showOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideInRightMenu {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRightMenu {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRightMenu {
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-animation-name: slideInRightMenu;
	animation-name: slideInRightMenu;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

@-webkit-keyframes slideOutRightMenu {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRightMenu {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRightMenu {
	-webkit-animation-timing-function: cubic-bezier(0.16, 0.77, 0.41, 1);
	animation-timing-function: cubic-bezier(0.16, 0.77, 0.41, 1);
	-webkit-animation-name: slideOutRightMenu;
	animation-name: slideOutRightMenu;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

@-webkit-keyframes titleSlideIn {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes titleSlideIn {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.titleSlideIn {
	-webkit-animation-name: titleSlideIn;
	animation-name: titleSlideIn;
}

@-webkit-keyframes titleSlideOut {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, -120%, 0);
		transform: translate3d(0, -120%, 0);
	}
}

@keyframes titleSlideOut {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, -120%, 0);
		transform: translate3d(0, -120%, 0);
	}
}

.titleSlideOut {
	-webkit-animation-name: titleSlideOut;
	animation-name: titleSlideOut;
}

@-webkit-keyframes textFadeIn {
	from {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
		opacity: 1;
	}
}

@keyframes textFadeIn {
	from {
		-webkit-transform: translate3d(0, 30%, 0);
		transform: translate3d(0, 30%, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
		opacity: 1;
	}
}

.textFadeIn {
	-webkit-animation-name: textFadeIn;
	animation-name: textFadeIn;
}

@-webkit-keyframes homeFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes homeFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.homeFadeInDown {
	-webkit-animation-name: homeFadeInDown;
	animation-name: homeFadeInDown;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@-webkit-keyframes homeFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes homeFadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.homeFadeInUp {
	-webkit-animation-name: homeFadeInUp;
	animation-name: homeFadeInUp;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@-webkit-keyframes contentReveals {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes contentReveals {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes contentHides {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: 0;
	}
}

@keyframes contentHides {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: 0;
	}
}

/*!
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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 {
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1344px;
	}
}

@media (min-width: 1400px) {
	header .container {
		max-width: 98%;
	}
}

@media (min-width: 1470px) {
	header .container {
		max-width: 1470px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.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.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.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.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.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.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.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.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.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.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 768px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1400px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.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.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.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.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.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.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.offset-xl-2 {
		margin-left: 16.66667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333%;
	}

	.offset-xl-5 {
		margin-left: 41.66667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333%;
	}

	.offset-xl-8 {
		margin-left: 66.66667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333%;
	}

	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

.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,
.main__slide {
	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: 768px) {
	.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: 992px) {
	.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: 1200px) {
	.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: 1400px) {
	.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 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,
.main__slide {
	-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,
.main__slide {
	-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: 768px) {
	.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: 992px) {
	.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: 1200px) {
	.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: 1400px) {
	.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;
	}
}

.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: 0.25rem !important;
}

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

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

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

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.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: 4px !important;
}

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

.mr-4,
.mx-4 {
	margin-right: 4px !important;
}

.mb-4,
.my-4 {
	margin-bottom: 4px !important;
}

.ml-4,
.mx-4 {
	margin-left: 4px !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;
}

.m-8 {
	margin: 8px !important;
}

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

.mr-8,
.mx-8 {
	margin-right: 8px !important;
}

.mb-8,
.my-8 {
	margin-bottom: 8px !important;
}

.ml-8,
.mx-8 {
	margin-left: 8px !important;
}

.m-12 {
	margin: 12px !important;
}

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

.mr-12,
.mx-12 {
	margin-right: 12px !important;
}

.mb-12,
.my-12 {
	margin-bottom: 12px !important;
}

.ml-12,
.mx-12 {
	margin-left: 12px !important;
}

.m-16 {
	margin: 16px !important;
}

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

.mr-16,
.mx-16 {
	margin-right: 16px !important;
}

.mb-16,
.my-16 {
	margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
	margin-left: 16px !important;
}

.m-20 {
	margin: 20px !important;
}

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

.mr-20,
.mx-20 {
	margin-right: 20px !important;
}

.mb-20,
.my-20 {
	margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
	margin-left: 20px !important;
}

.m-24 {
	margin: 24px !important;
}

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

.mr-24,
.mx-24 {
	margin-right: 24px !important;
}

.mb-24,
.my-24 {
	margin-bottom: 24px !important;
}

.ml-24,
.mx-24 {
	margin-left: 24px !important;
}

.m-28 {
	margin: 28px !important;
}

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

.mr-28,
.mx-28 {
	margin-right: 28px !important;
}

.mb-28,
.my-28 {
	margin-bottom: 28px !important;
}

.ml-28,
.mx-28 {
	margin-left: 28px !important;
}

.m-32 {
	margin: 32px !important;
}

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

.mr-32,
.mx-32 {
	margin-right: 32px !important;
}

.mb-32,
.my-32 {
	margin-bottom: 32px !important;
}

.ml-32,
.mx-32 {
	margin-left: 32px !important;
}

.m-40 {
	margin: 40px !important;
}

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

.mr-40,
.mx-40 {
	margin-right: 40px !important;
}

.mb-40,
.my-40 {
	margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
	margin-left: 40px !important;
}

.m-48 {
	margin: 48px !important;
}

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

.mr-48,
.mx-48 {
	margin-right: 48px !important;
}

.mb-48,
.my-48 {
	margin-bottom: 48px !important;
}

.ml-48,
.mx-48 {
	margin-left: 48px !important;
}

.m-56 {
	margin: 56px !important;
}

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

.mr-56,
.mx-56 {
	margin-right: 56px !important;
}

.mb-56,
.my-56 {
	margin-bottom: 56px !important;
}

.ml-56,
.mx-56 {
	margin-left: 56px !important;
}

.m-60 {
	margin: 60px !important;
}

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

.mr-60,
.mx-60 {
	margin-right: 60px !important;
}

.mb-60,
.my-60 {
	margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
	margin-left: 60px !important;
}

.m-64 {
	margin: 64px !important;
}

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

.mr-64,
.mx-64 {
	margin-right: 64px !important;
}

.mb-64,
.my-64 {
	margin-bottom: 64px !important;
}

.ml-64,
.mx-64 {
	margin-left: 64px !important;
}

.m-68 {
	margin: 68px !important;
}

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

.mr-68,
.mx-68 {
	margin-right: 68px !important;
}

.mb-68,
.my-68 {
	margin-bottom: 68px !important;
}

.ml-68,
.mx-68 {
	margin-left: 68px !important;
}

.m-80 {
	margin: 80px !important;
}

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

.mr-80,
.mx-80 {
	margin-right: 80px !important;
}

.mb-80,
.my-80 {
	margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
	margin-left: 80px !important;
}

.m-96 {
	margin: 96px !important;
}

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

.mr-96,
.mx-96 {
	margin-right: 96px !important;
}

.mb-96,
.my-96 {
	margin-bottom: 96px !important;
}

.ml-96,
.mx-96 {
	margin-left: 96px !important;
}

.m-120 {
	margin: 120px !important;
}

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

.mr-120,
.mx-120 {
	margin-right: 120px !important;
}

.mb-120,
.my-120 {
	margin-bottom: 120px !important;
}

.ml-120,
.mx-120 {
	margin-left: 120px !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: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.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: 4px !important;
}

.pt-4,
.py-4 {
	padding-top: 4px !important;
}

.pr-4,
.px-4 {
	padding-right: 4px !important;
}

.pb-4,
.py-4 {
	padding-bottom: 4px !important;
}

.pl-4,
.px-4 {
	padding-left: 4px !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;
}

.p-8 {
	padding: 8px !important;
}

.pt-8,
.py-8 {
	padding-top: 8px !important;
}

.pr-8,
.px-8 {
	padding-right: 8px !important;
}

.pb-8,
.py-8 {
	padding-bottom: 8px !important;
}

.pl-8,
.px-8 {
	padding-left: 8px !important;
}

.p-12 {
	padding: 12px !important;
}

.pt-12,
.py-12 {
	padding-top: 12px !important;
}

.pr-12,
.px-12 {
	padding-right: 12px !important;
}

.pb-12,
.py-12 {
	padding-bottom: 12px !important;
}

.pl-12,
.px-12 {
	padding-left: 12px !important;
}

.p-16 {
	padding: 16px !important;
}

.pt-16,
.py-16 {
	padding-top: 16px !important;
}

.pr-16,
.px-16 {
	padding-right: 16px !important;
}

.pb-16,
.py-16 {
	padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
	padding-left: 16px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20,
.py-20 {
	padding-top: 20px !important;
}

.pr-20,
.px-20 {
	padding-right: 20px !important;
}

.pb-20,
.py-20 {
	padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
	padding-left: 20px !important;
}

.p-24 {
	padding: 24px !important;
}

.pt-24,
.py-24 {
	padding-top: 24px !important;
}

.pr-24,
.px-24 {
	padding-right: 24px !important;
}

.pb-24,
.press__top,
.py-24 {
	padding-bottom: 24px !important;
}

.pl-24,
.px-24 {
	padding-left: 24px !important;
}

.p-28 {
	padding: 28px !important;
}

.pt-28,
.py-28 {
	padding-top: 28px !important;
}

.pr-28,
.px-28 {
	padding-right: 28px !important;
}

.pb-28,
.py-28 {
	padding-bottom: 28px !important;
}

.pl-28,
.px-28 {
	padding-left: 28px !important;
}

.p-32 {
	padding: 32px !important;
}

.pt-32,
.py-32 {
	padding-top: 32px !important;
}

.pr-32,
.px-32 {
	padding-right: 32px !important;
}

.pb-32,
.py-32 {
	padding-bottom: 32px !important;
}

.pl-32,
.px-32 {
	padding-left: 32px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40,
.py-40 {
	padding-top: 40px !important;
}

.pr-40,
.px-40 {
	padding-right: 40px !important;
}

.pb-40,
.py-40 {
	padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
	padding-left: 40px !important;
}

.p-48 {
	padding: 48px !important;
}

.pt-48,
.py-48 {
	padding-top: 48px !important;
}

.pr-48,
.px-48 {
	padding-right: 48px !important;
}

.pb-48,
.py-48 {
	padding-bottom: 48px !important;
}

.pl-48,
.px-48 {
	padding-left: 48px !important;
}

.p-56 {
	padding: 56px !important;
}

.pt-56,
.py-56 {
	padding-top: 56px !important;
}

.pr-56,
.px-56 {
	padding-right: 56px !important;
}

.pb-56,
.py-56 {
	padding-bottom: 56px !important;
}

.pl-56,
.px-56 {
	padding-left: 56px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60,
.py-60 {
	padding-top: 60px !important;
}

.pr-60,
.px-60 {
	padding-right: 60px !important;
}

.pb-60,
.py-60 {
	padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
	padding-left: 60px !important;
}

.p-64 {
	padding: 64px !important;
}

.pt-64,
.py-64 {
	padding-top: 64px !important;
}

.pr-64,
.px-64 {
	padding-right: 64px !important;
}

.pb-64,
.py-64 {
	padding-bottom: 64px !important;
}

.pl-64,
.px-64 {
	padding-left: 64px !important;
}

.p-68 {
	padding: 68px !important;
}

.pt-68,
.py-68 {
	padding-top: 68px !important;
}

.pr-68,
.px-68 {
	padding-right: 68px !important;
}

.pb-68,
.py-68 {
	padding-bottom: 68px !important;
}

.pl-68,
.px-68 {
	padding-left: 68px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80,
.py-80 {
	padding-top: 80px !important;
}

.pr-80,
.px-80 {
	padding-right: 80px !important;
}

.pb-80,
.py-80 {
	padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
	padding-left: 80px !important;
}

.p-96 {
	padding: 96px !important;
}

.pt-96,
.py-96 {
	padding-top: 96px !important;
}

.pr-96,
.px-96 {
	padding-right: 96px !important;
}

.pb-96,
.py-96 {
	padding-bottom: 96px !important;
}

.pl-96,
.px-96 {
	padding-left: 96px !important;
}

.p-120 {
	padding: 120px !important;
}

.pt-120,
.py-120 {
	padding-top: 120px !important;
}

.pr-120,
.px-120 {
	padding-right: 120px !important;
}

.pb-120,
.py-120 {
	padding-bottom: 120px !important;
}

.pl-120,
.px-120 {
	padding-left: 120px !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: -4px !important;
}

.mt-n4,
.my-n4 {
	margin-top: -4px !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -4px !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -4px !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -4px !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-n8 {
	margin: -8px !important;
}

.mt-n8,
.my-n8 {
	margin-top: -8px !important;
}

.mr-n8,
.mx-n8 {
	margin-right: -8px !important;
}

.mb-n8,
.my-n8 {
	margin-bottom: -8px !important;
}

.ml-n8,
.mx-n8 {
	margin-left: -8px !important;
}

.m-n12 {
	margin: -12px !important;
}

.mt-n12,
.my-n12 {
	margin-top: -12px !important;
}

.mr-n12,
.mx-n12 {
	margin-right: -12px !important;
}

.mb-n12,
.my-n12 {
	margin-bottom: -12px !important;
}

.ml-n12,
.mx-n12 {
	margin-left: -12px !important;
}

.m-n16 {
	margin: -16px !important;
}

.mt-n16,
.my-n16 {
	margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
	margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
	margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
	margin-left: -16px !important;
}

.m-n20 {
	margin: -20px !important;
}

.mt-n20,
.my-n20 {
	margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -20px !important;
}

.m-n24 {
	margin: -24px !important;
}

.mt-n24,
.my-n24 {
	margin-top: -24px !important;
}

.mr-n24,
.mx-n24 {
	margin-right: -24px !important;
}

.mb-n24,
.my-n24 {
	margin-bottom: -24px !important;
}

.ml-n24,
.mx-n24 {
	margin-left: -24px !important;
}

.m-n28 {
	margin: -28px !important;
}

.mt-n28,
.my-n28 {
	margin-top: -28px !important;
}

.mr-n28,
.mx-n28 {
	margin-right: -28px !important;
}

.mb-n28,
.my-n28 {
	margin-bottom: -28px !important;
}

.ml-n28,
.mx-n28 {
	margin-left: -28px !important;
}

.m-n32 {
	margin: -32px !important;
}

.mt-n32,
.my-n32 {
	margin-top: -32px !important;
}

.mr-n32,
.mx-n32 {
	margin-right: -32px !important;
}

.mb-n32,
.my-n32 {
	margin-bottom: -32px !important;
}

.ml-n32,
.mx-n32 {
	margin-left: -32px !important;
}

.m-n40 {
	margin: -40px !important;
}

.mt-n40,
.my-n40 {
	margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
	margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
	margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
	margin-left: -40px !important;
}

.m-n48 {
	margin: -48px !important;
}

.mt-n48,
.my-n48 {
	margin-top: -48px !important;
}

.mr-n48,
.mx-n48 {
	margin-right: -48px !important;
}

.mb-n48,
.my-n48 {
	margin-bottom: -48px !important;
}

.ml-n48,
.mx-n48 {
	margin-left: -48px !important;
}

.m-n56 {
	margin: -56px !important;
}

.mt-n56,
.my-n56 {
	margin-top: -56px !important;
}

.mr-n56,
.mx-n56 {
	margin-right: -56px !important;
}

.mb-n56,
.my-n56 {
	margin-bottom: -56px !important;
}

.ml-n56,
.mx-n56 {
	margin-left: -56px !important;
}

.m-n60 {
	margin: -60px !important;
}

.mt-n60,
.my-n60 {
	margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
	margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
	margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
	margin-left: -60px !important;
}

.m-n64 {
	margin: -64px !important;
}

.mt-n64,
.my-n64 {
	margin-top: -64px !important;
}

.mr-n64,
.mx-n64 {
	margin-right: -64px !important;
}

.mb-n64,
.my-n64 {
	margin-bottom: -64px !important;
}

.ml-n64,
.mx-n64 {
	margin-left: -64px !important;
}

.m-n68 {
	margin: -68px !important;
}

.mt-n68,
.my-n68 {
	margin-top: -68px !important;
}

.mr-n68,
.mx-n68 {
	margin-right: -68px !important;
}

.mb-n68,
.my-n68 {
	margin-bottom: -68px !important;
}

.ml-n68,
.mx-n68 {
	margin-left: -68px !important;
}

.m-n80 {
	margin: -80px !important;
}

.mt-n80,
.my-n80 {
	margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
	margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
	margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
	margin-left: -80px !important;
}

.m-n96 {
	margin: -96px !important;
}

.mt-n96,
.my-n96 {
	margin-top: -96px !important;
}

.mr-n96,
.mx-n96 {
	margin-right: -96px !important;
}

.mb-n96,
.my-n96 {
	margin-bottom: -96px !important;
}

.ml-n96,
.mx-n96 {
	margin-left: -96px !important;
}

.m-n120 {
	margin: -120px !important;
}

.mt-n120,
.my-n120 {
	margin-top: -120px !important;
}

.mr-n120,
.mx-n120 {
	margin-right: -120px !important;
}

.mb-n120,
.my-n120 {
	margin-bottom: -120px !important;
}

.ml-n120,
.mx-n120 {
	margin-left: -120px !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: 768px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 4px !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 4px !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 4px !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 4px !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;
	}

	.m-sm-8 {
		margin: 8px !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 8px !important;
	}

	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 8px !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 8px !important;
	}

	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 8px !important;
	}

	.m-sm-12 {
		margin: 12px !important;
	}

	.mt-sm-12,
	.my-sm-12 {
		margin-top: 12px !important;
	}

	.mr-sm-12,
	.mx-sm-12 {
		margin-right: 12px !important;
	}

	.mb-sm-12,
	.my-sm-12 {
		margin-bottom: 12px !important;
	}

	.ml-sm-12,
	.mx-sm-12 {
		margin-left: 12px !important;
	}

	.m-sm-16 {
		margin: 16px !important;
	}

	.mt-sm-16,
	.my-sm-16 {
		margin-top: 16px !important;
	}

	.mr-sm-16,
	.mx-sm-16 {
		margin-right: 16px !important;
	}

	.mb-sm-16,
	.my-sm-16 {
		margin-bottom: 16px !important;
	}

	.ml-sm-16,
	.mx-sm-16 {
		margin-left: 16px !important;
	}

	.m-sm-20 {
		margin: 20px !important;
	}

	.mt-sm-20,
	.my-sm-20 {
		margin-top: 20px !important;
	}

	.mr-sm-20,
	.mx-sm-20 {
		margin-right: 20px !important;
	}

	.mb-sm-20,
	.my-sm-20 {
		margin-bottom: 20px !important;
	}

	.ml-sm-20,
	.mx-sm-20 {
		margin-left: 20px !important;
	}

	.m-sm-24 {
		margin: 24px !important;
	}

	.mt-sm-24,
	.my-sm-24 {
		margin-top: 24px !important;
	}

	.mr-sm-24,
	.mx-sm-24 {
		margin-right: 24px !important;
	}

	.mb-sm-24,
	.my-sm-24 {
		margin-bottom: 24px !important;
	}

	.ml-sm-24,
	.mx-sm-24 {
		margin-left: 24px !important;
	}

	.m-sm-28 {
		margin: 28px !important;
	}

	.mt-sm-28,
	.my-sm-28 {
		margin-top: 28px !important;
	}

	.mr-sm-28,
	.mx-sm-28 {
		margin-right: 28px !important;
	}

	.mb-sm-28,
	.my-sm-28 {
		margin-bottom: 28px !important;
	}

	.ml-sm-28,
	.mx-sm-28 {
		margin-left: 28px !important;
	}

	.m-sm-32 {
		margin: 32px !important;
	}

	.mt-sm-32,
	.my-sm-32 {
		margin-top: 32px !important;
	}

	.mr-sm-32,
	.mx-sm-32 {
		margin-right: 32px !important;
	}

	.mb-sm-32,
	.my-sm-32 {
		margin-bottom: 32px !important;
	}

	.ml-sm-32,
	.mx-sm-32 {
		margin-left: 32px !important;
	}

	.m-sm-40 {
		margin: 40px !important;
	}

	.mt-sm-40,
	.my-sm-40 {
		margin-top: 40px !important;
	}

	.mr-sm-40,
	.mx-sm-40 {
		margin-right: 40px !important;
	}

	.mb-sm-40,
	.my-sm-40 {
		margin-bottom: 40px !important;
	}

	.ml-sm-40,
	.mx-sm-40 {
		margin-left: 40px !important;
	}

	.m-sm-48 {
		margin: 48px !important;
	}

	.mt-sm-48,
	.my-sm-48 {
		margin-top: 48px !important;
	}

	.mr-sm-48,
	.mx-sm-48 {
		margin-right: 48px !important;
	}

	.mb-sm-48,
	.my-sm-48 {
		margin-bottom: 48px !important;
	}

	.ml-sm-48,
	.mx-sm-48 {
		margin-left: 48px !important;
	}

	.m-sm-56 {
		margin: 56px !important;
	}

	.mt-sm-56,
	.my-sm-56 {
		margin-top: 56px !important;
	}

	.mr-sm-56,
	.mx-sm-56 {
		margin-right: 56px !important;
	}

	.mb-sm-56,
	.my-sm-56 {
		margin-bottom: 56px !important;
	}

	.ml-sm-56,
	.mx-sm-56 {
		margin-left: 56px !important;
	}

	.m-sm-60 {
		margin: 60px !important;
	}

	.mt-sm-60,
	.my-sm-60 {
		margin-top: 60px !important;
	}

	.mr-sm-60,
	.mx-sm-60 {
		margin-right: 60px !important;
	}

	.mb-sm-60,
	.my-sm-60 {
		margin-bottom: 60px !important;
	}

	.ml-sm-60,
	.mx-sm-60 {
		margin-left: 60px !important;
	}

	.m-sm-64 {
		margin: 64px !important;
	}

	.mt-sm-64,
	.my-sm-64 {
		margin-top: 64px !important;
	}

	.mr-sm-64,
	.mx-sm-64 {
		margin-right: 64px !important;
	}

	.mb-sm-64,
	.my-sm-64 {
		margin-bottom: 64px !important;
	}

	.ml-sm-64,
	.mx-sm-64 {
		margin-left: 64px !important;
	}

	.m-sm-68 {
		margin: 68px !important;
	}

	.mt-sm-68,
	.my-sm-68 {
		margin-top: 68px !important;
	}

	.mr-sm-68,
	.mx-sm-68 {
		margin-right: 68px !important;
	}

	.mb-sm-68,
	.my-sm-68 {
		margin-bottom: 68px !important;
	}

	.ml-sm-68,
	.mx-sm-68 {
		margin-left: 68px !important;
	}

	.m-sm-80 {
		margin: 80px !important;
	}

	.mt-sm-80,
	.my-sm-80 {
		margin-top: 80px !important;
	}

	.mr-sm-80,
	.mx-sm-80 {
		margin-right: 80px !important;
	}

	.mb-sm-80,
	.my-sm-80 {
		margin-bottom: 80px !important;
	}

	.ml-sm-80,
	.mx-sm-80 {
		margin-left: 80px !important;
	}

	.m-sm-96 {
		margin: 96px !important;
	}

	.mt-sm-96,
	.my-sm-96 {
		margin-top: 96px !important;
	}

	.mr-sm-96,
	.mx-sm-96 {
		margin-right: 96px !important;
	}

	.mb-sm-96,
	.my-sm-96 {
		margin-bottom: 96px !important;
	}

	.ml-sm-96,
	.mx-sm-96 {
		margin-left: 96px !important;
	}

	.m-sm-120 {
		margin: 120px !important;
	}

	.mt-sm-120,
	.my-sm-120 {
		margin-top: 120px !important;
	}

	.mr-sm-120,
	.mx-sm-120 {
		margin-right: 120px !important;
	}

	.mb-sm-120,
	.my-sm-120 {
		margin-bottom: 120px !important;
	}

	.ml-sm-120,
	.mx-sm-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 4px !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 4px !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 4px !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 4px !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;
	}

	.p-sm-8 {
		padding: 8px !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 8px !important;
	}

	.pr-sm-8,
	.px-sm-8 {
		padding-right: 8px !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 8px !important;
	}

	.pl-sm-8,
	.px-sm-8 {
		padding-left: 8px !important;
	}

	.p-sm-12 {
		padding: 12px !important;
	}

	.pt-sm-12,
	.py-sm-12 {
		padding-top: 12px !important;
	}

	.pr-sm-12,
	.px-sm-12 {
		padding-right: 12px !important;
	}

	.pb-sm-12,
	.py-sm-12 {
		padding-bottom: 12px !important;
	}

	.pl-sm-12,
	.px-sm-12 {
		padding-left: 12px !important;
	}

	.p-sm-16 {
		padding: 16px !important;
	}

	.pt-sm-16,
	.py-sm-16 {
		padding-top: 16px !important;
	}

	.pr-sm-16,
	.px-sm-16 {
		padding-right: 16px !important;
	}

	.pb-sm-16,
	.py-sm-16 {
		padding-bottom: 16px !important;
	}

	.pl-sm-16,
	.px-sm-16 {
		padding-left: 16px !important;
	}

	.p-sm-20 {
		padding: 20px !important;
	}

	.pt-sm-20,
	.py-sm-20 {
		padding-top: 20px !important;
	}

	.pr-sm-20,
	.px-sm-20 {
		padding-right: 20px !important;
	}

	.pb-sm-20,
	.py-sm-20 {
		padding-bottom: 20px !important;
	}

	.pl-sm-20,
	.px-sm-20 {
		padding-left: 20px !important;
	}

	.p-sm-24 {
		padding: 24px !important;
	}

	.pt-sm-24,
	.py-sm-24 {
		padding-top: 24px !important;
	}

	.pr-sm-24,
	.px-sm-24 {
		padding-right: 24px !important;
	}

	.pb-sm-24,
	.py-sm-24 {
		padding-bottom: 24px !important;
	}

	.pl-sm-24,
	.px-sm-24 {
		padding-left: 24px !important;
	}

	.p-sm-28 {
		padding: 28px !important;
	}

	.pt-sm-28,
	.py-sm-28 {
		padding-top: 28px !important;
	}

	.pr-sm-28,
	.px-sm-28 {
		padding-right: 28px !important;
	}

	.pb-sm-28,
	.py-sm-28 {
		padding-bottom: 28px !important;
	}

	.pl-sm-28,
	.px-sm-28 {
		padding-left: 28px !important;
	}

	.p-sm-32 {
		padding: 32px !important;
	}

	.pt-sm-32,
	.py-sm-32 {
		padding-top: 32px !important;
	}

	.pr-sm-32,
	.px-sm-32 {
		padding-right: 32px !important;
	}

	.pb-sm-32,
	.py-sm-32 {
		padding-bottom: 32px !important;
	}

	.pl-sm-32,
	.px-sm-32 {
		padding-left: 32px !important;
	}

	.p-sm-40 {
		padding: 40px !important;
	}

	.pt-sm-40,
	.py-sm-40 {
		padding-top: 40px !important;
	}

	.pr-sm-40,
	.px-sm-40 {
		padding-right: 40px !important;
	}

	.pb-sm-40,
	.py-sm-40 {
		padding-bottom: 40px !important;
	}

	.pl-sm-40,
	.px-sm-40 {
		padding-left: 40px !important;
	}

	.p-sm-48 {
		padding: 48px !important;
	}

	.pt-sm-48,
	.py-sm-48 {
		padding-top: 48px !important;
	}

	.pr-sm-48,
	.px-sm-48 {
		padding-right: 48px !important;
	}

	.pb-sm-48,
	.py-sm-48 {
		padding-bottom: 48px !important;
	}

	.pl-sm-48,
	.px-sm-48 {
		padding-left: 48px !important;
	}

	.p-sm-56 {
		padding: 56px !important;
	}

	.pt-sm-56,
	.py-sm-56 {
		padding-top: 56px !important;
	}

	.pr-sm-56,
	.px-sm-56 {
		padding-right: 56px !important;
	}

	.pb-sm-56,
	.py-sm-56 {
		padding-bottom: 56px !important;
	}

	.pl-sm-56,
	.px-sm-56 {
		padding-left: 56px !important;
	}

	.p-sm-60 {
		padding: 60px !important;
	}

	.pt-sm-60,
	.py-sm-60 {
		padding-top: 60px !important;
	}

	.pr-sm-60,
	.px-sm-60 {
		padding-right: 60px !important;
	}

	.pb-sm-60,
	.py-sm-60 {
		padding-bottom: 60px !important;
	}

	.pl-sm-60,
	.px-sm-60 {
		padding-left: 60px !important;
	}

	.p-sm-64 {
		padding: 64px !important;
	}

	.pt-sm-64,
	.py-sm-64 {
		padding-top: 64px !important;
	}

	.pr-sm-64,
	.px-sm-64 {
		padding-right: 64px !important;
	}

	.pb-sm-64,
	.py-sm-64 {
		padding-bottom: 64px !important;
	}

	.pl-sm-64,
	.px-sm-64 {
		padding-left: 64px !important;
	}

	.p-sm-68 {
		padding: 68px !important;
	}

	.pt-sm-68,
	.py-sm-68 {
		padding-top: 68px !important;
	}

	.pr-sm-68,
	.px-sm-68 {
		padding-right: 68px !important;
	}

	.pb-sm-68,
	.py-sm-68 {
		padding-bottom: 68px !important;
	}

	.pl-sm-68,
	.px-sm-68 {
		padding-left: 68px !important;
	}

	.p-sm-80 {
		padding: 80px !important;
	}

	.pt-sm-80,
	.py-sm-80 {
		padding-top: 80px !important;
	}

	.pr-sm-80,
	.px-sm-80 {
		padding-right: 80px !important;
	}

	.pb-sm-80,
	.py-sm-80 {
		padding-bottom: 80px !important;
	}

	.pl-sm-80,
	.px-sm-80 {
		padding-left: 80px !important;
	}

	.p-sm-96 {
		padding: 96px !important;
	}

	.pt-sm-96,
	.py-sm-96 {
		padding-top: 96px !important;
	}

	.pr-sm-96,
	.px-sm-96 {
		padding-right: 96px !important;
	}

	.pb-sm-96,
	.py-sm-96 {
		padding-bottom: 96px !important;
	}

	.pl-sm-96,
	.px-sm-96 {
		padding-left: 96px !important;
	}

	.p-sm-120 {
		padding: 120px !important;
	}

	.pt-sm-120,
	.py-sm-120 {
		padding-top: 120px !important;
	}

	.pr-sm-120,
	.px-sm-120 {
		padding-right: 120px !important;
	}

	.pb-sm-120,
	.py-sm-120 {
		padding-bottom: 120px !important;
	}

	.pl-sm-120,
	.px-sm-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -4px !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -4px !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -4px !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-sm-n8,
	.my-sm-n8 {
		margin-top: -8px !important;
	}

	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right: -8px !important;
	}

	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom: -8px !important;
	}

	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left: -8px !important;
	}

	.m-sm-n12 {
		margin: -12px !important;
	}

	.mt-sm-n12,
	.my-sm-n12 {
		margin-top: -12px !important;
	}

	.mr-sm-n12,
	.mx-sm-n12 {
		margin-right: -12px !important;
	}

	.mb-sm-n12,
	.my-sm-n12 {
		margin-bottom: -12px !important;
	}

	.ml-sm-n12,
	.mx-sm-n12 {
		margin-left: -12px !important;
	}

	.m-sm-n16 {
		margin: -16px !important;
	}

	.mt-sm-n16,
	.my-sm-n16 {
		margin-top: -16px !important;
	}

	.mr-sm-n16,
	.mx-sm-n16 {
		margin-right: -16px !important;
	}

	.mb-sm-n16,
	.my-sm-n16 {
		margin-bottom: -16px !important;
	}

	.ml-sm-n16,
	.mx-sm-n16 {
		margin-left: -16px !important;
	}

	.m-sm-n20 {
		margin: -20px !important;
	}

	.mt-sm-n20,
	.my-sm-n20 {
		margin-top: -20px !important;
	}

	.mr-sm-n20,
	.mx-sm-n20 {
		margin-right: -20px !important;
	}

	.mb-sm-n20,
	.my-sm-n20 {
		margin-bottom: -20px !important;
	}

	.ml-sm-n20,
	.mx-sm-n20 {
		margin-left: -20px !important;
	}

	.m-sm-n24 {
		margin: -24px !important;
	}

	.mt-sm-n24,
	.my-sm-n24 {
		margin-top: -24px !important;
	}

	.mr-sm-n24,
	.mx-sm-n24 {
		margin-right: -24px !important;
	}

	.mb-sm-n24,
	.my-sm-n24 {
		margin-bottom: -24px !important;
	}

	.ml-sm-n24,
	.mx-sm-n24 {
		margin-left: -24px !important;
	}

	.m-sm-n28 {
		margin: -28px !important;
	}

	.mt-sm-n28,
	.my-sm-n28 {
		margin-top: -28px !important;
	}

	.mr-sm-n28,
	.mx-sm-n28 {
		margin-right: -28px !important;
	}

	.mb-sm-n28,
	.my-sm-n28 {
		margin-bottom: -28px !important;
	}

	.ml-sm-n28,
	.mx-sm-n28 {
		margin-left: -28px !important;
	}

	.m-sm-n32 {
		margin: -32px !important;
	}

	.mt-sm-n32,
	.my-sm-n32 {
		margin-top: -32px !important;
	}

	.mr-sm-n32,
	.mx-sm-n32 {
		margin-right: -32px !important;
	}

	.mb-sm-n32,
	.my-sm-n32 {
		margin-bottom: -32px !important;
	}

	.ml-sm-n32,
	.mx-sm-n32 {
		margin-left: -32px !important;
	}

	.m-sm-n40 {
		margin: -40px !important;
	}

	.mt-sm-n40,
	.my-sm-n40 {
		margin-top: -40px !important;
	}

	.mr-sm-n40,
	.mx-sm-n40 {
		margin-right: -40px !important;
	}

	.mb-sm-n40,
	.my-sm-n40 {
		margin-bottom: -40px !important;
	}

	.ml-sm-n40,
	.mx-sm-n40 {
		margin-left: -40px !important;
	}

	.m-sm-n48 {
		margin: -48px !important;
	}

	.mt-sm-n48,
	.my-sm-n48 {
		margin-top: -48px !important;
	}

	.mr-sm-n48,
	.mx-sm-n48 {
		margin-right: -48px !important;
	}

	.mb-sm-n48,
	.my-sm-n48 {
		margin-bottom: -48px !important;
	}

	.ml-sm-n48,
	.mx-sm-n48 {
		margin-left: -48px !important;
	}

	.m-sm-n56 {
		margin: -56px !important;
	}

	.mt-sm-n56,
	.my-sm-n56 {
		margin-top: -56px !important;
	}

	.mr-sm-n56,
	.mx-sm-n56 {
		margin-right: -56px !important;
	}

	.mb-sm-n56,
	.my-sm-n56 {
		margin-bottom: -56px !important;
	}

	.ml-sm-n56,
	.mx-sm-n56 {
		margin-left: -56px !important;
	}

	.m-sm-n60 {
		margin: -60px !important;
	}

	.mt-sm-n60,
	.my-sm-n60 {
		margin-top: -60px !important;
	}

	.mr-sm-n60,
	.mx-sm-n60 {
		margin-right: -60px !important;
	}

	.mb-sm-n60,
	.my-sm-n60 {
		margin-bottom: -60px !important;
	}

	.ml-sm-n60,
	.mx-sm-n60 {
		margin-left: -60px !important;
	}

	.m-sm-n64 {
		margin: -64px !important;
	}

	.mt-sm-n64,
	.my-sm-n64 {
		margin-top: -64px !important;
	}

	.mr-sm-n64,
	.mx-sm-n64 {
		margin-right: -64px !important;
	}

	.mb-sm-n64,
	.my-sm-n64 {
		margin-bottom: -64px !important;
	}

	.ml-sm-n64,
	.mx-sm-n64 {
		margin-left: -64px !important;
	}

	.m-sm-n68 {
		margin: -68px !important;
	}

	.mt-sm-n68,
	.my-sm-n68 {
		margin-top: -68px !important;
	}

	.mr-sm-n68,
	.mx-sm-n68 {
		margin-right: -68px !important;
	}

	.mb-sm-n68,
	.my-sm-n68 {
		margin-bottom: -68px !important;
	}

	.ml-sm-n68,
	.mx-sm-n68 {
		margin-left: -68px !important;
	}

	.m-sm-n80 {
		margin: -80px !important;
	}

	.mt-sm-n80,
	.my-sm-n80 {
		margin-top: -80px !important;
	}

	.mr-sm-n80,
	.mx-sm-n80 {
		margin-right: -80px !important;
	}

	.mb-sm-n80,
	.my-sm-n80 {
		margin-bottom: -80px !important;
	}

	.ml-sm-n80,
	.mx-sm-n80 {
		margin-left: -80px !important;
	}

	.m-sm-n96 {
		margin: -96px !important;
	}

	.mt-sm-n96,
	.my-sm-n96 {
		margin-top: -96px !important;
	}

	.mr-sm-n96,
	.mx-sm-n96 {
		margin-right: -96px !important;
	}

	.mb-sm-n96,
	.my-sm-n96 {
		margin-bottom: -96px !important;
	}

	.ml-sm-n96,
	.mx-sm-n96 {
		margin-left: -96px !important;
	}

	.m-sm-n120 {
		margin: -120px !important;
	}

	.mt-sm-n120,
	.my-sm-n120 {
		margin-top: -120px !important;
	}

	.mr-sm-n120,
	.mx-sm-n120 {
		margin-right: -120px !important;
	}

	.mb-sm-n120,
	.my-sm-n120 {
		margin-bottom: -120px !important;
	}

	.ml-sm-n120,
	.mx-sm-n120 {
		margin-left: -120px !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: 992px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 4px !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 4px !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 4px !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 4px !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;
	}

	.m-md-8 {
		margin: 8px !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 8px !important;
	}

	.mr-md-8,
	.mx-md-8 {
		margin-right: 8px !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 8px !important;
	}

	.ml-md-8,
	.mx-md-8 {
		margin-left: 8px !important;
	}

	.m-md-12 {
		margin: 12px !important;
	}

	.mt-md-12,
	.my-md-12 {
		margin-top: 12px !important;
	}

	.mr-md-12,
	.mx-md-12 {
		margin-right: 12px !important;
	}

	.mb-md-12,
	.my-md-12 {
		margin-bottom: 12px !important;
	}

	.ml-md-12,
	.mx-md-12 {
		margin-left: 12px !important;
	}

	.m-md-16 {
		margin: 16px !important;
	}

	.mt-md-16,
	.my-md-16 {
		margin-top: 16px !important;
	}

	.mr-md-16,
	.mx-md-16 {
		margin-right: 16px !important;
	}

	.mb-md-16,
	.my-md-16 {
		margin-bottom: 16px !important;
	}

	.ml-md-16,
	.mx-md-16 {
		margin-left: 16px !important;
	}

	.m-md-20 {
		margin: 20px !important;
	}

	.mt-md-20,
	.my-md-20 {
		margin-top: 20px !important;
	}

	.mr-md-20,
	.mx-md-20 {
		margin-right: 20px !important;
	}

	.mb-md-20,
	.my-md-20 {
		margin-bottom: 20px !important;
	}

	.ml-md-20,
	.mx-md-20 {
		margin-left: 20px !important;
	}

	.m-md-24 {
		margin: 24px !important;
	}

	.mt-md-24,
	.my-md-24 {
		margin-top: 24px !important;
	}

	.mr-md-24,
	.mx-md-24 {
		margin-right: 24px !important;
	}

	.mb-md-24,
	.my-md-24 {
		margin-bottom: 24px !important;
	}

	.ml-md-24,
	.mx-md-24 {
		margin-left: 24px !important;
	}

	.m-md-28 {
		margin: 28px !important;
	}

	.mt-md-28,
	.my-md-28 {
		margin-top: 28px !important;
	}

	.mr-md-28,
	.mx-md-28 {
		margin-right: 28px !important;
	}

	.mb-md-28,
	.my-md-28 {
		margin-bottom: 28px !important;
	}

	.ml-md-28,
	.mx-md-28 {
		margin-left: 28px !important;
	}

	.m-md-32 {
		margin: 32px !important;
	}

	.mt-md-32,
	.my-md-32 {
		margin-top: 32px !important;
	}

	.mr-md-32,
	.mx-md-32 {
		margin-right: 32px !important;
	}

	.mb-md-32,
	.my-md-32 {
		margin-bottom: 32px !important;
	}

	.ml-md-32,
	.mx-md-32 {
		margin-left: 32px !important;
	}

	.m-md-40 {
		margin: 40px !important;
	}

	.mt-md-40,
	.my-md-40 {
		margin-top: 40px !important;
	}

	.mr-md-40,
	.mx-md-40 {
		margin-right: 40px !important;
	}

	.mb-md-40,
	.my-md-40 {
		margin-bottom: 40px !important;
	}

	.ml-md-40,
	.mx-md-40 {
		margin-left: 40px !important;
	}

	.m-md-48 {
		margin: 48px !important;
	}

	.mt-md-48,
	.my-md-48 {
		margin-top: 48px !important;
	}

	.mr-md-48,
	.mx-md-48 {
		margin-right: 48px !important;
	}

	.mb-md-48,
	.my-md-48 {
		margin-bottom: 48px !important;
	}

	.ml-md-48,
	.mx-md-48 {
		margin-left: 48px !important;
	}

	.m-md-56 {
		margin: 56px !important;
	}

	.mt-md-56,
	.my-md-56 {
		margin-top: 56px !important;
	}

	.mr-md-56,
	.mx-md-56 {
		margin-right: 56px !important;
	}

	.mb-md-56,
	.my-md-56 {
		margin-bottom: 56px !important;
	}

	.ml-md-56,
	.mx-md-56 {
		margin-left: 56px !important;
	}

	.m-md-60 {
		margin: 60px !important;
	}

	.mt-md-60,
	.my-md-60 {
		margin-top: 60px !important;
	}

	.mr-md-60,
	.mx-md-60 {
		margin-right: 60px !important;
	}

	.mb-md-60,
	.my-md-60 {
		margin-bottom: 60px !important;
	}

	.ml-md-60,
	.mx-md-60 {
		margin-left: 60px !important;
	}

	.m-md-64 {
		margin: 64px !important;
	}

	.mt-md-64,
	.my-md-64 {
		margin-top: 64px !important;
	}

	.mr-md-64,
	.mx-md-64 {
		margin-right: 64px !important;
	}

	.mb-md-64,
	.my-md-64 {
		margin-bottom: 64px !important;
	}

	.ml-md-64,
	.mx-md-64 {
		margin-left: 64px !important;
	}

	.m-md-68 {
		margin: 68px !important;
	}

	.mt-md-68,
	.my-md-68 {
		margin-top: 68px !important;
	}

	.mr-md-68,
	.mx-md-68 {
		margin-right: 68px !important;
	}

	.mb-md-68,
	.my-md-68 {
		margin-bottom: 68px !important;
	}

	.ml-md-68,
	.mx-md-68 {
		margin-left: 68px !important;
	}

	.m-md-80 {
		margin: 80px !important;
	}

	.mt-md-80,
	.my-md-80 {
		margin-top: 80px !important;
	}

	.mr-md-80,
	.mx-md-80 {
		margin-right: 80px !important;
	}

	.mb-md-80,
	.my-md-80 {
		margin-bottom: 80px !important;
	}

	.ml-md-80,
	.mx-md-80 {
		margin-left: 80px !important;
	}

	.m-md-96 {
		margin: 96px !important;
	}

	.mt-md-96,
	.my-md-96 {
		margin-top: 96px !important;
	}

	.mr-md-96,
	.mx-md-96 {
		margin-right: 96px !important;
	}

	.mb-md-96,
	.my-md-96 {
		margin-bottom: 96px !important;
	}

	.ml-md-96,
	.mx-md-96 {
		margin-left: 96px !important;
	}

	.m-md-120 {
		margin: 120px !important;
	}

	.mt-md-120,
	.my-md-120 {
		margin-top: 120px !important;
	}

	.mr-md-120,
	.mx-md-120 {
		margin-right: 120px !important;
	}

	.mb-md-120,
	.my-md-120 {
		margin-bottom: 120px !important;
	}

	.ml-md-120,
	.mx-md-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 4px !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 4px !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 4px !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 4px !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;
	}

	.p-md-8 {
		padding: 8px !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 8px !important;
	}

	.pr-md-8,
	.px-md-8 {
		padding-right: 8px !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 8px !important;
	}

	.pl-md-8,
	.px-md-8 {
		padding-left: 8px !important;
	}

	.p-md-12 {
		padding: 12px !important;
	}

	.pt-md-12,
	.py-md-12 {
		padding-top: 12px !important;
	}

	.pr-md-12,
	.px-md-12 {
		padding-right: 12px !important;
	}

	.pb-md-12,
	.py-md-12 {
		padding-bottom: 12px !important;
	}

	.pl-md-12,
	.px-md-12 {
		padding-left: 12px !important;
	}

	.p-md-16 {
		padding: 16px !important;
	}

	.pt-md-16,
	.py-md-16 {
		padding-top: 16px !important;
	}

	.pr-md-16,
	.px-md-16 {
		padding-right: 16px !important;
	}

	.pb-md-16,
	.py-md-16 {
		padding-bottom: 16px !important;
	}

	.pl-md-16,
	.px-md-16 {
		padding-left: 16px !important;
	}

	.p-md-20 {
		padding: 20px !important;
	}

	.pt-md-20,
	.py-md-20 {
		padding-top: 20px !important;
	}

	.pr-md-20,
	.px-md-20 {
		padding-right: 20px !important;
	}

	.pb-md-20,
	.py-md-20 {
		padding-bottom: 20px !important;
	}

	.pl-md-20,
	.px-md-20 {
		padding-left: 20px !important;
	}

	.p-md-24 {
		padding: 24px !important;
	}

	.pt-md-24,
	.py-md-24 {
		padding-top: 24px !important;
	}

	.pr-md-24,
	.px-md-24 {
		padding-right: 24px !important;
	}

	.pb-md-24,
	.py-md-24 {
		padding-bottom: 24px !important;
	}

	.pl-md-24,
	.px-md-24 {
		padding-left: 24px !important;
	}

	.p-md-28 {
		padding: 28px !important;
	}

	.pt-md-28,
	.py-md-28 {
		padding-top: 28px !important;
	}

	.pr-md-28,
	.px-md-28 {
		padding-right: 28px !important;
	}

	.pb-md-28,
	.py-md-28 {
		padding-bottom: 28px !important;
	}

	.pl-md-28,
	.px-md-28 {
		padding-left: 28px !important;
	}

	.p-md-32 {
		padding: 32px !important;
	}

	.pt-md-32,
	.py-md-32 {
		padding-top: 32px !important;
	}

	.pr-md-32,
	.px-md-32 {
		padding-right: 32px !important;
	}

	.pb-md-32,
	.py-md-32 {
		padding-bottom: 32px !important;
	}

	.pl-md-32,
	.px-md-32 {
		padding-left: 32px !important;
	}

	.p-md-40 {
		padding: 40px !important;
	}

	.pt-md-40,
	.py-md-40 {
		padding-top: 40px !important;
	}

	.pr-md-40,
	.px-md-40 {
		padding-right: 40px !important;
	}

	.pb-md-40,
	.py-md-40 {
		padding-bottom: 40px !important;
	}

	.pl-md-40,
	.px-md-40 {
		padding-left: 40px !important;
	}

	.p-md-48 {
		padding: 48px !important;
	}

	.pt-md-48,
	.py-md-48 {
		padding-top: 48px !important;
	}

	.pr-md-48,
	.px-md-48 {
		padding-right: 48px !important;
	}

	.pb-md-48,
	.py-md-48 {
		padding-bottom: 48px !important;
	}

	.pl-md-48,
	.px-md-48 {
		padding-left: 48px !important;
	}

	.p-md-56 {
		padding: 56px !important;
	}

	.pt-md-56,
	.py-md-56 {
		padding-top: 56px !important;
	}

	.pr-md-56,
	.px-md-56 {
		padding-right: 56px !important;
	}

	.pb-md-56,
	.py-md-56 {
		padding-bottom: 56px !important;
	}

	.pl-md-56,
	.px-md-56 {
		padding-left: 56px !important;
	}

	.p-md-60 {
		padding: 60px !important;
	}

	.pt-md-60,
	.py-md-60 {
		padding-top: 60px !important;
	}

	.pr-md-60,
	.px-md-60 {
		padding-right: 60px !important;
	}

	.pb-md-60,
	.py-md-60 {
		padding-bottom: 60px !important;
	}

	.pl-md-60,
	.px-md-60 {
		padding-left: 60px !important;
	}

	.p-md-64 {
		padding: 64px !important;
	}

	.pt-md-64,
	.py-md-64 {
		padding-top: 64px !important;
	}

	.pr-md-64,
	.px-md-64 {
		padding-right: 64px !important;
	}

	.pb-md-64,
	.py-md-64 {
		padding-bottom: 64px !important;
	}

	.pl-md-64,
	.px-md-64 {
		padding-left: 64px !important;
	}

	.p-md-68 {
		padding: 68px !important;
	}

	.pt-md-68,
	.py-md-68 {
		padding-top: 68px !important;
	}

	.pr-md-68,
	.px-md-68 {
		padding-right: 68px !important;
	}

	.pb-md-68,
	.py-md-68 {
		padding-bottom: 68px !important;
	}

	.pl-md-68,
	.px-md-68 {
		padding-left: 68px !important;
	}

	.p-md-80 {
		padding: 80px !important;
	}

	.pt-md-80,
	.py-md-80 {
		padding-top: 80px !important;
	}

	.pr-md-80,
	.px-md-80 {
		padding-right: 80px !important;
	}

	.pb-md-80,
	.py-md-80 {
		padding-bottom: 80px !important;
	}

	.pl-md-80,
	.px-md-80 {
		padding-left: 80px !important;
	}

	.p-md-96 {
		padding: 96px !important;
	}

	.pt-md-96,
	.py-md-96 {
		padding-top: 96px !important;
	}

	.pr-md-96,
	.px-md-96 {
		padding-right: 96px !important;
	}

	.pb-md-96,
	.py-md-96 {
		padding-bottom: 96px !important;
	}

	.pl-md-96,
	.px-md-96 {
		padding-left: 96px !important;
	}

	.p-md-120 {
		padding: 120px !important;
	}

	.pt-md-120,
	.py-md-120 {
		padding-top: 120px !important;
	}

	.pr-md-120,
	.px-md-120 {
		padding-right: 120px !important;
	}

	.pb-md-120,
	.py-md-120 {
		padding-bottom: 120px !important;
	}

	.pl-md-120,
	.px-md-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -4px !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -4px !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -4px !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-md-n8,
	.my-md-n8 {
		margin-top: -8px !important;
	}

	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -8px !important;
	}

	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -8px !important;
	}

	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -8px !important;
	}

	.m-md-n12 {
		margin: -12px !important;
	}

	.mt-md-n12,
	.my-md-n12 {
		margin-top: -12px !important;
	}

	.mr-md-n12,
	.mx-md-n12 {
		margin-right: -12px !important;
	}

	.mb-md-n12,
	.my-md-n12 {
		margin-bottom: -12px !important;
	}

	.ml-md-n12,
	.mx-md-n12 {
		margin-left: -12px !important;
	}

	.m-md-n16 {
		margin: -16px !important;
	}

	.mt-md-n16,
	.my-md-n16 {
		margin-top: -16px !important;
	}

	.mr-md-n16,
	.mx-md-n16 {
		margin-right: -16px !important;
	}

	.mb-md-n16,
	.my-md-n16 {
		margin-bottom: -16px !important;
	}

	.ml-md-n16,
	.mx-md-n16 {
		margin-left: -16px !important;
	}

	.m-md-n20 {
		margin: -20px !important;
	}

	.mt-md-n20,
	.my-md-n20 {
		margin-top: -20px !important;
	}

	.mr-md-n20,
	.mx-md-n20 {
		margin-right: -20px !important;
	}

	.mb-md-n20,
	.my-md-n20 {
		margin-bottom: -20px !important;
	}

	.ml-md-n20,
	.mx-md-n20 {
		margin-left: -20px !important;
	}

	.m-md-n24 {
		margin: -24px !important;
	}

	.mt-md-n24,
	.my-md-n24 {
		margin-top: -24px !important;
	}

	.mr-md-n24,
	.mx-md-n24 {
		margin-right: -24px !important;
	}

	.mb-md-n24,
	.my-md-n24 {
		margin-bottom: -24px !important;
	}

	.ml-md-n24,
	.mx-md-n24 {
		margin-left: -24px !important;
	}

	.m-md-n28 {
		margin: -28px !important;
	}

	.mt-md-n28,
	.my-md-n28 {
		margin-top: -28px !important;
	}

	.mr-md-n28,
	.mx-md-n28 {
		margin-right: -28px !important;
	}

	.mb-md-n28,
	.my-md-n28 {
		margin-bottom: -28px !important;
	}

	.ml-md-n28,
	.mx-md-n28 {
		margin-left: -28px !important;
	}

	.m-md-n32 {
		margin: -32px !important;
	}

	.mt-md-n32,
	.my-md-n32 {
		margin-top: -32px !important;
	}

	.mr-md-n32,
	.mx-md-n32 {
		margin-right: -32px !important;
	}

	.mb-md-n32,
	.my-md-n32 {
		margin-bottom: -32px !important;
	}

	.ml-md-n32,
	.mx-md-n32 {
		margin-left: -32px !important;
	}

	.m-md-n40 {
		margin: -40px !important;
	}

	.mt-md-n40,
	.my-md-n40 {
		margin-top: -40px !important;
	}

	.mr-md-n40,
	.mx-md-n40 {
		margin-right: -40px !important;
	}

	.mb-md-n40,
	.my-md-n40 {
		margin-bottom: -40px !important;
	}

	.ml-md-n40,
	.mx-md-n40 {
		margin-left: -40px !important;
	}

	.m-md-n48 {
		margin: -48px !important;
	}

	.mt-md-n48,
	.my-md-n48 {
		margin-top: -48px !important;
	}

	.mr-md-n48,
	.mx-md-n48 {
		margin-right: -48px !important;
	}

	.mb-md-n48,
	.my-md-n48 {
		margin-bottom: -48px !important;
	}

	.ml-md-n48,
	.mx-md-n48 {
		margin-left: -48px !important;
	}

	.m-md-n56 {
		margin: -56px !important;
	}

	.mt-md-n56,
	.my-md-n56 {
		margin-top: -56px !important;
	}

	.mr-md-n56,
	.mx-md-n56 {
		margin-right: -56px !important;
	}

	.mb-md-n56,
	.my-md-n56 {
		margin-bottom: -56px !important;
	}

	.ml-md-n56,
	.mx-md-n56 {
		margin-left: -56px !important;
	}

	.m-md-n60 {
		margin: -60px !important;
	}

	.mt-md-n60,
	.my-md-n60 {
		margin-top: -60px !important;
	}

	.mr-md-n60,
	.mx-md-n60 {
		margin-right: -60px !important;
	}

	.mb-md-n60,
	.my-md-n60 {
		margin-bottom: -60px !important;
	}

	.ml-md-n60,
	.mx-md-n60 {
		margin-left: -60px !important;
	}

	.m-md-n64 {
		margin: -64px !important;
	}

	.mt-md-n64,
	.my-md-n64 {
		margin-top: -64px !important;
	}

	.mr-md-n64,
	.mx-md-n64 {
		margin-right: -64px !important;
	}

	.mb-md-n64,
	.my-md-n64 {
		margin-bottom: -64px !important;
	}

	.ml-md-n64,
	.mx-md-n64 {
		margin-left: -64px !important;
	}

	.m-md-n68 {
		margin: -68px !important;
	}

	.mt-md-n68,
	.my-md-n68 {
		margin-top: -68px !important;
	}

	.mr-md-n68,
	.mx-md-n68 {
		margin-right: -68px !important;
	}

	.mb-md-n68,
	.my-md-n68 {
		margin-bottom: -68px !important;
	}

	.ml-md-n68,
	.mx-md-n68 {
		margin-left: -68px !important;
	}

	.m-md-n80 {
		margin: -80px !important;
	}

	.mt-md-n80,
	.my-md-n80 {
		margin-top: -80px !important;
	}

	.mr-md-n80,
	.mx-md-n80 {
		margin-right: -80px !important;
	}

	.mb-md-n80,
	.my-md-n80 {
		margin-bottom: -80px !important;
	}

	.ml-md-n80,
	.mx-md-n80 {
		margin-left: -80px !important;
	}

	.m-md-n96 {
		margin: -96px !important;
	}

	.mt-md-n96,
	.my-md-n96 {
		margin-top: -96px !important;
	}

	.mr-md-n96,
	.mx-md-n96 {
		margin-right: -96px !important;
	}

	.mb-md-n96,
	.my-md-n96 {
		margin-bottom: -96px !important;
	}

	.ml-md-n96,
	.mx-md-n96 {
		margin-left: -96px !important;
	}

	.m-md-n120 {
		margin: -120px !important;
	}

	.mt-md-n120,
	.my-md-n120 {
		margin-top: -120px !important;
	}

	.mr-md-n120,
	.mx-md-n120 {
		margin-right: -120px !important;
	}

	.mb-md-n120,
	.my-md-n120 {
		margin-bottom: -120px !important;
	}

	.ml-md-n120,
	.mx-md-n120 {
		margin-left: -120px !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: 1200px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 4px !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 4px !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 4px !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 4px !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;
	}

	.m-lg-8 {
		margin: 8px !important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: 8px !important;
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 8px !important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 8px !important;
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 8px !important;
	}

	.m-lg-12 {
		margin: 12px !important;
	}

	.mt-lg-12,
	.my-lg-12 {
		margin-top: 12px !important;
	}

	.mr-lg-12,
	.mx-lg-12 {
		margin-right: 12px !important;
	}

	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: 12px !important;
	}

	.ml-lg-12,
	.mx-lg-12 {
		margin-left: 12px !important;
	}

	.m-lg-16 {
		margin: 16px !important;
	}

	.mt-lg-16,
	.my-lg-16 {
		margin-top: 16px !important;
	}

	.mr-lg-16,
	.mx-lg-16 {
		margin-right: 16px !important;
	}

	.mb-lg-16,
	.my-lg-16 {
		margin-bottom: 16px !important;
	}

	.ml-lg-16,
	.mx-lg-16 {
		margin-left: 16px !important;
	}

	.m-lg-20 {
		margin: 20px !important;
	}

	.mt-lg-20,
	.my-lg-20 {
		margin-top: 20px !important;
	}

	.mr-lg-20,
	.mx-lg-20 {
		margin-right: 20px !important;
	}

	.mb-lg-20,
	.my-lg-20 {
		margin-bottom: 20px !important;
	}

	.ml-lg-20,
	.mx-lg-20 {
		margin-left: 20px !important;
	}

	.m-lg-24 {
		margin: 24px !important;
	}

	.mt-lg-24,
	.my-lg-24 {
		margin-top: 24px !important;
	}

	.mr-lg-24,
	.mx-lg-24 {
		margin-right: 24px !important;
	}

	.mb-lg-24,
	.my-lg-24 {
		margin-bottom: 24px !important;
	}

	.ml-lg-24,
	.mx-lg-24 {
		margin-left: 24px !important;
	}

	.m-lg-28 {
		margin: 28px !important;
	}

	.mt-lg-28,
	.my-lg-28 {
		margin-top: 28px !important;
	}

	.mr-lg-28,
	.mx-lg-28 {
		margin-right: 28px !important;
	}

	.mb-lg-28,
	.my-lg-28 {
		margin-bottom: 28px !important;
	}

	.ml-lg-28,
	.mx-lg-28 {
		margin-left: 28px !important;
	}

	.m-lg-32 {
		margin: 32px !important;
	}

	.mt-lg-32,
	.my-lg-32 {
		margin-top: 32px !important;
	}

	.mr-lg-32,
	.mx-lg-32 {
		margin-right: 32px !important;
	}

	.mb-lg-32,
	.my-lg-32 {
		margin-bottom: 32px !important;
	}

	.ml-lg-32,
	.mx-lg-32 {
		margin-left: 32px !important;
	}

	.m-lg-40 {
		margin: 40px !important;
	}

	.mt-lg-40,
	.my-lg-40 {
		margin-top: 40px !important;
	}

	.mr-lg-40,
	.mx-lg-40 {
		margin-right: 40px !important;
	}

	.mb-lg-40,
	.my-lg-40 {
		margin-bottom: 40px !important;
	}

	.ml-lg-40,
	.mx-lg-40 {
		margin-left: 40px !important;
	}

	.m-lg-48 {
		margin: 48px !important;
	}

	.mt-lg-48,
	.my-lg-48 {
		margin-top: 48px !important;
	}

	.mr-lg-48,
	.mx-lg-48 {
		margin-right: 48px !important;
	}

	.mb-lg-48,
	.my-lg-48 {
		margin-bottom: 48px !important;
	}

	.ml-lg-48,
	.mx-lg-48 {
		margin-left: 48px !important;
	}

	.m-lg-56 {
		margin: 56px !important;
	}

	.mt-lg-56,
	.my-lg-56 {
		margin-top: 56px !important;
	}

	.mr-lg-56,
	.mx-lg-56 {
		margin-right: 56px !important;
	}

	.mb-lg-56,
	.my-lg-56 {
		margin-bottom: 56px !important;
	}

	.ml-lg-56,
	.mx-lg-56 {
		margin-left: 56px !important;
	}

	.m-lg-60 {
		margin: 60px !important;
	}

	.mt-lg-60,
	.my-lg-60 {
		margin-top: 60px !important;
	}

	.mr-lg-60,
	.mx-lg-60 {
		margin-right: 60px !important;
	}

	.mb-lg-60,
	.my-lg-60 {
		margin-bottom: 60px !important;
	}

	.ml-lg-60,
	.mx-lg-60 {
		margin-left: 60px !important;
	}

	.m-lg-64 {
		margin: 64px !important;
	}

	.mt-lg-64,
	.my-lg-64 {
		margin-top: 64px !important;
	}

	.mr-lg-64,
	.mx-lg-64 {
		margin-right: 64px !important;
	}

	.mb-lg-64,
	.my-lg-64 {
		margin-bottom: 64px !important;
	}

	.ml-lg-64,
	.mx-lg-64 {
		margin-left: 64px !important;
	}

	.m-lg-68 {
		margin: 68px !important;
	}

	.mt-lg-68,
	.my-lg-68 {
		margin-top: 68px !important;
	}

	.mr-lg-68,
	.mx-lg-68 {
		margin-right: 68px !important;
	}

	.mb-lg-68,
	.my-lg-68 {
		margin-bottom: 68px !important;
	}

	.ml-lg-68,
	.mx-lg-68 {
		margin-left: 68px !important;
	}

	.m-lg-80 {
		margin: 80px !important;
	}

	.mt-lg-80,
	.my-lg-80 {
		margin-top: 80px !important;
	}

	.mr-lg-80,
	.mx-lg-80 {
		margin-right: 80px !important;
	}

	.mb-lg-80,
	.my-lg-80 {
		margin-bottom: 80px !important;
	}

	.ml-lg-80,
	.mx-lg-80 {
		margin-left: 80px !important;
	}

	.m-lg-96 {
		margin: 96px !important;
	}

	.mt-lg-96,
	.my-lg-96 {
		margin-top: 96px !important;
	}

	.mr-lg-96,
	.mx-lg-96 {
		margin-right: 96px !important;
	}

	.mb-lg-96,
	.my-lg-96 {
		margin-bottom: 96px !important;
	}

	.ml-lg-96,
	.mx-lg-96 {
		margin-left: 96px !important;
	}

	.m-lg-120 {
		margin: 120px !important;
	}

	.mt-lg-120,
	.my-lg-120 {
		margin-top: 120px !important;
	}

	.mr-lg-120,
	.mx-lg-120 {
		margin-right: 120px !important;
	}

	.mb-lg-120,
	.my-lg-120 {
		margin-bottom: 120px !important;
	}

	.ml-lg-120,
	.mx-lg-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 4px !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 4px !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 4px !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 4px !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;
	}

	.p-lg-8 {
		padding: 8px !important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: 8px !important;
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right: 8px !important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 8px !important;
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left: 8px !important;
	}

	.p-lg-12 {
		padding: 12px !important;
	}

	.pt-lg-12,
	.py-lg-12 {
		padding-top: 12px !important;
	}

	.pr-lg-12,
	.px-lg-12 {
		padding-right: 12px !important;
	}

	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: 12px !important;
	}

	.pl-lg-12,
	.px-lg-12 {
		padding-left: 12px !important;
	}

	.p-lg-16 {
		padding: 16px !important;
	}

	.pt-lg-16,
	.py-lg-16 {
		padding-top: 16px !important;
	}

	.pr-lg-16,
	.px-lg-16 {
		padding-right: 16px !important;
	}

	.pb-lg-16,
	.py-lg-16 {
		padding-bottom: 16px !important;
	}

	.pl-lg-16,
	.px-lg-16 {
		padding-left: 16px !important;
	}

	.p-lg-20 {
		padding: 20px !important;
	}

	.pt-lg-20,
	.py-lg-20 {
		padding-top: 20px !important;
	}

	.pr-lg-20,
	.px-lg-20 {
		padding-right: 20px !important;
	}

	.pb-lg-20,
	.py-lg-20 {
		padding-bottom: 20px !important;
	}

	.pl-lg-20,
	.px-lg-20 {
		padding-left: 20px !important;
	}

	.p-lg-24 {
		padding: 24px !important;
	}

	.pt-lg-24,
	.py-lg-24 {
		padding-top: 24px !important;
	}

	.pr-lg-24,
	.px-lg-24 {
		padding-right: 24px !important;
	}

	.pb-lg-24,
	.py-lg-24 {
		padding-bottom: 24px !important;
	}

	.pl-lg-24,
	.px-lg-24 {
		padding-left: 24px !important;
	}

	.p-lg-28 {
		padding: 28px !important;
	}

	.pt-lg-28,
	.py-lg-28 {
		padding-top: 28px !important;
	}

	.pr-lg-28,
	.px-lg-28 {
		padding-right: 28px !important;
	}

	.pb-lg-28,
	.py-lg-28 {
		padding-bottom: 28px !important;
	}

	.pl-lg-28,
	.px-lg-28 {
		padding-left: 28px !important;
	}

	.p-lg-32 {
		padding: 32px !important;
	}

	.pt-lg-32,
	.py-lg-32 {
		padding-top: 32px !important;
	}

	.pr-lg-32,
	.px-lg-32 {
		padding-right: 32px !important;
	}

	.pb-lg-32,
	.py-lg-32 {
		padding-bottom: 32px !important;
	}

	.pl-lg-32,
	.px-lg-32 {
		padding-left: 32px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.pt-lg-40,
	.py-lg-40 {
		padding-top: 40px !important;
	}

	.pr-lg-40,
	.px-lg-40 {
		padding-right: 40px !important;
	}

	.pb-lg-40,
	.py-lg-40 {
		padding-bottom: 40px !important;
	}

	.pl-lg-40,
	.px-lg-40 {
		padding-left: 40px !important;
	}

	.p-lg-48 {
		padding: 48px !important;
	}

	.pt-lg-48,
	.py-lg-48 {
		padding-top: 48px !important;
	}

	.pr-lg-48,
	.px-lg-48 {
		padding-right: 48px !important;
	}

	.pb-lg-48,
	.py-lg-48 {
		padding-bottom: 48px !important;
	}

	.pl-lg-48,
	.px-lg-48 {
		padding-left: 48px !important;
	}

	.p-lg-56 {
		padding: 56px !important;
	}

	.pt-lg-56,
	.py-lg-56 {
		padding-top: 56px !important;
	}

	.pr-lg-56,
	.px-lg-56 {
		padding-right: 56px !important;
	}

	.pb-lg-56,
	.py-lg-56 {
		padding-bottom: 56px !important;
	}

	.pl-lg-56,
	.px-lg-56 {
		padding-left: 56px !important;
	}

	.p-lg-60 {
		padding: 60px !important;
	}

	.pt-lg-60,
	.py-lg-60 {
		padding-top: 60px !important;
	}

	.pr-lg-60,
	.px-lg-60 {
		padding-right: 60px !important;
	}

	.pb-lg-60,
	.py-lg-60 {
		padding-bottom: 60px !important;
	}

	.pl-lg-60,
	.px-lg-60 {
		padding-left: 60px !important;
	}

	.p-lg-64 {
		padding: 64px !important;
	}

	.pt-lg-64,
	.py-lg-64 {
		padding-top: 64px !important;
	}

	.pr-lg-64,
	.px-lg-64 {
		padding-right: 64px !important;
	}

	.pb-lg-64,
	.py-lg-64 {
		padding-bottom: 64px !important;
	}

	.pl-lg-64,
	.px-lg-64 {
		padding-left: 64px !important;
	}

	.p-lg-68 {
		padding: 68px !important;
	}

	.pt-lg-68,
	.py-lg-68 {
		padding-top: 68px !important;
	}

	.pr-lg-68,
	.px-lg-68 {
		padding-right: 68px !important;
	}

	.pb-lg-68,
	.py-lg-68 {
		padding-bottom: 68px !important;
	}

	.pl-lg-68,
	.px-lg-68 {
		padding-left: 68px !important;
	}

	.p-lg-80 {
		padding: 80px !important;
	}

	.pt-lg-80,
	.py-lg-80 {
		padding-top: 80px !important;
	}

	.pr-lg-80,
	.px-lg-80 {
		padding-right: 80px !important;
	}

	.pb-lg-80,
	.py-lg-80 {
		padding-bottom: 80px !important;
	}

	.pl-lg-80,
	.px-lg-80 {
		padding-left: 80px !important;
	}

	.p-lg-96 {
		padding: 96px !important;
	}

	.pt-lg-96,
	.py-lg-96 {
		padding-top: 96px !important;
	}

	.pr-lg-96,
	.px-lg-96 {
		padding-right: 96px !important;
	}

	.pb-lg-96,
	.py-lg-96 {
		padding-bottom: 96px !important;
	}

	.pl-lg-96,
	.px-lg-96 {
		padding-left: 96px !important;
	}

	.p-lg-120 {
		padding: 120px !important;
	}

	.pt-lg-120,
	.py-lg-120 {
		padding-top: 120px !important;
	}

	.pr-lg-120,
	.px-lg-120 {
		padding-right: 120px !important;
	}

	.pb-lg-120,
	.py-lg-120 {
		padding-bottom: 120px !important;
	}

	.pl-lg-120,
	.px-lg-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -4px !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -4px !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -4px !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -8px !important;
	}

	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -8px !important;
	}

	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -8px !important;
	}

	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -8px !important;
	}

	.m-lg-n12 {
		margin: -12px !important;
	}

	.mt-lg-n12,
	.my-lg-n12 {
		margin-top: -12px !important;
	}

	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right: -12px !important;
	}

	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom: -12px !important;
	}

	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left: -12px !important;
	}

	.m-lg-n16 {
		margin: -16px !important;
	}

	.mt-lg-n16,
	.my-lg-n16 {
		margin-top: -16px !important;
	}

	.mr-lg-n16,
	.mx-lg-n16 {
		margin-right: -16px !important;
	}

	.mb-lg-n16,
	.my-lg-n16 {
		margin-bottom: -16px !important;
	}

	.ml-lg-n16,
	.mx-lg-n16 {
		margin-left: -16px !important;
	}

	.m-lg-n20 {
		margin: -20px !important;
	}

	.mt-lg-n20,
	.my-lg-n20 {
		margin-top: -20px !important;
	}

	.mr-lg-n20,
	.mx-lg-n20 {
		margin-right: -20px !important;
	}

	.mb-lg-n20,
	.my-lg-n20 {
		margin-bottom: -20px !important;
	}

	.ml-lg-n20,
	.mx-lg-n20 {
		margin-left: -20px !important;
	}

	.m-lg-n24 {
		margin: -24px !important;
	}

	.mt-lg-n24,
	.my-lg-n24 {
		margin-top: -24px !important;
	}

	.mr-lg-n24,
	.mx-lg-n24 {
		margin-right: -24px !important;
	}

	.mb-lg-n24,
	.my-lg-n24 {
		margin-bottom: -24px !important;
	}

	.ml-lg-n24,
	.mx-lg-n24 {
		margin-left: -24px !important;
	}

	.m-lg-n28 {
		margin: -28px !important;
	}

	.mt-lg-n28,
	.my-lg-n28 {
		margin-top: -28px !important;
	}

	.mr-lg-n28,
	.mx-lg-n28 {
		margin-right: -28px !important;
	}

	.mb-lg-n28,
	.my-lg-n28 {
		margin-bottom: -28px !important;
	}

	.ml-lg-n28,
	.mx-lg-n28 {
		margin-left: -28px !important;
	}

	.m-lg-n32 {
		margin: -32px !important;
	}

	.mt-lg-n32,
	.my-lg-n32 {
		margin-top: -32px !important;
	}

	.mr-lg-n32,
	.mx-lg-n32 {
		margin-right: -32px !important;
	}

	.mb-lg-n32,
	.my-lg-n32 {
		margin-bottom: -32px !important;
	}

	.ml-lg-n32,
	.mx-lg-n32 {
		margin-left: -32px !important;
	}

	.m-lg-n40 {
		margin: -40px !important;
	}

	.mt-lg-n40,
	.my-lg-n40 {
		margin-top: -40px !important;
	}

	.mr-lg-n40,
	.mx-lg-n40 {
		margin-right: -40px !important;
	}

	.mb-lg-n40,
	.my-lg-n40 {
		margin-bottom: -40px !important;
	}

	.ml-lg-n40,
	.mx-lg-n40 {
		margin-left: -40px !important;
	}

	.m-lg-n48 {
		margin: -48px !important;
	}

	.mt-lg-n48,
	.my-lg-n48 {
		margin-top: -48px !important;
	}

	.mr-lg-n48,
	.mx-lg-n48 {
		margin-right: -48px !important;
	}

	.mb-lg-n48,
	.my-lg-n48 {
		margin-bottom: -48px !important;
	}

	.ml-lg-n48,
	.mx-lg-n48 {
		margin-left: -48px !important;
	}

	.m-lg-n56 {
		margin: -56px !important;
	}

	.mt-lg-n56,
	.my-lg-n56 {
		margin-top: -56px !important;
	}

	.mr-lg-n56,
	.mx-lg-n56 {
		margin-right: -56px !important;
	}

	.mb-lg-n56,
	.my-lg-n56 {
		margin-bottom: -56px !important;
	}

	.ml-lg-n56,
	.mx-lg-n56 {
		margin-left: -56px !important;
	}

	.m-lg-n60 {
		margin: -60px !important;
	}

	.mt-lg-n60,
	.my-lg-n60 {
		margin-top: -60px !important;
	}

	.mr-lg-n60,
	.mx-lg-n60 {
		margin-right: -60px !important;
	}

	.mb-lg-n60,
	.my-lg-n60 {
		margin-bottom: -60px !important;
	}

	.ml-lg-n60,
	.mx-lg-n60 {
		margin-left: -60px !important;
	}

	.m-lg-n64 {
		margin: -64px !important;
	}

	.mt-lg-n64,
	.my-lg-n64 {
		margin-top: -64px !important;
	}

	.mr-lg-n64,
	.mx-lg-n64 {
		margin-right: -64px !important;
	}

	.mb-lg-n64,
	.my-lg-n64 {
		margin-bottom: -64px !important;
	}

	.ml-lg-n64,
	.mx-lg-n64 {
		margin-left: -64px !important;
	}

	.m-lg-n68 {
		margin: -68px !important;
	}

	.mt-lg-n68,
	.my-lg-n68 {
		margin-top: -68px !important;
	}

	.mr-lg-n68,
	.mx-lg-n68 {
		margin-right: -68px !important;
	}

	.mb-lg-n68,
	.my-lg-n68 {
		margin-bottom: -68px !important;
	}

	.ml-lg-n68,
	.mx-lg-n68 {
		margin-left: -68px !important;
	}

	.m-lg-n80 {
		margin: -80px !important;
	}

	.mt-lg-n80,
	.my-lg-n80 {
		margin-top: -80px !important;
	}

	.mr-lg-n80,
	.mx-lg-n80 {
		margin-right: -80px !important;
	}

	.mb-lg-n80,
	.my-lg-n80 {
		margin-bottom: -80px !important;
	}

	.ml-lg-n80,
	.mx-lg-n80 {
		margin-left: -80px !important;
	}

	.m-lg-n96 {
		margin: -96px !important;
	}

	.mt-lg-n96,
	.my-lg-n96 {
		margin-top: -96px !important;
	}

	.mr-lg-n96,
	.mx-lg-n96 {
		margin-right: -96px !important;
	}

	.mb-lg-n96,
	.my-lg-n96 {
		margin-bottom: -96px !important;
	}

	.ml-lg-n96,
	.mx-lg-n96 {
		margin-left: -96px !important;
	}

	.m-lg-n120 {
		margin: -120px !important;
	}

	.mt-lg-n120,
	.my-lg-n120 {
		margin-top: -120px !important;
	}

	.mr-lg-n120,
	.mx-lg-n120 {
		margin-right: -120px !important;
	}

	.mb-lg-n120,
	.my-lg-n120 {
		margin-bottom: -120px !important;
	}

	.ml-lg-n120,
	.mx-lg-n120 {
		margin-left: -120px !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: 1400px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 4px !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 4px !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 4px !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 4px !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;
	}

	.m-xl-8 {
		margin: 8px !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 8px !important;
	}

	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 8px !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 8px !important;
	}

	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 8px !important;
	}

	.m-xl-12 {
		margin: 12px !important;
	}

	.mt-xl-12,
	.my-xl-12 {
		margin-top: 12px !important;
	}

	.mr-xl-12,
	.mx-xl-12 {
		margin-right: 12px !important;
	}

	.mb-xl-12,
	.my-xl-12 {
		margin-bottom: 12px !important;
	}

	.ml-xl-12,
	.mx-xl-12 {
		margin-left: 12px !important;
	}

	.m-xl-16 {
		margin: 16px !important;
	}

	.mt-xl-16,
	.my-xl-16 {
		margin-top: 16px !important;
	}

	.mr-xl-16,
	.mx-xl-16 {
		margin-right: 16px !important;
	}

	.mb-xl-16,
	.my-xl-16 {
		margin-bottom: 16px !important;
	}

	.ml-xl-16,
	.mx-xl-16 {
		margin-left: 16px !important;
	}

	.m-xl-20 {
		margin: 20px !important;
	}

	.mt-xl-20,
	.my-xl-20 {
		margin-top: 20px !important;
	}

	.mr-xl-20,
	.mx-xl-20 {
		margin-right: 20px !important;
	}

	.mb-xl-20,
	.my-xl-20 {
		margin-bottom: 20px !important;
	}

	.ml-xl-20,
	.mx-xl-20 {
		margin-left: 20px !important;
	}

	.m-xl-24 {
		margin: 24px !important;
	}

	.mt-xl-24,
	.my-xl-24 {
		margin-top: 24px !important;
	}

	.mr-xl-24,
	.mx-xl-24 {
		margin-right: 24px !important;
	}

	.mb-xl-24,
	.my-xl-24 {
		margin-bottom: 24px !important;
	}

	.ml-xl-24,
	.mx-xl-24 {
		margin-left: 24px !important;
	}

	.m-xl-28 {
		margin: 28px !important;
	}

	.mt-xl-28,
	.my-xl-28 {
		margin-top: 28px !important;
	}

	.mr-xl-28,
	.mx-xl-28 {
		margin-right: 28px !important;
	}

	.mb-xl-28,
	.my-xl-28 {
		margin-bottom: 28px !important;
	}

	.ml-xl-28,
	.mx-xl-28 {
		margin-left: 28px !important;
	}

	.m-xl-32 {
		margin: 32px !important;
	}

	.mt-xl-32,
	.my-xl-32 {
		margin-top: 32px !important;
	}

	.mr-xl-32,
	.mx-xl-32 {
		margin-right: 32px !important;
	}

	.mb-xl-32,
	.my-xl-32 {
		margin-bottom: 32px !important;
	}

	.ml-xl-32,
	.mx-xl-32 {
		margin-left: 32px !important;
	}

	.m-xl-40 {
		margin: 40px !important;
	}

	.mt-xl-40,
	.my-xl-40 {
		margin-top: 40px !important;
	}

	.mr-xl-40,
	.mx-xl-40 {
		margin-right: 40px !important;
	}

	.mb-xl-40,
	.my-xl-40 {
		margin-bottom: 40px !important;
	}

	.ml-xl-40,
	.mx-xl-40 {
		margin-left: 40px !important;
	}

	.m-xl-48 {
		margin: 48px !important;
	}

	.mt-xl-48,
	.my-xl-48 {
		margin-top: 48px !important;
	}

	.mr-xl-48,
	.mx-xl-48 {
		margin-right: 48px !important;
	}

	.mb-xl-48,
	.my-xl-48 {
		margin-bottom: 48px !important;
	}

	.ml-xl-48,
	.mx-xl-48 {
		margin-left: 48px !important;
	}

	.m-xl-56 {
		margin: 56px !important;
	}

	.mt-xl-56,
	.my-xl-56 {
		margin-top: 56px !important;
	}

	.mr-xl-56,
	.mx-xl-56 {
		margin-right: 56px !important;
	}

	.mb-xl-56,
	.my-xl-56 {
		margin-bottom: 56px !important;
	}

	.ml-xl-56,
	.mx-xl-56 {
		margin-left: 56px !important;
	}

	.m-xl-60 {
		margin: 60px !important;
	}

	.mt-xl-60,
	.my-xl-60 {
		margin-top: 60px !important;
	}

	.mr-xl-60,
	.mx-xl-60 {
		margin-right: 60px !important;
	}

	.mb-xl-60,
	.my-xl-60 {
		margin-bottom: 60px !important;
	}

	.ml-xl-60,
	.mx-xl-60 {
		margin-left: 60px !important;
	}

	.m-xl-64 {
		margin: 64px !important;
	}

	.mt-xl-64,
	.my-xl-64 {
		margin-top: 64px !important;
	}

	.mr-xl-64,
	.mx-xl-64 {
		margin-right: 64px !important;
	}

	.mb-xl-64,
	.my-xl-64 {
		margin-bottom: 64px !important;
	}

	.ml-xl-64,
	.mx-xl-64 {
		margin-left: 64px !important;
	}

	.m-xl-68 {
		margin: 68px !important;
	}

	.mt-xl-68,
	.my-xl-68 {
		margin-top: 68px !important;
	}

	.mr-xl-68,
	.mx-xl-68 {
		margin-right: 68px !important;
	}

	.mb-xl-68,
	.my-xl-68 {
		margin-bottom: 68px !important;
	}

	.ml-xl-68,
	.mx-xl-68 {
		margin-left: 68px !important;
	}

	.m-xl-80 {
		margin: 80px !important;
	}

	.mt-xl-80,
	.my-xl-80 {
		margin-top: 80px !important;
	}

	.mr-xl-80,
	.mx-xl-80 {
		margin-right: 80px !important;
	}

	.mb-xl-80,
	.my-xl-80 {
		margin-bottom: 80px !important;
	}

	.ml-xl-80,
	.mx-xl-80 {
		margin-left: 80px !important;
	}

	.m-xl-96 {
		margin: 96px !important;
	}

	.mt-xl-96,
	.my-xl-96 {
		margin-top: 96px !important;
	}

	.mr-xl-96,
	.mx-xl-96 {
		margin-right: 96px !important;
	}

	.mb-xl-96,
	.my-xl-96 {
		margin-bottom: 96px !important;
	}

	.ml-xl-96,
	.mx-xl-96 {
		margin-left: 96px !important;
	}

	.m-xl-120 {
		margin: 120px !important;
	}

	.mt-xl-120,
	.my-xl-120 {
		margin-top: 120px !important;
	}

	.mr-xl-120,
	.mx-xl-120 {
		margin-right: 120px !important;
	}

	.mb-xl-120,
	.my-xl-120 {
		margin-bottom: 120px !important;
	}

	.ml-xl-120,
	.mx-xl-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 4px !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 4px !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 4px !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 4px !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;
	}

	.p-xl-8 {
		padding: 8px !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 8px !important;
	}

	.pr-xl-8,
	.px-xl-8 {
		padding-right: 8px !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 8px !important;
	}

	.pl-xl-8,
	.px-xl-8 {
		padding-left: 8px !important;
	}

	.p-xl-12 {
		padding: 12px !important;
	}

	.pt-xl-12,
	.py-xl-12 {
		padding-top: 12px !important;
	}

	.pr-xl-12,
	.px-xl-12 {
		padding-right: 12px !important;
	}

	.pb-xl-12,
	.py-xl-12 {
		padding-bottom: 12px !important;
	}

	.pl-xl-12,
	.px-xl-12 {
		padding-left: 12px !important;
	}

	.p-xl-16 {
		padding: 16px !important;
	}

	.pt-xl-16,
	.py-xl-16 {
		padding-top: 16px !important;
	}

	.pr-xl-16,
	.px-xl-16 {
		padding-right: 16px !important;
	}

	.pb-xl-16,
	.py-xl-16 {
		padding-bottom: 16px !important;
	}

	.pl-xl-16,
	.px-xl-16 {
		padding-left: 16px !important;
	}

	.p-xl-20 {
		padding: 20px !important;
	}

	.pt-xl-20,
	.py-xl-20 {
		padding-top: 20px !important;
	}

	.pr-xl-20,
	.px-xl-20 {
		padding-right: 20px !important;
	}

	.pb-xl-20,
	.py-xl-20 {
		padding-bottom: 20px !important;
	}

	.pl-xl-20,
	.px-xl-20 {
		padding-left: 20px !important;
	}

	.p-xl-24 {
		padding: 24px !important;
	}

	.pt-xl-24,
	.py-xl-24 {
		padding-top: 24px !important;
	}

	.pr-xl-24,
	.px-xl-24 {
		padding-right: 24px !important;
	}

	.pb-xl-24,
	.py-xl-24 {
		padding-bottom: 24px !important;
	}

	.pl-xl-24,
	.px-xl-24 {
		padding-left: 24px !important;
	}

	.p-xl-28 {
		padding: 28px !important;
	}

	.pt-xl-28,
	.py-xl-28 {
		padding-top: 28px !important;
	}

	.pr-xl-28,
	.px-xl-28 {
		padding-right: 28px !important;
	}

	.pb-xl-28,
	.py-xl-28 {
		padding-bottom: 28px !important;
	}

	.pl-xl-28,
	.px-xl-28 {
		padding-left: 28px !important;
	}

	.p-xl-32 {
		padding: 32px !important;
	}

	.pt-xl-32,
	.py-xl-32 {
		padding-top: 32px !important;
	}

	.pr-xl-32,
	.px-xl-32 {
		padding-right: 32px !important;
	}

	.pb-xl-32,
	.py-xl-32 {
		padding-bottom: 32px !important;
	}

	.pl-xl-32,
	.px-xl-32 {
		padding-left: 32px !important;
	}

	.p-xl-40 {
		padding: 40px !important;
	}

	.pt-xl-40,
	.py-xl-40 {
		padding-top: 40px !important;
	}

	.pr-xl-40,
	.px-xl-40 {
		padding-right: 40px !important;
	}

	.pb-xl-40,
	.py-xl-40 {
		padding-bottom: 40px !important;
	}

	.pl-xl-40,
	.px-xl-40 {
		padding-left: 40px !important;
	}

	.p-xl-48 {
		padding: 48px !important;
	}

	.pt-xl-48,
	.py-xl-48 {
		padding-top: 48px !important;
	}

	.pr-xl-48,
	.px-xl-48 {
		padding-right: 48px !important;
	}

	.pb-xl-48,
	.py-xl-48 {
		padding-bottom: 48px !important;
	}

	.pl-xl-48,
	.px-xl-48 {
		padding-left: 48px !important;
	}

	.p-xl-56 {
		padding: 56px !important;
	}

	.pt-xl-56,
	.py-xl-56 {
		padding-top: 56px !important;
	}

	.pr-xl-56,
	.px-xl-56 {
		padding-right: 56px !important;
	}

	.pb-xl-56,
	.py-xl-56 {
		padding-bottom: 56px !important;
	}

	.pl-xl-56,
	.px-xl-56 {
		padding-left: 56px !important;
	}

	.p-xl-60 {
		padding: 60px !important;
	}

	.pt-xl-60,
	.py-xl-60 {
		padding-top: 60px !important;
	}

	.pr-xl-60,
	.px-xl-60 {
		padding-right: 60px !important;
	}

	.pb-xl-60,
	.py-xl-60 {
		padding-bottom: 60px !important;
	}

	.pl-xl-60,
	.px-xl-60 {
		padding-left: 60px !important;
	}

	.p-xl-64 {
		padding: 64px !important;
	}

	.pt-xl-64,
	.py-xl-64 {
		padding-top: 64px !important;
	}

	.pr-xl-64,
	.px-xl-64 {
		padding-right: 64px !important;
	}

	.pb-xl-64,
	.py-xl-64 {
		padding-bottom: 64px !important;
	}

	.pl-xl-64,
	.px-xl-64 {
		padding-left: 64px !important;
	}

	.p-xl-68 {
		padding: 68px !important;
	}

	.pt-xl-68,
	.py-xl-68 {
		padding-top: 68px !important;
	}

	.pr-xl-68,
	.px-xl-68 {
		padding-right: 68px !important;
	}

	.pb-xl-68,
	.py-xl-68 {
		padding-bottom: 68px !important;
	}

	.pl-xl-68,
	.px-xl-68 {
		padding-left: 68px !important;
	}

	.p-xl-80 {
		padding: 80px !important;
	}

	.pt-xl-80,
	.py-xl-80 {
		padding-top: 80px !important;
	}

	.pr-xl-80,
	.px-xl-80 {
		padding-right: 80px !important;
	}

	.pb-xl-80,
	.py-xl-80 {
		padding-bottom: 80px !important;
	}

	.pl-xl-80,
	.px-xl-80 {
		padding-left: 80px !important;
	}

	.p-xl-96 {
		padding: 96px !important;
	}

	.pt-xl-96,
	.py-xl-96 {
		padding-top: 96px !important;
	}

	.pr-xl-96,
	.px-xl-96 {
		padding-right: 96px !important;
	}

	.pb-xl-96,
	.py-xl-96 {
		padding-bottom: 96px !important;
	}

	.pl-xl-96,
	.px-xl-96 {
		padding-left: 96px !important;
	}

	.p-xl-120 {
		padding: 120px !important;
	}

	.pt-xl-120,
	.py-xl-120 {
		padding-top: 120px !important;
	}

	.pr-xl-120,
	.px-xl-120 {
		padding-right: 120px !important;
	}

	.pb-xl-120,
	.py-xl-120 {
		padding-bottom: 120px !important;
	}

	.pl-xl-120,
	.px-xl-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -4px !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -4px !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -4px !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -8px !important;
	}

	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -8px !important;
	}

	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -8px !important;
	}

	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -8px !important;
	}

	.m-xl-n12 {
		margin: -12px !important;
	}

	.mt-xl-n12,
	.my-xl-n12 {
		margin-top: -12px !important;
	}

	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right: -12px !important;
	}

	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom: -12px !important;
	}

	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left: -12px !important;
	}

	.m-xl-n16 {
		margin: -16px !important;
	}

	.mt-xl-n16,
	.my-xl-n16 {
		margin-top: -16px !important;
	}

	.mr-xl-n16,
	.mx-xl-n16 {
		margin-right: -16px !important;
	}

	.mb-xl-n16,
	.my-xl-n16 {
		margin-bottom: -16px !important;
	}

	.ml-xl-n16,
	.mx-xl-n16 {
		margin-left: -16px !important;
	}

	.m-xl-n20 {
		margin: -20px !important;
	}

	.mt-xl-n20,
	.my-xl-n20 {
		margin-top: -20px !important;
	}

	.mr-xl-n20,
	.mx-xl-n20 {
		margin-right: -20px !important;
	}

	.mb-xl-n20,
	.my-xl-n20 {
		margin-bottom: -20px !important;
	}

	.ml-xl-n20,
	.mx-xl-n20 {
		margin-left: -20px !important;
	}

	.m-xl-n24 {
		margin: -24px !important;
	}

	.mt-xl-n24,
	.my-xl-n24 {
		margin-top: -24px !important;
	}

	.mr-xl-n24,
	.mx-xl-n24 {
		margin-right: -24px !important;
	}

	.mb-xl-n24,
	.my-xl-n24 {
		margin-bottom: -24px !important;
	}

	.ml-xl-n24,
	.mx-xl-n24 {
		margin-left: -24px !important;
	}

	.m-xl-n28 {
		margin: -28px !important;
	}

	.mt-xl-n28,
	.my-xl-n28 {
		margin-top: -28px !important;
	}

	.mr-xl-n28,
	.mx-xl-n28 {
		margin-right: -28px !important;
	}

	.mb-xl-n28,
	.my-xl-n28 {
		margin-bottom: -28px !important;
	}

	.ml-xl-n28,
	.mx-xl-n28 {
		margin-left: -28px !important;
	}

	.m-xl-n32 {
		margin: -32px !important;
	}

	.mt-xl-n32,
	.my-xl-n32 {
		margin-top: -32px !important;
	}

	.mr-xl-n32,
	.mx-xl-n32 {
		margin-right: -32px !important;
	}

	.mb-xl-n32,
	.my-xl-n32 {
		margin-bottom: -32px !important;
	}

	.ml-xl-n32,
	.mx-xl-n32 {
		margin-left: -32px !important;
	}

	.m-xl-n40 {
		margin: -40px !important;
	}

	.mt-xl-n40,
	.my-xl-n40 {
		margin-top: -40px !important;
	}

	.mr-xl-n40,
	.mx-xl-n40 {
		margin-right: -40px !important;
	}

	.mb-xl-n40,
	.my-xl-n40 {
		margin-bottom: -40px !important;
	}

	.ml-xl-n40,
	.mx-xl-n40 {
		margin-left: -40px !important;
	}

	.m-xl-n48 {
		margin: -48px !important;
	}

	.mt-xl-n48,
	.my-xl-n48 {
		margin-top: -48px !important;
	}

	.mr-xl-n48,
	.mx-xl-n48 {
		margin-right: -48px !important;
	}

	.mb-xl-n48,
	.my-xl-n48 {
		margin-bottom: -48px !important;
	}

	.ml-xl-n48,
	.mx-xl-n48 {
		margin-left: -48px !important;
	}

	.m-xl-n56 {
		margin: -56px !important;
	}

	.mt-xl-n56,
	.my-xl-n56 {
		margin-top: -56px !important;
	}

	.mr-xl-n56,
	.mx-xl-n56 {
		margin-right: -56px !important;
	}

	.mb-xl-n56,
	.my-xl-n56 {
		margin-bottom: -56px !important;
	}

	.ml-xl-n56,
	.mx-xl-n56 {
		margin-left: -56px !important;
	}

	.m-xl-n60 {
		margin: -60px !important;
	}

	.mt-xl-n60,
	.my-xl-n60 {
		margin-top: -60px !important;
	}

	.mr-xl-n60,
	.mx-xl-n60 {
		margin-right: -60px !important;
	}

	.mb-xl-n60,
	.my-xl-n60 {
		margin-bottom: -60px !important;
	}

	.ml-xl-n60,
	.mx-xl-n60 {
		margin-left: -60px !important;
	}

	.m-xl-n64 {
		margin: -64px !important;
	}

	.mt-xl-n64,
	.my-xl-n64 {
		margin-top: -64px !important;
	}

	.mr-xl-n64,
	.mx-xl-n64 {
		margin-right: -64px !important;
	}

	.mb-xl-n64,
	.my-xl-n64 {
		margin-bottom: -64px !important;
	}

	.ml-xl-n64,
	.mx-xl-n64 {
		margin-left: -64px !important;
	}

	.m-xl-n68 {
		margin: -68px !important;
	}

	.mt-xl-n68,
	.my-xl-n68 {
		margin-top: -68px !important;
	}

	.mr-xl-n68,
	.mx-xl-n68 {
		margin-right: -68px !important;
	}

	.mb-xl-n68,
	.my-xl-n68 {
		margin-bottom: -68px !important;
	}

	.ml-xl-n68,
	.mx-xl-n68 {
		margin-left: -68px !important;
	}

	.m-xl-n80 {
		margin: -80px !important;
	}

	.mt-xl-n80,
	.my-xl-n80 {
		margin-top: -80px !important;
	}

	.mr-xl-n80,
	.mx-xl-n80 {
		margin-right: -80px !important;
	}

	.mb-xl-n80,
	.my-xl-n80 {
		margin-bottom: -80px !important;
	}

	.ml-xl-n80,
	.mx-xl-n80 {
		margin-left: -80px !important;
	}

	.m-xl-n96 {
		margin: -96px !important;
	}

	.mt-xl-n96,
	.my-xl-n96 {
		margin-top: -96px !important;
	}

	.mr-xl-n96,
	.mx-xl-n96 {
		margin-right: -96px !important;
	}

	.mb-xl-n96,
	.my-xl-n96 {
		margin-bottom: -96px !important;
	}

	.ml-xl-n96,
	.mx-xl-n96 {
		margin-left: -96px !important;
	}

	.m-xl-n120 {
		margin: -120px !important;
	}

	.mt-xl-n120,
	.my-xl-n120 {
		margin-top: -120px !important;
	}

	.mr-xl-n120,
	.mx-xl-n120 {
		margin-right: -120px !important;
	}

	.mb-xl-n120,
	.my-xl-n120 {
		margin-bottom: -120px !important;
	}

	.ml-xl-n120,
	.mx-xl-n120 {
		margin-left: -120px !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;
	}
}

/*!
* Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/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", 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 {
	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: 0.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;
	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: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #3F91CD;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #2678B1;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

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;
}

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: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

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;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

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;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: 0.2rem !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
	border-radius: 0.3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.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,
.main__slide {
	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: 768px) {
	.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: 992px) {
	.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: 1200px) {
	.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: 1400px) {
	.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 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;
	}
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-1 {
	opacity: 0.2 !important;
}

.opacity-2 {
	opacity: 0.4 !important;
}

.opacity-3 {
	opacity: 0.6 !important;
}

.opacity-4 {
	opacity: .8 !important;
}

.opacity-5 {
	opacity: 1 !important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
	opacity: 0 !important;
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

.opacity-0h5:hover {
	opacity: 1 !important;
}

.opacity-0 .tab:before {
	background-color: transparent;
	transition: none !important;
}

.opacity-0 .tab {
	/*background-color: transparent;*/
	transition: none !important;
}

.opacity-0 .tab._active .tab__name {
	color: #999999;
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column,
.main__slide {
	-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,
.main__slide {
	-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: 768px) {
	.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: 992px) {
	.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: 1200px) {
	.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: 1400px) {
	.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;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 768px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1400px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	-webkit-box-shadow: none !important;
	box-shadow: none !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;
}

.min-vh-100p {
	min-height: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.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: 0.25rem !important;
}

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

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

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

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.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: 4px !important;
}

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

.mr-4,
.mx-4 {
	margin-right: 4px !important;
}

.mb-4,
.my-4 {
	margin-bottom: 4px !important;
}

.ml-4,
.mx-4 {
	margin-left: 4px !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;
}

.m-8 {
	margin: 8px !important;
}

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

.mr-8,
.mx-8 {
	margin-right: 8px !important;
}

.mb-8,
.my-8 {
	margin-bottom: 8px !important;
}

.ml-8,
.mx-8 {
	margin-left: 8px !important;
}

.m-12 {
	margin: 12px !important;
}

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

.mr-12,
.mx-12 {
	margin-right: 12px !important;
}

.mb-12,
.my-12 {
	margin-bottom: 12px !important;
}

.ml-12,
.mx-12 {
	margin-left: 12px !important;
}

.m-16 {
	margin: 16px !important;
}

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

.mr-16,
.mx-16 {
	margin-right: 16px !important;
}

.mb-16,
.my-16 {
	margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
	margin-left: 16px !important;
}

.m-20 {
	margin: 20px !important;
}

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

.mr-20,
.mx-20 {
	margin-right: 20px !important;
}

.mb-20,
.my-20 {
	margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
	margin-left: 20px !important;
}

.m-24 {
	margin: 24px !important;
}

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

.mr-24,
.mx-24 {
	margin-right: 24px !important;
}

.mb-24,
.my-24 {
	margin-bottom: 24px !important;
}

.ml-24,
.mx-24 {
	margin-left: 24px !important;
}

.m-28 {
	margin: 28px !important;
}

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

.mr-28,
.mx-28 {
	margin-right: 28px !important;
}

.mb-28,
.my-28 {
	margin-bottom: 28px !important;
}

.ml-28,
.mx-28 {
	margin-left: 28px !important;
}

.m-32 {
	margin: 32px !important;
}

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

.mr-32,
.mx-32 {
	margin-right: 32px !important;
}

.mb-32,
.my-32 {
	margin-bottom: 32px !important;
}

.ml-32,
.mx-32 {
	margin-left: 32px !important;
}

.m-40 {
	margin: 40px !important;
}

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

.mr-40,
.mx-40 {
	margin-right: 40px !important;
}

.mb-40,
.my-40 {
	margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
	margin-left: 40px !important;
}

.m-48 {
	margin: 48px !important;
}

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

.mr-48,
.mx-48 {
	margin-right: 48px !important;
}

.mb-48,
.my-48 {
	margin-bottom: 48px !important;
}

.ml-48,
.mx-48 {
	margin-left: 48px !important;
}

.m-56 {
	margin: 56px !important;
}

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

.mr-56,
.mx-56 {
	margin-right: 56px !important;
}

.mb-56,
.my-56 {
	margin-bottom: 56px !important;
}

.ml-56,
.mx-56 {
	margin-left: 56px !important;
}

.m-60 {
	margin: 60px !important;
}

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

.mr-60,
.mx-60 {
	margin-right: 60px !important;
}

.mb-60,
.my-60 {
	margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
	margin-left: 60px !important;
}

.m-64 {
	margin: 64px !important;
}

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

.mr-64,
.mx-64 {
	margin-right: 64px !important;
}

.mb-64,
.my-64 {
	margin-bottom: 64px !important;
}

.ml-64,
.mx-64 {
	margin-left: 64px !important;
}

.m-68 {
	margin: 68px !important;
}

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

.mr-68,
.mx-68 {
	margin-right: 68px !important;
}

.mb-68,
.my-68 {
	margin-bottom: 68px !important;
}

.ml-68,
.mx-68 {
	margin-left: 68px !important;
}

.m-80 {
	margin: 80px !important;
}

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

.mr-80,
.mx-80 {
	margin-right: 80px !important;
}

.mb-80,
.my-80 {
	margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
	margin-left: 80px !important;
}

.m-96 {
	margin: 96px !important;
}

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

.mr-96,
.mx-96 {
	margin-right: 96px !important;
}

.mb-96,
.my-96 {
	margin-bottom: 96px !important;
}

.ml-96,
.mx-96 {
	margin-left: 96px !important;
}

.m-120 {
	margin: 120px !important;
}

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

.mr-120,
.mx-120 {
	margin-right: 120px !important;
}

.mb-120,
.my-120 {
	margin-bottom: 120px !important;
}

.ml-120,
.mx-120 {
	margin-left: 120px !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: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.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: 4px !important;
}

.pt-4,
.py-4 {
	padding-top: 4px !important;
}

.pr-4,
.px-4 {
	padding-right: 4px !important;
}

.pb-4,
.py-4 {
	padding-bottom: 4px !important;
}

.pl-4,
.px-4 {
	padding-left: 4px !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;
}

.p-8 {
	padding: 8px !important;
}

.pt-8,
.py-8 {
	padding-top: 8px !important;
}

.pr-8,
.px-8 {
	padding-right: 8px !important;
}

.pb-8,
.py-8 {
	padding-bottom: 8px !important;
}

.pl-8,
.px-8 {
	padding-left: 8px !important;
}

.p-12 {
	padding: 12px !important;
}

.pt-12,
.py-12 {
	padding-top: 12px !important;
}

.pr-12,
.px-12 {
	padding-right: 12px !important;
}

.pb-12,
.py-12 {
	padding-bottom: 12px !important;
}

.pl-12,
.px-12 {
	padding-left: 12px !important;
}

.p-16 {
	padding: 16px !important;
}

.pt-16,
.py-16 {
	padding-top: 16px !important;
}

.pr-16,
.px-16 {
	padding-right: 16px !important;
}

.pb-16,
.py-16 {
	padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
	padding-left: 16px !important;
}

.p-20 {
	padding: 20px !important;
}

.pt-20,
.py-20 {
	padding-top: 20px !important;
}

.pr-20,
.px-20 {
	padding-right: 20px !important;
}

.pb-20,
.py-20 {
	padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
	padding-left: 20px !important;
}

.p-24 {
	padding: 24px !important;
}

.pt-24,
.py-24 {
	padding-top: 24px !important;
}

.pr-24,
.px-24 {
	padding-right: 24px !important;
}

.pb-24,
.press__top,
.py-24 {
	padding-bottom: 24px !important;
}

.pl-24,
.px-24 {
	padding-left: 24px !important;
}

.p-28 {
	padding: 28px !important;
}

.pt-28,
.py-28 {
	padding-top: 28px !important;
}

.pr-28,
.px-28 {
	padding-right: 28px !important;
}

.pb-28,
.py-28 {
	padding-bottom: 28px !important;
}

.pl-28,
.px-28 {
	padding-left: 28px !important;
}

.p-32 {
	padding: 32px !important;
}

.pt-32,
.py-32 {
	padding-top: 32px !important;
}

.pr-32,
.px-32 {
	padding-right: 32px !important;
}

.pb-32,
.py-32 {
	padding-bottom: 32px !important;
}

.pl-32,
.px-32 {
	padding-left: 32px !important;
}

.p-40 {
	padding: 40px !important;
}

.pt-40,
.py-40 {
	padding-top: 40px !important;
}

.pr-40,
.px-40 {
	padding-right: 40px !important;
}

.pb-40,
.py-40 {
	padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
	padding-left: 40px !important;
}

.p-48 {
	padding: 48px !important;
}

.pt-48,
.py-48 {
	padding-top: 48px !important;
}

.pr-48,
.px-48 {
	padding-right: 48px !important;
}

.pb-48,
.py-48 {
	padding-bottom: 48px !important;
}

.pl-48,
.px-48 {
	padding-left: 48px !important;
}

.p-56 {
	padding: 56px !important;
}

.pt-56,
.py-56 {
	padding-top: 56px !important;
}

.pr-56,
.px-56 {
	padding-right: 56px !important;
}

.pb-56,
.py-56 {
	padding-bottom: 56px !important;
}

.pl-56,
.px-56 {
	padding-left: 56px !important;
}

.p-60 {
	padding: 60px !important;
}

.pt-60,
.py-60 {
	padding-top: 60px !important;
}

.pr-60,
.px-60 {
	padding-right: 60px !important;
}

.pb-60,
.py-60 {
	padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
	padding-left: 60px !important;
}

.p-64 {
	padding: 64px !important;
}

.pt-64,
.py-64 {
	padding-top: 64px !important;
}

.pr-64,
.px-64 {
	padding-right: 64px !important;
}

.pb-64,
.py-64 {
	padding-bottom: 64px !important;
}

.pl-64,
.px-64 {
	padding-left: 64px !important;
}

.p-68 {
	padding: 68px !important;
}

.pt-68,
.py-68 {
	padding-top: 68px !important;
}

.pr-68,
.px-68 {
	padding-right: 68px !important;
}

.pb-68,
.py-68 {
	padding-bottom: 68px !important;
}

.pl-68,
.px-68 {
	padding-left: 68px !important;
}

.p-80 {
	padding: 80px !important;
}

.pt-80,
.py-80 {
	padding-top: 80px !important;
}

.pr-80,
.px-80 {
	padding-right: 80px !important;
}

.pb-80,
.py-80 {
	padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
	padding-left: 80px !important;
}

.p-96 {
	padding: 96px !important;
}

.pt-96,
.py-96 {
	padding-top: 96px !important;
}

.pr-96,
.px-96 {
	padding-right: 96px !important;
}

.pb-96,
.py-96 {
	padding-bottom: 96px !important;
}

.pl-96,
.px-96 {
	padding-left: 96px !important;
}

.p-120 {
	padding: 120px !important;
}

.pt-120,
.py-120 {
	padding-top: 120px !important;
}

.pr-120,
.px-120 {
	padding-right: 120px !important;
}

.pb-120,
.py-120 {
	padding-bottom: 120px !important;
}

.pl-120,
.px-120 {
	padding-left: 120px !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: -4px !important;
}

.mt-n4,
.my-n4 {
	margin-top: -4px !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -4px !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -4px !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -4px !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-n8 {
	margin: -8px !important;
}

.mt-n8,
.my-n8 {
	margin-top: -8px !important;
}

.mr-n8,
.mx-n8 {
	margin-right: -8px !important;
}

.mb-n8,
.my-n8 {
	margin-bottom: -8px !important;
}

.ml-n8,
.mx-n8 {
	margin-left: -8px !important;
}

.m-n12 {
	margin: -12px !important;
}

.mt-n12,
.my-n12 {
	margin-top: -12px !important;
}

.mr-n12,
.mx-n12 {
	margin-right: -12px !important;
}

.mb-n12,
.my-n12 {
	margin-bottom: -12px !important;
}

.ml-n12,
.mx-n12 {
	margin-left: -12px !important;
}

.m-n16 {
	margin: -16px !important;
}

.mt-n16,
.my-n16 {
	margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
	margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
	margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
	margin-left: -16px !important;
}

.m-n20 {
	margin: -20px !important;
}

.mt-n20,
.my-n20 {
	margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
	margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
	margin-left: -20px !important;
}

.m-n24 {
	margin: -24px !important;
}

.mt-n24,
.my-n24 {
	margin-top: -24px !important;
}

.mr-n24,
.mx-n24 {
	margin-right: -24px !important;
}

.mb-n24,
.my-n24 {
	margin-bottom: -24px !important;
}

.ml-n24,
.mx-n24 {
	margin-left: -24px !important;
}

.m-n28 {
	margin: -28px !important;
}

.mt-n28,
.my-n28 {
	margin-top: -28px !important;
}

.mr-n28,
.mx-n28 {
	margin-right: -28px !important;
}

.mb-n28,
.my-n28 {
	margin-bottom: -28px !important;
}

.ml-n28,
.mx-n28 {
	margin-left: -28px !important;
}

.m-n32 {
	margin: -32px !important;
}

.mt-n32,
.my-n32 {
	margin-top: -32px !important;
}

.mr-n32,
.mx-n32 {
	margin-right: -32px !important;
}

.mb-n32,
.my-n32 {
	margin-bottom: -32px !important;
}

.ml-n32,
.mx-n32 {
	margin-left: -32px !important;
}

.m-n40 {
	margin: -40px !important;
}

.mt-n40,
.my-n40 {
	margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
	margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
	margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
	margin-left: -40px !important;
}

.m-n48 {
	margin: -48px !important;
}

.mt-n48,
.my-n48 {
	margin-top: -48px !important;
}

.mr-n48,
.mx-n48 {
	margin-right: -48px !important;
}

.mb-n48,
.my-n48 {
	margin-bottom: -48px !important;
}

.ml-n48,
.mx-n48 {
	margin-left: -48px !important;
}

.m-n56 {
	margin: -56px !important;
}

.mt-n56,
.my-n56 {
	margin-top: -56px !important;
}

.mr-n56,
.mx-n56 {
	margin-right: -56px !important;
}

.mb-n56,
.my-n56 {
	margin-bottom: -56px !important;
}

.ml-n56,
.mx-n56 {
	margin-left: -56px !important;
}

.m-n60 {
	margin: -60px !important;
}

.mt-n60,
.my-n60 {
	margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
	margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
	margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
	margin-left: -60px !important;
}

.m-n64 {
	margin: -64px !important;
}

.mt-n64,
.my-n64 {
	margin-top: -64px !important;
}

.mr-n64,
.mx-n64 {
	margin-right: -64px !important;
}

.mb-n64,
.my-n64 {
	margin-bottom: -64px !important;
}

.ml-n64,
.mx-n64 {
	margin-left: -64px !important;
}

.m-n68 {
	margin: -68px !important;
}

.mt-n68,
.my-n68 {
	margin-top: -68px !important;
}

.mr-n68,
.mx-n68 {
	margin-right: -68px !important;
}

.mb-n68,
.my-n68 {
	margin-bottom: -68px !important;
}

.ml-n68,
.mx-n68 {
	margin-left: -68px !important;
}

.m-n80 {
	margin: -80px !important;
}

.mt-n80,
.my-n80 {
	margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
	margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
	margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
	margin-left: -80px !important;
}

.m-n96 {
	margin: -96px !important;
}

.mt-n96,
.my-n96 {
	margin-top: -96px !important;
}

.mr-n96,
.mx-n96 {
	margin-right: -96px !important;
}

.mb-n96,
.my-n96 {
	margin-bottom: -96px !important;
}

.ml-n96,
.mx-n96 {
	margin-left: -96px !important;
}

.m-n120 {
	margin: -120px !important;
}

.mt-n120,
.my-n120 {
	margin-top: -120px !important;
}

.mr-n120,
.mx-n120 {
	margin-right: -120px !important;
}

.mb-n120,
.my-n120 {
	margin-bottom: -120px !important;
}

.ml-n120,
.mx-n120 {
	margin-left: -120px !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: 768px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 4px !important;
	}

	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 4px !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 4px !important;
	}

	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 4px !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;
	}

	.m-sm-8 {
		margin: 8px !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 8px !important;
	}

	.mr-sm-8,
	.mx-sm-8 {
		margin-right: 8px !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 8px !important;
	}

	.ml-sm-8,
	.mx-sm-8 {
		margin-left: 8px !important;
	}

	.m-sm-12 {
		margin: 12px !important;
	}

	.mt-sm-12,
	.my-sm-12 {
		margin-top: 12px !important;
	}

	.mr-sm-12,
	.mx-sm-12 {
		margin-right: 12px !important;
	}

	.mb-sm-12,
	.my-sm-12 {
		margin-bottom: 12px !important;
	}

	.ml-sm-12,
	.mx-sm-12 {
		margin-left: 12px !important;
	}

	.m-sm-16 {
		margin: 16px !important;
	}

	.mt-sm-16,
	.my-sm-16 {
		margin-top: 16px !important;
	}

	.mr-sm-16,
	.mx-sm-16 {
		margin-right: 16px !important;
	}

	.mb-sm-16,
	.my-sm-16 {
		margin-bottom: 16px !important;
	}

	.ml-sm-16,
	.mx-sm-16 {
		margin-left: 16px !important;
	}

	.m-sm-20 {
		margin: 20px !important;
	}

	.mt-sm-20,
	.my-sm-20 {
		margin-top: 20px !important;
	}

	.mr-sm-20,
	.mx-sm-20 {
		margin-right: 20px !important;
	}

	.mb-sm-20,
	.my-sm-20 {
		margin-bottom: 20px !important;
	}

	.ml-sm-20,
	.mx-sm-20 {
		margin-left: 20px !important;
	}

	.m-sm-24 {
		margin: 24px !important;
	}

	.mt-sm-24,
	.my-sm-24 {
		margin-top: 24px !important;
	}

	.mr-sm-24,
	.mx-sm-24 {
		margin-right: 24px !important;
	}

	.mb-sm-24,
	.my-sm-24 {
		margin-bottom: 24px !important;
	}

	.ml-sm-24,
	.mx-sm-24 {
		margin-left: 24px !important;
	}

	.m-sm-28 {
		margin: 28px !important;
	}

	.mt-sm-28,
	.my-sm-28 {
		margin-top: 28px !important;
	}

	.mr-sm-28,
	.mx-sm-28 {
		margin-right: 28px !important;
	}

	.mb-sm-28,
	.my-sm-28 {
		margin-bottom: 28px !important;
	}

	.ml-sm-28,
	.mx-sm-28 {
		margin-left: 28px !important;
	}

	.m-sm-32 {
		margin: 32px !important;
	}

	.mt-sm-32,
	.my-sm-32 {
		margin-top: 32px !important;
	}

	.mr-sm-32,
	.mx-sm-32 {
		margin-right: 32px !important;
	}

	.mb-sm-32,
	.my-sm-32 {
		margin-bottom: 32px !important;
	}

	.ml-sm-32,
	.mx-sm-32 {
		margin-left: 32px !important;
	}

	.m-sm-40 {
		margin: 40px !important;
	}

	.mt-sm-40,
	.my-sm-40 {
		margin-top: 40px !important;
	}

	.mr-sm-40,
	.mx-sm-40 {
		margin-right: 40px !important;
	}

	.mb-sm-40,
	.my-sm-40 {
		margin-bottom: 40px !important;
	}

	.ml-sm-40,
	.mx-sm-40 {
		margin-left: 40px !important;
	}

	.m-sm-48 {
		margin: 48px !important;
	}

	.mt-sm-48,
	.my-sm-48 {
		margin-top: 48px !important;
	}

	.mr-sm-48,
	.mx-sm-48 {
		margin-right: 48px !important;
	}

	.mb-sm-48,
	.my-sm-48 {
		margin-bottom: 48px !important;
	}

	.ml-sm-48,
	.mx-sm-48 {
		margin-left: 48px !important;
	}

	.m-sm-56 {
		margin: 56px !important;
	}

	.mt-sm-56,
	.my-sm-56 {
		margin-top: 56px !important;
	}

	.mr-sm-56,
	.mx-sm-56 {
		margin-right: 56px !important;
	}

	.mb-sm-56,
	.my-sm-56 {
		margin-bottom: 56px !important;
	}

	.ml-sm-56,
	.mx-sm-56 {
		margin-left: 56px !important;
	}

	.m-sm-60 {
		margin: 60px !important;
	}

	.mt-sm-60,
	.my-sm-60 {
		margin-top: 60px !important;
	}

	.mr-sm-60,
	.mx-sm-60 {
		margin-right: 60px !important;
	}

	.mb-sm-60,
	.my-sm-60 {
		margin-bottom: 60px !important;
	}

	.ml-sm-60,
	.mx-sm-60 {
		margin-left: 60px !important;
	}

	.m-sm-64 {
		margin: 64px !important;
	}

	.mt-sm-64,
	.my-sm-64 {
		margin-top: 64px !important;
	}

	.mr-sm-64,
	.mx-sm-64 {
		margin-right: 64px !important;
	}

	.mb-sm-64,
	.my-sm-64 {
		margin-bottom: 64px !important;
	}

	.ml-sm-64,
	.mx-sm-64 {
		margin-left: 64px !important;
	}

	.m-sm-68 {
		margin: 68px !important;
	}

	.mt-sm-68,
	.my-sm-68 {
		margin-top: 68px !important;
	}

	.mr-sm-68,
	.mx-sm-68 {
		margin-right: 68px !important;
	}

	.mb-sm-68,
	.my-sm-68 {
		margin-bottom: 68px !important;
	}

	.ml-sm-68,
	.mx-sm-68 {
		margin-left: 68px !important;
	}

	.m-sm-80 {
		margin: 80px !important;
	}

	.mt-sm-80,
	.my-sm-80 {
		margin-top: 80px !important;
	}

	.mr-sm-80,
	.mx-sm-80 {
		margin-right: 80px !important;
	}

	.mb-sm-80,
	.my-sm-80 {
		margin-bottom: 80px !important;
	}

	.ml-sm-80,
	.mx-sm-80 {
		margin-left: 80px !important;
	}

	.m-sm-96 {
		margin: 96px !important;
	}

	.mt-sm-96,
	.my-sm-96 {
		margin-top: 96px !important;
	}

	.mr-sm-96,
	.mx-sm-96 {
		margin-right: 96px !important;
	}

	.mb-sm-96,
	.my-sm-96 {
		margin-bottom: 96px !important;
	}

	.ml-sm-96,
	.mx-sm-96 {
		margin-left: 96px !important;
	}

	.m-sm-120 {
		margin: 120px !important;
	}

	.mt-sm-120,
	.my-sm-120 {
		margin-top: 120px !important;
	}

	.mr-sm-120,
	.mx-sm-120 {
		margin-right: 120px !important;
	}

	.mb-sm-120,
	.my-sm-120 {
		margin-bottom: 120px !important;
	}

	.ml-sm-120,
	.mx-sm-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 4px !important;
	}

	.pr-sm-4,
	.px-sm-4 {
		padding-right: 4px !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 4px !important;
	}

	.pl-sm-4,
	.px-sm-4 {
		padding-left: 4px !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;
	}

	.p-sm-8 {
		padding: 8px !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 8px !important;
	}

	.pr-sm-8,
	.px-sm-8 {
		padding-right: 8px !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 8px !important;
	}

	.pl-sm-8,
	.px-sm-8 {
		padding-left: 8px !important;
	}

	.p-sm-12 {
		padding: 12px !important;
	}

	.pt-sm-12,
	.py-sm-12 {
		padding-top: 12px !important;
	}

	.pr-sm-12,
	.px-sm-12 {
		padding-right: 12px !important;
	}

	.pb-sm-12,
	.py-sm-12 {
		padding-bottom: 12px !important;
	}

	.pl-sm-12,
	.px-sm-12 {
		padding-left: 12px !important;
	}

	.p-sm-16 {
		padding: 16px !important;
	}

	.pt-sm-16,
	.py-sm-16 {
		padding-top: 16px !important;
	}

	.pr-sm-16,
	.px-sm-16 {
		padding-right: 16px !important;
	}

	.pb-sm-16,
	.py-sm-16 {
		padding-bottom: 16px !important;
	}

	.pl-sm-16,
	.px-sm-16 {
		padding-left: 16px !important;
	}

	.p-sm-20 {
		padding: 20px !important;
	}

	.pt-sm-20,
	.py-sm-20 {
		padding-top: 20px !important;
	}

	.pr-sm-20,
	.px-sm-20 {
		padding-right: 20px !important;
	}

	.pb-sm-20,
	.py-sm-20 {
		padding-bottom: 20px !important;
	}

	.pl-sm-20,
	.px-sm-20 {
		padding-left: 20px !important;
	}

	.p-sm-24 {
		padding: 24px !important;
	}

	.pt-sm-24,
	.py-sm-24 {
		padding-top: 24px !important;
	}

	.pr-sm-24,
	.px-sm-24 {
		padding-right: 24px !important;
	}

	.pb-sm-24,
	.py-sm-24 {
		padding-bottom: 24px !important;
	}

	.pl-sm-24,
	.px-sm-24 {
		padding-left: 24px !important;
	}

	.p-sm-28 {
		padding: 28px !important;
	}

	.pt-sm-28,
	.py-sm-28 {
		padding-top: 28px !important;
	}

	.pr-sm-28,
	.px-sm-28 {
		padding-right: 28px !important;
	}

	.pb-sm-28,
	.py-sm-28 {
		padding-bottom: 28px !important;
	}

	.pl-sm-28,
	.px-sm-28 {
		padding-left: 28px !important;
	}

	.p-sm-32 {
		padding: 32px !important;
	}

	.pt-sm-32,
	.py-sm-32 {
		padding-top: 32px !important;
	}

	.pr-sm-32,
	.px-sm-32 {
		padding-right: 32px !important;
	}

	.pb-sm-32,
	.py-sm-32 {
		padding-bottom: 32px !important;
	}

	.pl-sm-32,
	.px-sm-32 {
		padding-left: 32px !important;
	}

	.p-sm-40 {
		padding: 40px !important;
	}

	.pt-sm-40,
	.py-sm-40 {
		padding-top: 40px !important;
	}

	.pr-sm-40,
	.px-sm-40 {
		padding-right: 40px !important;
	}

	.pb-sm-40,
	.py-sm-40 {
		padding-bottom: 40px !important;
	}

	.pl-sm-40,
	.px-sm-40 {
		padding-left: 40px !important;
	}

	.p-sm-48 {
		padding: 48px !important;
	}

	.pt-sm-48,
	.py-sm-48 {
		padding-top: 48px !important;
	}

	.pr-sm-48,
	.px-sm-48 {
		padding-right: 48px !important;
	}

	.pb-sm-48,
	.py-sm-48 {
		padding-bottom: 48px !important;
	}

	.pl-sm-48,
	.px-sm-48 {
		padding-left: 48px !important;
	}

	.p-sm-56 {
		padding: 56px !important;
	}

	.pt-sm-56,
	.py-sm-56 {
		padding-top: 56px !important;
	}

	.pr-sm-56,
	.px-sm-56 {
		padding-right: 56px !important;
	}

	.pb-sm-56,
	.py-sm-56 {
		padding-bottom: 56px !important;
	}

	.pl-sm-56,
	.px-sm-56 {
		padding-left: 56px !important;
	}

	.p-sm-60 {
		padding: 60px !important;
	}

	.pt-sm-60,
	.py-sm-60 {
		padding-top: 60px !important;
	}

	.pr-sm-60,
	.px-sm-60 {
		padding-right: 60px !important;
	}

	.pb-sm-60,
	.py-sm-60 {
		padding-bottom: 60px !important;
	}

	.pl-sm-60,
	.px-sm-60 {
		padding-left: 60px !important;
	}

	.p-sm-64 {
		padding: 64px !important;
	}

	.pt-sm-64,
	.py-sm-64 {
		padding-top: 64px !important;
	}

	.pr-sm-64,
	.px-sm-64 {
		padding-right: 64px !important;
	}

	.pb-sm-64,
	.py-sm-64 {
		padding-bottom: 64px !important;
	}

	.pl-sm-64,
	.px-sm-64 {
		padding-left: 64px !important;
	}

	.p-sm-68 {
		padding: 68px !important;
	}

	.pt-sm-68,
	.py-sm-68 {
		padding-top: 68px !important;
	}

	.pr-sm-68,
	.px-sm-68 {
		padding-right: 68px !important;
	}

	.pb-sm-68,
	.py-sm-68 {
		padding-bottom: 68px !important;
	}

	.pl-sm-68,
	.px-sm-68 {
		padding-left: 68px !important;
	}

	.p-sm-80 {
		padding: 80px !important;
	}

	.pt-sm-80,
	.py-sm-80 {
		padding-top: 80px !important;
	}

	.pr-sm-80,
	.px-sm-80 {
		padding-right: 80px !important;
	}

	.pb-sm-80,
	.py-sm-80 {
		padding-bottom: 80px !important;
	}

	.pl-sm-80,
	.px-sm-80 {
		padding-left: 80px !important;
	}

	.p-sm-96 {
		padding: 96px !important;
	}

	.pt-sm-96,
	.py-sm-96 {
		padding-top: 96px !important;
	}

	.pr-sm-96,
	.px-sm-96 {
		padding-right: 96px !important;
	}

	.pb-sm-96,
	.py-sm-96 {
		padding-bottom: 96px !important;
	}

	.pl-sm-96,
	.px-sm-96 {
		padding-left: 96px !important;
	}

	.p-sm-120 {
		padding: 120px !important;
	}

	.pt-sm-120,
	.py-sm-120 {
		padding-top: 120px !important;
	}

	.pr-sm-120,
	.px-sm-120 {
		padding-right: 120px !important;
	}

	.pb-sm-120,
	.py-sm-120 {
		padding-bottom: 120px !important;
	}

	.pl-sm-120,
	.px-sm-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -4px !important;
	}

	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -4px !important;
	}

	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -4px !important;
	}

	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-sm-n8,
	.my-sm-n8 {
		margin-top: -8px !important;
	}

	.mr-sm-n8,
	.mx-sm-n8 {
		margin-right: -8px !important;
	}

	.mb-sm-n8,
	.my-sm-n8 {
		margin-bottom: -8px !important;
	}

	.ml-sm-n8,
	.mx-sm-n8 {
		margin-left: -8px !important;
	}

	.m-sm-n12 {
		margin: -12px !important;
	}

	.mt-sm-n12,
	.my-sm-n12 {
		margin-top: -12px !important;
	}

	.mr-sm-n12,
	.mx-sm-n12 {
		margin-right: -12px !important;
	}

	.mb-sm-n12,
	.my-sm-n12 {
		margin-bottom: -12px !important;
	}

	.ml-sm-n12,
	.mx-sm-n12 {
		margin-left: -12px !important;
	}

	.m-sm-n16 {
		margin: -16px !important;
	}

	.mt-sm-n16,
	.my-sm-n16 {
		margin-top: -16px !important;
	}

	.mr-sm-n16,
	.mx-sm-n16 {
		margin-right: -16px !important;
	}

	.mb-sm-n16,
	.my-sm-n16 {
		margin-bottom: -16px !important;
	}

	.ml-sm-n16,
	.mx-sm-n16 {
		margin-left: -16px !important;
	}

	.m-sm-n20 {
		margin: -20px !important;
	}

	.mt-sm-n20,
	.my-sm-n20 {
		margin-top: -20px !important;
	}

	.mr-sm-n20,
	.mx-sm-n20 {
		margin-right: -20px !important;
	}

	.mb-sm-n20,
	.my-sm-n20 {
		margin-bottom: -20px !important;
	}

	.ml-sm-n20,
	.mx-sm-n20 {
		margin-left: -20px !important;
	}

	.m-sm-n24 {
		margin: -24px !important;
	}

	.mt-sm-n24,
	.my-sm-n24 {
		margin-top: -24px !important;
	}

	.mr-sm-n24,
	.mx-sm-n24 {
		margin-right: -24px !important;
	}

	.mb-sm-n24,
	.my-sm-n24 {
		margin-bottom: -24px !important;
	}

	.ml-sm-n24,
	.mx-sm-n24 {
		margin-left: -24px !important;
	}

	.m-sm-n28 {
		margin: -28px !important;
	}

	.mt-sm-n28,
	.my-sm-n28 {
		margin-top: -28px !important;
	}

	.mr-sm-n28,
	.mx-sm-n28 {
		margin-right: -28px !important;
	}

	.mb-sm-n28,
	.my-sm-n28 {
		margin-bottom: -28px !important;
	}

	.ml-sm-n28,
	.mx-sm-n28 {
		margin-left: -28px !important;
	}

	.m-sm-n32 {
		margin: -32px !important;
	}

	.mt-sm-n32,
	.my-sm-n32 {
		margin-top: -32px !important;
	}

	.mr-sm-n32,
	.mx-sm-n32 {
		margin-right: -32px !important;
	}

	.mb-sm-n32,
	.my-sm-n32 {
		margin-bottom: -32px !important;
	}

	.ml-sm-n32,
	.mx-sm-n32 {
		margin-left: -32px !important;
	}

	.m-sm-n40 {
		margin: -40px !important;
	}

	.mt-sm-n40,
	.my-sm-n40 {
		margin-top: -40px !important;
	}

	.mr-sm-n40,
	.mx-sm-n40 {
		margin-right: -40px !important;
	}

	.mb-sm-n40,
	.my-sm-n40 {
		margin-bottom: -40px !important;
	}

	.ml-sm-n40,
	.mx-sm-n40 {
		margin-left: -40px !important;
	}

	.m-sm-n48 {
		margin: -48px !important;
	}

	.mt-sm-n48,
	.my-sm-n48 {
		margin-top: -48px !important;
	}

	.mr-sm-n48,
	.mx-sm-n48 {
		margin-right: -48px !important;
	}

	.mb-sm-n48,
	.my-sm-n48 {
		margin-bottom: -48px !important;
	}

	.ml-sm-n48,
	.mx-sm-n48 {
		margin-left: -48px !important;
	}

	.m-sm-n56 {
		margin: -56px !important;
	}

	.mt-sm-n56,
	.my-sm-n56 {
		margin-top: -56px !important;
	}

	.mr-sm-n56,
	.mx-sm-n56 {
		margin-right: -56px !important;
	}

	.mb-sm-n56,
	.my-sm-n56 {
		margin-bottom: -56px !important;
	}

	.ml-sm-n56,
	.mx-sm-n56 {
		margin-left: -56px !important;
	}

	.m-sm-n60 {
		margin: -60px !important;
	}

	.mt-sm-n60,
	.my-sm-n60 {
		margin-top: -60px !important;
	}

	.mr-sm-n60,
	.mx-sm-n60 {
		margin-right: -60px !important;
	}

	.mb-sm-n60,
	.my-sm-n60 {
		margin-bottom: -60px !important;
	}

	.ml-sm-n60,
	.mx-sm-n60 {
		margin-left: -60px !important;
	}

	.m-sm-n64 {
		margin: -64px !important;
	}

	.mt-sm-n64,
	.my-sm-n64 {
		margin-top: -64px !important;
	}

	.mr-sm-n64,
	.mx-sm-n64 {
		margin-right: -64px !important;
	}

	.mb-sm-n64,
	.my-sm-n64 {
		margin-bottom: -64px !important;
	}

	.ml-sm-n64,
	.mx-sm-n64 {
		margin-left: -64px !important;
	}

	.m-sm-n68 {
		margin: -68px !important;
	}

	.mt-sm-n68,
	.my-sm-n68 {
		margin-top: -68px !important;
	}

	.mr-sm-n68,
	.mx-sm-n68 {
		margin-right: -68px !important;
	}

	.mb-sm-n68,
	.my-sm-n68 {
		margin-bottom: -68px !important;
	}

	.ml-sm-n68,
	.mx-sm-n68 {
		margin-left: -68px !important;
	}

	.m-sm-n80 {
		margin: -80px !important;
	}

	.mt-sm-n80,
	.my-sm-n80 {
		margin-top: -80px !important;
	}

	.mr-sm-n80,
	.mx-sm-n80 {
		margin-right: -80px !important;
	}

	.mb-sm-n80,
	.my-sm-n80 {
		margin-bottom: -80px !important;
	}

	.ml-sm-n80,
	.mx-sm-n80 {
		margin-left: -80px !important;
	}

	.m-sm-n96 {
		margin: -96px !important;
	}

	.mt-sm-n96,
	.my-sm-n96 {
		margin-top: -96px !important;
	}

	.mr-sm-n96,
	.mx-sm-n96 {
		margin-right: -96px !important;
	}

	.mb-sm-n96,
	.my-sm-n96 {
		margin-bottom: -96px !important;
	}

	.ml-sm-n96,
	.mx-sm-n96 {
		margin-left: -96px !important;
	}

	.m-sm-n120 {
		margin: -120px !important;
	}

	.mt-sm-n120,
	.my-sm-n120 {
		margin-top: -120px !important;
	}

	.mr-sm-n120,
	.mx-sm-n120 {
		margin-right: -120px !important;
	}

	.mb-sm-n120,
	.my-sm-n120 {
		margin-bottom: -120px !important;
	}

	.ml-sm-n120,
	.mx-sm-n120 {
		margin-left: -120px !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: 992px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 4px !important;
	}

	.mr-md-4,
	.mx-md-4 {
		margin-right: 4px !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 4px !important;
	}

	.ml-md-4,
	.mx-md-4 {
		margin-left: 4px !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;
	}

	.m-md-8 {
		margin: 8px !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 8px !important;
	}

	.mr-md-8,
	.mx-md-8 {
		margin-right: 8px !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 8px !important;
	}

	.ml-md-8,
	.mx-md-8 {
		margin-left: 8px !important;
	}

	.m-md-12 {
		margin: 12px !important;
	}

	.mt-md-12,
	.my-md-12 {
		margin-top: 12px !important;
	}

	.mr-md-12,
	.mx-md-12 {
		margin-right: 12px !important;
	}

	.mb-md-12,
	.my-md-12 {
		margin-bottom: 12px !important;
	}

	.ml-md-12,
	.mx-md-12 {
		margin-left: 12px !important;
	}

	.m-md-16 {
		margin: 16px !important;
	}

	.mt-md-16,
	.my-md-16 {
		margin-top: 16px !important;
	}

	.mr-md-16,
	.mx-md-16 {
		margin-right: 16px !important;
	}

	.mb-md-16,
	.my-md-16 {
		margin-bottom: 16px !important;
	}

	.ml-md-16,
	.mx-md-16 {
		margin-left: 16px !important;
	}

	.m-md-20 {
		margin: 20px !important;
	}

	.mt-md-20,
	.my-md-20 {
		margin-top: 20px !important;
	}

	.mr-md-20,
	.mx-md-20 {
		margin-right: 20px !important;
	}

	.mb-md-20,
	.my-md-20 {
		margin-bottom: 20px !important;
	}

	.ml-md-20,
	.mx-md-20 {
		margin-left: 20px !important;
	}

	.m-md-24 {
		margin: 24px !important;
	}

	.mt-md-24,
	.my-md-24 {
		margin-top: 24px !important;
	}

	.mr-md-24,
	.mx-md-24 {
		margin-right: 24px !important;
	}

	.mb-md-24,
	.my-md-24 {
		margin-bottom: 24px !important;
	}

	.ml-md-24,
	.mx-md-24 {
		margin-left: 24px !important;
	}

	.m-md-28 {
		margin: 28px !important;
	}

	.mt-md-28,
	.my-md-28 {
		margin-top: 28px !important;
	}

	.mr-md-28,
	.mx-md-28 {
		margin-right: 28px !important;
	}

	.mb-md-28,
	.my-md-28 {
		margin-bottom: 28px !important;
	}

	.ml-md-28,
	.mx-md-28 {
		margin-left: 28px !important;
	}

	.m-md-32 {
		margin: 32px !important;
	}

	.mt-md-32,
	.my-md-32 {
		margin-top: 32px !important;
	}

	.mr-md-32,
	.mx-md-32 {
		margin-right: 32px !important;
	}

	.mb-md-32,
	.my-md-32 {
		margin-bottom: 32px !important;
	}

	.ml-md-32,
	.mx-md-32 {
		margin-left: 32px !important;
	}

	.m-md-40 {
		margin: 40px !important;
	}

	.mt-md-40,
	.my-md-40 {
		margin-top: 40px !important;
	}

	.mr-md-40,
	.mx-md-40 {
		margin-right: 40px !important;
	}

	.mb-md-40,
	.my-md-40 {
		margin-bottom: 40px !important;
	}

	.ml-md-40,
	.mx-md-40 {
		margin-left: 40px !important;
	}

	.m-md-48 {
		margin: 48px !important;
	}

	.mt-md-48,
	.my-md-48 {
		margin-top: 48px !important;
	}

	.mr-md-48,
	.mx-md-48 {
		margin-right: 48px !important;
	}

	.mb-md-48,
	.my-md-48 {
		margin-bottom: 48px !important;
	}

	.ml-md-48,
	.mx-md-48 {
		margin-left: 48px !important;
	}

	.m-md-56 {
		margin: 56px !important;
	}

	.mt-md-56,
	.my-md-56 {
		margin-top: 56px !important;
	}

	.mr-md-56,
	.mx-md-56 {
		margin-right: 56px !important;
	}

	.mb-md-56,
	.my-md-56 {
		margin-bottom: 56px !important;
	}

	.ml-md-56,
	.mx-md-56 {
		margin-left: 56px !important;
	}

	.m-md-60 {
		margin: 60px !important;
	}

	.mt-md-60,
	.my-md-60 {
		margin-top: 60px !important;
	}

	.mr-md-60,
	.mx-md-60 {
		margin-right: 60px !important;
	}

	.mb-md-60,
	.my-md-60 {
		margin-bottom: 60px !important;
	}

	.ml-md-60,
	.mx-md-60 {
		margin-left: 60px !important;
	}

	.m-md-64 {
		margin: 64px !important;
	}

	.mt-md-64,
	.my-md-64 {
		margin-top: 64px !important;
	}

	.mr-md-64,
	.mx-md-64 {
		margin-right: 64px !important;
	}

	.mb-md-64,
	.my-md-64 {
		margin-bottom: 64px !important;
	}

	.ml-md-64,
	.mx-md-64 {
		margin-left: 64px !important;
	}

	.m-md-68 {
		margin: 68px !important;
	}

	.mt-md-68,
	.my-md-68 {
		margin-top: 68px !important;
	}

	.mr-md-68,
	.mx-md-68 {
		margin-right: 68px !important;
	}

	.mb-md-68,
	.my-md-68 {
		margin-bottom: 68px !important;
	}

	.ml-md-68,
	.mx-md-68 {
		margin-left: 68px !important;
	}

	.m-md-80 {
		margin: 80px !important;
	}

	.mt-md-80,
	.my-md-80 {
		margin-top: 80px !important;
	}

	.mr-md-80,
	.mx-md-80 {
		margin-right: 80px !important;
	}

	.mb-md-80,
	.my-md-80 {
		margin-bottom: 80px !important;
	}

	.ml-md-80,
	.mx-md-80 {
		margin-left: 80px !important;
	}

	.m-md-96 {
		margin: 96px !important;
	}

	.mt-md-96,
	.my-md-96 {
		margin-top: 96px !important;
	}

	.mr-md-96,
	.mx-md-96 {
		margin-right: 96px !important;
	}

	.mb-md-96,
	.my-md-96 {
		margin-bottom: 96px !important;
	}

	.ml-md-96,
	.mx-md-96 {
		margin-left: 96px !important;
	}

	.m-md-120 {
		margin: 120px !important;
	}

	.mt-md-120,
	.my-md-120 {
		margin-top: 120px !important;
	}

	.mr-md-120,
	.mx-md-120 {
		margin-right: 120px !important;
	}

	.mb-md-120,
	.my-md-120 {
		margin-bottom: 120px !important;
	}

	.ml-md-120,
	.mx-md-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 4px !important;
	}

	.pr-md-4,
	.px-md-4 {
		padding-right: 4px !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 4px !important;
	}

	.pl-md-4,
	.px-md-4 {
		padding-left: 4px !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;
	}

	.p-md-8 {
		padding: 8px !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 8px !important;
	}

	.pr-md-8,
	.px-md-8 {
		padding-right: 8px !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 8px !important;
	}

	.pl-md-8,
	.px-md-8 {
		padding-left: 8px !important;
	}

	.p-md-12 {
		padding: 12px !important;
	}

	.pt-md-12,
	.py-md-12 {
		padding-top: 12px !important;
	}

	.pr-md-12,
	.px-md-12 {
		padding-right: 12px !important;
	}

	.pb-md-12,
	.py-md-12 {
		padding-bottom: 12px !important;
	}

	.pl-md-12,
	.px-md-12 {
		padding-left: 12px !important;
	}

	.p-md-16 {
		padding: 16px !important;
	}

	.pt-md-16,
	.py-md-16 {
		padding-top: 16px !important;
	}

	.pr-md-16,
	.px-md-16 {
		padding-right: 16px !important;
	}

	.pb-md-16,
	.py-md-16 {
		padding-bottom: 16px !important;
	}

	.pl-md-16,
	.px-md-16 {
		padding-left: 16px !important;
	}

	.p-md-20 {
		padding: 20px !important;
	}

	.pt-md-20,
	.py-md-20 {
		padding-top: 20px !important;
	}

	.pr-md-20,
	.px-md-20 {
		padding-right: 20px !important;
	}

	.pb-md-20,
	.py-md-20 {
		padding-bottom: 20px !important;
	}

	.pl-md-20,
	.px-md-20 {
		padding-left: 20px !important;
	}

	.p-md-24 {
		padding: 24px !important;
	}

	.pt-md-24,
	.py-md-24 {
		padding-top: 24px !important;
	}

	.pr-md-24,
	.px-md-24 {
		padding-right: 24px !important;
	}

	.pb-md-24,
	.py-md-24 {
		padding-bottom: 24px !important;
	}

	.pl-md-24,
	.px-md-24 {
		padding-left: 24px !important;
	}

	.p-md-28 {
		padding: 28px !important;
	}

	.pt-md-28,
	.py-md-28 {
		padding-top: 28px !important;
	}

	.pr-md-28,
	.px-md-28 {
		padding-right: 28px !important;
	}

	.pb-md-28,
	.py-md-28 {
		padding-bottom: 28px !important;
	}

	.pl-md-28,
	.px-md-28 {
		padding-left: 28px !important;
	}

	.p-md-32 {
		padding: 32px !important;
	}

	.pt-md-32,
	.py-md-32 {
		padding-top: 32px !important;
	}

	.pr-md-32,
	.px-md-32 {
		padding-right: 32px !important;
	}

	.pb-md-32,
	.py-md-32 {
		padding-bottom: 32px !important;
	}

	.pl-md-32,
	.px-md-32 {
		padding-left: 32px !important;
	}

	.p-md-40 {
		padding: 40px !important;
	}

	.pt-md-40,
	.py-md-40 {
		padding-top: 40px !important;
	}

	.pr-md-40,
	.px-md-40 {
		padding-right: 40px !important;
	}

	.pb-md-40,
	.py-md-40 {
		padding-bottom: 40px !important;
	}

	.pl-md-40,
	.px-md-40 {
		padding-left: 40px !important;
	}

	.p-md-48 {
		padding: 48px !important;
	}

	.pt-md-48,
	.py-md-48 {
		padding-top: 48px !important;
	}

	.pr-md-48,
	.px-md-48 {
		padding-right: 48px !important;
	}

	.pb-md-48,
	.py-md-48 {
		padding-bottom: 48px !important;
	}

	.pl-md-48,
	.px-md-48 {
		padding-left: 48px !important;
	}

	.p-md-56 {
		padding: 56px !important;
	}

	.pt-md-56,
	.py-md-56 {
		padding-top: 56px !important;
	}

	.pr-md-56,
	.px-md-56 {
		padding-right: 56px !important;
	}

	.pb-md-56,
	.py-md-56 {
		padding-bottom: 56px !important;
	}

	.pl-md-56,
	.px-md-56 {
		padding-left: 56px !important;
	}

	.p-md-60 {
		padding: 60px !important;
	}

	.pt-md-60,
	.py-md-60 {
		padding-top: 60px !important;
	}

	.pr-md-60,
	.px-md-60 {
		padding-right: 60px !important;
	}

	.pb-md-60,
	.py-md-60 {
		padding-bottom: 60px !important;
	}

	.pl-md-60,
	.px-md-60 {
		padding-left: 60px !important;
	}

	.p-md-64 {
		padding: 64px !important;
	}

	.pt-md-64,
	.py-md-64 {
		padding-top: 64px !important;
	}

	.pr-md-64,
	.px-md-64 {
		padding-right: 64px !important;
	}

	.pb-md-64,
	.py-md-64 {
		padding-bottom: 64px !important;
	}

	.pl-md-64,
	.px-md-64 {
		padding-left: 64px !important;
	}

	.p-md-68 {
		padding: 68px !important;
	}

	.pt-md-68,
	.py-md-68 {
		padding-top: 68px !important;
	}

	.pr-md-68,
	.px-md-68 {
		padding-right: 68px !important;
	}

	.pb-md-68,
	.py-md-68 {
		padding-bottom: 68px !important;
	}

	.pl-md-68,
	.px-md-68 {
		padding-left: 68px !important;
	}

	.p-md-80 {
		padding: 80px !important;
	}

	.pt-md-80,
	.py-md-80 {
		padding-top: 80px !important;
	}

	.pr-md-80,
	.px-md-80 {
		padding-right: 80px !important;
	}

	.pb-md-80,
	.py-md-80 {
		padding-bottom: 80px !important;
	}

	.pl-md-80,
	.px-md-80 {
		padding-left: 80px !important;
	}

	.p-md-96 {
		padding: 96px !important;
	}

	.pt-md-96,
	.py-md-96 {
		padding-top: 96px !important;
	}

	.pr-md-96,
	.px-md-96 {
		padding-right: 96px !important;
	}

	.pb-md-96,
	.py-md-96 {
		padding-bottom: 96px !important;
	}

	.pl-md-96,
	.px-md-96 {
		padding-left: 96px !important;
	}

	.p-md-120 {
		padding: 120px !important;
	}

	.pt-md-120,
	.py-md-120 {
		padding-top: 120px !important;
	}

	.pr-md-120,
	.px-md-120 {
		padding-right: 120px !important;
	}

	.pb-md-120,
	.py-md-120 {
		padding-bottom: 120px !important;
	}

	.pl-md-120,
	.px-md-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-md-n4,
	.my-md-n4 {
		margin-top: -4px !important;
	}

	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -4px !important;
	}

	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -4px !important;
	}

	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-md-n8,
	.my-md-n8 {
		margin-top: -8px !important;
	}

	.mr-md-n8,
	.mx-md-n8 {
		margin-right: -8px !important;
	}

	.mb-md-n8,
	.my-md-n8 {
		margin-bottom: -8px !important;
	}

	.ml-md-n8,
	.mx-md-n8 {
		margin-left: -8px !important;
	}

	.m-md-n12 {
		margin: -12px !important;
	}

	.mt-md-n12,
	.my-md-n12 {
		margin-top: -12px !important;
	}

	.mr-md-n12,
	.mx-md-n12 {
		margin-right: -12px !important;
	}

	.mb-md-n12,
	.my-md-n12 {
		margin-bottom: -12px !important;
	}

	.ml-md-n12,
	.mx-md-n12 {
		margin-left: -12px !important;
	}

	.m-md-n16 {
		margin: -16px !important;
	}

	.mt-md-n16,
	.my-md-n16 {
		margin-top: -16px !important;
	}

	.mr-md-n16,
	.mx-md-n16 {
		margin-right: -16px !important;
	}

	.mb-md-n16,
	.my-md-n16 {
		margin-bottom: -16px !important;
	}

	.ml-md-n16,
	.mx-md-n16 {
		margin-left: -16px !important;
	}

	.m-md-n20 {
		margin: -20px !important;
	}

	.mt-md-n20,
	.my-md-n20 {
		margin-top: -20px !important;
	}

	.mr-md-n20,
	.mx-md-n20 {
		margin-right: -20px !important;
	}

	.mb-md-n20,
	.my-md-n20 {
		margin-bottom: -20px !important;
	}

	.ml-md-n20,
	.mx-md-n20 {
		margin-left: -20px !important;
	}

	.m-md-n24 {
		margin: -24px !important;
	}

	.mt-md-n24,
	.my-md-n24 {
		margin-top: -24px !important;
	}

	.mr-md-n24,
	.mx-md-n24 {
		margin-right: -24px !important;
	}

	.mb-md-n24,
	.my-md-n24 {
		margin-bottom: -24px !important;
	}

	.ml-md-n24,
	.mx-md-n24 {
		margin-left: -24px !important;
	}

	.m-md-n28 {
		margin: -28px !important;
	}

	.mt-md-n28,
	.my-md-n28 {
		margin-top: -28px !important;
	}

	.mr-md-n28,
	.mx-md-n28 {
		margin-right: -28px !important;
	}

	.mb-md-n28,
	.my-md-n28 {
		margin-bottom: -28px !important;
	}

	.ml-md-n28,
	.mx-md-n28 {
		margin-left: -28px !important;
	}

	.m-md-n32 {
		margin: -32px !important;
	}

	.mt-md-n32,
	.my-md-n32 {
		margin-top: -32px !important;
	}

	.mr-md-n32,
	.mx-md-n32 {
		margin-right: -32px !important;
	}

	.mb-md-n32,
	.my-md-n32 {
		margin-bottom: -32px !important;
	}

	.ml-md-n32,
	.mx-md-n32 {
		margin-left: -32px !important;
	}

	.m-md-n40 {
		margin: -40px !important;
	}

	.mt-md-n40,
	.my-md-n40 {
		margin-top: -40px !important;
	}

	.mr-md-n40,
	.mx-md-n40 {
		margin-right: -40px !important;
	}

	.mb-md-n40,
	.my-md-n40 {
		margin-bottom: -40px !important;
	}

	.ml-md-n40,
	.mx-md-n40 {
		margin-left: -40px !important;
	}

	.m-md-n48 {
		margin: -48px !important;
	}

	.mt-md-n48,
	.my-md-n48 {
		margin-top: -48px !important;
	}

	.mr-md-n48,
	.mx-md-n48 {
		margin-right: -48px !important;
	}

	.mb-md-n48,
	.my-md-n48 {
		margin-bottom: -48px !important;
	}

	.ml-md-n48,
	.mx-md-n48 {
		margin-left: -48px !important;
	}

	.m-md-n56 {
		margin: -56px !important;
	}

	.mt-md-n56,
	.my-md-n56 {
		margin-top: -56px !important;
	}

	.mr-md-n56,
	.mx-md-n56 {
		margin-right: -56px !important;
	}

	.mb-md-n56,
	.my-md-n56 {
		margin-bottom: -56px !important;
	}

	.ml-md-n56,
	.mx-md-n56 {
		margin-left: -56px !important;
	}

	.m-md-n60 {
		margin: -60px !important;
	}

	.mt-md-n60,
	.my-md-n60 {
		margin-top: -60px !important;
	}

	.mr-md-n60,
	.mx-md-n60 {
		margin-right: -60px !important;
	}

	.mb-md-n60,
	.my-md-n60 {
		margin-bottom: -60px !important;
	}

	.ml-md-n60,
	.mx-md-n60 {
		margin-left: -60px !important;
	}

	.m-md-n64 {
		margin: -64px !important;
	}

	.mt-md-n64,
	.my-md-n64 {
		margin-top: -64px !important;
	}

	.mr-md-n64,
	.mx-md-n64 {
		margin-right: -64px !important;
	}

	.mb-md-n64,
	.my-md-n64 {
		margin-bottom: -64px !important;
	}

	.ml-md-n64,
	.mx-md-n64 {
		margin-left: -64px !important;
	}

	.m-md-n68 {
		margin: -68px !important;
	}

	.mt-md-n68,
	.my-md-n68 {
		margin-top: -68px !important;
	}

	.mr-md-n68,
	.mx-md-n68 {
		margin-right: -68px !important;
	}

	.mb-md-n68,
	.my-md-n68 {
		margin-bottom: -68px !important;
	}

	.ml-md-n68,
	.mx-md-n68 {
		margin-left: -68px !important;
	}

	.m-md-n80 {
		margin: -80px !important;
	}

	.mt-md-n80,
	.my-md-n80 {
		margin-top: -80px !important;
	}

	.mr-md-n80,
	.mx-md-n80 {
		margin-right: -80px !important;
	}

	.mb-md-n80,
	.my-md-n80 {
		margin-bottom: -80px !important;
	}

	.ml-md-n80,
	.mx-md-n80 {
		margin-left: -80px !important;
	}

	.m-md-n96 {
		margin: -96px !important;
	}

	.mt-md-n96,
	.my-md-n96 {
		margin-top: -96px !important;
	}

	.mr-md-n96,
	.mx-md-n96 {
		margin-right: -96px !important;
	}

	.mb-md-n96,
	.my-md-n96 {
		margin-bottom: -96px !important;
	}

	.ml-md-n96,
	.mx-md-n96 {
		margin-left: -96px !important;
	}

	.m-md-n120 {
		margin: -120px !important;
	}

	.mt-md-n120,
	.my-md-n120 {
		margin-top: -120px !important;
	}

	.mr-md-n120,
	.mx-md-n120 {
		margin-right: -120px !important;
	}

	.mb-md-n120,
	.my-md-n120 {
		margin-bottom: -120px !important;
	}

	.ml-md-n120,
	.mx-md-n120 {
		margin-left: -120px !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: 1200px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 4px !important;
	}

	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 4px !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 4px !important;
	}

	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 4px !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;
	}

	.m-lg-8 {
		margin: 8px !important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: 8px !important;
	}

	.mr-lg-8,
	.mx-lg-8 {
		margin-right: 8px !important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 8px !important;
	}

	.ml-lg-8,
	.mx-lg-8 {
		margin-left: 8px !important;
	}

	.m-lg-12 {
		margin: 12px !important;
	}

	.mt-lg-12,
	.my-lg-12 {
		margin-top: 12px !important;
	}

	.mr-lg-12,
	.mx-lg-12 {
		margin-right: 12px !important;
	}

	.mb-lg-12,
	.my-lg-12 {
		margin-bottom: 12px !important;
	}

	.ml-lg-12,
	.mx-lg-12 {
		margin-left: 12px !important;
	}

	.m-lg-16 {
		margin: 16px !important;
	}

	.mt-lg-16,
	.my-lg-16 {
		margin-top: 16px !important;
	}

	.mr-lg-16,
	.mx-lg-16 {
		margin-right: 16px !important;
	}

	.mb-lg-16,
	.my-lg-16 {
		margin-bottom: 16px !important;
	}

	.ml-lg-16,
	.mx-lg-16 {
		margin-left: 16px !important;
	}

	.m-lg-20 {
		margin: 20px !important;
	}

	.mt-lg-20,
	.my-lg-20 {
		margin-top: 20px !important;
	}

	.mr-lg-20,
	.mx-lg-20 {
		margin-right: 20px !important;
	}

	.mb-lg-20,
	.my-lg-20 {
		margin-bottom: 20px !important;
	}

	.ml-lg-20,
	.mx-lg-20 {
		margin-left: 20px !important;
	}

	.m-lg-24 {
		margin: 24px !important;
	}

	.mt-lg-24,
	.my-lg-24 {
		margin-top: 24px !important;
	}

	.mr-lg-24,
	.mx-lg-24 {
		margin-right: 24px !important;
	}

	.mb-lg-24,
	.my-lg-24 {
		margin-bottom: 24px !important;
	}

	.ml-lg-24,
	.mx-lg-24 {
		margin-left: 24px !important;
	}

	.m-lg-28 {
		margin: 28px !important;
	}

	.mt-lg-28,
	.my-lg-28 {
		margin-top: 28px !important;
	}

	.mr-lg-28,
	.mx-lg-28 {
		margin-right: 28px !important;
	}

	.mb-lg-28,
	.my-lg-28 {
		margin-bottom: 28px !important;
	}

	.ml-lg-28,
	.mx-lg-28 {
		margin-left: 28px !important;
	}

	.m-lg-32 {
		margin: 32px !important;
	}

	.mt-lg-32,
	.my-lg-32 {
		margin-top: 32px !important;
	}

	.mr-lg-32,
	.mx-lg-32 {
		margin-right: 32px !important;
	}

	.mb-lg-32,
	.my-lg-32 {
		margin-bottom: 32px !important;
	}

	.ml-lg-32,
	.mx-lg-32 {
		margin-left: 32px !important;
	}

	.m-lg-40 {
		margin: 40px !important;
	}

	.mt-lg-40,
	.my-lg-40 {
		margin-top: 40px !important;
	}

	.mr-lg-40,
	.mx-lg-40 {
		margin-right: 40px !important;
	}

	.mb-lg-40,
	.my-lg-40 {
		margin-bottom: 40px !important;
	}

	.ml-lg-40,
	.mx-lg-40 {
		margin-left: 40px !important;
	}

	.m-lg-48 {
		margin: 48px !important;
	}

	.mt-lg-48,
	.my-lg-48 {
		margin-top: 48px !important;
	}

	.mr-lg-48,
	.mx-lg-48 {
		margin-right: 48px !important;
	}

	.mb-lg-48,
	.my-lg-48 {
		margin-bottom: 48px !important;
	}

	.ml-lg-48,
	.mx-lg-48 {
		margin-left: 48px !important;
	}

	.m-lg-56 {
		margin: 56px !important;
	}

	.mt-lg-56,
	.my-lg-56 {
		margin-top: 56px !important;
	}

	.mr-lg-56,
	.mx-lg-56 {
		margin-right: 56px !important;
	}

	.mb-lg-56,
	.my-lg-56 {
		margin-bottom: 56px !important;
	}

	.ml-lg-56,
	.mx-lg-56 {
		margin-left: 56px !important;
	}

	.m-lg-60 {
		margin: 60px !important;
	}

	.mt-lg-60,
	.my-lg-60 {
		margin-top: 60px !important;
	}

	.mr-lg-60,
	.mx-lg-60 {
		margin-right: 60px !important;
	}

	.mb-lg-60,
	.my-lg-60 {
		margin-bottom: 60px !important;
	}

	.ml-lg-60,
	.mx-lg-60 {
		margin-left: 60px !important;
	}

	.m-lg-64 {
		margin: 64px !important;
	}

	.mt-lg-64,
	.my-lg-64 {
		margin-top: 64px !important;
	}

	.mr-lg-64,
	.mx-lg-64 {
		margin-right: 64px !important;
	}

	.mb-lg-64,
	.my-lg-64 {
		margin-bottom: 64px !important;
	}

	.ml-lg-64,
	.mx-lg-64 {
		margin-left: 64px !important;
	}

	.m-lg-68 {
		margin: 68px !important;
	}

	.mt-lg-68,
	.my-lg-68 {
		margin-top: 68px !important;
	}

	.mr-lg-68,
	.mx-lg-68 {
		margin-right: 68px !important;
	}

	.mb-lg-68,
	.my-lg-68 {
		margin-bottom: 68px !important;
	}

	.ml-lg-68,
	.mx-lg-68 {
		margin-left: 68px !important;
	}

	.m-lg-80 {
		margin: 80px !important;
	}

	.mt-lg-80,
	.my-lg-80 {
		margin-top: 80px !important;
	}

	.mr-lg-80,
	.mx-lg-80 {
		margin-right: 80px !important;
	}

	.mb-lg-80,
	.my-lg-80 {
		margin-bottom: 80px !important;
	}

	.ml-lg-80,
	.mx-lg-80 {
		margin-left: 80px !important;
	}

	.m-lg-96 {
		margin: 96px !important;
	}

	.mt-lg-96,
	.my-lg-96 {
		margin-top: 96px !important;
	}

	.mr-lg-96,
	.mx-lg-96 {
		margin-right: 96px !important;
	}

	.mb-lg-96,
	.my-lg-96 {
		margin-bottom: 96px !important;
	}

	.ml-lg-96,
	.mx-lg-96 {
		margin-left: 96px !important;
	}

	.m-lg-120 {
		margin: 120px !important;
	}

	.mt-lg-120,
	.my-lg-120 {
		margin-top: 120px !important;
	}

	.mr-lg-120,
	.mx-lg-120 {
		margin-right: 120px !important;
	}

	.mb-lg-120,
	.my-lg-120 {
		margin-bottom: 120px !important;
	}

	.ml-lg-120,
	.mx-lg-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 4px !important;
	}

	.pr-lg-4,
	.px-lg-4 {
		padding-right: 4px !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 4px !important;
	}

	.pl-lg-4,
	.px-lg-4 {
		padding-left: 4px !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;
	}

	.p-lg-8 {
		padding: 8px !important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: 8px !important;
	}

	.pr-lg-8,
	.px-lg-8 {
		padding-right: 8px !important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 8px !important;
	}

	.pl-lg-8,
	.px-lg-8 {
		padding-left: 8px !important;
	}

	.p-lg-12 {
		padding: 12px !important;
	}

	.pt-lg-12,
	.py-lg-12 {
		padding-top: 12px !important;
	}

	.pr-lg-12,
	.px-lg-12 {
		padding-right: 12px !important;
	}

	.pb-lg-12,
	.py-lg-12 {
		padding-bottom: 12px !important;
	}

	.pl-lg-12,
	.px-lg-12 {
		padding-left: 12px !important;
	}

	.p-lg-16 {
		padding: 16px !important;
	}

	.pt-lg-16,
	.py-lg-16 {
		padding-top: 16px !important;
	}

	.pr-lg-16,
	.px-lg-16 {
		padding-right: 16px !important;
	}

	.pb-lg-16,
	.py-lg-16 {
		padding-bottom: 16px !important;
	}

	.pl-lg-16,
	.px-lg-16 {
		padding-left: 16px !important;
	}

	.p-lg-20 {
		padding: 20px !important;
	}

	.pt-lg-20,
	.py-lg-20 {
		padding-top: 20px !important;
	}

	.pr-lg-20,
	.px-lg-20 {
		padding-right: 20px !important;
	}

	.pb-lg-20,
	.py-lg-20 {
		padding-bottom: 20px !important;
	}

	.pl-lg-20,
	.px-lg-20 {
		padding-left: 20px !important;
	}

	.p-lg-24 {
		padding: 24px !important;
	}

	.pt-lg-24,
	.py-lg-24 {
		padding-top: 24px !important;
	}

	.pr-lg-24,
	.px-lg-24 {
		padding-right: 24px !important;
	}

	.pb-lg-24,
	.py-lg-24 {
		padding-bottom: 24px !important;
	}

	.pl-lg-24,
	.px-lg-24 {
		padding-left: 24px !important;
	}

	.p-lg-28 {
		padding: 28px !important;
	}

	.pt-lg-28,
	.py-lg-28 {
		padding-top: 28px !important;
	}

	.pr-lg-28,
	.px-lg-28 {
		padding-right: 28px !important;
	}

	.pb-lg-28,
	.py-lg-28 {
		padding-bottom: 28px !important;
	}

	.pl-lg-28,
	.px-lg-28 {
		padding-left: 28px !important;
	}

	.p-lg-32 {
		padding: 32px !important;
	}

	.pt-lg-32,
	.py-lg-32 {
		padding-top: 32px !important;
	}

	.pr-lg-32,
	.px-lg-32 {
		padding-right: 32px !important;
	}

	.pb-lg-32,
	.py-lg-32 {
		padding-bottom: 32px !important;
	}

	.pl-lg-32,
	.px-lg-32 {
		padding-left: 32px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.pt-lg-40,
	.py-lg-40 {
		padding-top: 40px !important;
	}

	.pr-lg-40,
	.px-lg-40 {
		padding-right: 40px !important;
	}

	.pb-lg-40,
	.py-lg-40 {
		padding-bottom: 40px !important;
	}

	.pl-lg-40,
	.px-lg-40 {
		padding-left: 40px !important;
	}

	.p-lg-48 {
		padding: 48px !important;
	}

	.pt-lg-48,
	.py-lg-48 {
		padding-top: 48px !important;
	}

	.pr-lg-48,
	.px-lg-48 {
		padding-right: 48px !important;
	}

	.pb-lg-48,
	.py-lg-48 {
		padding-bottom: 48px !important;
	}

	.pl-lg-48,
	.px-lg-48 {
		padding-left: 48px !important;
	}

	.p-lg-56 {
		padding: 56px !important;
	}

	.pt-lg-56,
	.py-lg-56 {
		padding-top: 56px !important;
	}

	.pr-lg-56,
	.px-lg-56 {
		padding-right: 56px !important;
	}

	.pb-lg-56,
	.py-lg-56 {
		padding-bottom: 56px !important;
	}

	.pl-lg-56,
	.px-lg-56 {
		padding-left: 56px !important;
	}

	.p-lg-60 {
		padding: 60px !important;
	}

	.pt-lg-60,
	.py-lg-60 {
		padding-top: 60px !important;
	}

	.pr-lg-60,
	.px-lg-60 {
		padding-right: 60px !important;
	}

	.pb-lg-60,
	.py-lg-60 {
		padding-bottom: 60px !important;
	}

	.pl-lg-60,
	.px-lg-60 {
		padding-left: 60px !important;
	}

	.p-lg-64 {
		padding: 64px !important;
	}

	.pt-lg-64,
	.py-lg-64 {
		padding-top: 64px !important;
	}

	.pr-lg-64,
	.px-lg-64 {
		padding-right: 64px !important;
	}

	.pb-lg-64,
	.py-lg-64 {
		padding-bottom: 64px !important;
	}

	.pl-lg-64,
	.px-lg-64 {
		padding-left: 64px !important;
	}

	.p-lg-68 {
		padding: 68px !important;
	}

	.pt-lg-68,
	.py-lg-68 {
		padding-top: 68px !important;
	}

	.pr-lg-68,
	.px-lg-68 {
		padding-right: 68px !important;
	}

	.pb-lg-68,
	.py-lg-68 {
		padding-bottom: 68px !important;
	}

	.pl-lg-68,
	.px-lg-68 {
		padding-left: 68px !important;
	}

	.p-lg-80 {
		padding: 80px !important;
	}

	.pt-lg-80,
	.py-lg-80 {
		padding-top: 80px !important;
	}

	.pr-lg-80,
	.px-lg-80 {
		padding-right: 80px !important;
	}

	.pb-lg-80,
	.py-lg-80 {
		padding-bottom: 80px !important;
	}

	.pl-lg-80,
	.px-lg-80 {
		padding-left: 80px !important;
	}

	.p-lg-96 {
		padding: 96px !important;
	}

	.pt-lg-96,
	.py-lg-96 {
		padding-top: 96px !important;
	}

	.pr-lg-96,
	.px-lg-96 {
		padding-right: 96px !important;
	}

	.pb-lg-96,
	.py-lg-96 {
		padding-bottom: 96px !important;
	}

	.pl-lg-96,
	.px-lg-96 {
		padding-left: 96px !important;
	}

	.p-lg-120 {
		padding: 120px !important;
	}

	.pt-lg-120,
	.py-lg-120 {
		padding-top: 120px !important;
	}

	.pr-lg-120,
	.px-lg-120 {
		padding-right: 120px !important;
	}

	.pb-lg-120,
	.py-lg-120 {
		padding-bottom: 120px !important;
	}

	.pl-lg-120,
	.px-lg-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -4px !important;
	}

	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -4px !important;
	}

	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -4px !important;
	}

	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-lg-n8,
	.my-lg-n8 {
		margin-top: -8px !important;
	}

	.mr-lg-n8,
	.mx-lg-n8 {
		margin-right: -8px !important;
	}

	.mb-lg-n8,
	.my-lg-n8 {
		margin-bottom: -8px !important;
	}

	.ml-lg-n8,
	.mx-lg-n8 {
		margin-left: -8px !important;
	}

	.m-lg-n12 {
		margin: -12px !important;
	}

	.mt-lg-n12,
	.my-lg-n12 {
		margin-top: -12px !important;
	}

	.mr-lg-n12,
	.mx-lg-n12 {
		margin-right: -12px !important;
	}

	.mb-lg-n12,
	.my-lg-n12 {
		margin-bottom: -12px !important;
	}

	.ml-lg-n12,
	.mx-lg-n12 {
		margin-left: -12px !important;
	}

	.m-lg-n16 {
		margin: -16px !important;
	}

	.mt-lg-n16,
	.my-lg-n16 {
		margin-top: -16px !important;
	}

	.mr-lg-n16,
	.mx-lg-n16 {
		margin-right: -16px !important;
	}

	.mb-lg-n16,
	.my-lg-n16 {
		margin-bottom: -16px !important;
	}

	.ml-lg-n16,
	.mx-lg-n16 {
		margin-left: -16px !important;
	}

	.m-lg-n20 {
		margin: -20px !important;
	}

	.mt-lg-n20,
	.my-lg-n20 {
		margin-top: -20px !important;
	}

	.mr-lg-n20,
	.mx-lg-n20 {
		margin-right: -20px !important;
	}

	.mb-lg-n20,
	.my-lg-n20 {
		margin-bottom: -20px !important;
	}

	.ml-lg-n20,
	.mx-lg-n20 {
		margin-left: -20px !important;
	}

	.m-lg-n24 {
		margin: -24px !important;
	}

	.mt-lg-n24,
	.my-lg-n24 {
		margin-top: -24px !important;
	}

	.mr-lg-n24,
	.mx-lg-n24 {
		margin-right: -24px !important;
	}

	.mb-lg-n24,
	.my-lg-n24 {
		margin-bottom: -24px !important;
	}

	.ml-lg-n24,
	.mx-lg-n24 {
		margin-left: -24px !important;
	}

	.m-lg-n28 {
		margin: -28px !important;
	}

	.mt-lg-n28,
	.my-lg-n28 {
		margin-top: -28px !important;
	}

	.mr-lg-n28,
	.mx-lg-n28 {
		margin-right: -28px !important;
	}

	.mb-lg-n28,
	.my-lg-n28 {
		margin-bottom: -28px !important;
	}

	.ml-lg-n28,
	.mx-lg-n28 {
		margin-left: -28px !important;
	}

	.m-lg-n32 {
		margin: -32px !important;
	}

	.mt-lg-n32,
	.my-lg-n32 {
		margin-top: -32px !important;
	}

	.mr-lg-n32,
	.mx-lg-n32 {
		margin-right: -32px !important;
	}

	.mb-lg-n32,
	.my-lg-n32 {
		margin-bottom: -32px !important;
	}

	.ml-lg-n32,
	.mx-lg-n32 {
		margin-left: -32px !important;
	}

	.m-lg-n40 {
		margin: -40px !important;
	}

	.mt-lg-n40,
	.my-lg-n40 {
		margin-top: -40px !important;
	}

	.mr-lg-n40,
	.mx-lg-n40 {
		margin-right: -40px !important;
	}

	.mb-lg-n40,
	.my-lg-n40 {
		margin-bottom: -40px !important;
	}

	.ml-lg-n40,
	.mx-lg-n40 {
		margin-left: -40px !important;
	}

	.m-lg-n48 {
		margin: -48px !important;
	}

	.mt-lg-n48,
	.my-lg-n48 {
		margin-top: -48px !important;
	}

	.mr-lg-n48,
	.mx-lg-n48 {
		margin-right: -48px !important;
	}

	.mb-lg-n48,
	.my-lg-n48 {
		margin-bottom: -48px !important;
	}

	.ml-lg-n48,
	.mx-lg-n48 {
		margin-left: -48px !important;
	}

	.m-lg-n56 {
		margin: -56px !important;
	}

	.mt-lg-n56,
	.my-lg-n56 {
		margin-top: -56px !important;
	}

	.mr-lg-n56,
	.mx-lg-n56 {
		margin-right: -56px !important;
	}

	.mb-lg-n56,
	.my-lg-n56 {
		margin-bottom: -56px !important;
	}

	.ml-lg-n56,
	.mx-lg-n56 {
		margin-left: -56px !important;
	}

	.m-lg-n60 {
		margin: -60px !important;
	}

	.mt-lg-n60,
	.my-lg-n60 {
		margin-top: -60px !important;
	}

	.mr-lg-n60,
	.mx-lg-n60 {
		margin-right: -60px !important;
	}

	.mb-lg-n60,
	.my-lg-n60 {
		margin-bottom: -60px !important;
	}

	.ml-lg-n60,
	.mx-lg-n60 {
		margin-left: -60px !important;
	}

	.m-lg-n64 {
		margin: -64px !important;
	}

	.mt-lg-n64,
	.my-lg-n64 {
		margin-top: -64px !important;
	}

	.mr-lg-n64,
	.mx-lg-n64 {
		margin-right: -64px !important;
	}

	.mb-lg-n64,
	.my-lg-n64 {
		margin-bottom: -64px !important;
	}

	.ml-lg-n64,
	.mx-lg-n64 {
		margin-left: -64px !important;
	}

	.m-lg-n68 {
		margin: -68px !important;
	}

	.mt-lg-n68,
	.my-lg-n68 {
		margin-top: -68px !important;
	}

	.mr-lg-n68,
	.mx-lg-n68 {
		margin-right: -68px !important;
	}

	.mb-lg-n68,
	.my-lg-n68 {
		margin-bottom: -68px !important;
	}

	.ml-lg-n68,
	.mx-lg-n68 {
		margin-left: -68px !important;
	}

	.m-lg-n80 {
		margin: -80px !important;
	}

	.mt-lg-n80,
	.my-lg-n80 {
		margin-top: -80px !important;
	}

	.mr-lg-n80,
	.mx-lg-n80 {
		margin-right: -80px !important;
	}

	.mb-lg-n80,
	.my-lg-n80 {
		margin-bottom: -80px !important;
	}

	.ml-lg-n80,
	.mx-lg-n80 {
		margin-left: -80px !important;
	}

	.m-lg-n96 {
		margin: -96px !important;
	}

	.mt-lg-n96,
	.my-lg-n96 {
		margin-top: -96px !important;
	}

	.mr-lg-n96,
	.mx-lg-n96 {
		margin-right: -96px !important;
	}

	.mb-lg-n96,
	.my-lg-n96 {
		margin-bottom: -96px !important;
	}

	.ml-lg-n96,
	.mx-lg-n96 {
		margin-left: -96px !important;
	}

	.m-lg-n120 {
		margin: -120px !important;
	}

	.mt-lg-n120,
	.my-lg-n120 {
		margin-top: -120px !important;
	}

	.mr-lg-n120,
	.mx-lg-n120 {
		margin-right: -120px !important;
	}

	.mb-lg-n120,
	.my-lg-n120 {
		margin-bottom: -120px !important;
	}

	.ml-lg-n120,
	.mx-lg-n120 {
		margin-left: -120px !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: 1400px) {
	.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: 0.25rem !important;
	}

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

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

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

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.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: 4px !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 4px !important;
	}

	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 4px !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 4px !important;
	}

	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 4px !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;
	}

	.m-xl-8 {
		margin: 8px !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 8px !important;
	}

	.mr-xl-8,
	.mx-xl-8 {
		margin-right: 8px !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 8px !important;
	}

	.ml-xl-8,
	.mx-xl-8 {
		margin-left: 8px !important;
	}

	.m-xl-12 {
		margin: 12px !important;
	}

	.mt-xl-12,
	.my-xl-12 {
		margin-top: 12px !important;
	}

	.mr-xl-12,
	.mx-xl-12 {
		margin-right: 12px !important;
	}

	.mb-xl-12,
	.my-xl-12 {
		margin-bottom: 12px !important;
	}

	.ml-xl-12,
	.mx-xl-12 {
		margin-left: 12px !important;
	}

	.m-xl-16 {
		margin: 16px !important;
	}

	.mt-xl-16,
	.my-xl-16 {
		margin-top: 16px !important;
	}

	.mr-xl-16,
	.mx-xl-16 {
		margin-right: 16px !important;
	}

	.mb-xl-16,
	.my-xl-16 {
		margin-bottom: 16px !important;
	}

	.ml-xl-16,
	.mx-xl-16 {
		margin-left: 16px !important;
	}

	.m-xl-20 {
		margin: 20px !important;
	}

	.mt-xl-20,
	.my-xl-20 {
		margin-top: 20px !important;
	}

	.mr-xl-20,
	.mx-xl-20 {
		margin-right: 20px !important;
	}

	.mb-xl-20,
	.my-xl-20 {
		margin-bottom: 20px !important;
	}

	.ml-xl-20,
	.mx-xl-20 {
		margin-left: 20px !important;
	}

	.m-xl-24 {
		margin: 24px !important;
	}

	.mt-xl-24,
	.my-xl-24 {
		margin-top: 24px !important;
	}

	.mr-xl-24,
	.mx-xl-24 {
		margin-right: 24px !important;
	}

	.mb-xl-24,
	.my-xl-24 {
		margin-bottom: 24px !important;
	}

	.ml-xl-24,
	.mx-xl-24 {
		margin-left: 24px !important;
	}

	.m-xl-28 {
		margin: 28px !important;
	}

	.mt-xl-28,
	.my-xl-28 {
		margin-top: 28px !important;
	}

	.mr-xl-28,
	.mx-xl-28 {
		margin-right: 28px !important;
	}

	.mb-xl-28,
	.my-xl-28 {
		margin-bottom: 28px !important;
	}

	.ml-xl-28,
	.mx-xl-28 {
		margin-left: 28px !important;
	}

	.m-xl-32 {
		margin: 32px !important;
	}

	.mt-xl-32,
	.my-xl-32 {
		margin-top: 32px !important;
	}

	.mr-xl-32,
	.mx-xl-32 {
		margin-right: 32px !important;
	}

	.mb-xl-32,
	.my-xl-32 {
		margin-bottom: 32px !important;
	}

	.ml-xl-32,
	.mx-xl-32 {
		margin-left: 32px !important;
	}

	.m-xl-40 {
		margin: 40px !important;
	}

	.mt-xl-40,
	.my-xl-40 {
		margin-top: 40px !important;
	}

	.mr-xl-40,
	.mx-xl-40 {
		margin-right: 40px !important;
	}

	.mb-xl-40,
	.my-xl-40 {
		margin-bottom: 40px !important;
	}

	.ml-xl-40,
	.mx-xl-40 {
		margin-left: 40px !important;
	}

	.m-xl-48 {
		margin: 48px !important;
	}

	.mt-xl-48,
	.my-xl-48 {
		margin-top: 48px !important;
	}

	.mr-xl-48,
	.mx-xl-48 {
		margin-right: 48px !important;
	}

	.mb-xl-48,
	.my-xl-48 {
		margin-bottom: 48px !important;
	}

	.ml-xl-48,
	.mx-xl-48 {
		margin-left: 48px !important;
	}

	.m-xl-56 {
		margin: 56px !important;
	}

	.mt-xl-56,
	.my-xl-56 {
		margin-top: 56px !important;
	}

	.mr-xl-56,
	.mx-xl-56 {
		margin-right: 56px !important;
	}

	.mb-xl-56,
	.my-xl-56 {
		margin-bottom: 56px !important;
	}

	.ml-xl-56,
	.mx-xl-56 {
		margin-left: 56px !important;
	}

	.m-xl-60 {
		margin: 60px !important;
	}

	.mt-xl-60,
	.my-xl-60 {
		margin-top: 60px !important;
	}

	.mr-xl-60,
	.mx-xl-60 {
		margin-right: 60px !important;
	}

	.mb-xl-60,
	.my-xl-60 {
		margin-bottom: 60px !important;
	}

	.ml-xl-60,
	.mx-xl-60 {
		margin-left: 60px !important;
	}

	.m-xl-64 {
		margin: 64px !important;
	}

	.mt-xl-64,
	.my-xl-64 {
		margin-top: 64px !important;
	}

	.mr-xl-64,
	.mx-xl-64 {
		margin-right: 64px !important;
	}

	.mb-xl-64,
	.my-xl-64 {
		margin-bottom: 64px !important;
	}

	.ml-xl-64,
	.mx-xl-64 {
		margin-left: 64px !important;
	}

	.m-xl-68 {
		margin: 68px !important;
	}

	.mt-xl-68,
	.my-xl-68 {
		margin-top: 68px !important;
	}

	.mr-xl-68,
	.mx-xl-68 {
		margin-right: 68px !important;
	}

	.mb-xl-68,
	.my-xl-68 {
		margin-bottom: 68px !important;
	}

	.ml-xl-68,
	.mx-xl-68 {
		margin-left: 68px !important;
	}

	.m-xl-80 {
		margin: 80px !important;
	}

	.mt-xl-80,
	.my-xl-80 {
		margin-top: 80px !important;
	}

	.mr-xl-80,
	.mx-xl-80 {
		margin-right: 80px !important;
	}

	.mb-xl-80,
	.my-xl-80 {
		margin-bottom: 80px !important;
	}

	.ml-xl-80,
	.mx-xl-80 {
		margin-left: 80px !important;
	}

	.m-xl-96 {
		margin: 96px !important;
	}

	.mt-xl-96,
	.my-xl-96 {
		margin-top: 96px !important;
	}

	.mr-xl-96,
	.mx-xl-96 {
		margin-right: 96px !important;
	}

	.mb-xl-96,
	.my-xl-96 {
		margin-bottom: 96px !important;
	}

	.ml-xl-96,
	.mx-xl-96 {
		margin-left: 96px !important;
	}

	.m-xl-120 {
		margin: 120px !important;
	}

	.mt-xl-120,
	.my-xl-120 {
		margin-top: 120px !important;
	}

	.mr-xl-120,
	.mx-xl-120 {
		margin-right: 120px !important;
	}

	.mb-xl-120,
	.my-xl-120 {
		margin-bottom: 120px !important;
	}

	.ml-xl-120,
	.mx-xl-120 {
		margin-left: 120px !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: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.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: 4px !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 4px !important;
	}

	.pr-xl-4,
	.px-xl-4 {
		padding-right: 4px !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 4px !important;
	}

	.pl-xl-4,
	.px-xl-4 {
		padding-left: 4px !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;
	}

	.p-xl-8 {
		padding: 8px !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 8px !important;
	}

	.pr-xl-8,
	.px-xl-8 {
		padding-right: 8px !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 8px !important;
	}

	.pl-xl-8,
	.px-xl-8 {
		padding-left: 8px !important;
	}

	.p-xl-12 {
		padding: 12px !important;
	}

	.pt-xl-12,
	.py-xl-12 {
		padding-top: 12px !important;
	}

	.pr-xl-12,
	.px-xl-12 {
		padding-right: 12px !important;
	}

	.pb-xl-12,
	.py-xl-12 {
		padding-bottom: 12px !important;
	}

	.pl-xl-12,
	.px-xl-12 {
		padding-left: 12px !important;
	}

	.p-xl-16 {
		padding: 16px !important;
	}

	.pt-xl-16,
	.py-xl-16 {
		padding-top: 16px !important;
	}

	.pr-xl-16,
	.px-xl-16 {
		padding-right: 16px !important;
	}

	.pb-xl-16,
	.py-xl-16 {
		padding-bottom: 16px !important;
	}

	.pl-xl-16,
	.px-xl-16 {
		padding-left: 16px !important;
	}

	.p-xl-20 {
		padding: 20px !important;
	}

	.pt-xl-20,
	.py-xl-20 {
		padding-top: 20px !important;
	}

	.pr-xl-20,
	.px-xl-20 {
		padding-right: 20px !important;
	}

	.pb-xl-20,
	.py-xl-20 {
		padding-bottom: 20px !important;
	}

	.pl-xl-20,
	.px-xl-20 {
		padding-left: 20px !important;
	}

	.p-xl-24 {
		padding: 24px !important;
	}

	.pt-xl-24,
	.py-xl-24 {
		padding-top: 24px !important;
	}

	.pr-xl-24,
	.px-xl-24 {
		padding-right: 24px !important;
	}

	.pb-xl-24,
	.py-xl-24 {
		padding-bottom: 24px !important;
	}

	.pl-xl-24,
	.px-xl-24 {
		padding-left: 24px !important;
	}

	.p-xl-28 {
		padding: 28px !important;
	}

	.pt-xl-28,
	.py-xl-28 {
		padding-top: 28px !important;
	}

	.pr-xl-28,
	.px-xl-28 {
		padding-right: 28px !important;
	}

	.pb-xl-28,
	.py-xl-28 {
		padding-bottom: 28px !important;
	}

	.pl-xl-28,
	.px-xl-28 {
		padding-left: 28px !important;
	}

	.p-xl-32 {
		padding: 32px !important;
	}

	.pt-xl-32,
	.py-xl-32 {
		padding-top: 32px !important;
	}

	.pr-xl-32,
	.px-xl-32 {
		padding-right: 32px !important;
	}

	.pb-xl-32,
	.py-xl-32 {
		padding-bottom: 32px !important;
	}

	.pl-xl-32,
	.px-xl-32 {
		padding-left: 32px !important;
	}

	.p-xl-40 {
		padding: 40px !important;
	}

	.pt-xl-40,
	.py-xl-40 {
		padding-top: 40px !important;
	}

	.pr-xl-40,
	.px-xl-40 {
		padding-right: 40px !important;
	}

	.pb-xl-40,
	.py-xl-40 {
		padding-bottom: 40px !important;
	}

	.pl-xl-40,
	.px-xl-40 {
		padding-left: 40px !important;
	}

	.p-xl-48 {
		padding: 48px !important;
	}

	.pt-xl-48,
	.py-xl-48 {
		padding-top: 48px !important;
	}

	.pr-xl-48,
	.px-xl-48 {
		padding-right: 48px !important;
	}

	.pb-xl-48,
	.py-xl-48 {
		padding-bottom: 48px !important;
	}

	.pl-xl-48,
	.px-xl-48 {
		padding-left: 48px !important;
	}

	.p-xl-56 {
		padding: 56px !important;
	}

	.pt-xl-56,
	.py-xl-56 {
		padding-top: 56px !important;
	}

	.pr-xl-56,
	.px-xl-56 {
		padding-right: 56px !important;
	}

	.pb-xl-56,
	.py-xl-56 {
		padding-bottom: 56px !important;
	}

	.pl-xl-56,
	.px-xl-56 {
		padding-left: 56px !important;
	}

	.p-xl-60 {
		padding: 60px !important;
	}

	.pt-xl-60,
	.py-xl-60 {
		padding-top: 60px !important;
	}

	.pr-xl-60,
	.px-xl-60 {
		padding-right: 60px !important;
	}

	.pb-xl-60,
	.py-xl-60 {
		padding-bottom: 60px !important;
	}

	.pl-xl-60,
	.px-xl-60 {
		padding-left: 60px !important;
	}

	.p-xl-64 {
		padding: 64px !important;
	}

	.pt-xl-64,
	.py-xl-64 {
		padding-top: 64px !important;
	}

	.pr-xl-64,
	.px-xl-64 {
		padding-right: 64px !important;
	}

	.pb-xl-64,
	.py-xl-64 {
		padding-bottom: 64px !important;
	}

	.pl-xl-64,
	.px-xl-64 {
		padding-left: 64px !important;
	}

	.p-xl-68 {
		padding: 68px !important;
	}

	.pt-xl-68,
	.py-xl-68 {
		padding-top: 68px !important;
	}

	.pr-xl-68,
	.px-xl-68 {
		padding-right: 68px !important;
	}

	.pb-xl-68,
	.py-xl-68 {
		padding-bottom: 68px !important;
	}

	.pl-xl-68,
	.px-xl-68 {
		padding-left: 68px !important;
	}

	.p-xl-80 {
		padding: 80px !important;
	}

	.pt-xl-80,
	.py-xl-80 {
		padding-top: 80px !important;
	}

	.pr-xl-80,
	.px-xl-80 {
		padding-right: 80px !important;
	}

	.pb-xl-80,
	.py-xl-80 {
		padding-bottom: 80px !important;
	}

	.pl-xl-80,
	.px-xl-80 {
		padding-left: 80px !important;
	}

	.p-xl-96 {
		padding: 96px !important;
	}

	.pt-xl-96,
	.py-xl-96 {
		padding-top: 96px !important;
	}

	.pr-xl-96,
	.px-xl-96 {
		padding-right: 96px !important;
	}

	.pb-xl-96,
	.py-xl-96 {
		padding-bottom: 96px !important;
	}

	.pl-xl-96,
	.px-xl-96 {
		padding-left: 96px !important;
	}

	.p-xl-120 {
		padding: 120px !important;
	}

	.pt-xl-120,
	.py-xl-120 {
		padding-top: 120px !important;
	}

	.pr-xl-120,
	.px-xl-120 {
		padding-right: 120px !important;
	}

	.pb-xl-120,
	.py-xl-120 {
		padding-bottom: 120px !important;
	}

	.pl-xl-120,
	.px-xl-120 {
		padding-left: 120px !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: -4px !important;
	}

	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -4px !important;
	}

	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -4px !important;
	}

	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -4px !important;
	}

	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -4px !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-n8 {
		margin: -8px !important;
	}

	.mt-xl-n8,
	.my-xl-n8 {
		margin-top: -8px !important;
	}

	.mr-xl-n8,
	.mx-xl-n8 {
		margin-right: -8px !important;
	}

	.mb-xl-n8,
	.my-xl-n8 {
		margin-bottom: -8px !important;
	}

	.ml-xl-n8,
	.mx-xl-n8 {
		margin-left: -8px !important;
	}

	.m-xl-n12 {
		margin: -12px !important;
	}

	.mt-xl-n12,
	.my-xl-n12 {
		margin-top: -12px !important;
	}

	.mr-xl-n12,
	.mx-xl-n12 {
		margin-right: -12px !important;
	}

	.mb-xl-n12,
	.my-xl-n12 {
		margin-bottom: -12px !important;
	}

	.ml-xl-n12,
	.mx-xl-n12 {
		margin-left: -12px !important;
	}

	.m-xl-n16 {
		margin: -16px !important;
	}

	.mt-xl-n16,
	.my-xl-n16 {
		margin-top: -16px !important;
	}

	.mr-xl-n16,
	.mx-xl-n16 {
		margin-right: -16px !important;
	}

	.mb-xl-n16,
	.my-xl-n16 {
		margin-bottom: -16px !important;
	}

	.ml-xl-n16,
	.mx-xl-n16 {
		margin-left: -16px !important;
	}

	.m-xl-n20 {
		margin: -20px !important;
	}

	.mt-xl-n20,
	.my-xl-n20 {
		margin-top: -20px !important;
	}

	.mr-xl-n20,
	.mx-xl-n20 {
		margin-right: -20px !important;
	}

	.mb-xl-n20,
	.my-xl-n20 {
		margin-bottom: -20px !important;
	}

	.ml-xl-n20,
	.mx-xl-n20 {
		margin-left: -20px !important;
	}

	.m-xl-n24 {
		margin: -24px !important;
	}

	.mt-xl-n24,
	.my-xl-n24 {
		margin-top: -24px !important;
	}

	.mr-xl-n24,
	.mx-xl-n24 {
		margin-right: -24px !important;
	}

	.mb-xl-n24,
	.my-xl-n24 {
		margin-bottom: -24px !important;
	}

	.ml-xl-n24,
	.mx-xl-n24 {
		margin-left: -24px !important;
	}

	.m-xl-n28 {
		margin: -28px !important;
	}

	.mt-xl-n28,
	.my-xl-n28 {
		margin-top: -28px !important;
	}

	.mr-xl-n28,
	.mx-xl-n28 {
		margin-right: -28px !important;
	}

	.mb-xl-n28,
	.my-xl-n28 {
		margin-bottom: -28px !important;
	}

	.ml-xl-n28,
	.mx-xl-n28 {
		margin-left: -28px !important;
	}

	.m-xl-n32 {
		margin: -32px !important;
	}

	.mt-xl-n32,
	.my-xl-n32 {
		margin-top: -32px !important;
	}

	.mr-xl-n32,
	.mx-xl-n32 {
		margin-right: -32px !important;
	}

	.mb-xl-n32,
	.my-xl-n32 {
		margin-bottom: -32px !important;
	}

	.ml-xl-n32,
	.mx-xl-n32 {
		margin-left: -32px !important;
	}

	.m-xl-n40 {
		margin: -40px !important;
	}

	.mt-xl-n40,
	.my-xl-n40 {
		margin-top: -40px !important;
	}

	.mr-xl-n40,
	.mx-xl-n40 {
		margin-right: -40px !important;
	}

	.mb-xl-n40,
	.my-xl-n40 {
		margin-bottom: -40px !important;
	}

	.ml-xl-n40,
	.mx-xl-n40 {
		margin-left: -40px !important;
	}

	.m-xl-n48 {
		margin: -48px !important;
	}

	.mt-xl-n48,
	.my-xl-n48 {
		margin-top: -48px !important;
	}

	.mr-xl-n48,
	.mx-xl-n48 {
		margin-right: -48px !important;
	}

	.mb-xl-n48,
	.my-xl-n48 {
		margin-bottom: -48px !important;
	}

	.ml-xl-n48,
	.mx-xl-n48 {
		margin-left: -48px !important;
	}

	.m-xl-n56 {
		margin: -56px !important;
	}

	.mt-xl-n56,
	.my-xl-n56 {
		margin-top: -56px !important;
	}

	.mr-xl-n56,
	.mx-xl-n56 {
		margin-right: -56px !important;
	}

	.mb-xl-n56,
	.my-xl-n56 {
		margin-bottom: -56px !important;
	}

	.ml-xl-n56,
	.mx-xl-n56 {
		margin-left: -56px !important;
	}

	.m-xl-n60 {
		margin: -60px !important;
	}

	.mt-xl-n60,
	.my-xl-n60 {
		margin-top: -60px !important;
	}

	.mr-xl-n60,
	.mx-xl-n60 {
		margin-right: -60px !important;
	}

	.mb-xl-n60,
	.my-xl-n60 {
		margin-bottom: -60px !important;
	}

	.ml-xl-n60,
	.mx-xl-n60 {
		margin-left: -60px !important;
	}

	.m-xl-n64 {
		margin: -64px !important;
	}

	.mt-xl-n64,
	.my-xl-n64 {
		margin-top: -64px !important;
	}

	.mr-xl-n64,
	.mx-xl-n64 {
		margin-right: -64px !important;
	}

	.mb-xl-n64,
	.my-xl-n64 {
		margin-bottom: -64px !important;
	}

	.ml-xl-n64,
	.mx-xl-n64 {
		margin-left: -64px !important;
	}

	.m-xl-n68 {
		margin: -68px !important;
	}

	.mt-xl-n68,
	.my-xl-n68 {
		margin-top: -68px !important;
	}

	.mr-xl-n68,
	.mx-xl-n68 {
		margin-right: -68px !important;
	}

	.mb-xl-n68,
	.my-xl-n68 {
		margin-bottom: -68px !important;
	}

	.ml-xl-n68,
	.mx-xl-n68 {
		margin-left: -68px !important;
	}

	.m-xl-n80 {
		margin: -80px !important;
	}

	.mt-xl-n80,
	.my-xl-n80 {
		margin-top: -80px !important;
	}

	.mr-xl-n80,
	.mx-xl-n80 {
		margin-right: -80px !important;
	}

	.mb-xl-n80,
	.my-xl-n80 {
		margin-bottom: -80px !important;
	}

	.ml-xl-n80,
	.mx-xl-n80 {
		margin-left: -80px !important;
	}

	.m-xl-n96 {
		margin: -96px !important;
	}

	.mt-xl-n96,
	.my-xl-n96 {
		margin-top: -96px !important;
	}

	.mr-xl-n96,
	.mx-xl-n96 {
		margin-right: -96px !important;
	}

	.mb-xl-n96,
	.my-xl-n96 {
		margin-bottom: -96px !important;
	}

	.ml-xl-n96,
	.mx-xl-n96 {
		margin-left: -96px !important;
	}

	.m-xl-n120 {
		margin: -120px !important;
	}

	.mt-xl-n120,
	.my-xl-n120 {
		margin-top: -120px !important;
	}

	.mr-xl-n120,
	.mx-xl-n120 {
		margin-right: -120px !important;
	}

	.mb-xl-n120,
	.my-xl-n120 {
		margin-bottom: -120px !important;
	}

	.ml-xl-n120,
	.mx-xl-n120 {
		margin-left: -120px !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;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1400px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

/**
* Swiper 5.0.4
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://swiperjs.com
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: September 30, 2019
*/
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	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;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s transform, .2s top;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s left;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s transform, .2s right;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*!
* animate.css -https://daneden.github.io/animate.css/
* Version - 3.7.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2019 Daniel Eden
*/
@-webkit-keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {

	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
		transform: skewX(0.39063deg) skewY(0.39063deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp,
.main__slide-text._animate p,
.main__slide-text._animate span {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBack {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeInUpBack {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeInUpBack {
	-webkit-animation-name: fadeInUpBack;
	animation-name: fadeInUpBack;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip,
.main__slide-text._animate p.flip,
.main__slide-text._animate span.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.animated,
.main__slide-text._animate p,
.main__slide-text._animate span {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite,
.main__slide-text._animate p.infinite,
.main__slide-text._animate span.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.delay-1s,
.main__slide-text._animate p.delay-1s,
.main__slide-text._animate span.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated.delay-2s,
.main__slide-text._animate p.delay-2s,
.main__slide-text._animate span.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.animated.delay-3s,
.main__slide-text._animate p.delay-3s,
.main__slide-text._animate span.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.animated.delay-4s,
.main__slide-text._animate p.delay-4s,
.main__slide-text._animate span.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.animated.delay-5s,
.main__slide-text._animate p.delay-5s,
.main__slide-text._animate span.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.animated.fast,
.main__slide-text._animate p.fast,
.main__slide-text._animate span.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
}

.animated.faster,
.main__slide-text._animate p.faster,
.main__slide-text._animate span.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.animated.slow,
.main__slide-text._animate p.slow,
.main__slide-text._animate span.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.slower,
.main__slide-text._animate p.slower,
.main__slide-text._animate span.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion: reduce) {

	.animated,
	.main__slide-text._animate p,
	.main__slide-text._animate span {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		-o-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
	}
}

/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
* Remove all paddings around the image on small screen
*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
}

.chosen-container a {
	cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
	background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.chosen-container-single .chosen-default {
	color: #999;
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	-webkit-clip-path: inset(100% 100%);
	clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.chosen-container .chosen-results::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: 700;
	cursor: default;
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: 0 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
	background-image: -o-linear-gradient(#eee 20%, #fff 80%);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
	color: #222 !important;
}

.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.chosen-disabled .chosen-single {
	cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}

.chosen-rtl {
	text-align: right;
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.chosen-rtl .chosen-choices li {
	float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
	direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0;
}

.chosen-rtl .chosen-search input[type=text] {
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}

body {
	min-height: 100vh;
	font-size: 16px;
	font-family: "Gilroy";
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.full-height {
	height: 100%;
}

#content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.highcharts-tooltip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.highcharts-tooltip b,
.highcharts-tooltip strong {
	font-weight: bold;
}

.highcharts-tooltip__row {
	display: block;
}

.highcharts-tooltip__title {
	color: rgba(247, 247, 247, 0.5);
	margin-bottom: 4px;
}

.highcharts-tooltip__separator {
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background: #F7F7F7;
	opacity: 0.1;
}

.highcharts-tooltip__parent {
	width: 100%;
	height: 100%;
	padding: 18px 20px 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Gilroy', sans-serif;
}

.wow,
.hidden {
	visibility: hidden;
}

[data-splitty-additional-nesting] {
	overflow: hidden;
}

[data-tab-block] {
	display: none;
}

[data-tab-block]._active {
	display: block;
}

[data-tab-block]._active.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

img {
	max-width: 100%;
}

.inner {
	background-color: #F2F2F2;
	padding-top: 96px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner._white {
	background-color: #fff;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.xs-full-width {
		width: 100%;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-ext th {
	min-width: 120px;
	padding-right: 1rem !important;
}

.button {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	border-radius: 4px;
	display: inline-block;
	padding: 9px 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #3F91CD;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid transparent;
	text-align: center;
}

.button._low {
	padding: 5px 32px;
}

.button._enquiry {
	padding: 5px 15px;
	margin-right: 8px;
}

.button._high {
	padding: 13px 30px;
	width: 100%;
}

.button._light {
	color: #F7F7F7;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #2678B1;
	cursor: pointer;
}

.button._enquiry:hover,
.button._enquiry:active,
.button._enquiry:visited,
.button._enquiry:focus {
	text-decoration: none;
	color: #fff;
	background-color: #2678B1;
	cursor: pointer;
}

.button._secondary {
	background-color: transparent;
	border-color: rgba(63, 145, 205, 0.4);
	color: #3F91CD;
}

.button._secondary:hover {
	background-color: #3F91CD;
	color: #F7F7F7;
}

.button._light {
	background-color: transparent;
	border-color: #F7F7F7;
	color: #F7F7F7;
}

.button._light:hover {
	background-color: #F7F7F7;
	color: #333;
}

.button._white {
	background-color: #F7F7F7;
	color: #333;
	border-color: #3F91CD;
}

.button._white:hover {
	background-color: #3F91CD;
	color: #F7F7F7;
}

.button._white-grey {
	background-color: #fff;
	color: #333;
}

.button._white-grey:hover {
	background-color: #F7F7F7;
}

.button._white-grey-bordered {
	background-color: #fff;
	color: #333;
	border-color: #ebebeb;
}

.button._white-grey-bordered:hover {
	background-color: #F7F7F7;
	border-color: transparent;
}

.button[disabled] {
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	color: #999999;
	pointer-events: none;
}

.filter-select-native {
	background-image: url("/local/templates/main/images/arrow-down.svg");
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 0 16px 0 0;
	margin: 0;
	outline: none;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.filter-select-native::-ms-expand {
	display: none;
}

.filter-select._white .chosen-container-single .chosen-single div b {
	background-image: url("/local/templates/main/images/arrow-down-white.svg");
}

.filter-select._white .chosen-container-single .chosen-single {
	color: #F7F7F7;
}

.filter-select._white .filter-select-native {
	color: #fff;
	background-image: url("/local/templates/main/images/arrow-down-white.svg");
}

.filter-select._white .filter-select-native option {
	color: #333;
}

.filter-select .chosen-container {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.filter-select .chosen-container-single .chosen-single {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	height: auto;
	text-align: right;
	padding-right: 15px;
}

.filter-select .chosen-container-single .chosen-single span {
	margin-right: 0;
}

.filter-select .chosen-container-single .chosen-single div {
	width: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-select .chosen-container-single .chosen-single div b {
	background-image: url("/local/templates/main/images/arrow-down.svg");
	background-position: 50% -2px;
	background-repeat: no-repeat;
	background-size: 10px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 10px;
	height: 8px;
}

.filter-select .chosen-container-active.chosen-with-drop .chosen-single div b {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filter-select .chosen-container-single .chosen-drop {
	background: #FFFFFF;
	border: 1px solid rgba(51, 51, 51, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	width: auto;
	right: -8px;
	top: calc(100% + 8px);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.filter-select .chosen-container-single .chosen-drop:after {
	content: '';
	background: #FFFFFF;
	border-radius: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -6px;
	right: 7px;
	width: 10px;
	height: 10px;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-left: 1px solid rgba(51, 51, 51, 0.1);
}

.filter-select._lang .filter-select-native {
	width: 100%;
}

.filter-select._lang .chosen-container-single .chosen-drop {
	right: calc(50% - 72px / 2);
}

.filter-select._lang .chosen-container-single .chosen-drop::after {
	right: calc(50% - 10px / 2);
}

.filter-select .chosen-container-single.chosen-with-drop .chosen-drop {
	opacity: 1;
}

.filter-select .chosen-container .chosen-results {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
	margin: 0;
	padding: 16px 20px;
}

.filter-select .chosen-container .chosen-results li {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
	white-space: nowrap;
	padding: 0;
	line-height: 190%;
}

.filter-select .chosen-container .chosen-results li:not(:first-of-type) {
	margin-top: 4px;
}

.filter-select .chosen-container .chosen-results li.highlighted {
	color: #3F91CD;
	background: transparent;
}

.input {
	width: 100%;
}

.input__wrapper {
	position: relative;
	height: 56px;
	width: 100%;
}

.input__content {
	width: 100%;
	height: 100%;
}

.input__content:hover {
	cursor: text;
}

.input__field {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 14px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 6px;
	background: #FFFFFF;
}

.input__field::-webkit-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.input__field::-moz-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.input__field::-ms-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.input__field::placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.input__field:focus,
.input__field._not-empty {
	padding-top: 26px;
	outline: none;
	color: #333;
}

.input__field:focus::-webkit-input-placeholder,
.input__field._not-empty::-webkit-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::-moz-placeholder,
.input__field._not-empty::-moz-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::-ms-input-placeholder,
.input__field._not-empty::-ms-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::placeholder,
.input__field._not-empty::placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus~.input__label,
.input__field._not-empty~.input__label {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 1;
	visibility: visible;
	font-size: 12px;
	line-height: 16px;
}

.input__field._invalid {
	border-color: #D20A11;
}

.input__field[type='phone']::-webkit-input-placeholder,
.input__field[type='tel']::-webkit-input-placeholder {
	color: #333;
}

.input__field[type='phone']::-moz-placeholder,
.input__field[type='tel']::-moz-placeholder {
	color: #333;
}

.input__field[type='phone']::-ms-input-placeholder,
.input__field[type='tel']::-ms-input-placeholder {
	color: #333;
}

.input__field[type='phone']::placeholder,
.input__field[type='tel']::placeholder {
	color: #333;
}

.input__field._valid~.input__inner .arrow-button path {
	stroke: #3F91CD;
}

.input__field._inner {
	padding-right: 70px;
}

.input__label {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	position: absolute;
	top: 14px;
	left: 0;
	padding: 0 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.input__inner {
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.input__error {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	color: #D20A11;
}

.textarea {
	background: #FFFFFF;
	position: relative;
	height: 112px;
}

.textarea__wrapper {
	height: 100%;
	width: 100%;
}

.textarea__content {
	width: 100%;
	height: 100%;
}

.textarea__field {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 14px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, visibility, padding, font-size;
	-o-transition-property: opacity, visibility, padding, font-size;
	transition-property: opacity, visibility, padding, font-size;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 6px;
	resize: none;
}

.textarea__field::-webkit-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::-moz-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::-ms-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field:focus,
.textarea__field._not-empty {
	color: #333;
	padding-top: 20px;
	outline: none;
}

.textarea__field:focus::-webkit-input-placeholder,
.textarea__field._not-empty::-webkit-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.textarea__field:focus::-moz-placeholder,
.textarea__field._not-empty::-moz-placeholder {
	opacity: 1;
	visibility: visible;
}

.textarea__field:focus::-ms-input-placeholder,
.textarea__field._not-empty::-ms-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.textarea__field:focus::placeholder,
.textarea__field._not-empty::placeholder {
	opacity: 1;
	visibility: visible;
}

.textarea__field:focus~.textarea__label,
.textarea__field._not-empty~.textarea__label {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 1;
	visibility: visible;
	font-size: 12px;
	line-height: 16px;
}

.textarea__field._invalid {
	border-color: #D20A11;
}

.textarea__label {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	position: absolute;
	top: 14px;
	left: 0;
	padding: 0 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.textarea__field {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 14px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transition-property: opacity, visibility, padding, font-size;
	-o-transition-property: opacity, visibility, padding, font-size;
	transition-property: opacity, visibility, padding, font-size;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 6px;
	resize: none;
}

.textarea__field::-webkit-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::-moz-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::-ms-input-placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.textarea__field::placeholder {
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.input__field:focus,
.input__field._not-empty {
	color: #333;
	padding-top: 20px;
	outline: none;
}

.input__field:focus::-webkit-input-placeholder,
.input__field._not-empty::-webkit-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::-moz-placeholder,
.input__field._not-empty::-moz-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::-ms-input-placeholder,
.input__field._not-empty::-ms-input-placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus::placeholder,
.input__field._not-empty::placeholder {
	opacity: 1;
	visibility: visible;
}

.input__field:focus~.textarea__label,
.input__field._not-empty~.textarea__label {
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 1;
	visibility: visible;
	font-size: 12px;
	line-height: 16px;
}

.input__field._invalid {
	border-color: #D20A11;
}

.header {
	padding: 24px 0 28px;
	height: 96px;
}

.header._inner {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 21;
}

.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__nav-item:not(:first-child) {
	margin-left: 15px;
}

.header__nav-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	color: #F7F7F7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.header__nav-link:hover {
	color: #3F91CD;
	text-decoration: none;
}

.header__nav-link._dark {
	color: #333;
}

.header__dropdown {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	color: #F7F7F7;
}

.header__dropdown._dark {
	color: #333;
}

.header__dropdown._dark .i-arrow__path {
	stroke: #333;
}

.header__burger {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

@media (max-width: 1199.98px) {
	.header__burger {
		margin-left: 32px;
	}
}

@media (max-width: 767.98px) {
	.header__burger {
		margin-left: 0;
	}
}

.header__burger:hover {
	cursor: pointer;
}

.header__burger .i-burger__rect {
	fill: #F7F7F7;
}

.header__burger._dark .i-burger__rect {
	fill: #333;
}

.header__logo {
	display: block;
}

.header__logo svg {
	max-width: 100%;
	display: block;
}

.header__search:hover {
	cursor: pointer;
}

.header__search .i-search__rect {
	fill: #F7F7F7;
}

.header__search .i-search__path {
	stroke: #F7F7F7;
}

.header__search--dark:hover {
	cursor: pointer;
}

.header__search--dark .i-search__rect {
	fill: #333;
}

.header__search--dark .i-search__path {
	stroke: #333;
}

@media (max-width: 1199.98px) {
	.header__close {
		margin-left: 32px;
	}
}

@media (max-width: 767.98px) {
	.header__close {
		margin-left: 28px;
	}
}

.header__close:hover {
	cursor: pointer;
}

.header__selects {
	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;
}

.header__select {
	margin-right: 28px;
	-ms-flex-item-align: center;
	align-self: center;
}

@media (max-width: 767.98px) {
	.header__select {
		margin-right: 12px;
	}
}

.header__contacts {
	margin-right: 8px;
	-ms-flex-item-align: center;
	align-self: center;
	display: block;
}

@media (max-width: 767.98px) {
	.header__contacts {
		margin-right: 4px;
	}
}

@media (max-width: 767px) {
	.header__contacts {}
}

.header__language {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	color: #F7F7F7;
	text-transform: uppercase;
	margin-right: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	min-width: 35px;
	position: relative;
	height: 28px;
	-ms-flex-item-align: center;
	align-self: center;
}

.header__language._light .header__language-inner._active .chosen-single {
	color: #F7F7F7 !important;
}

.header__language._light .header__language-icon .i-world__circle,
.header__language._light .header__language-icon .i-world__path {
	stroke: #F7F7F7;
}

.header__language._dark .header__language-inner._active .chosen-single {
	color: #333 !important;
}

.header__language._dark .header__language-icon .i-world__circle,
.header__language._dark .header__language-icon .i-world__path {
	stroke: #333;
}

.header__language-inner {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__language-inner._active .chosen-single b {
	opacity: 1;
	visibility: visible;
}

.header__language-inner .chosen-single {
	color: rgba(255, 255, 255, 0) !important;
}

.header__language-inner .chosen-single b {
	opacity: 0;
	visibility: hidden;
}

.header__language-inner .filter-select._lang {
	background-image: none;
}

.header__language-inner .filter-select._lang [data-chosen-select-lang] {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0) !important;
	background: transparent;
}

.header__language-inner .filter-select._lang [data-chosen-select-lang] option {
	color: #333;
}

.header__language-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.header__language-icon:hover {
	cursor: pointer;
}

@media (max-width: 1199.98px) {
	.header__language {
		margin: 0;
	}
}

.header__language._dark {
	color: #333;
}

.header__language._dark .chosen-single.chosen-default span::before {
	background-image: url("/local/templates/main/../images/i-world.svg");
}

@media (max-width: 767.98px) {
	.header__language {
		margin-right: 4px;
	}
}

@media (max-width: 767px) {
	.header__language {}
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer {
	background-color: #333;
	padding-top: 64px;
	padding-bottom: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #F7F7F7;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

@media (max-width: 991.98px) {
	.footer {
		padding: 28px 0 45px;
	}
}

.footer__top {
	padding-bottom: 51px;
}

.footer__divider {
	height: 1px;
	width: 100%;
	background-color: rgba(247, 247, 247, 0.1);
}

.footer__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	color: #F7F7F7;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer__title:hover {
	text-decoration: none;
	color: #F7F7F7;
}

.footer__title+.footer__nav {
	margin-top: 16px;
}

.footer__title+.footer__privacy {
	margin-top: 4px;
}

.footer__nav-item:not(:last-child) {
	margin-bottom: 4px;
}

.footer__nav-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer__nav-link:hover {
	color: #F7F7F7;
	text-decoration: none;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__col {
	width: 225px;
}

@media (max-width: 1400px) {
	.footer__col {
		margin-bottom: 20px;
	}
}


.footer__col:not(:first-child) {
	margin-left: 50px;
}

@media (max-width: 1199.98px) {
	.footer__col:not(:first-child) {
		margin-left: 20px;
	}
}

.footer__privacy {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #F7F7F7;
	margin-bottom: 12px;
}

.footer__company {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #F7F7F7;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__social-item:not(:first-child) {
	margin-left: 16px;
}

.footer__social-link {
	text-decoration: none;
	display: block;
}

.footer__copyright .footer__privacy>* {
	color: #999999;
}

.footer-mobile__menu {
	margin-bottom: 32px;
}

.footer-mobile__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 19px 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-mobile__top:hover {
	cursor: pointer;
}

.footer-mobile__block {
	border-bottom: 1px solid rgba(247, 247, 247, 0.1);
}

.footer-mobile__block:first-child .footer-mobile__top {
	padding-top: 0;
}

.footer-mobile__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	color: #F7F7F7;
}

.footer-mobile__nav {
	display: none;
	padding-bottom: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-mobile__nav-item:not(:last-child) {
	margin-bottom: 8px;
}

.footer-mobile__nav-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer-mobile__nav-link:hover {
	color: #F7F7F7;
}

.footer-mobile__arrow {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 16px;
	height: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-mobile__arrow svg {
	display: block;
}

.footer-mobile__arrow._active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-mobile__submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.footer-mobile__submenu_mod {}

.footer-mobile__subitem {
	margin-right: 32px;
	position: relative;
	margin-bottom: 12px;
}

.footer-mobile__subitem:last-child:after {
	display: none;
}

.footer-mobile__subitem:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -16px;
	height: 16px;
	width: 1px;
	background-color: rgba(247, 247, 247, 0.1);
}

.footer-mobile__sublink {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

.footer-mobile__sublink:hover {
	color: #F7F7F7;
}

.footer-mobile__privacy {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 36px;
}

.footer-mobile__social {
	margin-bottom: 28px;
}

.footer-mobile__copyright {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	color: #F7F7F7;
	margin-bottom: 11px;
}

.news-post {
	display: block;
}

.news-post._white .news-post__date {
	color: #F7F7F7;
}

.news-post:hover {
	color: inherit;
	text-decoration: none;
}

.news-post__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 16px;
}

@media (max-width: 767.98px) {
	.news-post__date {
		margin-bottom: 12px;
	}
}

.news-post__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.news-post__title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767.98px) {
	.news-post__title {
		font-family: "Gilroy";
		font-weight: 700;
		color: #333;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 12px;
	}
}

.news-post__content {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
}

.news-post._tiny .news-post__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.price-table {
	margin-bottom: 38px;
}

.price-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}

.price-table__row:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	.price-table__row:not(:last-child) {
		margin-bottom: 16px;
	}
}

.price-table__name {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

@media (max-width: 767.98px) {
	.price-table__name {
		font-family: "Gilroy";
		font-weight: 500;
		color: #333;
		font-size: 15px;
		line-height: 24px;
	}
}

.price-table__name._tiny {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.price-table__value {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 767.98px) {
	.price-table__value {
		font-family: "Gilroy";
		font-weight: 500;
		color: #333;
		font-size: 15px;
		line-height: 24px;
		font-weight: 700;
	}
}

.price-table__yield {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-left: 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}

@media (max-width: 767.98px) {
	.price-table__yield {
		font-family: "Gilroy";
		font-weight: 500;
		color: #333;
		font-size: 15px;
		line-height: 24px;
		font-weight: 700;
	}
}

.price-table__yield:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 9px;
	vertical-align: middle;
	margin-left: 24px;
}

@media (max-width: 1399.98px) {
	.price-table__yield:after {
		margin-left: 5px;
	}
}

.price-table__yield._tiny {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	margin-left: 8px;
}

.price-table__yield._tiny:after {
	margin-left: 8px;
}

.price-table__yield._positive:after {
	background: url("/local/templates/main/images/i-yield-arrow-positive.svg") no-repeat;
}

.price-table__yield._negative:after {
	background: url("/local/templates/main/images/i-yield-arrow-negative.svg") no-repeat;
}

.price-table__left {
	width: 45%;
}

@media (max-width: 991.98px) {
	.price-table__left {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.price-table__left {
		width: auto;
	}
}

.price-table__right {
	width: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1399.98px) {
	.price-table__right {
		width: 225px;
	}
}

@media (max-width: 991.98px) {
	.price-table__right {
		width: 50%;
	}
}

@media (max-width: 767.98px) {
	.price-table__right {
		width: 30%;
	}
}

@media screen and (max-width: 580px) {
	.price-table__right {
		width: 50%;
	}
}

.price-table__right._tiny {
	width: auto;
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.menu .header__select,
.menu .header__contacts,
.menu .header__language {
	display: none;
}

.menu._active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.menu._active._close>* {
	display: none !important;
}

.menu__wrapper {
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu__header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #333;
	z-index: 51;
}

.menu__content {
	overflow-y: auto;
	max-height: 568px;
	padding-top: calc(96px + 64px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu__nav-item {
	position: relative;
}

.menu__nav-item:before {
	content: '';
	background-color: #D20A11;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	position: absolute;
	left: -24px;
	top: 50%;
	margin-top: -4.5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.menu__nav-item:not(:last-child) {
	margin-bottom: 24px;
}

.menu__nav-item._active .menu__nav-link,
.menu__nav-item:hover .menu__nav-link {
	color: #F7F7F7;
}

.menu__nav-item._active:before,
.menu__nav-item:hover:before {
	opacity: 1;
	visibility: visible;
}

.menu__nav-link {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	overflow: hidden;
}

.menu__subnavs {
	position: relative;
}

.menu__subnav {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.menu__subnav._active {
	display: block;
}

.menu__subnav._active._close .fadeInUp,
.menu__subnav._active._close .main__slide-text._animate p,
.main__slide-text._animate .menu__subnav._active._close p,
.menu__subnav._active._close .main__slide-text._animate span,
.main__slide-text._animate .menu__subnav._active._close span {
	-webkit-animation-name: fadeInUpBack;
	animation-name: fadeInUpBack;
}

.menu__subnav-item {
	width: 100%;
}

.menu__subnav-item:not(:last-child) {
	margin-bottom: 4px;
}

.menu__subnav-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: #F7F7F7;
	display: block;
	width: 100%;
}

.menu__subnav-link:hover {
	text-decoration: none;
	color: #F7F7F7;
}

.menu__left {
	position: relative;
}

.menu__cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu__list._col:not(:first-child) {
	margin-left: 94px;
}

.menu__list._row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu__list-item._col {
	margin-bottom: 4px;
}

.menu__list-item._row:not(:first-child) {
	margin-left: 44px;
}

.menu__list-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

.menu__list-link:hover {
	text-decoration: none;
	color: #F7F7F7;
}

.menu__bottom {
	padding-bottom: 52px;
	overflow: hidden;
}

.menu__separator {
	width: 100%;
	position: relative;
	height: 1px;
	margin-bottom: 40px;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.menu__separator-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	background-color: rgba(247, 247, 247, 0.1);
}

.menu-mobile {
	max-height: 100vh;
	overflow-y: auto;
}

.menu-mobile__header {
	margin-bottom: 42px;
}

.banner {
	padding: 44px 0 36px;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 516px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.banner {
		height: 360px;
	}
}

.banner._transparent {
	background-color: transparent;
}

.banner__title h1 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 56px;
	line-height: 56px;
	color: #F7F7F7;
	text-align: center;
}

@media (max-width: 767px) {
	.banner__title h1 {
		font-size: 28px;
		line-height: 120%;
	}
}

.banner__title._dark h1 {
	color: #333;
}

.banner__title._transparent h1 {
	color: #333;
}

.banner__bottom-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.banner__backlink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.banner__counters {
	margin-top: 32px;
}

.banner__counters .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.banner__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.banner__counter:not(:first-of-type) {
	margin-left: 42px;
}

.banner__qty {
	font-family: "Gilroy";
	font-weight: 700;
	color: white;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.banner__qty {
		font-size: 24px;
		line-height: 28px;
	}
}

.banner__descriptor {
	font-family: "Gilroy";
	font-weight: 500;
	color: white;
	font-size: 18px;
	line-height: 32px;
}

.banner__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
	color: #999999;
	text-align: center;
}

.banner__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 52px;
}

@media (max-width: 767px) {
	.banner__buttons {
		margin: 0;
		width: 100%;
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 48px;
	}
}

.banner__buttons-item {
	margin: 0 10px;
}

@media (max-width: 767px) {
	.banner__buttons-item {
		margin: 0;
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}

	.banner__buttons-item .button {
		width: 100%;
	}
}

.banner__buttons-item:last-child {
	margin-right: 0;
}

.banner__buttons-item:first-child {
	margin-left: 0;
}

.invest-card {
	background-color: #fff;
	min-height: 376px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 767px) {
	.invest-card {
		margin-right: -15px;
		margin-left: -15px;
		min-height: auto;
	}
}

.invest-card--geo {
	min-height: 288px;
}

.invest-card--geo .invest-card__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 40px 40px 24px 40px;
	min-height: 227px;
	height: 100%;
}

.invest-card--freeHeight {
	min-height: auto;
}

.invest-card--freeHeight .invest-card__wrapper {
	padding-bottom: 32px;
}

.invest-card._common {
	min-height: 280px;
}

.invest-card._common .invest-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}

.invest-card__wrapper {
	padding: 32px 40px 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.invest-card__wrapper {
		padding: 24px 26px 16px;
	}
}

.invest-card__link-wrapper {
	display: block;
	height: 100%;
}

.invest-card__link-wrapper:hover .invest-card__bottom,
.invest-card__link-wrapper:hover .invest-card__post-title {
	color: #3F91CD;
}

.invest-card__bottom {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.invest-card__bottom:hover {
	text-decoration: none;
	color: #3F91CD;
}

.invest-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.invest-card__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.invest-card__name {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.invest-card__value {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.invest-card__value {
		font-size: 24px;
		line-height: 28px;
	}
}

.invest-card__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.invest-card__metric {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.invest-card__metric:not(:last-child) {
	margin-bottom: 12px;
}

.invest-card__metric-item:not(:first-child) {
	margin-left: 44px;
}

.invest-card__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.invest-card__post {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.invest-card__post:hover {
	color: #3F91CD;
	text-decoration: none;
}

.invest-card__post:hover .invest-card__post-title {
	color: #3F91CD;
}

.invest-card__post-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.invest-card__contacts-name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
}

.invest-card__contacts-value {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}

.invest-card__contacts-link {
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.invest-card__contacts-link:hover {
	text-decoration: none;
	color: #3F91CD;
}

.invest-card__links-link {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.invest-card__links-link:hover {
	text-decoration: none;
	color: #3F91CD;
}

.invest-card__factory-name {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.invest-card__factory-type {
	position: relative;
	margin-top: 4px;
	padding-left: 24px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.invest-card__factory-type::before {
	content: "";
	position: absolute;
	top: calc(50% - 12px / 2);
	left: 0;
	width: 12px;
	height: 12px;
	background-size: cover;
}

.invest-card__factory-type span {
	opacity: 0.5;
}

.invest-card__factory-type--aluminium::before {
	background-image: url("/local/templates/main/images/i-aluminium.svg");
}

.invest-card__factory-type--bauxites::before {
	background-image: url("/local/templates/main/images/i-bauxites.svg");
}

.invest-card__factory-type--clay::before {
	background-image: url("/local/templates/main/images/i-clay.svg");
}

.invest-card__factory-type--downstream::before {
	background-image: url("/local/templates/main/images/i-downstream.svg");
}

.invest-card__factory-type--other::before {
	background-image: url("/local/templates/main/images/i-other.svg");
}

.invest-card__factory-type--hpp::before {
	background-image: url("/local/templates/main/images/i-hpp.svg");
}

.invest-card__factory-location {
	margin-top: auto;
	width: 100%;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.invest-card__calendar {
	margin-top: 24px;
	margin-bottom: 6px;
}

.invest-card__calendar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.invest-card__calendar-item:not(:last-of-type) {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.invest-card__calendar-date {
	width: 48px;
}

.invest-card__calendar-day {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.invest-card__calendar-month {
	margin-top: -8px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
	text-transform: lowercase;
}

.invest-card__calendar-description {
	width: calc(100% - 48px);
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
}

.invest-card__article-description {
	font-family: "Gilroy";
	font-weight: 500;
	color: white;
	font-size: 15px;
	line-height: 28px;
}

.subscribe-news-popup .mfp-close {
	display: none;
}

.subscribe-news-popup__inner {
	background: #F7F7F7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subscribe-news-popup__inner .mfp-close {
	display: block;
	background-image: url("/local/templates/main/images/close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 16px;
	right: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.subscribe-news-popup__left {
	padding: 46px 80px 0 46px;
}

@media (max-width: 767px) {
	.subscribe-news-popup__left {
		display: none;
	}
}

@media (max-width: 1199px) {
	.subscribe-news-popup__left {
		padding: 0;
	}
}

.subscribe-news-popup__left-img {
	background-image: url("/local/templates/main/images/subscribe-news-popup.png");
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 250px;
	height: 100%;
}

@media (max-width: 1199px) {
	.subscribe-news-popup__left-img {
		display: none;
	}
}

.subscribe-news-popup__right {
	width: 456px;
	padding: 60px 96px 60px 0;
}

@media (max-width: 1199px) {
	.subscribe-news-popup__right {
		width: auto;
		padding-right: 15px;
	}
}

.subscribe-news-popup__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.subscribe-news-popup__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.subscribe-news-popup__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 36px;
	opacity: 0.5;
}

.subscribe-news-popup__input {
	background: #FFFFFF;
	border: 1px solid rgba(51, 51, 51, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 0 16px 0 24px;
	height: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.subscribe-news-popup__input input {
	border: none;
	padding: 0;
	outline: none;
	width: 100%;
	height: 28px;
	margin-right: 24px;
}

.subscribe-news-popup__input button {
	background: none;
	padding: 0;
	border: none;
	outline: none;
}

.subscribe-news-popup__input button img {
	width: 32px;
	height: 32px;
}

.dropdown__current {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dropdown__current:hover {
	cursor: pointer;
}

.dropdown__current._dark {
	color: #333;
}

.dropdown__arrow {
	margin-left: 8px;
	width: 9px;
	height: 10px;
	position: relative;
}

.dropdown__arrow svg {
	position: absolute;
	top: 0;
	left: 0;
}

.dropdown__arrow._dark svg path {
	stroke: #333;
}

.dropdown__options {
	display: none;
}

.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.counter__values {
	margin: 0 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1399.98px) {
	.counter__values {
		margin: 0 10px;
	}
}

.counter__value {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	color: #F7F7F7;
	position: relative;
}

.counter__value-container {
	height: 28px;
	overflow: hidden;
}

.counter__value:not(:first-child):not(:last-child) {
	margin: 0 8px;
}

.counter__arrow {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.counter__arrow:focus {
	outline: none;
}

.counter__arrow:hover {
	cursor: pointer;
}

.counter__arrow._prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.counter__arrow._prev:hover {
	-webkit-transform: rotate(180deg) translateX(5px);
	-ms-transform: rotate(180deg) translateX(5px);
	transform: rotate(180deg) translateX(5px);
}

.counter__arrow._next:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.counter__arrow .i-slider-arrow__path {
	stroke: #F7F7F7;
}

.backlink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.backlink:hover {
	text-decoration: none;
}

.backlink__arrow svg {
	display: block;
}

.backlink__arrow._light svg path {
	stroke: #F7F7F7;
}

.backlink__arrow._dark svg path,
.backlink__arrow._transparent svg path {
	stroke: #333;
}

.backlink__name {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin-left: 12px;
}

.backlink__name._light {
	color: #F7F7F7;
}

.backlink__name._dark {
	color: #333;
}

@media (max-width: 1199px) {
	.breadcrumbs {
		display: none;
	}
}

.breadcrumbs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.breadcrumbs__list {
		display: none;
	}
}

.breadcrumbs__list._dark .breadcrumbs__link {
	color: #333;
}

.breadcrumbs__list._dark .breadcrumbs__link:hover {
	text-decoration: none;
}

.breadcrumbs__list._dark svg path {
	stroke: #333;
}

.breadcrumbs__list._transparent .breadcrumbs__link {
	color: #333;
}

.breadcrumbs__list._transparent .breadcrumbs__link:hover {
	text-decoration: none;
}

.breadcrumbs__list._transparent svg path {
	stroke: #333;
}

.breadcrumbs__item:not(:first-child) {
	margin-left: 9px;
}

.breadcrumbs__item:not(:nth-last-child(2)) {
	white-space: nowrap;
}

.breadcrumbs__item:nth-last-child(2) {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.breadcrumbs__link {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	color: #F7F7F7;
}

.breadcrumbs__link:hover {
	color: #F7F7F7;
	text-decoration: none;
}

.document {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
}

.document._blue .document__name {
	color: #3F91CD;
}

.document._blue .document__icon {
	min-width: auto;
	margin-right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.document._small .document__name {
	font-family: "Gilroy";
	font-weight: 600;
	color: #3F91CD;
	font-size: 12px;
	line-height: 20px;
}

.document._small .document__icon {
	margin-right: 10px;
	min-width: auto;
}

.document:hover {
	color: #333;
	text-decoration: none;
}

.document:hover .document__name {
	color: #3F91CD;
}

.document__name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-top: 3px;
}

.document__icon {
	margin-right: 18px;
	min-width: 36px;
}

.document__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	margin-left: 8px;
}

.document__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.b-collapse {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	margin-bottom: 24px;
}

.b-collapse:last-child {
	margin-bottom: 0;
}

.b-collapse._active .b-collapse__content {
	display: block;
}

.b-collapse__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.b-collapse__top:hover {
	cursor: pointer;
}

.b-collapse__content {
	display: none;
	overflow: hidden;
}

.b-collapse__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.b-collapse__icon {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.b-collapse__icon._active {
	-webkit-transform: rotate(180deg) translateY(-5px);
	-ms-transform: rotate(180deg) translateY(-5px);
	transform: rotate(180deg) translateY(-5px);
}

.tab {
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform .3s ease .3s;
	transition: -webkit-transform .3s ease .3s;
	-o-transition: transform .3s ease .3s;
	transition: transform .3s ease .3s;
	transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
	white-space: nowrap;
}

.tab:not(:first-child) {
	margin-left: 40px;
}

.tab:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #D20A11;
	opacity: 0;
	left: -14px;
	visibility: hidden;
	top: 50%;
	-webkit-transform: scale(0) translateX(0) translateY(-14px);
	-ms-transform: scale(0) translateX(0) translateY(-14px);
	transform: scale(0) translateX(0) translateY(-14px);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tab._active,
.tab:hover {
	-webkit-transition: -webkit-transform .3s ease .3s;
	transition: -webkit-transform .3s ease .3s;
	-o-transition: transform .3s ease .3s;
	transition: transform .3s ease .3s;
	transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

.tab._active:before,
.tab:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(1) translateX(0) translateY(-2px);
	-ms-transform: scale(1) translateX(0) translateY(-2px);
	transform: scale(1) translateX(0) translateY(-2px);
}

.tab._active .tab__name,
.tab:hover .tab__name {
	color: #333;
}

.tab__name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.tab__name:hover {
	cursor: pointer;
}

.profile-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	height: 100%;
}

@media (max-width: 767px) {
	.profile-card {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.profile-card__wrapper-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
}

@media (max-width: 767px) {
	.profile-card__wrapper-link {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 15px;
	}
}

.profile-card__wrapper-link:hover .profile-card__more {
	color: #3F91CD;
}

.profile-card__image {
	width: 200px;
	height: 200px;
	min-width: 200px;
	overflow: hidden;
	margin-right: 40px;
}

.profile-card__image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

@media (max-width: 767px) {
	.profile-card__image {
		margin-bottom: 1rem;
	}
}

.profile-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.profile-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 4px;
}

@media (max-width: 991px) {
	.profile-card__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.profile-card__description {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.profile-card__more {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-top: 4px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.profile-card__more:hover {
	text-decoration: none;
	color: #3F91CD;
}

.profile-card__popup {
	background-color: #fff;
	max-width: 864px;
	height: 564px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 767px) {
	.profile-card__popup {
		flex-direction: column;
		height: auto;
	}
}

.profile-card__popup-left {
	background-color: #F2F2F2;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 328px;
	min-width: 328px;
	margin-right: auto;
}

@media (max-width: 767px) {
	.profile-card__popup-left {
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.profile-card__popup-left {
		background-color: #fff;
	}
}

.profile-card__popup-photo {
	width: 248px;
	height: 248px;
	overflow: hidden;
	border-radius: 50%;
}

.profile-card__popup-photo img {
	width: 100%;
	height: 100%;
}

.profile-card__popup-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.profile-card__popup-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.profile-card__popup-subtitle {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.profile-card__popup-content {
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.profile-card__popup .mfp-close {
	display: none;
}

.profile-card__popup-close.mfp-close {
	display: block;
	background-image: url("/local/templates/main/images/close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	top: 16px;
	right: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.profile-card__popup-inside {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	overflow-y: auto;
	max-height: 100%;
}

.profile-card__popup-inside p:not(:last-child) {
	margin-bottom: 28px;
}

.wysiwyg {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.wysiwyg p {
	margin: 16px 0;
}

.wysiwyg b,
.wysiwyg strong {
	font-weight: bold;
}

.wysiwyg figure {
	margin: 52px 0 60px;
}

.wysiwyg figure img {
	display: block;
	margin-bottom: 24px;
	margin-left: calc((100% + 16px) / -6);
	margin-right: calc((100% + 16px) / -6);
	max-width: 200%;
}

@media (max-width: 1199px) {
	.wysiwyg figure img {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
}

.wysiwyg figure figcaption {
	text-align: center;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.wysiwyg h4 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-top: 68px;
	margin-bottom: 32px;
}

.wysiwyg ul {
	list-style: disc;
}

.wysiwyg ul li {
	margin: 24px 0;
}

.wysiwyg ol {
	list-style: decimal;
	padding-left: 15px;
}

.wysiwyg ol li {
	margin: 24px 0;
}

.wysiwyg img {
	margin: 0 32px 20px 0;
}

.wysiwyg img.wysiwyg__img-right {
	margin: 0 0 20px 32px;
}

.wysiwyg table {
	width: 100%;
}

.wysiwyg table th {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	text-align: right;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
	padding: 12px 0 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.wysiwyg table th:first-child {
	text-align: left;
}

.wysiwyg table tr:first-child td {
	padding-top: 24px;
}

.wysiwyg table td {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	padding: 12px 0;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.wysiwyg table.representative__table td {
	text-align: left;
}

.wysiwyg table td:first-child {
	text-align: left;
}

.wysiwyg table td:last-child {
	text-align: right;
}

.wysiwyg table th._left,
.wysiwyg table td._left {
	text-align: left;
}

.wysiwyg table th._right,
.wysiwyg table td._right {
	text-align: right;
}

.incut {
	background: #F7F7F7;
	padding: 28px 112px 36px 40px;
	position: relative;
}

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

.incut__content {
	z-index: 5;
	position: relative;
}

.incut__content._white .incut__title {
	color: #F7F7F7;
}

.incut__content._white .incut__text {
	color: #F7F7F7;
}

.incut__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.incut__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.incut__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.incut__bg {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.incut__bg:after {
	content: '';
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(left, #000000 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.blockquote__text {
	font-family: 'Times New Roman, sans-serif';
	font-style: italic;
	color: #333;
	font-size: 28px;
	line-height: 40px;
	margin-bottom: 24px;
	position: relative;
}

.blockquote__text:before {
	content: "«";
	position: absolute;
	top: 0;
	left: -15px;
}

.blockquote__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.blockquote__author {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.blockquote__img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	margin-right: 20px;
}

.blockquote__name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: -10px;
}

.blockquote__post {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	opacity: 0.5;
}

.contacts-card {
	padding: 40px 40px 48px 40px;
	width: 416px;
	background-color: white;
}

@media (max-width: 1199px) {
	.contacts-card {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.contacts-card {
		margin-left: -15px;
		width: calc(100% + 30px);
		padding: 20px;
	}
}

.contacts-card__section:not(:first-of-type) {
	margin-top: 32px;
}

.contacts-card__section--phones .contacts-card__item:nth-of-type(2n + 1):nth-last-of-type(1),
.contacts-card__section--phones .contacts-card__item:nth-of-type(2n):nth-last-of-type(1) {
	margin-bottom: 0;
}

.contacts-card__section--phones .contacts-card__item:nth-of-type(2n) {
	margin-right: 0;
}

.contacts-card__title {
	margin-bottom: 8px;
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.contacts-card__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1199px) {
	.contacts-card__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contacts-card__item:not(:last-of-type) {
	margin-right: 40px;
	margin-bottom: 8px;
}

.contacts-card__phone {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.contacts-card__hint {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	opacity: 0.5;
	display: block;
}

.contacts-card__description {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.contacts-card__description:hover {
	color: #333;
}

.contacts-card__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.contacts-card__link:hover {
	color: #3F91CD;
}

.contacts-card__map-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Gilroy";
	font-weight: 500;
	color: #3F91CD;
	font-size: 15px;
	line-height: 28px;
}

.contacts-card__map-link:hover {
	color: #3F91CD;
}

.contacts-card__map-link span {
	margin-left: 12px;
}

.contacts-card__bottom {
	margin-top: 144px;
}

@media (max-width: 991px) {
	.contacts-card__bottom {
		margin-top: 40px;
	}
}

.contacts-card__column {
	max-width: 356px;
}

.contacts-card__column:not(:first-child) {
	margin-left: 126px;
}

@media (max-width: 767px) {
	.contacts-card__column:not(:first-child) {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.contacts-card__column {
		margin-bottom: 2rem;
	}
}

.contacts__signal {
	margin-left: 32px;
	padding: 40px 224px 48px 40px;
	background-color: white;
}

.contacts__form {
	margin-left: 32px;
	padding: 40px 40px 48px 40px;
	background-color: white;
}

@media (max-width: 767px) {

	.contacts__signal,
	.contacts__form {
		padding: 30px;
	}
}

.contacts__signal.wysiwyg p,
.contacts__signal.wysiwyg li {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.contacts__signal.wysiwyg p {
	margin-top: 32px;
}

.contacts__signal.wysiwyg b {
	display: block;
	margin-top: 40px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
}

.contacts__signal.wysiwyg ul {
	margin-top: 24px;
}

.contacts__signal.wysiwyg li {
	margin: 16px 0;
}

.contacts__signal.wysiwyg li:first-child {
	margin-top: 0;
}

.contacts-map__content,
.contacts-map__img {
	height: 100%;
}

@media (max-width: 1199px) {
	.contacts-map__content {
		height: 364px;
		width: auto;
	}
}

.contacts-map__img {
	-o-object-fit: cover;
	object-fit: cover;
}

.sidebar-card {
	background-color: #fff;
}

@media (max-width: 767px) {
	.sidebar-card {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.sidebar-card._competitive .sidebar-card__content {
	padding-bottom: 48px;
}

.sidebar-card._provider .sidebar-card__content {
	padding-bottom: 28px;
}

.sidebar-card__content {
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar-card__content.bottom-fix {
	height: calc(100% - 61px);
}

.sidebar-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.sidebar-card__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.sidebar-card__bottom {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	display: block;
}

.sidebar-card__bottom:hover {
	color: #3F91CD;
	text-decoration: none;
}

.mfp-container {
	padding: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.geo-map {
	position: relative;
}

.geo-map svg {
	display: block;
}

.geo-map svg path {
	fill: #3F91CD;
	stroke: #3F91CD;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.geo-map__pins {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.geo-map__card {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.geo-map__card:hover,
.geo-map__card--visible,
.geo-map__card._visible {
	opacity: 1;
	pointer-events: all;
}

.geo-map__pin {
	width: 16px;
	height: 16px;
	position: absolute;
	pointer-events: all;
	background-size: cover;
}

.geo-map__pin--aluminium {
	background-image: url("/local/templates/main/images/i-aluminium.svg");
}

.geo-map__pin--bauxites {
	background-image: url("/local/templates/main/images/i-bauxites.svg");
}

.geo-map__pin--clay {
	background-image: url("/local/templates/main/images/i-clay.svg");
}

.geo-map__pin--downstream {
	background-image: url("/local/templates/main/images/i-downstream.svg");
}

.geo-map__pin--hpp {
	background-image: url("/local/templates/main/images/i-hpp.svg");
}

.geo-map__pin--other {
	background-image: url("/local/templates/main/images/i-other.svg");
}

.geo-map__pin--tech {
	background-image: url("/local/templates/main/images/i-tech.svg");
}

.country__with-enterprise,
.country__with-enterprise path {
	fill-opacity: 0.5;
	stroke-opacity: 0.5;
}

.country__with-enterprise:hover,
.country__with-enterprise--active,
.country__with-enterprise._active,
.country__with-enterprise path:hover,
.country__with-enterprise path--active,
.country__with-enterprise path._active {
	fill-opacity: 0.8;
	stroke-opacity: 0.8;
}

.country-no-enterprise {
	fill-opacity: 0.3;
	stroke-opacity: 0.001;
}

.geo-card {
	position: absolute;
	bottom: calc(100% + 12px);
	left: calc(-248px / 2 + 16px / 2);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px;
	width: 248px;
	background-color: white;
	border: 1px solid #F7F7F7;
	border-radius: 4px;
	z-index: 3;
}

.geo-card::before {
	content: "";
	position: absolute;
	bottom: -18px;
	left: calc(50% - 8px / 2);
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	padding-bottom: 12px;
}

.geo-card::after {
	content: "";
	position: absolute;
	bottom: -38px;
	left: 0;
	right: 0;
	padding-bottom: 38px;
}

.geo-card__title {
	width: 100%;
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.geo-card__type {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.geo-card__type::before {
	content: "";
	position: absolute;
	top: calc(50% - 16px / 2);
	left: 0;
	width: 16px;
	height: 16px;
	background-size: cover;
}

.geo-card__location {
	margin-top: 10px;
	width: 100%;
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

.geo-card__link {
	margin-top: 18px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #3F91CD;
	font-size: 15px;
	line-height: 28px;
}

.geo-card--aluminium .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-aluminium.svg");
}

.geo-card--bauxites .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-bauxites.svg");
}

.geo-card--clay .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-clay.svg");
}

.geo-card--downstream .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-downstream.svg");
}

.geo-card--other .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-other.svg");
}

.geo-card--hpp .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-hpp.svg");
}

.geo-card--tech .geo-card__type::before {
	background-image: url("/local/templates/main/images/i-tech.svg");
}

.geo-legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 28px;
}

@media (max-width: 991px) {
	.geo-legend {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.geo-legend__item {
	position: relative;
	padding-left: 24px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.geo-legend__item:not(:first-of-type) {
	margin-left: 40px;
}

@media (max-width: 991px) {
	.geo-legend__item:not(:first-of-type) {
		margin-left: 0;
	}
}

.geo-legend__item::before {
	content: "";
	position: absolute;
	top: calc(50% - 16px / 2);
	left: 0;
	width: 16px;
	height: 16px;
	background-size: cover;
}

.geo-legend__item--aluminium::before {
	background-image: url("/local/templates/main/images/i-aluminium.svg");
}

.geo-legend__item--bauxites::before {
	background-image: url("/local/templates/main/images/i-bauxites.svg");
}

.geo-legend__item--clay::before {
	background-image: url("/local/templates/main/images/i-clay.svg");
}

.geo-legend__item--downstream::before {
	background-image: url("/local/templates/main/images/i-downstream.svg");
}

.geo-legend__item--other::before {
	background-image: url("/local/templates/main/images/i-other.svg");
}

.geo-legend__item--hpp::before {
	background-image: url("/local/templates/main/images/i-hpp.svg");
}

.geo-legend__item--tech::before {
	background-image: url("/local/templates/main/images/i-tech.svg");
}

.timeline {
	position: relative;
	margin-top: auto;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.timeline::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 2px;
	height: 110%;
	width: 1px;
	background-color: rgba(51, 51, 51, 0.1);
}

.timeline__item {
	position: relative;
	padding-left: 24px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
	background-color: transparent;
	border: none;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.timeline__item::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px / 2);
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #333;
	border-radius: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.timeline__item:focus {
	outline: none;
}

.timeline__item--active {
	font-family: "Gilroy";
	font-weight: 700;
	color: #D20A11;
	font-size: 20px;
	line-height: 28px;
}

.timeline__item--active::before {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	background-color: #D20A11;
}

.timeline__item--active {
	pointer-events: none;
}

.timeline__item:not(:first-of-type) {
	margin-top: 20px;
}

.timeline .timeline__item--active+.timeline__item {
	margin-top: 36px;
}

@media (max-width: 1199px) {
	.timeline-media-wrapper {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
		background-color: #fff;
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		pointer-events: all;
	}
}

.gallery-template__item {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-color: rgba(0, 0, 0, 0.2);
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery-template__vid::before {
	content: "";
	position: absolute;
	top: calc(50% - 96px / 2);
	left: calc(50% - 96px / 2);
	width: 96px;
	height: 96px;
	background-image: url("/local/templates/main/images/i-video-play.svg");
	background-size: cover;
	z-index: 1;
}

.gallery-template__vid::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.gallery-template__duration {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 18px;
	line-height: 32px;
	pointer-events: none;
	z-index: 1;
}

.gallery-template .h-712 {
	height: 712px;
}

.gallery-template .h-640 {
	height: 640px;
}

.gallery-template .h-400 {
	height: 400px;
}

.gallery-template .h-304 {
	height: 304px;
}

@media (max-width: 1199px) {

	.gallery-template .h-712,
	.gallery-template .h-640,
	.gallery-template .h-400,
	.gallery-template .h-304 {
		height: auto;
	}

	.gallery-template .gallery-template__item {
		height: 348px;
		width: 100%;
		margin-bottom: 32px;
	}
}

@media (max-width: 1199px) {
	.gallery-template .mt-32 {
		margin-top: 0 !important;
	}
}

@media (max-width: 991px) {
	.container_px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.container_gallery {
		overflow: hidden;
	}
}

.growth-goal {
	padding: 72px 72px 72px 40px;
}

@media (max-width: 991px) {
	.growth-goal {
		padding: 32px 0px 32px 0px;
	}
}

.growth-goal__image-wrap {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 24px;
}

.growth-goal__image {
	width: 48px;
	height: 48px;
	background: no-repeat center / contain;
}

.growth-goal__title {
	font-weight: 700;
	margin-bottom: 8px;
}

.growth-goal__text {
	margin-bottom: 24px;
}

.growth-goal__subtitle {
	font-weight: 700;
	margin-bottom: 8px;
}

.growth-goal__goals {
	list-style: decimal;
	font: inherit;
	padding-left: 0;
}

@media (max-width: 991px) {
	.growth-goal__goals {
		padding-left: 16px;
	}
}

.growth-goal__goals li {
	margin: 16px 0;
}

.client-card {
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.client-card {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.client-card:hover .client-card__bottom {
	color: #3F91CD;
}

.client-card__image {
	height: 192px;
	background-size: cover;
	background-position: center;
}

.client-card__image.max {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
}

.client-card__content {
	padding: 32px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.client-card__content {
		padding: 28px 20px;
	}
}

.client-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.client-card__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.client-card__bottom {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	padding: 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 991px) {
	.client-card__bottom {
		padding: 28px 20px;
	}
}

.press-center-banner__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 52px 52px 80px 40px;
	background-color: white;
}

@media (max-width: 767px) {
	.press-center-banner__wrapper {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.press-center-banner__wrapper {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.press-center-banner__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: block;
	}
}

.press-center-banner__headline {
	width: 540px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media (max-width: 991px) {
	.press-center-banner__headline {
		display: none;
	}
}

@media (max-width: 1199px) {
	.press-center-banner__headline {
		width: auto;
		margin-bottom: 3rem;
	}
}

.press-center-banner__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.press-center-banner__link {
	display: block;
}

.press-center-banner__title {
	margin-top: 16px;
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.press-center-banner__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.press-center-banner__description {
	margin-top: 16px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.press-center-banner__timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% - 540px);
	padding-left: 72px;
}

@media (max-width: 1199px) {
	.press-center-banner__timeline {
		width: auto;
		padding-left: 0;
	}
}

.press-center-banner__card {
	width: 292px;
	margin-top: 1.5rem;
}

@media (max-width: 991px) {
	.press-center-banner__card {
		width: auto;
	}
}

@media (min-width: 992px) {
	.press-center-banner__card:not(:first-of-type):not(:nth-of-type(2)) {
		margin-top: 32px;
	}
}

.press-center-banner__subtitle {
	margin-top: 16px;
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.press-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 52px 52px 40px;
	/*height: 100%;*/
	background-color: white;
}

.press-service__info {
	margin-right: 30px;
}

@media (max-width: 767px) {
	.press-service {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.press-service {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.press-service {
		padding: 32px 20px 52px 20px;
		margin-right: -15px;
		margin-left: -15px;
	}
}

.press-service__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.press-service__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.press-service__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 28px;
}

@media (max-width: 991px) {
	.press-service__contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.press-service__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.press-service__item:nth-of-type(2n) {
	margin-left: 32px;
}

@media (max-width: 991px) {
	.press-service__item:nth-of-type(2n) {
		margin-left: 0;
	}
}

.press-service__type {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.press-service__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.press-service__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (max-width: 991px) {
	.press-service__social {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 1rem;
	}
}

.career-card {
	width: 100%;
	position: relative;
	height: 100%;
	background-color: #fff;
	display: block;
}

.career-card:hover .career-card__image {
	opacity: 1;
	visibility: visible;
}

.career-card:hover .career-card__title {
	color: #F7F7F7;
}

.career-card:hover .career-card__text {
	color: #F7F7F7;
}

.career-card__image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 4;
}

@media (max-width: 1199px) {
	.career-card__image {
		opacity: 1;
		visibility: visible;
	}
}

.career-card__image:hover {
	opacity: 1;
	visibility: visible;
}

.career-card__image:after {
	content: '';
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(99.99%, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99.99%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.career-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	z-index: 5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px 40px 36px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.career-card__content {
		padding: 28px 20px 32px 20px;
	}
}

.career-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	color: #333;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.career-card__title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 1199px) {
	.career-card__title {
		color: #fff;
	}
}

.career-card__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #333;
	margin-bottom: 16px;
	max-width: 320px;
}

@media (max-width: 1199px) {
	.career-card__text {
		color: #fff;
	}
}

.career-card__button .button {
	width: 100%;
}

.tag {
	padding: 8px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 27px;
	background-color: rgba(51, 51, 51, 0.05);
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: none;
	font-size: 15px;
	line-height: 20px;
}

.tag:hover,
.tag._active {
	color: #F7F7F7;
	background-color: #3F91CD;
}

.tag:focus {
	outline: none;
}

.vacancy-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.vacancy-card:hover .vacancy-card__title {
	color: #3F91CD;
}

.vacancy-card:hover .vacancy-card__text {
	color: #3F91CD;
}

.vacancy-card:not(:first-child) {
	padding-top: 32px;
}

.vacancy-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.vacancy-card__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 991px) {
	.vacancy-card__text {
		margin-bottom: 20px;
	}
}

.vacancy-card__location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.vacancy-card__location-icon {
	min-width: 20px;
}

.vacancy-card__city {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
}

.vacancy-card__address {
	color: #999999;
}

.vacancy-card__details {
	width: 752px;
}

@media (max-width: 991px) {
	.vacancy-card__details {
		width: auto;
	}
}

.vacancy-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.vacancy-card__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.vacancy-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.vacancy-card__location {
	margin-left: 123px;
}

@media (max-width: 991px) {
	.vacancy-card__location {
		margin-left: 0;
	}
}

.vacancy-card__location-content {
	margin-left: 12px;
	min-width: 160px;
}

.vacancy-card__experience {
	white-space: nowrap;
	color: #333;
}

.facts__links {
	padding-top: 180px;
}

@media (max-width: 1199px) {
	.facts__links {
		padding-top: 48px;
	}
}

.facts__subtitle {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.facts__list {
	margin-top: 16px;
}

.facts__item:not(:first-of-type) {
	margin-top: 4px;
}

.facts__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #3F91CD;
	font-size: 15px;
	line-height: 28px;
}

.facts__wyziwig h3 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 56px;
	line-height: 56px;
}

.facts__wyziwig p {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.facts__wyziwig p:first-of-type {
	margin-top: 68px;
}

@media (max-width: 1199px) {
	.facts__wyziwig p:first-of-type {
		margin-top: 32px;
	}
}

.facts__wyziwig p:not(:first-of-type) {
	margin-top: 25px;
}

.table {
	margin-top: 40px;
	width: calc(100% - 25px);
	border-collapse: collapse;
}

.table__row {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.table__row:not(:first-of-type)>td {
	padding-top: 16px;
}

.table__key,
.table__value {
	padding-bottom: 15px;
}

.table__key {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.table__value {
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

.vacancy-form {
	background-color: rgba(51, 51, 51, 0.05);
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.vacancy-form {
		margin-right: -15px;
		margin-left: -15px;
		padding: 40px 20px;
	}
}

.vacancy-form__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.vacancy-form__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.vacancy-form__input {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	padding: 14px 24px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	width: 100%;
	display: block;
}

.vacancy-form__fields {
	margin-bottom: 24px;
}

.vacancy-form__field:not(:last-child) {
	margin-bottom: 24px;
}

.vacancy-form__uploader {
	margin-bottom: 28px;
}

.vacancy-form__link {
	color: #3F91CD;
	text-decoration: none;
}

.vacancy-form__link:hover {
	text-decoration: none;
}

.vacancy-form__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.vacancy-form__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.vacancy-form__personal {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	margin-left: 23px;
}

@media (max-width: 767px) {
	.vacancy-form__personal {
		margin-left: 0;
		margin-top: 0.5rem;
	}
}

.vacancy-form__file._hidden {
	display: none;
}

.attachment__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.attachment__ico {
	width: 36px;
	height: 36px;
	margin-right: 4px;
}

.share-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.share-block__button {
	margin-right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.mt-25 {
	margin-top: 25px !important;
}

.share-block__button:last-child {
	margin-left: 0;
}

.share-block__button svg {
	width: 100%;
	height: 100%;
}

.share-block__button svg rect {
	opacity: .1;
}

.cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F7F7F7;
	padding: 28px 0;
	z-index: 100;
}

.cookie__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.cookie__close {
	cursor: pointer;
	display: block;
	background-image: url("/local/templates/main/images/close.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}

.feedback-popup__content {
	padding: 40px 40px 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

@media (max-width: 991px) {
	.feedback-popup__content {
		padding: 40px 20px 48px;
	}
}

.feedback-popup__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.feedback-popup__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.feedback-popup__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feedback-popup__row:not(:last-child) {
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.feedback-popup__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.feedback-popup__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991px) {
	.feedback-popup__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.feedback-popup__field {
	width: 100%;
}

@media (max-width: 991px) {
	.feedback-popup__field:not(:last-child) {
		margin-bottom: 32px;
	}
}

.feedback-popup__field:not(:first-child) {
	margin-left: 32px;
}

@media (max-width: 991px) {
	.feedback-popup__field:not(:first-child) {
		margin-left: 0;
	}
}

.feedback-popup__form {
	margin-bottom: 32px;
}

.feedback-popup__personal {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	margin-left: 24px;
	color: #999999;
}

@media (max-width: 991px) {
	.feedback-popup__personal {
		margin-left: 0;
		text-align: center;
	}
}

.feedback-popup__close {
	top: 20px;
	right: 20px;
	width: 16px;
	position: absolute;
	background-image: url("/local/templates/main/images/i-popup-close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.feedback-popup__close:hover {
	cursor: pointer;
}

.feedback-popup__close:active {
	top: 20px;
}

@media (max-width: 991px) {
	.feedback-popup__button {
		margin-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.feedback-popup__button {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.feedback-popup .button {
		width: 100%;
	}
}

.share-popup__content {
	padding: 40px 40px 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

@media (max-width: 991px) {
	.share-popup__content {
		padding: 40px 20px 48px;
	}
}

.share-popup__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.share-popup__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.share-popup .share-block__button {
	margin-right: 12px;
}

.share-popup__close {
	top: 20px;
	right: 20px;
	width: 16px;
	position: absolute;
	background-image: url("/local/templates/main/images/i-popup-close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.share-popup__close:hover {
	cursor: pointer;
}

.share-popup__close:active {
	top: 20px;
}

.enqiury-form-popup__content {
	padding: 40px 40px 42px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
}

.enqiury-form-popup__content .form-header-title {
	display: none;
}

@media (max-width: 991px) {
	.enqiury-form-popup__content {
		padding: 20px 15px 20px;
	}
}

.enqiury-form-popup__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.enqiury-form-popup__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.enqiury-form-popup .enqiury-form-block__button {
	margin-right: 12px;
}

.enqiury-form-popup__close {
	top: 20px;
	right: 20px;
	width: 16px;
	position: absolute;
	background-image: url("/local/templates/main/images/i-popup-close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.enqiury-form-popup__close:hover {
	cursor: pointer;
}

.enqiury-form-popup__close:active {
	top: 20px;
}


.btn-copy-wrapper {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 40px;
	padding-right: 40px;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
}

@media (max-width: 767px) {
	.btn-copy-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.btn-copy {
	width: 56px;
	height: 56px;
	background: none;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 5px 0px 0px 5px;
	position: relative;
	font-size: 0px;
	cursor: pointer;
}

.input-copy {
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-left: 0;
	border-radius: 0px 5px 5px 0px;
	width: 100%;
	padding-left: 24px;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
}

.input-copy__svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.input-copy:focus {
	outline: none;
}

.arrow-button {
	background-color: transparent;
	border: none;
}

.arrow-button svg {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.arrow-button svg * {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.dropzone__content {
	border: 1px dashed rgba(51, 51, 51, 0.2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: transparent;
	position: relative;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.dropzone__content:hover {
	cursor: pointer;
}

.dropzone__input {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.dropzone__files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dropzone__file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 8px;
}

.dropzone__file:hover {
	cursor: pointer;
}

.dropzone__file:not(:last-child) {
	margin-right: 16px;
}

.dropzone__file-name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.dropzone__file-close {
	width: 11px;
	height: 11px;
	margin-left: 10px;
	background-image: url("/local/templates/main/images/i-delete-file.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

.vacancy-popup__content {
	background-color: #fff;
	position: relative;
}

.vacancy-popup__close {
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url("/local/templates/main/images/i-popup-close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
}

.vacancy-popup__close:hover {
	cursor: pointer;
}

.vacancy-popup__close:active {
	top: 20px;
}

.gallery-category {
	display: block;
	background-color: #fff;
}

.gallery-category:hover {
	text-decoration: none;
}

.gallery-category__image {
	height: 260px;
	width: 100%;
	background-size: cover;
}

.gallery-category__content {
	padding: 24px 32px 32px;
}

.gallery-category__top {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 12px;
}

.gallery-category__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.inner-menu {
	background-color: #ffffff;
}

.inner-menu__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.inner-menu__item {
	position: relative;
}

.inner-menu__item:not(:last-child) {
	margin-right: 28px;
}

.inner-menu__item:not(:last-child):before {
	position: absolute;
	content: '';
	right: -28px;
	height: 12px;
	width: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(51, 51, 51, 0.2);
}

.inner-menu__item:not(:first-child) {
	margin-left: 28px;
}

.inner-menu__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #3F91CD;
}

.search-input {
	border-bottom: 2px solid #333;
	background-color: #fff;
	position: relative;
}

.search-input__field {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: #333;
	height: 100%;
	width: 100%;
	border: none;
	background-color: transparent;
	position: relative;
	z-index: 2;
	padding-bottom: 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.search-input__field {
		font-size: 22px;
		line-height: 22px;
		padding-bottom: 4px;
	}
}

.search-input__field::-webkit-input-placeholder {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: rgba(153, 153, 153, 0.3);
}

.search-input__field::-moz-placeholder {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: rgba(153, 153, 153, 0.3);
}

.search-input__field::-ms-input-placeholder {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: rgba(153, 153, 153, 0.3);
}

.search-input__field:-ms-input-placeholder {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: rgba(153, 153, 153, 0.3);
}

.search-input__field::placeholder {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	color: rgba(153, 153, 153, 0.3);
}

@media (max-width: 991px) {
	.search-input__field::-webkit-input-placeholder {
		font-size: 22px;
		line-height: 22px;
	}

	.search-input__field::-moz-placeholder {
		font-size: 22px;
		line-height: 22px;
	}

	.search-input__field::-ms-input-placeholder {
		font-size: 22px;
		line-height: 22px;
	}

	.search-input__field::placeholder {
		font-size: 22px;
		line-height: 22px;
	}
}

.search-input__field::-ms-clear {
	width: 0;
	height: 0;
	display: none;
}

.search-input__field:focus {
	outline: none;
}

.search-input__predict {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(153, 153, 153, 0.3);
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}

.search-input__clear {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	display: none;
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-input__clear:hover {
	cursor: pointer;
}

.search-input__wrapper {
	padding-right: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.alert {
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 6px;
	position: relative;
	padding: 20px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-success {
	border-color: rgba(125, 189, 137, 0.5);
}

.alert-danger {
	border-color: rgba(210, 10, 17, 0.5);
}

.alert-info {
	border-color: rgba(63, 145, 205, 0.5);
}

.media-card {
	padding-bottom: 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.media-card:hover .media-card__title {
	color: #3F91CD;
}

.media-card__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
}

.media-card__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.media-card__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 12px;
}

.media-card__more {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.kit__content {
	margin-bottom: 16px;
}

.kit__title {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 12px;
}

.kit__item-icon {
	width: 96px;
	height: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.kit__image {
	width: 376px;
	height: 236px;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.kit__image {
		width: 100%;
		height: auto;
	}
}

.magazine {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 991px) {
	.magazine {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.magazine__image {
	width: 376px;
	min-width: 376px;
}

@media (max-width: 991px) {
	.magazine__image {
		width: 100%;
		margin-bottom: 30px;
		min-width: auto;
		height: auto;
	}
}

.magazine__image img {
	max-height: 100%;
	max-width: 100%;
	display: block;
}

.magazine__details {
	width: 376px;
	margin-left: 32px;
}

@media (max-width: 991px) {
	.magazine__details {
		width: 100%;
		margin-left: 0;
	}
}

.magazine__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 4px;
}

.magazine__top {
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 26px;
}

.magazine__subtitle {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 12px;
}

.magazine__articles {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 43px;
}

.magazine__articles-item {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.magazine__articles-item:not(:last-child) {
	margin-bottom: 16px;
}

.gallery-video {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 40px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.gallery-video {
		padding: 20px;
	}
}

.gallery-video__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 2;
}

.gallery-video__button {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 50%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	border: 1px solid #fff;
}

.gallery-video__details {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	z-index: 4;
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 18px;
	line-height: 32px;
}

.gallery-image {
	width: 100%;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 100%;
}

.gallery-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.main__wrapper {
	overflow: hidden;
	position: relative;
}

@media (max-width: 767.98px) {
	.main__wrapper {
		background-color: #F7F7F7;
	}
}

.main__wrapper._bg-grey {
	background-color: #F2F2F2;
}

.main__wrapper._first {
	height: 100vh;
}

@media (max-width: 767.98px) {
	.main__wrapper._products {
		background-color: #F7F7F7;
		border-top: 1px solid rgba(51, 51, 51, 0.1);
	}
}

.main__header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.main__header._fixed {
	visibility: hidden;
	-webkit-transform: translate(0px, -100px);
	-ms-transform: translate(0px, -100px);
	transform: translate(0px, -100px);
	background-color: #fff;
	z-index: 22;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.main__header._fixed._active {
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.main__header._primary {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

/* .main__header._primary .logo-1
{
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
} */
.main__sliders {
	height: 100%;
	overflow: hidden;
}

.main__sliders._fade:before,
.main__sliders._fade:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	z-index: 15;
}

.main__sliders._fade:before {
	top: 0;
	height: 10%;
}

.main__sliders._fade:after {
	bottom: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 20%;
}

.main__sliders-inner {
	height: 100%;
	width: calc(100% + 4px);
}

.main__slider {
	height: 100%;
	float: left;
	overflow: hidden;
}

.main__slider .swiper-wrapper {
	display: block;
}

.main__slider[data-home-swiper-slider="0"] .main__slide {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.main__slider[data-home-swiper-slider="1"] .main__slide {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.main__slider[data-home-swiper-slider="2"] .main__slide {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.main__slider[data-home-swiper-slider="3"] .main__slide {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.main__slider-counter {
	position: relative;
	z-index: 16;
	margin-top: 20px;
}

@media (max-width: 1399.98px) {
	.main__slider-counter {
		margin-top: 66px;
	}
}

.main__slider-icons {
	height: 124px;
	z-index: 16;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main__slider-item {
	overflow: hidden;
}

.main__slider-item:not(:first-child) {
	margin-left: 28px;
}

.main__slider-item:hover {
	cursor: pointer;
}

.main__slider-item._filled {
	background-color: #F7F7F7;
	height: 100%;
}

.main__slider-icon {
	padding: 24px 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main__slider-icon_ie {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 0;
}

.main__slider-icon._arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main__slider-icon._arrow:hover {
	-webkit-transform: rotate(90deg) translateX(10px);
	-ms-transform: rotate(90deg) translateX(10px);
	transform: rotate(90deg) translateX(10px);
}

.main__slider-icon .i-search__path {
	stroke: #F7F7F7;
}

.main__slider-icon .i-search__rect {
	fill: #F7F7F7;
}

.main__slide {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
	left: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.main__slide.swiper-slide-active {
	z-index: 10;
	left: 0;
}

.main__slide.swiper-slide-next,
.main__slide.swiper-slide-duplicate-next {
	z-index: 10;
}

.main__slide.swiper-slide-prev,
.main__slide.swiper-slide-duplicate-prev {
	z-index: 5;
	left: -10%;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

@media (max-width: 991.98px) {
	.main__slide {
		padding-bottom: 160px;
	}
}

.main__slide-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 52px;
	color: #F7F7F7;
	position: relative;
	z-index: 16;
	display: inline-block;
	width: 100%;
}

.main__slide-title:hover {
	color: #F7F7F7;
}

.main__slide-text {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #F7F7F7;
	max-width: 528px;
	position: relative;
	z-index: 16;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
	.main__slide-text {
		max-width: 470px;
	}
}

.main__slide-text:hover {
	color: #F7F7F7;
}

.main__slide-image {
	height: 100%;
	overflow: hidden;
}

.main__slide-image img {
	height: 100%;
	max-width: none;
	width: auto;
	display: block;
}

.main__subscreen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main__banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	padding-bottom: 72px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main__banner .swiper-wrapper {
	display: block;
	z-index: unset;
}

.main__banner-slide {
	display: none;
}

.main__banner-slide._parsing {
	opacity: 0;
	visibility: hidden;
	display: block;
}

.main__banner-slide._parsed {
	display: none;
}

.main__banner-slide._parsed.swiper-slide-thumb-active {
	display: block;
}

.main__news {
	padding-bottom: 56px;
	position: relative;
	padding-top: 60px;
}

@media (max-width: 1399.98px) {
	.main__news {
		padding-top: 75px;
	}
}

@media (max-width: 1199.98px) {
	.main__news {
		padding-bottom: 85px;
	}
}

@media (max-width: 991.98px) {
	.main__news {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

@media (max-width: 767.98px) {
	.main__news {
		padding-top: 40px;
		padding-bottom: 55px;
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
		margin-left: 20px;
	}
}

.main__news:after {
	background-color: #F2F2F2;
	content: '';
	height: 100%;
	position: absolute;
	width: 60vw;
	top: 0;
	z-index: -1;
	right: 0%;
}

@media (max-width: 1199.98px) {
	.main__news:after {
		right: 0%;
	}
}

@media (max-width: 991.98px) {
	.main__news:after {
		right: -15vw;
		left: -15vw;
		width: 200vw;
	}
}

@media (max-width: 767.98px) {
	.main__news:after {
		display: none;
	}
}

.main__news-slider {
	width: 672px;
	margin-left: 0;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	padding-left: 15px;
	margin-left: -15px;
}

@media (max-width: 1399.98px) {
	.main__news-slider {
		width: 585px;
	}
}

@media (max-width: 1199.98px) {
	.main__news-slider {
		width: 495px;
	}
}

@media (max-width: 991.98px) {
	.main__news-slider {
		width: 100%;
	}
}

@media screen and (max-width: 580px) {
	.main__news-slider {
		overflow: visible;
	}
}

@media screen and (max-width: 580px) {
	.main__news-slider-wrapper {
		overflow: visible;
	}
}

.main__news-primary {
	width: 540px;
	margin-bottom: 120px;
}

@media (max-width: 1399.98px) {
	.main__news-primary {
		margin-bottom: 115px;
	}
}

@media (max-width: 1199.98px) {
	.main__news-primary {
		width: 100%;
		padding-right: 65px;
		margin-bottom: 50px;
	}
}

.main__news-counter {
	margin-bottom: 53px;
}

@media (max-width: 1199.98px) {
	.main__news-counter {
		margin-bottom: 20px;
	}
}

.main__news-counter .i-slider-arrow__path {
	stroke: #333;
}

.main__news-counter [data-counter-value] {
	color: #333;
}

.main__news-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 24px;
}

.main__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 110px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 92px;
	position: relative;
}

@media (max-width: 1399.98px) {
	.main__price {
		padding-top: 110px;
	}
}

@media (max-width: 1199.98px) {
	.main__price {
		padding-top: 110px;
	}
}

@media (max-width: 991.98px) {
	.main__price {
		padding-top: 72px;
		margin-bottom: 144px;
	}
}

@media (max-width: 767.98px) {
	.main__price {
		padding-top: 56px;
		padding-bottom: 44px;
		margin-bottom: 0;
	}
}

.main__price-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 56px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.main__price-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767.98px) {
	.main__price-title {
		font-family: "Gilroy";
		font-weight: 700;
		color: #333;
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 32px;
	}
}

.main__price-mark {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	width: 260px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

@media (max-width: 1399.98px) {
	.main__price-mark {
		width: 225px;
		padding-right: 0;
	}
}

@media (max-width: 1199.98px) {
	.main__price-mark {
		width: 212px;
	}
}

@media (max-width: 991.98px) {
	.main__price-mark {
		width: 50%;
	}
}

@media (max-width: 991.98px) {
	.main__invest {
		padding-bottom: 72px;
	}
}

.main__invest-nav {
	width: 100%;
}

.main__invest-nav:nth-child(even) {
	min-width: 260px;
}

@media (max-width: 1399.98px) {
	.main__invest-nav:nth-child(even) {
		min-width: 185px;
	}
}

.main__invest-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.main__invest-item {
	margin-bottom: 8px;
}

.main__invest-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #999999;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main__invest-link:hover {
	text-decoration: none;
	color: #3F91CD;
}

.main__invest-cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main__fs-sliders {
	position: relative;
	height: 800px;
}

@media (max-width: 991.98px) {
	.main__fs-sliders {
		height: 600px;
	}
}

@media (max-width: 767.98px) {
	.main__fs-sliders {
		height: 529px;
	}
}

.main__fs-images {
	width: 50vw;
	height: 100%;
	position: absolute;
	/*right: 5.5%;*/
	max-width: 672px;
	background-position: center;
}

@media (max-width: 1399.98px) {
	.main__fs-images {
		/* right: 4%; */
		max-width: 585px;
	}
}

@media (max-width: 1199.98px) {
	.main__fs-images {
		/* right: 4%; */
		max-width: 480px;
	}
}

@media (max-width: 991.98px) {
	.main__fs-images {
		right: -12vw;
		left: -12vw;
		width: 100vw;
		max-width: 720px;
	}
}

.main__fs-image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f2f2f2;
	width: 100%;
}

.main__fs-image._fade:before,
.main__fs-image._fade:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
}

.main__fs-image._fade:before {
	top: 0;
	height: 10%;
}

.main__fs-image._fade:after {
	bottom: 0;
	height: 20%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 991.98px) {
	.main__fs-image._fade:after {
		height: 80%;
	}
}

@media (max-width: 991.98px) {
	.main__fs-image {
		background-size: cover;
	}
}

.main__fs-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	padding-bottom: 128px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 480px;
}

@media (max-width: 767.98px) {
	.main__fs-content {
		width: 100%;
	}
}

.main__fs-slide {
	height: 100%;
}

.main__fs-slider {
	height: 100%;
	padding-left: 15px;
	/*margin-left: -15px;*/
}

.main__fs-counter {
	position: absolute;
	bottom: 48px;
	left: 15px;
	z-index: 3;
}

.main__fs-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	color: #F7F7F7;
}

@media (max-width: 991px) {
	.main__fs-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.main__fs-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #F7F7F7;
}

.main__fs-pagination {
	bottom: 36px !important;
	position: absolute;
	left: 0;
	z-index: 5;
}

.main__fs-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(247, 247, 247, 0.1);
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.main__fs-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff;
}

.main__stock {
	padding-top: 52px;
}

/*@media (max-width: 1399.98px) {*/
/*    .main__stock {*/
/*        padding-top: 105px;*/
/*    }*/
/*}*/

/*@media (max-width: 1199.98px) {*/
/*    .main__stock {*/
/*        padding-top: 70px;*/
/*    }*/
/*}*/

@media (max-width: 767.98px) {
	.main__stock {
		padding-top: 56px;
		padding-bottom: 47px;
	}
}

.main__stock-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 48px;
}

@media (max-width: 991px) {
	.main__stock-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767.98px) {
	.main__stock-title {
		font-family: "Gilroy";
		font-weight: 700;
		color: #333;
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}
}

.main__stock-chart {
	margin-bottom: 88px;
}

@media (max-width: 767.98px) {
	.main__stock-chart {
		margin-bottom: 63px;
	}
}

.main__stock-chart.wow .tab._active:before {
	opacity: 0;
}

.main__stock-chart-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main__stock-chart-block {
	overflow: hidden;
}

.main__stock-chart-body {
	height: 200px;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
}

.main__stock-chart-current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main__stock-chart-current-icon {
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.main__stock-chart-current-icon._red {
	background-color: #D20A11;
}

.main__stock-chart-current-name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-left: 11px;
}

.main__stock-chart-current-short {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.main__stock-chart-refresh:hover {
	cursor: pointer;
}

.main__products {
	padding: 130px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767.98px) {
	.main__products {
		padding-top: 56px;
		padding-bottom: 58px;
	}
}

.main__products-scroller-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.main__products-slider {
	overflow: visible;
}

@media screen and (max-width: 360px) {
	.main__products-slider {
		max-width: 240px;
		margin-left: 0;
	}
}

.main__products-slide {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	margin: 0 16px;
	width: 100%;
}

@media (max-width: 1199.98px) {
	.main__products-slide {
		margin: 0;
	}
}

.main__products-slide:first-child {
	margin-left: 0;
}

.main__products-slide:hover {
	text-decoration: none;
}

.main__products-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 64px;
}

@media (max-width: 991px) {
	.main__products-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767.98px) {
	.main__products-title {
		margin-bottom: 32px;
	}
}

.main__products-image {
	height: 304px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 28px;
	background-position: center center;
}

@media screen and (max-width: 580px) {
	.main__products-image {
		height: 156px;
	}
}

.main__products-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main__products-name {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

@media (max-width: 767.98px) {
	.main__products-name {
		font-family: "Gilroy";
		font-weight: 700;
		color: #333;
		font-size: 16px;
		line-height: 24px;
	}
}

.main__products-index {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.main__products-button {
	margin-top: 56px;
}

@media (max-width: 767.98px) {
	.main__products-button {
		margin-top: 36px;
	}
}

.main__separator {
	width: 50vw;
	height: 1px;
	background-color: #d6d6d6;
	bottom: -52px;
	position: absolute;
	left: 0;
}

@media (max-width: 991.98px) {
	.main__separator {
		width: 200vw;
		left: -15vw;
		right: -15vw;
		bottom: -72px;
	}
}

.main__half {
	position: relative;
}

.main__images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-banner-mobile {
	position: relative;
	padding-bottom: 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-banner-mobile__header {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
}

.main-banner-mobile__slide-image {
	height: 284px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.main-banner-mobile__slide-image:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
	background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	height: 100px;
}

.main-banner-mobile__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 16px;
	display: inline-block;
	color: #333;
}

.main-banner-mobile__title:hover {
	color: #333;
	text-decoration: none;
}

.main-banner-mobile__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

.main-banner-mobile__text:hover {
	color: #333;
	text-decoration: none;
}

.main-banner-mobile__pagination {
	margin-top: 48px;
}

.main-banner-mobile__button {
	margin-top: 20px;
}

.main-banner-mobile__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, 0.1);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
}

.main-banner-mobile__pagination .swiper-pagination-bullet:not(:first-child) {
	margin-left: 12px;
}

.main-banner-mobile__pagination .swiper-pagination-bullet:hover,
.main-banner-mobile__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #D20A11;
}

.invest__cards {
	background-color: #F2F2F2;
	padding-bottom: 128px;
}

@media (max-width: 767px) {
	.invest__cards {
		padding-bottom: 64px;
	}
}

.invest__review {
	background-color: #F7F7F7;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	display: none;
	width: 684px;
	z-index: 11;
	padding: 52px 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.invest__review-backlink {
	margin-bottom: 75px;
	margin-top: 80px;
}

.invest__review-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.invest__review-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.invest__review-results {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 52px;
}

.invest__review-dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.invest__review-block:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.invest__layout {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
	display: none;
}

.press {
	background-color: #F2F2F2;
}

.press::after {
	display: block;
	clear: both;
	content: "";
}

.press__top {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.press__top_mod {
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.press__top_mod {
		border-bottom: 0;
		margin-bottom: 0px;
	}
}

.subscribe-button {
	display: none;
}

@media (max-width: 767px) {
	.press__top {
		-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;
	}
}

.press__top a {
	cursor: pointer;
	color: #333;
}

.press__share {
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.press__share {
		display: flex;
		justify-content: flex-end;
	}
}

.press__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 15px;
}

.press__filter .filter-select {
	margin-left: calc(18px + 15px);
}

@media (max-width: 767px) {
	.press__filter .filter-select:nth-child(1) {
		margin-left: 0;
	}
}

.press-detail {
	padding-top: 136px;
	background: #fff;
}

.press-detail__top-img img {
	width: 100%;
	height: auto;
	display: block;
}

.press-detail__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.press-detail__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.press-detail__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.press-detail__collapse p {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.press-detail__collapse figure {
	margin: 40px 0 27px;
}

.press-detail__collapse figure img {
	display: block;
	margin-bottom: 24px;
}

.press-detail__collapse figure figcaption {
	text-align: center;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.press-detail__gallery {
	margin-left: calc((100% + 16px) / -6);
	margin-right: calc((100% + 16px) / -6);
}

@media (max-width: 1199px) {
	.press-detail__gallery {
		margin-left: auto;
		margin-right: auto;
	}
}

.press-detail__gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	color: #333;
}

.press-detail__gallery-nav-pagination {
	font-size: 15px;
	line-height: 24px;
	width: auto;
	margin: 0 12px;
}

.press-detail__gallery-nav-next {
	width: 32px;
	height: 32px;
	background-image: url("/local/templates/main/images/long-arrow-right.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

.press-detail__gallery-nav-prev {
	width: 32px;
	height: 32px;
	background-image: url("/local/templates/main/images/long-arrow-left.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

.press-detail__attachments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.press-detail__attachments {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.press-detail__attachments .attachment {
	margin-right: 33px;
}

.press-detail__bottom {
	margin-top: 120px;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding-top: 32px;
	padding-bottom: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.press-detail__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.press-detail__bottom-subscribe {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

@media (max-width: 767px) {
	.press-detail__bottom-subscribe {
		margin-top: 1rem;
	}
}

.press-detail__more-news-wrapper {
	background-color: #F2F2F2;
	padding: 63px 0 77px;
	overflow: hidden;
}

.press-detail__more-news-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.press-detail__more-news-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.press-detail__more-news-gallery .swiper-container {
	overflow: visible;
}

.press-detail__more-news-gallery-slide {
	width: 416px;
}

@media (max-width: 991px) {
	.press-detail__more-news-gallery-slide {
		width: calc(100vw - 15px);
	}
}

.press-detail__more-news-gallery-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
	color: #333;
}

.press-detail__more-news-gallery-nav-pagination {
	font-size: 15px;
	line-height: 24px;
	width: auto;
	margin: 0 12px;
}

.press-detail__more-news-gallery-nav-next {
	width: 32px;
	height: 32px;
	background-image: url("/local/templates/main/images/long-arrow-right.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

.press-detail__more-news-gallery-nav-prev {
	width: 32px;
	height: 32px;
	background-image: url("/local/templates/main/images/long-arrow-left.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

.corporate__content {
	padding: 60px 0 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.corporate__content {
		padding-bottom: 64px;
	}
}

.corporate__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.corporate__tabs {
		overflow-y: hidden;
		padding-left: 1rem;
	}
}

.corporate__tab:not(:first-child) {
	margin-left: 32px;
}

.corporate__block {
	display: none;
}

.corporate__block._active {
	display: block;
}

.corporate__more {
	color: #333;
}

.corporate__more:hover {
	text-decoration: none;
	color: #333;
}

.financial__wrapper {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 72px;
	padding-bottom: 96px;
}

.financial__sidebar {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.financial__sidebar {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.financial__sidebar-content {
	margin-bottom: 72px;
}

.financial__sidebar-row:not(:last-child) {
	margin-bottom: 32px;
}

.financial__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.financial__sidebar-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #333;
}

.financial__sidebar-link:hover {
	color: #3F91CD;
	text-decoration: none;
}

.financial__sidebar-subtitle {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #333;
}

.financial__sidebar-text {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin-top: 4px;
	color: #999999;
}

.financial__sidebar-message {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.financial__content {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.financial__content {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.financial__content-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 56px;
}

@media (max-width: 991px) {
	.financial__content-top {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media (max-width: 575px) {
	.financial__content-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.financial__content-top .press__filter .filter-select {
		margin-left: 0;
		margin-top: 10px;
	}
}

.financial__content-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.financial__content-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.financial__content-doc {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.financial__content-doc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.financial__content-doc:not(:nth-last-child(2)) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.financial__content-doc-left {
	width: 138px;
	min-width: 138px;
	margin-right: 34px;
}

.financial__content-doc-date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-left: 44px;
}

@media (max-width: 991px) {
	.financial__content-doc-date {
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

.financial__content-doc-name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.financial__content-doc-details {
	padding-right: 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 499px;
}

@media (max-width: 991px) {
	.financial__content-doc-details {
		width: auto;
		padding-right: 0;
	}
}

.financial__content-doc-details:hover {
	text-decoration: none;
}

.financial__content-doc-details:hover .financial__content-doc-name {
	color: #3F91CD;
}

.financial__content-doc-details:hover .document__name {
	color: #3F91CD;
}

.financial__content-docs {
	margin-bottom: 63px;
}

.financial__content-button {
	text-align: center;
}

.financial-inner {
	background-color: #f7f7f7;
}

.financial-inner__content {
	padding-top: 41px;
	padding-bottom: 72px;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.financial-inner__bottom-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.financial-inner__bottom-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.financial-inner__bottom-wrapper._step-2,
.financial-inner__bottom-wrapper._step-3 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.financial-inner__bottom-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.financial-inner__bottom-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.financial-inner__bottom-link {
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.financial-inner__bottom-link:hover {
	color: #3F91CD;
	text-decoration: none;
}

@media (max-width: 767px) {
	.financial-inner__bottom-link {
		margin-top: 1rem;
		margin-left: 0 !important;
	}
}

.contacts {
	margin: 0;
}

.contacts__content {
	padding: 60px 0 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.contacts__content {
		padding: 36px 0 64px;
	}
}

.contacts__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.contacts__tabs {
		overflow-y: hidden;
		padding-left: 1rem;
	}
}

.contacts__block {
	display: none;
}

@media (max-width: 1199px) {
	.contacts__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.contacts__block._active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__block._activeMap {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.contacts__right {
	width: calc(100% - 416px);
}

@media (max-width: 1199px) {
	.contacts__right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.contacts__right {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
}

@media (max-width: 1199px) {

	.contacts__form,
	.contacts__signal {
		margin-left: 0;
		margin-top: 20px;
	}
}

.provider__wrapper {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.provider__wrapper {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px;
	}
}

.provider__content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 72px;
	padding-bottom: 116px;
}

.provider__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.provider__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.provider__text {
	padding-right: 22%;
}

@media (max-width: 767px) {
	.provider__text {
		padding-right: 0;
	}
}

.provider__blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.provider__block {
	width: 368px;
	max-width: 100%;
}

.provider__block:not(:first-child) {
	margin-left: 40px;
}

@media (max-width: 767px) {
	.provider__block:not(:first-child) {
		margin-top: 2rem;
		margin-left: 0;
	}
}

.provider__block-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.provider__block-list {
	list-style: disc;
	margin-left: 15px;
}

.provider__block-list-item {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.provider__block-list-item:not(:last-child) {
	margin-bottom: 16px;
}

.provider__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.provider__link:hover {
	color: #3F91CD;
	text-decoration: none;
}

.provider__sidebar {
	background-color: #fff;
}

.provider__sidebar-bottom {
	padding: 16px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.provider__sidebar-content {
	padding: 16px 40px 4px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.competitive__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
	overflow-y: auto;
	padding-left: 20px;
	margin-left: -20px;
}

@media (max-width: 1399px) {
	.competitive__tabs {
		overflow-y: hidden;
	}
}

.tabs-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
	overflow-y: auto;
	padding-left: 20px;
	margin-left: -20px;
	overflow-y: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.tabs-main .tab:not(:last-child) {
	margin-right: 32px;
}



.tabs-main .tab:not(:first-child) {
	margin-left: 0;
}

@media (max-width: 991px) {
	.tabs-main {
		overflow-y: auto;
		flex-wrap: nowrap;
	}
}

.competitive__wrapper {
	padding-top: 60px;
	padding-bottom: 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.competitive__content {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.competitive__content {
		margin-right: -15px;
		margin-left: -15px;
		padding: 20px;
	}
}

.competitive__content-top {
	margin-bottom: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1215px) {
	.competitive__content-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.competitive__content-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.competitive__content-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	max-width: 399px;
}

@media (max-width: 991px) {
	.competitive__content-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 767px) {
	.competitive__content-title {
		margin-bottom: 0.5rem;
	}
}

.competitive__content-table table th {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: 600;
}

.competitive__content-table table th._description {
	width: 320px;
}

.competitive__content-table table td {
	padding-top: 32px;
	padding-bottom: 32px;
}

.competitive__content-table table td,
.competitive__content-table table th {
	vertical-align: top;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.competitive__content-table table td:not(:first-child),
.competitive__content-table table th:not(:first-child) {
	padding-left: 40px;
}

.competitive__content-table table tbody tr:last-child td,
.competitive__content-table table tbody tr:last-child th {
	border-bottom: none;
}

.competitive__content-table span.multiline-bullet:before,
.sel-detail span.multiline-bullet:before {
	content: "• ";
}

.competitive__content-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
}

.competitive__content-link:hover {
	color: #3F91CD;
	text-decoration: none;
}

.competitive__content-button {
	text-align: center;
}

.competitive__sidebar-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}

.page404__inner {
	padding: 44px 0 228px;
}

.page404__bg {
	background-image: url("/local/templates/main/images/404.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

@media (max-width: 991px) {
	.page404__bg {
		background: none;
	}
}

.page404__block {
	margin-top: 102px;
}

.page404__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 16px;
}

@media (max-width: 767px) {
	.page404__title {
		font-size: 32px;
		line-height: 1.2;
	}
}

.page404__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	opacity: 0.5;
	margin-bottom: 52px;
}

.factory__wrapper {
	padding-top: 72px;
	padding-bottom: 140px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.factory__content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 0;
}

@media (max-width: 767px) {
	.factory__content-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.factory__content-row:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.factory__content-row:first-child {
	padding-top: 0;
}

.factory__content-row:last-child {
	padding-bottom: 0;
}

.factory__content-title {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	width: 208px;
	min-width: 208px;
}

@media (max-width: 1399.98px) {
	.factory__content-title {
		width: 180px;
		min-width: 180px;
	}
}

.factory__content-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-left: 16px;
}

@media (max-width: 768px) {
	.factory__content-text {
		margin-left: 0;
	}
}

.factory__separator {
	height: 1px;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.1);
	margin: 80px 0;
}

.factory__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.factory__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
}

.geography {
	margin: 0;
}

.geography__wrapper {
	padding: 60px 0 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.geography__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 767px) {
	.geography__top {
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
}

.geography__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.geography__tabs {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
		width: 100%;
	}
}

.geography__tab:not(:first-child) {
	margin-left: 32px;
}

.geography__filter {
	margin-right: 15px;
	margin-left: auto;
	width: auto;
}

@media (max-width: 767px) {
	.geography__filter {
		margin-left: 0;
	}
}

@media (max-width: 380px) {
	.geography__filter {
		margin-left: 0;
	}

	.geography__filter .filter-select-native {
		padding: 0;
	}

	.geography__tabs {
		margin-left: 0 !important;
	}
}

.geography__filter .filter-select {
	width: auto;
}

.geography__block {
	display: none;
}

.geography__block._active {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.geography__right {
	width: calc(100% - 416px);
}

.geography__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 8px;
	width: 100%;
}

.geography__card {
	padding-bottom: 32px;
	height: 100%;
}

.history__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 195px;
}

@media (max-width: 1199px) {
	.history__wrapper {
		padding-left: 0;
	}
}

.history__timeline {
	position: fixed;
	top: 96px;
	left: calc(50% - 660px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 50px;
	width: 195px;
	height: calc(100vh - 88px);
}

@media (max-width: 1380px) {
	.history__timeline {
		left: calc(50% - 590px);
	}
}

@media (max-width: 1300px) {
	.history__timeline {
		left: calc(50% - 560px);
	}
}

@media (max-width: 1199px) {
	.history__timeline {
		position: fixed;
		bottom: 0px;
		left: 0;
		padding-bottom: 0;
		width: 100%;
		height: auto;
		padding-top: 0;
		pointer-events: none;
	}
}

.history__content .backlink {
	display: none;
}

@media (max-width: 1199px) {
	.history__timeline {
		padding-top: 0 !important;
		z-index: 1;
	}

	.footer-media {
		padding-bottom: 75px;
	}

	.history .timeline {
		-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;
		background-color: #fff;
		overflow-y: hidden;
		padding-bottom: 5px;
	}

	.timeline-before {
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
		width: 100%;
		position: absolute;
		bottom: 4px;
	}

	.history .timeline::before {
		display: none;
	}

	.history .timeline__item {
		margin-right: 36px;
		white-space: nowrap;
		-webkit-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}

	.history .timeline__item::before {
		top: auto;
		left: auto;
		bottom: -3px;
	}

	.history .timeline .timeline__item--active+.timeline__item {
		margin-top: 0;
	}

	.history .timeline__item {
		margin-top: 0;
	}

	.history .backlink {
		display: none;
	}

	.history__content .backlink {
		display: flex;
	}
}

.history__counter {
	margin-top: 68px;
}

@media (max-width: 1199px) {
	.history__counter {
		display: none;
	}
}

.history__actual,
.history__total {
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.history__total::before {
	content: '/';
	margin: 0 5px;
}

.history__content {
	padding-bottom: 140px;
	padding-left: 32px;
	width: 561px;
	border-left: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 1199px) {
	.history__content {
		width: 100%;
		border-left: 0;
		padding-left: 0;
	}
}

.history__timeline,
.history__content {
	padding-top: 38px;
}

.history__images {
	position: fixed;
	top: 96px;
	right: 0;
	width: calc(460 / 1440 * 100%);
	height: calc(100vh - 96px);
	background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
	.history__images {
		display: none;
	}
}

.history__gallery,
.history__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.history__img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	opacity: 0;
}

.history__img-main-mobile {
	background-size: cover;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100%;
	display: none;
}

@media (max-width: 1199px) {
	.history__img-main-mobile {
		display: block;
	}
}

.history__img-main {
	height: 280px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 32px;
	display: none;
}

@media (max-width: 1199px) {
	.history__img-main {
		display: none;

		height: 750px;
		width: 100%;
		max-width: 480px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.history__img-main {
		display: none;

		height: 550px;
		width: 100%;
		max-width: 480px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 32px;
	}
}

.history__item {
	padding-top: 83px;
}

@media (max-width: 767px) {
	.history__item {
		padding-top: 40px;
	}
}

.history__item:not(:last-of-type) {
	padding-bottom: 88px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 767px) {
	.history__item:not(:last-of-type) {
		padding-bottom: 40px;
	}
}

.history__wyziwig h3 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.history__wyziwig h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

.history__wyziwig>p {
	margin-top: 15px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.history__wyziwig>p:first-of-type {
	margin-top: 24px;
}

.history__wyziwig>div {
	margin-top: 36px;
}

.history__wyziwig>div:first-of-type {
	margin-top: 40px;
}

.history__wyziwig>div h4 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.history__wyziwig>div p {
	margin-top: 12px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.history__wyziwig>div b {
	display: block;
	margin-top: 12px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
}

.history__wyziwig>div b+p {
	margin-top: 0;
}

.growth__cards {
	background-color: #f2f2f2;
}

@media (max-width: 991px) {
	.growth__cards {
		padding-top: 36px !important;
	}
}

.growth__worth {
	font-size: 15px;
	line-height: 28px;
}

.growth__worth p {
	margin: 0 0 24px;
}

.growth__worth ul {
	list-style: disc;
}

@media (max-width: 991px) {
	.growth__worth ul {
		padding-left: 16px;
	}
}

.growth__worth ul li {
	margin: 16px 0;
	font-weight: 500;
}

.growth__goals {
	background: #fff;
	padding-top: 72px;
}

@media (max-width: 991px) {
	.growth__goals {
		padding-top: 28px;
	}
}

.growth__goals-line:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.growth__footer {
	background-color: #f2f2f2;
	color: #999;
	padding: 56px 0 120px;
}

@media (max-width: 991px) {
	.growth__footer {
		padding-top: 32px;
		padding-bottom: 64px;
	}
}

.growth__footer-star {
	margin-left: -12px;
	margin-right: 6px;
}

@media (max-width: 991px) {
	.growth .banner {
		height: 364px;
	}
}

@media (max-width: 991px) {
	.px-40__md {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.gui {
	padding: 50px 0;
	background-color: #f7f7f7;
}

.gui__title {
	padding-bottom: 24px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #333;
	text-transform: uppercase;
	opacity: 0.5;
	border-bottom: 3px solid rgba(51, 51, 51, 0.1);
}

.gui__title:not(:first-of-type) {
	margin-top: 50px;
}

.gui__item {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.gui__label {
	display: block;
	margin: 50px 0 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #7DBD89;
	letter-spacing: 1%;
}

.gui__content {
	width: 100%;
}

.gui .main__stock {
	padding-top: 0;
	padding-left: 0;
}

.gui .i-slider-arrow__path {
	stroke: #333;
}

.gui [data-counter-value] {
	color: #333;
}

.gui__tooltip {
	position: relative;
	padding: 18px 20px 26px 20px;
	width: 180px;
	color: #fff;
	background-color: #333;
	border-radius: 4px;
	border: 1px solid transparent;
}

.gui__tooltip::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: calc(50% - 5px);
	width: 0;
	height: 0;
	border-top: 6px solid #333;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.gui__tooltip::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 8px / 2);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3F91CD;
	-webkit-box-shadow: 0 0 0 4px white;
	box-shadow: 0 0 0 4px white;
}

.gui__tooltip .highcharts-tooltip__title {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0.7px;
	opacity: 0.5;
}

.gui__tooltip .highcharts-tooltip__text {
	font-weight: 700;
}

.gui .footer__social {
	margin-bottom: 25px;
}

.gui__horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gui__horizontal>*:not(:first-child) {
	margin-left: 24px;
}

.gui .main__products-slide {
	width: 528px;
}

.gui__h1 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
}

.gui__h2 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 56px;
	line-height: 56px;
}

.gui__h3 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.gui__h3 {
		font-size: 24px;
		line-height: 28px;
	}
}

.gui__h4 {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.gui__p1-bold {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
}

.gui__p2 {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.gui__p3 {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}

.gui__p3-table {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 16px;
}

.gui__quote {
	font-family: 'Times New Roman, sans-serif';
	font-style: italic;
	color: #333;
	font-size: 28px;
	line-height: 40px;
}

.gui__alert {
	max-width: 600px;
}

.gui__alert:not(:first-child) {
	margin-top: 16px;
}

.gallery {
	padding-bottom: 116px;
	overflow: hidden;
}

.gallery__wrapper {
	padding: 44px 0 112px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 991px) {
	.gallery__controls {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 36px;
	}
}

.gallery__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.gallery__tabs {
		margin-bottom: 10px;
		overflow-y: auto;
		padding-left: 1rem;
	}
}

.gallery__tab:not(:first-of-type) {
	margin-left: 32px;
}

.gallery__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 15px;
}

@media (max-width: 991px) {
	.gallery__filters {
		margin-left: 0;
		margin-bottom: 10px;
	}
}

.gallery__filter:not(:first-of-type) {
	margin-left: 33px;
}

.gallery__blocks {
	padding-top: 55px;
	padding-bottom: 126px;
}

.gallery__type:not(:first-of-type) {
	margin-top: 80px;
}

.gallery__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.gallery__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.gallery__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.gallery__content {
	margin-top: 36px;
}

.gallery__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.gallery__top {
		display: block;
	}
}

.gallery__category {
	margin-bottom: 32px;
}

.gallery__item {
	margin-bottom: 32px;
}

.gallery__container {
	padding-top: 38px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery__breadcrumbs {
	/*margin-bottom: 68px; */
}

.gallery__title {
	margin-bottom: 48px;
}

.gallery__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	margin-bottom: 56px;
}

.gallery__details-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gallery__details-block:not(:first-child) {
	margin-left: 140px;
}

@media (max-width: 767px) {
	.gallery__details-block:not(:first-child) {
		margin-left: 70px;
	}
}

.gallery__details-title {
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}

.gallery__details-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.gallery__details-share svg path {
	fill: #333;
}

@media (max-width: 767px) {
	.gallery__details-share {
		display: none;
	}
}

.gallery__button {
	margin-top: 48px;
	text-align: center;
}

.gallery-popup .mfp-bottom-bar {
	background-color: #fff;
	margin-top: -40px;
	text-align: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gallery-popup .mfp-title {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	padding-right: 0;
}

.gallery-popup .mfp-close {
	position: absolute;
	top: 26px;
	right: 44px;
	font-size: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	background: url("/local/templates/main/images/i-close-menu.svg") no-repeat;
	background-size: cover;
}

.gallery-popup .mfp-close-wrapper {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.gallery-popup .mfp-close {
	padding-right: 0;
}

.gallery-popup .mfp-close svg {
	display: block;
}

.clients__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
	max-width: 550px;
}

@media (max-width: 991px) {
	.clients__title {
		font-size: 24px;
		line-height: 28px;
		max-width: 450px
	}
}

.clients__content {
	padding: 72px 0 116px;
}

@media (max-width: 991px) {
	.clients__content {
		padding: 48px 0 48px;
	}
}

.clients__links {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.clients__links {
		text-align: center;
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
}

.clients__links-item {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #3F91CD;
	margin: 0 28px;
	position: relative;
}

.clients__links-item:after {
	content: "";
	height: 12px;
	width: 1px;
	background-color: rgba(51, 51, 51, 0.2);
	position: absolute;
	right: -28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.clients__links-item:first-child {
	margin-left: 0;
}

.clients__links-item:last-child {
	margin-right: 0;
}

.clients__links-item:last-child:after {
	display: none;
}

.clients__card {
	height: 100%;
	padding-bottom: 32px;
}

.career__content {
	overflow: hidden;
}

.career__banner {
	margin-bottom: 48px;
}

.career__images {
	margin-bottom: 116px;
}

@media (max-width: 767px) {
	.career__images {
		margin-top: 86px;
		margin-bottom: 48px;
	}
}

.career__images-item {
	min-width: 416px;
}

@media (max-width: 767px) {
	.career__images-item {
		min-width: 320px;
	}
}

.career__images-item:not(:first-child) {
	margin-left: 32px;
}

.career__images-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.career__company {
	margin-bottom: 136px;
}

@media (max-width: 1199px) {
	.career__company {
		margin-bottom: 48px;
	}
}

.career__company-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.career__company-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.career__company-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.career__company-text {
		font-size: 15px;
		line-height: 24px;
	}
}

.career__company-subtitle {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 12px;
}

.career__company-contacts-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career__company-contacts-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media (max-width: 767px) {
	.career__company-contacts-link {
		font-size: 15px;
		line-height: 24px;
	}
}

.career__company-contacts-link:hover {
	color: #3F91CD;
}

.career__company-contacts-link:not(:first-child) {
	margin-left: 32px;
}

@media (max-width: 1199px) {
	.career__metric {
		margin-top: 48px;
	}
}

.career__metric-value {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.career__metric-value {
		font-size: 36px;
		line-height: 36px;
	}
}

.career__metric-description {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

@media (max-width: 767px) {
	.career__metric-description {
		font-size: 15px;
		line-height: 24px;
	}
}

.career__metric-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.career__metric-row:not(:last-child) {
	margin-bottom: 56px;
}

.career__metric-block {
	position: relative;
}

.career__metric-block:not(:first-child) {
	margin-left: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	.career__metric-block:not(:first-child) {
		margin-left: 45px;
	}
}

.career__metric-block:not(:first-child):after {
	content: '';
	position: absolute;
	top: 50%;
	height: 100px;
	width: 1px;
	background-color: rgba(51, 51, 51, 0.15);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -32px;
}

@media (max-width: 767px) {
	.career__metric-block:not(:first-child):after {
		left: -22px;
	}
}

.career__cards {
	padding-bottom: 96px;
}

@media (max-width: 767px) {
	.career__cards {
		padding-bottom: 64px;
	}
}

.career__card {
	height: 312px;
	margin-bottom: 32px;
}

.career__slider-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.career__slider-wrapper {
	height: 320px;
	margin-left: -16px;
	margin-right: -16px;
}

.swiper-pagination {
	text-align: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20px;
	left: 20px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #F7F7F7;
	opacity: 50%;
	display: none;
}

@media (max-width: 1024px) {
	.swiper-pagination-bullet {
		display: inline-block;
	}
}

.swiper-pagination-bullet-active {
	background: #F7F7F7;
	opacity: 100%;
}

.vacancy__content {
	padding-top: 60px;
	padding-bottom: 132px;
}

@media (max-width: 991px) {
	.vacancy__content {
		padding-top: 36px;
		padding-bottom: 64px;
	}
}

.vacancy__banner {
	background-color: #fff;
}

.vacancy__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 991px) {
	.vacancy__top {
		display: block;
	}
}

.vacancy__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	margin-left: -15px;
}

@media (max-width: 991px) {
	.vacancy__tabs {
		margin-bottom: 24px;
	}
}

.vacancy__tab:not(:first-child) {
	margin-left: 32px;
}

.vacancy__tab:nth-child(1) {
	margin-left: 0;
}

@media (max-width: 991px) {
	.vacancy__tab {
		margin-left: 15px;
	}
}

.vacancy__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 32px;
	margin-bottom: 88px;
}

@media (max-width: 991px) {
	.vacancy__tags {
		overflow-y: hidden;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 40px;
	}
}

.vacancy__tag {
	margin-bottom: 12px;
}

.vacancy__tag:not(:last-child) {
	margin-right: 12px;
}

@media (max-width: 991px) {
	.vacancy__tag .tag {
		white-space: nowrap;
	}
}

.vacancy__block {
	margin-bottom: 44px;
	overflow: auto;
}

.vacancy__button {
	text-align: center;
}

@media (max-width: 767px) {
	.vacancy__button .button {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.vacancy .chosen-single {
		display: inline-block;
		text-align: left;
	}
}

.press-center__content {
	padding-top: 72px;
	padding-bottom: 116px;
	width: 100%;
}

.press-center__test {
	width: 100%;
	height: 100px;
	background-color: red;
}

.maintenance {
	background-size: cover;
	background-position: center;
}

.maintenance__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
}

@media (max-width: 991px) {
	.maintenance__content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.maintenance__title {
	padding-right: 50%;
	font-family: "Gilroy";
	font-weight: 700;
	color: white;
	font-size: 64px;
	line-height: 64px;
}

@media (max-width: 991px) {
	.maintenance__title {
		font-size: 28px;
		line-height: 32px;
		padding-right: 0;
	}
}

.maintenance__descriptor {
	margin-top: 20px;
	padding-right: 60%;
	font-family: "Gilroy";
	font-weight: 500;
	color: white;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width: 991px) {
	.maintenance__descriptor {
		padding-right: 0;
	}
}

.about__video-frame {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1;
}

.about {
	background-color: #F2F2F2;
	overflow: hidden;
}

.about__container {}

.about__video-item {
	position: relative;
	display: block;
	padding: 24px 0;
	font-size: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about__video-item:before {
	content: "";
	position: absolute;
	top: calc(50% - 96px / 2);
	left: calc(50% - 96px / 2);
	width: 96px;
	height: 96px;
	background-image: url("/local/templates/main/images/i-video-play.svg");
	background-size: cover;
	z-index: 1;
}

.about__video-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.about__video-item>.container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 600px;
	z-index: 1;
}

@media (max-width: 991px) {
	.about__video-item>.container {
		height: 300px;
	}
}

.about__video-title {
	font-family: "Gilroy";
	font-weight: 500;
	color: #fff;
	font-size: 15px;
	line-height: 28px;
}

.about__video-duration {
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 28px;
	opacity: .5;
}

.about__basic {
	padding: 72px 0 64px 0;
}

@media (max-width: 1199px) {
	.about__basic {
		padding: 48px 0 48px 0;
	}
}

.about__indicators {
	padding-top: 62px;
	padding-bottom: 68px;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.about__indicators {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

.about__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.about__title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	.about__title {
		font-size: 28px;
	}
}

.about__stock-wrapper {
	margin-top: auto;
}

@media (max-width: 1199px) {
	.about__stock-wrapper {
		margin-top: 30px;
	}
}

.about__stock {
	position: static;
	height: 620px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1199px) {
	.about__stock {
		height: auto;
		max-height: unset;
		margin-bottom: 30px;
	}
}

.about__stock._fixed-top {
	position: fixed;
	top: calc(144px + 96px);
	bottom: 0;
}

.about__stock._fixed-bottom {
	position: absolute;
	bottom: 0;
}

.about__stock-table {
	margin-top: calc(32px - 16px);
	width: 260px;
	border-collapse: collapse;
}

.about__stock-row {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.about__stock-name,
.about__stock-code {
	padding-top: 16px;
	padding-bottom: 15px;
	vertical-align: center;
}

.about__stock-code {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.about__stock-name {
	font-family: "Gilroy";
	font-weight: 600;
	color: #999999;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
}

.about__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.about__stats-list {
	padding-top: 4px;
	width: 100%;
}

.about__stats-item {
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.about__stats-item:not(:first-of-type) {
	margin-top: 32px;
}

.about__stats-value {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 64px;
	line-height: 64px;
}

@media (max-width: 991px) {
	.about__stats-value {
		font-size: 32px;
	}
}

.about__stats-description {
	margin-top: 8px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.about__slider {
	padding: 44px 0;
}

.about__slider-wrapper {
	height: 732px;
}

@media (max-width: 991px) {
	.about__slider-wrapper {
		height: 524px;
	}
}

.about__slider-item {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about__slider-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	opacity: 1;
}

.about__slider-content--active {
	-webkit-animation-name: contentReveals;
	animation-name: contentReveals;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.about__slider-content--closing {
	-webkit-animation-name: contentHides;
	animation-name: contentHides;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.about__slider-share {
	padding-bottom: 28px;
}

.about__slider-ownership {
	font-family: "Gilroy";
	font-weight: 700;
	color: #F7F7F7;
	font-size: 64px;
	line-height: 64px;
}

@media (max-width: 991px) {
	.about__slider-ownership {
		font-size: 36px;
	}
}

.about__slider-descriptor {
	margin-top: 8px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 28px;
}

.about__slider-company {
	padding-top: 31px;
	border-top: 1px solid rgba(247, 247, 247, 0.2);
}

.about__slider-corp {
	font-family: "Gilroy";
	font-weight: 700;
	color: #F7F7F7;
	font-size: 20px;
	line-height: 28px;
}

.about__slider-profile {
	margin-top: 8px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 28px;
	opacity: .5;
}

.about__slider-control {
	position: absolute;
	bottom: 83px;
	right: 112px;
	width: 27px;
	height: 13px;
	font-size: 0;
	z-index: 5;
	background-image: url("/local/templates/main/images/i-arrow-left-white.svg");
	background-color: transparent;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}

@media (max-width: 1024px) {
	.about__slider-control {
		display: none;
	}
}

.about__slider-control:focus {
	outline: none;
}

.about__slider-control[data-about-prev] {
	right: calc(56px + 112px);
}

.about__slider-control[data-about-next] {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about__corporative {
	padding-bottom: 113px;
}

@media (max-width: 991px) {
	.about__corporative {
		padding-bottom: 40px;
	}
}

.about__table:nth-of-type(2n + 1) {
	margin-left: -16px;
}

@media (max-width: 767px) {
	.about__table:nth-child(1) {
		/*margin-top: 0!important;*/
	}
}

@media (max-width: 991px) {
	.about__table:nth-of-type(2n + 1) {
		margin-left: 0;
	}
}

.about__table:nth-of-type(2n) {
	margin-right: -16px;
}

@media (max-width: 991px) {
	.about__table:nth-of-type(2n) {
		margin-right: 0;
	}
}

.about__geo {
	padding: 172px 0;
	background-color: white;
	background-image: url("/local/templates/main/images/about__geo-bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

@media (max-width: 991px) {
	.about__geo {
		padding: 96px 0;
	}
}

.about__geo-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 767px) {
	.about__geo-wrapper {
		width: 100%;
	}
}

.about__geo-btn {
	width: 218px;
}

.about__description {
	margin-top: 20px;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.about__links {
	background-color: white;
}

.about__links-wrapper {
	padding-top: 104px;
	padding-bottom: 128px;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 991px) {
	.about__links-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.about__links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 1400px) {
	.about__links-block {
		display: block;
	}
}

.about__links-block:first-of-type {
	margin-left: -16px;
}

@media (max-width: 991px) {
	.about__links-block:first-of-type {
		margin-left: 0;
		margin-bottom: 40px;
	}
}

.about__links-subtitle {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.about__links-subtitle {
		margin-bottom: 8px;
	}
}

.about__links-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
}

@media (max-width: 1399px) {
	.about__links-column {
		width: 100%;
		margin-top: 8px;
	}
}

.about__links-item {
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
	font-size: 15px;
	line-height: 28px;
}

.about__links-item:not(:first-of-type) {
	margin-top: 8px;
}

@media (max-width: 991px) {
	.about__links__table {
		margin-top: 0 !important;
		margin-bottom: 20px;
	}

	.about__links_row {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.about .table {
		width: 100%;
	}
}

@media (max-width: 991px) and (max-width: 991px) {
	.about .facts__wyziwig h3 {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.about .facts__wyziwig p:first-of-type {
		margin-top: 0;
	}
}

@media (max-width: 1199px) {
	.container_about {
		margin: 0;
		padding: 0;
		max-width: 100%;
		width: 100%;
	}
}

.representative {
	background-color: #e8e8e8;
}

.representative__wrapper {
	padding-top: 60px;
	padding-bottom: 120px;
}

.representative__content {
	padding: 56px 112px;
	background-color: white;
}

@media (max-width: 767px) {
	.representative__content {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 991px) {
	.representative__content {
		padding: 20px;
	}
}

.representative__table {
	display: block;
	width: 100%;
	border-collapse: collapse;
}

.representative__heading {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.representative__heading:first-of-type {
	width: 224px;
}

.representative__heading:nth-of-type(2) {
	width: 416px;
}

.representative__heading:nth-of-type(3) {
	padding-left: 48px;
	width: 180px;
}

.representative__heading:last-of-type {
	padding-left: 80px;
}

.representative__row {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	vertical-align: top;
}

.representative__item {
	padding-top: 48px;
	margin-right: 1rem;
}

.representative__item--country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.representative__flag {
	display: inline-block;
	width: 40px;
	height: 28px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.representative__name {
	margin-left: 20px;
}

.representative__item--phones {
	padding-left: 20px;
	white-space: nowrap;
}

.representative__item--fax {
	padding-left: 20px;
	white-space: nowrap;
}

.vacancy-inner {
	padding-top: 136px;
	padding-bottom: 136px;
}

.vacancy-inner__backlink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.vacancy-inner__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.vacancy-inner__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.vacancy-inner__info {
	margin-bottom: 47px;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

@media (max-width: 767px) {
	.vacancy-inner__info {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.vacancy-inner__info-key {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
}

.vacancy-inner__info-value {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

@media (max-width: 767px) {
	.vacancy-inner__info-item {
		width: 50%;
	}
}

.vacancy-inner__info-item:not(:first-child) {
	margin-left: 48px;
}

@media (max-width: 767px) {
	.vacancy-inner__info-item:not(:first-child) {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0.5rem;
	}
}

.vacancy-inner__text.wysiwyg h4 {
	margin-top: 40px;
	margin-bottom: 12px;
}

.vacancy-inner__text.wysiwyg ul li {
	margin: 8px 0;
}

.vacancy-inner__top {
	margin-bottom: 68px;
}

@media (max-width: 991px) {
	.vacancy-inner .wysiwyg ul {
		padding-left: 20px;
	}
}

.calendar__wrapper {
	padding-top: 73px;
	padding-bottom: 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.calendar__wrapper {
		padding-top: 0;
		padding-bottom: 68px;
	}
}

.calendar__sidebar-block {
	background-color: #fff;
	padding: 40px 40px 48px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.calendar__sidebar-block {
		padding: 40px 20px;
	}
}

.calendar__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 8px;
}

@media (max-width: 991px) {
	.calendar__sidebar-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.calendar__sidebar-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 40px;
}

.calendar__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 44px;
}

@media (max-width: 767px) {
	.calendar__top {
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
}

.calendar__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
}

@media (max-width: 991px) {
	.calendar__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.calendar__block {
	background-color: #fff;
	padding: 40px 40px 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.calendar__block {
		padding: 36px 20px 56px 20px;
	}
}

@media (max-width: 575px) {
	.calendar__block {
		padding: 36px 10px 56px 10px;
	}
}

.calendar__table {
	margin-bottom: 32px;
	width: 100%;
	border-collapse: collapse;
}

.calendar__table-link {
	color: #333;
	display: table-cell;
}

.calendar__table td {
	padding: 36px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.calendar__table td:not(:first-child) {
	padding-left: 40px;
}

@media (max-width: 991px) {
	.calendar__table td:not(:first-child) {
		padding-left: 20px;
	}
}

.calendar__table th {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	line-height: 16px;
	padding-bottom: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.calendar__table th {
		display: none;
	}
}

.calendar__table th:not(:first-child) {
	padding-left: 40px;
}

.calendar__button {
	text-align: center;
}

@media (max-width: 767px) {
	.calendar__button .button {
		width: 100%;
	}
}

.calendar__date-day {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	width: 95px;
}

@media (max-width: 767px) {
	.calendar__date-day {
		width: auto;
	}
}

.calendar__date-month {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #999999;
	text-transform: lowercase;
}

.calendar__name {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
}

.calendar__type {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.calendar .banner__title {
	font-size: 36px;
	line-height: 36px;
}

@media (max-width: 1199px) {
	.media-mt-20 {
		margin-top: 20px;
	}
}

.certificates__wrapper {
	padding-top: 72px;
	padding-bottom: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.certificates__sidebar-block {
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

@media (max-width: 767px) {
	.certificates__sidebar-block {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.certificates__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.certificates__sidebar-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.certificates__content {
	padding: 56px 40px;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

@media (max-width: 767px) {
	.certificates__content {
		margin-right: -15px;
		margin-left: -15px;
	}
}

.certificates__content_mod {
	padding-left: 0;
	padding-right: 0;
}

.certificates__title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 36px;
}

@media (max-width: 991px) {
	.certificates__title {
		font-size: 24px;
		line-height: 28px;
	}
}

.certificates__doc:not(:last-child) {
	margin-bottom: 80px;
}

.certificates__doc-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 32px;
}

@media (max-width: 991px) {
	.certificates__doc-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.certificates__doc-title._tiny {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}

.certificates__doc-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 28px 0;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.certificates__doc-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.certificates__doc-row:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.certificates__doc-row:first-child {
	padding-top: 0;
}

.certificates__doc-row:last-child {
	padding-bottom: 0;
}

.certificates__doc-item {
	width: 440px;
}

@media (max-width: 991px) {
	.certificates__doc-item {
		width: auto;
	}
}

.certificates__doc-value {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-left: 44px;
	margin-top: 3px;
}

@media (max-width: 767px) {
	.certificates__doc-value {
		margin-left: 54px;
	}
}

.product__wrapper {
	padding-top: 72px;
	padding-bottom: 128px;
}

@media (max-width: 991px) {
	.product__wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media (max-width: 1399px) {
	.product__sidebar {
		margin-bottom: 20px;
	}
}

.product__sidebar-block {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.product__sidebar-block {
		padding: 20px 20px 25px;
	}
}

.product__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}

.product__sidebar-text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 55px;
}

.product__sidebar-button {
	margin-bottom: 12px;
}

@media (max-width: 767px) {
	.product__sidebar-button .button {
		width: 100%;
	}
}

.product__content {
	background-color: #fff;
	padding: 40px 40px 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.product__content {
		padding: 20px 20px 25px;
	}
}

.product__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 0 44px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.product__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.product__block:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.product__block:first-child {
	padding-top: 0;
}

.product__block-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	min-width: 264px;
	width: 264px;
	margin-right: 32px;
}

@media (max-width: 767px) {
	.product__block-title {
		min-width: auto;
		width: auto;
		margin-right: 0;
	}
}

.product__block-content {
	width: 100%;
}

@media (max-width: 991px) {
	.product__block-content {
		margin-top: 10px;
	}
}

.product__block-content.wysiwyg *:first-child {
	padding-top: 0;
	margin-top: 0;
}

.product__block-content.wysiwyg p {
	margin: 0;
	padding: 0;
}

@media (max-width: 991px) {
	.common {
		background: #fff;
	}
}

.common__wrapper {
	padding-top: 60px;
	padding-bottom: 144px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.common__wrapper {
		padding-top: 25px;
		padding-bottom: 72px;
	}
}

.common__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

@media (max-width: 991px) {
	.common__links {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.common__links-item {
	position: relative;
}

.common__links-item:not(:first-child) {
	margin-left: 28px;
}

@media (max-width: 991px) {
	.common__links-item:not(:first-child) {
		margin-left: unset;
	}
}

.common__links-item:not(:first-child):before {
	position: absolute;
	content: '';
	left: -28px;
	height: 12px;
	width: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(51, 51, 51, 0.2);
}

@media (max-width: 991px) {
	.common__links-item:not(:first-child) {
		display: none;
	}
}

.common__links-item:not(:last-child) {
	margin-right: 28px;
}

@media (max-width: 991px) {
	.common__links-item:not(:last-child) {
		margin-right: unset;
	}
}

@media (max-width: 991px) {
	.common__links-item {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

.common__date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #999999;
}

.common__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	color: #3F91CD;
}

@media (max-width: 991px) {
	.common__content.wysiwyg img {
		margin-bottom: 20px !important;
	}
}

.common__content.wysiwyg figure {
	margin-bottom: 116px;
}

@media (max-width: 991px) {
	.common__content.wysiwyg figure {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}

.common__content.wysiwyg figure img {
	margin: 0 auto;
	max-width: 100%;
}

.common__content.wysiwyg figure figcaption {
	margin-top: 24px;
}

.common__content.wysiwyg li {
	margin-left: 16px;
}

.common__content.wysiwyg *:last-child {
	margin-bottom: 0;
}

.common__content.wysiwyg *:last-child>* {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.common__content.wysiwyg h4 {
		margin-top: 0;
	}
}

.common__cards {
	margin: 48px 0 64px;
}

@media (max-width: 991px) {
	.common__cards {
		margin-top: 0px;
		margin-bottom: 0;
	}
}

@media (max-width: 1199px) {
	.common__card {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.common .invest-card__wrapper {
		padding: 24px 16px 16px;
	}
}

@media (max-width: 1199px) {
	.common .invest-card__bottom {
		padding: 20px 16px;
	}
}

.search {
	padding-top: calc(96px + 44px);
	padding-bottom: 168px;
	min-height: 100vh;
}

.search__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
}

.search__tag {
	white-space: nowrap;
}

.search__tag:not(:first-child) {
	margin-left: 12px;
}

.search__field {
	margin-bottom: 30px;
	margin-top: 68px;
}

.search__tabs {
	margin-left: -20px;
	padding-left: 20px;
	margin-bottom: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: auto;
}

.search__tabs-item {
	white-space: nowrap;
}

.search__tabs-item:not(:first-child) {
	margin-left: 29px;
}

.search__results {
	margin-bottom: 40px;
}

.search__results-total {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}

.search__results-item {
	padding-bottom: 27px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	text-decoration: none;
	display: block;
}

.search__results-item:hover {
	color: inherit;
	text-decoration: none;
}

.search__results-item:not(:first-child) {
	padding-top: 32px;
}

.search__results-item-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}

@media (max-width: 768px) {
	.search__results-item-right {
		margin-bottom: 10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
}

.search__results-item-category {
	font-family: "Gilroy";
	font-weight: 500;
	color: #F7F7F7;
	font-size: 15px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 12px;
	/*text-align: right;*/
}

.search__results-item-date {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.search__results-item-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 8px;
}

.search__results-item-title b,
.search__results-item-title strong {
	font-weight: 700;
}

.search__results-item-content {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.search__results-item-content b,
.search__results-item-content strong {
	font-weight: 700;
}

.search__button {
	text-align: center;
}

.search__empty {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
}

.inner-menu__wrapper {
	justify-content: center;
	text-align: center;
}

@media (max-width: 1023px) {
	.inner-menu__wrapper {
		justify-content: left;
		text-align: left;
	}
}


@media (min-width: 1024px) {
	.inner-menu__wrapper {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.inner-menu__item {
	white-space: nowrap;
}

.inner-menu__item:last-child .inner-menu__link {
	margin-right: 16px;
}

.inner-menu {
	overflow-y: auto;
}

.show {
	opacity: 1;
}

.footer__title .caret {
	display: none;
}

.invest__review-results .filter-select {
	margin-top: 6px;
}

.main-map {
	padding-top: 20px;
	padding-bottom: 20px;
}

.grecaptcha-badge {
	display: none;
}

@media (max-width: 575px) {
	.row-32 {
		margin-right: -32px;
		margin-left: -32px;
	}
}

.calendar__wrapper {
	overflow: hidden;
	padding-top: 64px;
}


@media (max-width: 575px) {
	.profile-card__wrapper-link {
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 15px;
	}

	.profile-card__image {
		width: auto;
		height: auto;
		min-width: auto;
		margin-right: 0;
		order: 2;
		margin-left: 5px;
	}

	.profile-card__img {
		border-radius: 50%;
		width: 70px;
		height: 70px;
	}

	.profile-card__description {
		margin-bottom: 40px;
	}

	.common__content {
		margin-bottom: 20px;
	}

	.banner__bottom-content {
		flex-direction: column;
	}

	.banner__bottom-content .popup-form {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	.vacancy-inner__content {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	.invest__review {
		padding: 24px 20px;
		width: 300px;
	}

	.invest__review-backlink {
		margin-bottom: 45px;
		margin-top: 90px;
	}

	.invest__review-results .filter-select {
		margin-top: -68px;
	}

	.invest__review-content .document {
		flex-direction: column;
		align-items: flex-start;
	}

	.invest__review-content .document__date {
		margin-left: 54px;
	}

	.career .banner__top {
		padding-bottom: 20px;
	}

	.agencies .banner__top {
		padding-bottom: 20px;
	}

	.agencies .banner {
		height: 500px;
	}

	.agencies {
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.sustainability .invest-card {
		min-height: auto;
	}
}

.alert-style {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
}

.clients__content .row:before {
	content: none;
}

.media {
	overflow: hidden;
}

.media__wrapper {
	padding-top: 72px;
	padding-bottom: 116px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.media__sidebar {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.media__sidebar {
		padding: 20px;
	}
}

.media__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 28px;
}

@media (max-width: 991px) {
	.media__sidebar-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.media__sidebar-subtitle {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.media__sidebar-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-decoration: none;
}

.media__sidebar-text {
	font-family: "Gilroy";
	font-weight: 600;
	color: rgba(51, 51, 51, 0.5);
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
}

.media__sidebar-block:not(:last-child) {
	margin-bottom: 32px;
}

.media__sidebar-blocks {
	margin-bottom: 36px;
}

.media__content {
	background-color: #fff;
	padding: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.media__content {
		padding: 20px;
	}
}

.media__content-tabs {
	margin-left: -20px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 48px;
	overflow-y: auto;
}

.media__content-block {
	display: none;
}

.media__content-block._active {
	display: block;
}

.media__card {
	/*padding-bottom: 28px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.media__card:not(:last-child) {
	margin-bottom: 28px;
	border-bottom: 1px solid #F2F2F2;
}

.media__more {
	margin-top: 16px;
	text-align: center;
	margin-bottom: 24px;
}

.media__docs {
	margin-bottom: 48px;
}

.media__doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 28px 16px 28px 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 991px) {
	.media__doc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.media__doc:first-child {
	padding-top: 0;
}

.media__doc:last-child {
	padding-bottom: 0;
}

.media__doc:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.media__doc-body {
	max-width: 560px;
}

.media__doc-date {
	margin-left: 8px;
}

@media (max-width: 991px) {
	.media__doc-date {
		margin-top: 10px;
		margin-left: 55px;
	}
}

.media__kits-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.media__kits-item {
	width: 232px;
	margin-bottom: 62px;
}

@media (max-width: 1199px) {
	.media__kits-item {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.media__kits-item {
		width: 100%;
	}
}

.media__kits-item:not(:nth-child(odd)) {
	margin-left: 102px;
}

@media (max-width: 1199px) {
	.media__kits-item:not(:nth-child(odd)) {
		margin-left: 0;
	}
}

.media__kits-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 24px;
}

.media__text {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 56px;
}

.media__magazine {
	padding-bottom: 48px;
}

.media__magazine:not(:first-child) {
	padding-top: 48px;
}

.media__magazine:not(:nth-last-child(2)) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.color-none {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	cursor: auto;
}

.color-none:hover {
	color: #333;
}

.dropdown {
	position: relative;
}

.dropdown._white {
	color: #fff;
}

.dropdown._white .btn-drop div b {
	background-image: url(/local/templates/main/images/arrow-down-white.svg);
}

.dropdown.active div b {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-drop {
	cursor: pointer;
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 40px;
	position: relative;
	display: flex;
	word-break: keep-all;
}

.btn-drop div {
	width: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-drop div b {
	background-image: url(/local/templates/main/images/arrow-down.svg);
	background-position: 50% -2px;
	background-repeat: no-repeat;
	background-size: 10px;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 10px;
	height: 8px;
}

.dropdown__content {
	display: none;
	position: absolute;
	min-width: 160px;
	z-index: 1;
	background: #FFFFFF;
	border: 1px solid rgba(51, 51, 51, 0.1);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	transition: all 0.3s;
	padding: 16px 20px;
	top: 35px;
}

@media (max-width: 767px) {
	.dropdown__content {
		right: -126px;
	}
}

.dropdown__content_show {
	display: block;
}

.dropdown__item {
	text-decoration: none;
	display: block;
	line-height: 190%;
	font-size: 15px;
	white-space: nowrap;
	padding: 0;
	font-family: "Gilroy";
	font-weight: 500;
	color: #999999;
}

.container:before {
	display: none;
}

.container:after {
	display: none;
}

.row:before {
	display: none;
}

.row:after {
	display: none;
}

.main-banner-mobile {
	display: none;
}

.main-banner-desktop {
	display: block;
}

@media (max-width: 1024px) {
	.main-banner-mobile {
		display: block;
	}

	.main-banner-desktop {
		display: none;
	}
}

@media (max-width: 767px) {
	.career-popup .vacancy-form {
		margin-right: 0px;
		margin-left: 0px;
		padding: 20px;
	}

	.career-popup .vacancy-form__personal {
		font-size: 14px;
		margin-top: 0.75rem;
	}

	.career-popup .vacancy-form__title {
		margin-top: 30px;
	}
}

.wysiwyg ul {
	list-style-position: inside;
}

.share-button {
	align-self: flex-end;
}

.calendar__table tr:nth-child(2) td {
	border-top: none;
}

.calendar__table tr:nth-last-child(1) td {
	border-top: none;
}


@media (max-width: 767px) {
	.press__cards.pt-64 {
		padding-top: 32px !important;
	}
}

.gallery__wrap {
	margin-bottom: 68px;
}

@media (max-width: 991px) {
	.gallery__wrap {
		margin-bottom: 0;
	}
}

.img-bg {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.img-bg::before {
	display: block;
	content: '';
	padding-bottom: 100%;
}

.img-cover {
	background-size: cover;
	position: relative;
}

.responsive-3by2::before {
	padding-bottom: 66.66667%;
}

.page-wrapper {
	margin-top: 60px;
	margin-bottom: 144px;
	padding-top: 40px;
	padding-bottom: 55px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #fff;
}

.about__geo .about__description {
	margin-right: 115px;
}

.menu._active .menu__header {
	left: -17px;
}

.menu._active .menu__content {
	max-height: 100vh;
	min-height: 100vh;
	padding-top: calc(96px + 64px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu._active .menu__nav {
	padding-bottom: 30px;
}

.geography__blocks {
	padding-top: 200px;
	margin-top: -200px;
}

.modal-open {
	margin-right: 17px;
}

@media (min-width: 1500px) {
	.container-geography {
		max-width: 1432px;
		width: 100%;
		padding-right: 16px;
		padding-left: 16px;
		margin-right: auto;
		margin-left: auto;
	}
}

.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
	float: left;
}

.col-5-th {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

@media (min-width: 768px) {
	.col-sm-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.col-md-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-5th {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 992px) {
	.col-md-5th {
		width: 33%;
		float: none;
		display: block;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.col-md-5th.col-sm-5th {
		width: 20%;
		float: left;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (max-width: 769px) {

	.col-md-5th {
		width: 100%;
		float: none;
		display: block;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-5th.col-sm-5th {
		width: 50%;
		float: none;
		display: block;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 767px) {

	.col-md-5th {
		width: 100%;
		float: none;
		display: block;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-5th.col-sm-5th {
		width: 100%;
		float: none;
		display: block;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.clients__links {
		justify-content: center;
		flex-wrap: wrap;
	}
}

.clients__links {
	justify-content: center;
	text-align: center;
}

@media (max-width: 991px) {
	.clients__links {
		justify-content: left;
		text-align: left;
	}
}

.clients__links-item {
	white-space: nowrap;
}

.banner__bottom-content {
	overflow-y: auto;
}

.ie-fix {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.about__video {
	position: relative;
}

/*.about__video-temp {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    display: none;*/
/*}*/

.about__video-temp {
	/*height: 100%;*/
	/*z-index: 99;*/
}

.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video-container video {
	/* Make video to at least 100% wide and tall */
	min-width: 100%;
	min-height: 100%;
	display: none;

	/* Setting width & height to auto prevents the browser from stretching or squishing the video */
	width: auto;
	height: auto;

	/* Center the video */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#iframeContent {
	height: 2800px;
}

@media (max-width: 991px) {
	#iframeContent {
		height: 3450px;
	}
}

@media (max-width: 767px) {
	#iframeContent {
		height: 3320px;
	}
}

@media (max-width: 575px) {
	#iframeContent {
		height: 3600px;
	}
}

/* Новые стили для одной страницы от аис */

.allow__content {
	padding: 56px 0 128px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.allow__wrapper {
	max-width: 864px;
	margin: 0 auto;
}

.wysiwyg figure._small {
	margin-bottom: 72px;
}

.wysiwyg figure {
	margin: 52px 0 60px;
	text-align: center;
}

.wysiwyg figure._small img {
	text-align: center;
	max-width: 100%;
}

.wysiwyg figure._small figcaption {
	font-family: Gilroy;
	font-weight: 600;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

.wysiwyg .mark {
	font-family: Gilroy;
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	padding: 24px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid rgba(51, 51, 51, .21);
	border-bottom: 1px solid rgba(51, 51, 51, .21);
	margin: 48px 0;
}

.wysiwyg .note {
	font-family: Gilroy;
	font-weight: 600;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin: 24px 0;
}

.allow__cats-inner,
.allow__cats-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.allow__cats-inner {
	width: 928px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	background-color: #f7f7f7;
	padding: 32px 14px;
}


.allow__cats-item {
	padding: 0 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-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;
	width: 25%;
	position: relative;
}

.allow__cats-item-icon {
	margin-bottom: 16px;
	height: 48px;
	width: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.allow__cats-item-name {
	font-family: Gilroy;
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	font-weight: 700;
}

.allow__cats-item:not(:first-child) {
	border-left: 1px solid rgba(51, 51, 51, .15);
}

.allow__cats-image {
	background: url(/local/templates/main/images/allow__cats-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 480px;
}

.allow__advantages {
	margin-top: 88px;
}

.allow__advantages-item:not(:last-child) {
	margin-bottom: 72px;
}

.allow__advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.allow__advantages-item-icon {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	min-width: 96px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(51, 51, 51, .1);
}

.allow__advantages-item-icon-image {
	max-width: 48px;
	height: auto;
}

.allow__advantages-item-title {
	font-family: Gilroy;
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 24px;
}

.allow__advantages-item-list-item:not(:last-child) {
	margin-bottom: 16px;
}

.allow__advantages-item-list-item {
	font-family: Gilroy;
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.wysiwyg div:after {
	display: block;
	content: "";
	clear: both;
}

.allow__message {
	margin-top: 88px;
	padding: 28px 36px 36px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*background-color: #fff;*/
}

.allow__message-title {
	font-family: Gilroy;
	font-weight: 700;
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 16px;
}

.allow__cats-item-tooltip {
	width: 308px;
	background-color: #fff;
	position: absolute;
	top: calc(100% + 10px);
	right: 45px;
}



.tooltip {
	font-family: Gilroy;
	font-weight: 600;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 16px 28px 20px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 16px rgba(0, 0, 0, .05);
	border-radius: 4px;
	border: 1px solid rgba(51, 51, 51, .1);
	background-color: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
}


.tooltip:after,
.tooltip:before {
	bottom: 99.6%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tooltip:before {
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -9px;
	z-index: -1;
}

.tooltip:after {
	border-color: transparent;
	border-bottom-color: rgba(51, 51, 51, .1);
	border-width: 10px;
	margin-left: -10px;
	z-index: -2;
	right: 9px;
}


.allow__cats-item:hover .allow__cats-item-tooltip {
	opacity: 1;
	visibility: visible;
}


@media (max-width: 767px) {
	.allow__message-title {
		font-size: 20px;
		line-height: 1.2;
	}
}

.allow__message-text {
	font-family: Gilroy;
	font-weight: 500;
	color: #999;
	font-size: 15px;
	line-height: 28px;
}


@media (max-width: 1199px) {
	.allow__cats-inner {
		width: auto;
	}
}

@media (max-width: 767px) {
	.allow__cats-inner {
		flex-wrap: wrap;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
	}

	.allow__cats-item {
		width: 50%;
		margin-bottom: 20px;
		border: none !important;
		padding: 10px;
	}

	.allow__cats-item-name {
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (max-width: 1399.98px) {
	.allow__cats-item:first-child .allow__cats-item-tooltip {
		left: 45px
	}

	.allow__cats-item:first-child .allow__cats-item-tooltip:before {
		right: calc(100% - 28px)
	}

	.allow__cats-item:first-child .allow__cats-item-tooltip:after {
		right: calc(100% - 29px)
	}
}

@media (max-width: 1199.98px) {
	.allow__cats-item .allow__cats-item-tooltip {
		left: 50% !important
	}

	.allow__cats-item .allow__cats-item-tooltip:before {
		right: calc(50% - 10px) !important
	}

	.allow__cats-item .allow__cats-item-tooltip:after {
		right: calc(50% - 2px - 10px) !important;
		-webkit-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {

	.allow__cats-item .allow__cats-item-tooltip,
	.allow__cats-item .allow__cats-item-tooltip:before {
		/*-webkit-transform: translateX(-50%)!important;*/
		/*-ms-transform: translateX(-50%)!important;*/
		/*transform: translateX(-50%)!important*/
	}
}

.allow__cats {
	overflow: hidden;
}

.allow__advantages-item-list {
	list-style: disc;
	padding-left: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1199px) {

	.allow__cats-item .allow__cats-item-tooltip {
		width: 250px;
		left: unset !important;
		right: 45px;
		transform: 0 !important;
	}

	.allow__cats-item:first-child .allow__cats-item-tooltip {
		width: 250px;
		left: 45px !important;
		right: 0px !important;
		transform: 0 !important;
	}

	.allow__cats-item .allow__cats-item-tooltip:before {
		left: calc(100% - 28px) !important;
	}

	.allow__cats-item .allow__cats-item-tooltip:after {
		left: calc(100% - 16px) !important;
	}

	.allow__cats-item:first-child .allow__cats-item-tooltip:before {
		right: calc(100% - 28px) !important;
		left: unset !important;
	}

	.allow__cats-item:first-child .allow__cats-item-tooltip:after {
		right: calc(100% - 41px) !important;
		left: unset !important;
	}
}


@media (max-width: 768px) {

	.allow__cats-item:nth-child(2n-1) .allow__cats-item-tooltip {
		width: 250px;
		left: 0px !important;
		transform: 0 !important;
	}

	.allow__cats-item:nth-child(2n-1) .allow__cats-item-tooltip:before {
		right: calc(100% - 28px) !important;
		left: unset !important;
	}

	.allow__cats-item:nth-child(2n-1) .allow__cats-item-tooltip:after {
		right: calc(100% - 41px) !important;
		left: unset !important;
	}


	.allow__cats-item:nth-child(2n) .allow__cats-item-tooltip {
		width: 250px;
		left: unset !important;
		right: 0px !important;
		transform: 0 !important;
	}

	.allow__cats-item:nth-child(2n) .allow__cats-item-tooltip:before {
		left: calc(100% - 28px) !important;
		right: unset !important;
	}

	.allow__cats-item:nth-child(2n) .allow__cats-item-tooltip:after {
		left: calc(100% - 16px) !important;
		right: unset !important;
	}
}

.button:focus {
	outline: none;
}

.mt-30 {
	margin-top: 30px !important;
}

.main__news-slider-wrapper {
	opacity: 0;
}

.fix-bug-ie {
	display: flex;
	flex-direction: column;
}

.signal__textarea {
	line-height: 20px;
	width: 100%;
	padding: 15px;
	resize: none;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 6px;
}

.signal__textarea:focus {
	outline: none;
}

.signal__input-file {
	width: 100%;
}

.signal-popup input[type='file'] {
	display: none;
}

.signal__input-w {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.signal__text {
	width: 100%;
}

.signal-form {
	background-color: rgba(51, 51, 51, 0.05);
	padding: 40px;
	box-sizing: border-box;
}

.signal-popup .container {
	max-width: 500px;
}

.signal-popup__content {
	background-color: #fff;
	position: relative;
}

.signal-popup .placeholder {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	font-size: 15px;
	color: #333333;
	pointer-events: none;
	transition: transform .2s;
	z-index: 19;
	background: #ffffff;
}

.signal-popup .placeholder.active {
	transform: translate(-16%, -30px) scale(0.7);
	color: #999999;
}

.signal-popup .selectric-items {
	padding-bottom: 18px;
}

.signal-popup .title-1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 32px;
}

.signal-popup .selectric {
	min-height: 58px;
}

.signal-popup__select {
	margin-bottom: 24px;
	position: relative;
}

.signal-popup__select select {
	cursor: pointer;
}

.signal-popup .chosen-drop {
	width: 100% !important;
	right: 0 !important;
}

.signal-popup__placeholder {
	z-index: 1;
	color: rgb(51, 51, 51);
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 5px;
}

.signal__success .container {
	max-width: 600px;
}

.signal__success .signal-popup__content {
	padding: 40px;
}

.signal__title {
	font-size: 26px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 20px;
}

.signal__success p {
	font-size: 18px;
}

.signal-popup__textarea {
	margin-bottom: 15px;
}

.button--grey {
	background-color: rgba(51, 51, 51, 0.1);
	color: #2678B1;
}

@media (max-width: 575px) {
	.signal__title {
		font-size: 22px;
	}

	.signal__success p {
		font-size: 14px;
	}
}

@media (max-width: 360px) {
	.signal__title {
		font-size: 20px;
	}
}

.s-z {
	display: flex;
	flex-direction: column;
	padding-bottom: 33px;
	padding-top: 15px;
}

.s-z__top {
	display: flex;
	margin-bottom: 22px;
}

.s-z__input-w {
	position: relative;
	width: calc(98% * 2/3);
	margin-right: auto;
}

.s-z__lens {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	outline: none !important;
}

.s-z__input {
	height: 58px;
	line-height: 18px;
	width: 100%;
	padding: 17px 60px 17px 25px;
	background: #F7F7F7;
	border-radius: 6px;
	box-sizing: border-box;
	border: none;
	outline: none !important;
	font-size: 19px;
	-webkit-appearance: none;
}

.s-z__input::-ms-clear {
	display: none;
}

.s-z__input::-webkit-search-cancel-button {
	display: none;
}

.s-z__input::placeholder {
	font-size: 19px;
	font-weight: 500;
	color: #9a9a9a;
}

.s-z__check {
	position: relative;
	padding-left: 37px;
	display: flex;
	cursor: pointer;
}

.s-z__selection {
	display: flex;
	align-items: center;
}

.s-z__check input {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: none;
}

.s-z__check:not(:last-of-type) {
	margin-right: 50px;
}

.s-z__check input:checked+.s-z__checkbox {
	background: #3F91CD url("/local/templates/main/images/checked.svg") no-repeat 50% 50%;
	border: none;
}

.s-z__checkbox {
	position: absolute;
	left: 0;
	width: 23px;
	height: 23px;
	background: #FFFFFF;
	border: 1px solid #EAEAEA;
	box-sizing: border-box;
	border-radius: 6px;
}

.s-z__ph {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	font-size: 15px;
	color: #333333;
	pointer-events: none;
	transition: transform .2s;
	z-index: 19;
	background: #ffffff;
}

.s-z__ph.active {
	transform: translate(-10px, -29px) scale(0.7);
	color: #999999;
}

.s-z__ph.active .s-z__hidden {
	display: inline;
}

.s-z__hidden {
	display: none;
}

.s-z__bottom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.s-z__select-w {
	position: relative;
	width: 31%;
	height: 58px;
}

.s-z__select-w .chosen-single {
	height: 100%;
	border: 1px solid rgba(51, 51, 51, 0.1);
	background: #ffffff;
	box-shadow: none;
	padding: 16px 40px 18px 24px;
}

.s-z__select-w .chosen-container-active .chosen-single {
	background: #ffffff;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

.s-z__select-w .chosen-with-drop+.select__button {
	transform: rotate(180deg);
}

.s-z__select-w .chosen-drop {
	background: #ffffff;
	border: 1px solid rgba(51, 51, 51, 0.1);
	box-shadow: none;
	padding: 0 24px 30px 0;
	border-top: none;
}

.s-z__select-w .chosen-results li {
	padding: 10px 20px 10px 23px;
	color: #999999;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	line-height: 18px;
}

.s-z__select-w .chosen-results li.highlighted {
	background: #ffffff;
	color: #3F91CD;
	;
}

.s-z__select-w .chosen-results li.result-selected {
	background: #ffffff;
	color: #3F91CD;
	;
}

.s-z__select-w .chosen-single span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
	border-radius: 6px;
	font-size: 16px;
	margin-right: 0;
}

.s-z__select-w .chosen-container {
	height: 100%;
}

.s-z__select-w .chosen-container b {
	position: absolute;
	top: 0;
	right: 25px;
	background: url("/local/templates/main/html/common/images/arrow-down.svg") no-repeat 50% 50%;
	transition: .3s;
}

.s-z__select-w .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: 50% 50%;
	transform: rotate(180deg);
}

.s-z__select-w .chosen-results::-webkit-scrollbar {
	border-radius: 3.5px;
	width: 7px
}

.s-z__select-w .chosen-results::-webkit-scrollbar-track {
	border-radius: 3.5px;
	background-color: #f2f2f2;
}

.s-z__select-w .chosen-results::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	border-radius: 3.5px;
	width: 7px;
}

.s-z__select-w .chosen-results {
	scrollbar-color: #c4c4c4 #f2f2f2;
	scrollbar-width: thin;
}

.s-z__btns {
	display: flex;
	justify-content: center;
	margin-left: 10px;
}

.s-z__btns .button {
	margin-right: 15px;
	min-width: 191px;
}

.s-z .button._white:not(:hover) {
	background-color: #ffffff;
	color: #3F91CD;
}

.s-z label {
	margin-bottom: 0;
}

.client-card__link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
}

.table-selection tr.js-pagination-item {
	tab-index: 1;
	cursor: pointer;
}

.table-selection tr.js-pagination-item:hover {
	background: rgba(242, 242, 242, 0.5);
}

.competitive__content--new .competitive__content-title {
	max-width: initial;
}

.sel-detail {
	padding: 30px 0;
}

.sel-detail .title-1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
	max-width: 1050px;
}

.sel-detail__table {
	width: 100%;
	margin-bottom: 50px;
}

.sel-detail__row {
	padding: 18px 8px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #EAEAEA;
}

.sel-detail__row:last-child {
	border-bottom: none;
}

.sel-detail__left {
	font-size: 15px;
	font-weight: 700;
}

.sel-detail__right {
	font-weight: 500;
	font-size: 15px;
	text-align: right;
}

.sel-detail .button._white:not(:hover) {
	background-color: #ffffff;
	color: #3F91CD;
}

.select {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
}

.select-open .select__button {
	transform: rotate(180deg);
}

.select .s-z__check {
	margin-right: 0 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.select__items {
	display: none;
	width: 100%;
	max-height: 329px;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 24px 50px 25px;
	background-color: #ffffff;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 0 0 6px 6px;
	border-top: none;
	z-index: 18;
}

.select__items-list {
	overflow-y: scroll;
	padding-right: 20px;
	max-height: 265px;
	scrollbar-color: #c4c4c4 #f2f2f2;
	scrollbar-width: thin;
}

.select__items-list::-webkit-scrollbar {
	border-radius: 3.5px;
	width: 7px;
}

.select__items-list::-webkit-scrollbar-track {
	border-radius: 3.5px;
	background-color: #f2f2f2;
}

.select__items-list::-webkit-scrollbar-thumb {
	background-color: #c4c4c4;
	border-radius: 3.5px;
	width: 7px;
}

.select__label {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 18px 24px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 6px;
	padding-right: 40px;
}

.select__label span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-open .select__label {
	border-bottom: 1px solid transparent !important;
	border-radius: 6px 6px 0 0;
}

.select-open .select__items {
	display: block;
}

.select__button {
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	width: 20px;
	height: 100%;
	background: url("/local/templates/main/html/common/images/arrow-down.svg") no-repeat 50% 50%;
	transition: .3s;
	cursor: pointer;
}

@media (max-width: 767px) {
	.sel-detail__row {
		flex-direction: column;
		justify-content: initial;
	}

	.sel-detail__right {
		text-align: left;
	}

	.sel-detail__left {
		margin-bottom: 8px;
	}

	.sel-detail .title-1 {
		font-size: 26px;
	}
}

@media (max-width: 1200px) {
	.s-z__input-w {
		width: calc(82% * 2/3);
	}
}

@media (max-width: 991px) {
	.s-z__top {
		flex-direction: column;
	}

	.s-z__input-w {
		width: 100%;
		margin-bottom: 15px;
	}

	.s-z__selection {
		justify-content: center;
	}

	.s-z__bottom {
		flex-direction: column;
		padding: 0 40px;
	}

	.s-z__select-w {
		width: 100%;
	}

	.s-z__select-w:not(:last-child) {
		margin-bottom: 15px;
	}

	.select__items {
		z-index: 20;
	}
}

@media (max-width: 575px) {
	.s-z__btns {
		flex-direction: column;
		align-items: center;
	}

	.s-z .button {
		margin-right: 0;
		margin-bottom: 10px;
		max-width: 250px;
	}

	.s-z__check:not(:last-of-type) {
		margin-right: 10px;
	}

	.s-z__check {
		margin-bottom: 10px !important;
	}

	.s-z__selection {
		flex-wrap: wrap;
	}

	.s-z__select-w .chosen-drop {
		padding-right: 20px;
	}
}

.suppliers {
	padding-top: 40px;
}

.suppliers .provider__content {
	padding-top: 0;
}

.tabs-main--new {
	margin-bottom: 35px;
}

.selection {
	padding-top: 32px;
	padding-bottom: 60px;
}

.search-result {
	padding-top: 30px;
	padding-bottom: 60px;
}

.signal-popup__uploader {
	margin-bottom: 28px;
}

.s-z__select.filter-select-native {
	padding: 16px 40px 18px 24px;
	width: 100%;
	height: 100%;
	background-position: bottom 50% right 28px;
	border: 1px solid rgba(51, 51, 51, 0.1);
	border-radius: 4px;
}

.sel-detail .document__name span {
	display: block;
}

.sel-detail .document__name {
	max-width: 300px;
	width: 100%;
}

.sel-detail .document__content {
	width: 100%;
}

.section-select .s-z__ph.active {
	transform: translate(-7px, -29px) scale(0.7);
	/* ie fixes*/
}

.client-select .s-z__ph.active {
	transform: translate(-13px, -29px) scale(0.7);
	/* ie fixes*/
}

@media (max-width: 767px) {
	.suppliers .client-card {
		margin-right: 0;
		margin-left: 0;
	}
}

.sel-detail__warning {
	background-color: #F2F2F2;
	color: rgba(210, 10, 17, 0.5);
}

.sel-header-detail .inner-menu {
	display: none;
}

.sel-header-detail {
	padding-top: 136px;
}

textarea.input__field {
	position: relative;
}

.memo-input__wrapper {
	position: relative;
}

.checkbox-input__wrapper {
	position: relative;
}

.select-input__wrapper {
	width: 100%;
}

.select-input__wrapper label.s-z__select-w {
	width: 100%
}

.vote-note-box {
	margin-top: 40px;
}

.input__calendar-icon {
	margin: auto 0;
	top: 0px;
	bottom: 0px;
	right: 20px;
	height: 20px;
	width: 18px;
	position: absolute;
	cursor: pointer;
	display: inline-block;
	background-image: url("/local/templates/main/images/calendar.png");
}

.vote-form .dt_label {
	display: inline;

	@media (max-width: 1024px) {
		display: none;
	}
}

.vote-form .mb_label {
	display: none;

}

@media (max-width: 1024px) {
	.vote-form .dt_label {
		display: none;
	}

	.vote-form .mb_label {
		display: inline;

	}
}

.hidden_block {
	display: none
}

.vote-form .select-input__wrapper label {
	background-color: #fff;

}

.cookie .en-block {
	display: block !important;
}

.cookie .en-block .cookie__buttons,
.cookie .en-block .center {
	text-align: center;
}

.logo-1 {
	max-width: 10%;
}

.menu-1 {
	-ms-flex: 0 0 56%;
	flex: 0 0 56%;
	max-width: 56%;
}

@media (max-width: 1399.98px) {
	.header__nav-item:not(:first-child) {
		margin-left: 8px;
	}

	.button._enquiry {
		padding: 5px 10px;
		margin-right: 8px;
		min-width: 171px;
	}

	.logo-1 {
		max-width: 50%;
	}

	.menu-1 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.menu-mobile__content .button._enquiry {
	display: none;
}

@media (max-width: 519.98px) {
	.header__selects .button._enquiry {
		display: none;
	}

	.menu-mobile__content .button._enquiry {
		display: inline-block;
	}
}

@media (max-width: 500px) {
	.clients__title.row {
		display: block;
	}

	.clients__title p {
		margin-bottom: 20px;
	}
}

.swiper-wrapper .button._enquiry {
	width: 324px;
	vertical-align: top;
}

@media (max-width: 1199.98px) {
	.swiper-wrapper .button._enquiry {
		width: 260px;
	}
}

.swiper-wrapper .button._enquiry:visited {
	background-color: #3F91CD;
}

.swiper-wrapper .button._enquiry:visited:hover {
	background-color: #2678B1;

}

.representative__table_dividend {
	display: block;
	width: 100%;
	border-collapse: collapse;
}

.wysiwyg_divident table {
	width: 1000px;
}

.wysiwyg_divident table th {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid rgba(51, 51, 51, 0.4);
	padding: 12px 0 24px;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
}

.wysiwyg_divident table th:first-child {
	text-align: left;
}

.wysiwyg_divident table tr:first-child td {
	padding-top: 24px;
}

.wysiwyg_divident table td {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	padding: 12px 0;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.wysiwyg_divident table.representative__table td {
	text-align: left;
}

.wysiwyg_divident table td:first-child {
	text-align: left;
}

.wysiwyg_divident table td:last-child {
	text-align: center;
}

.wysiwyg_divident table th._left,
.wysiwyg_divident table td._left {
	text-align: left;
}

.wysiwyg_divident table th._right,
.wysiwyg_divident table td._right {
	text-align: right;
}

.container_compliance {
	display: flex;
	align-items: center;
	background-color: white;
}

.image_compliance {
	width: 50%;
	margin-right: 10px;
	object-fit: cover;
	height: auto;
}

.text_compliance {
	text-align: center;
}
@media (max-width: 767.98px) {
	.container_compliance {
		font-family: "Gilroy";
		font-weight: 700;
		color: #333;
		font-size: 40%;
		overflow: hidden;
		text-align: right;
		padding: 20px 2px 17px;
	  
	}
	.text_compliance {
		text-align: right;
		margin-bottom: -5%;
    margin-top: -5%;
	}
	.image_compliance {
		width: 100%;
		margin-right: 10px;
		object-fit: cover;
		height: auto;
	}
}

.text_compliance_signature {
	text-align: left;
}

.container_compliance_signal {
	display: flex;
	max-width: 1400px;
	gap: 30px;
}

.compliance_block1 {
	display: inline-block;
	width: 870px;
	height: 300px;
	background-color: white;
	/* margin: 10px; */
}
@media (max-width: 767.98px) {
	.compliance_block1 {
		display: inline-block;
		width: 870px;
		height: 300px;
		background-color: white;
		/* margin: 10px; */
	}
	.compliance_text_signal {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.compliance_hyper_text_signal {
		padding-left: 10px;
		padding-right: 10px;
		color: #3f91cd;
		font-size: 10px;
	}
}
.compliance_block2 {
	display: inline-block;
	width: 420px;
	height: 300px;
	background-color: white;
	/* margin: 10px; */
	color: black;
}

.compliance__sidebar-row {
	margin-bottom: 32px;
	padding: 30px;
}
@media (max-width: 767.98px) {
	.compliance__sidebar-row {
		padding: 15px;
	}
}

.compliance__sidebar-text {
	font-family: "Gilroy";
	font-weight: 600;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin-top: 4px;
	color: #999999;
}

.compliance__sidebar-title {
	font-family: "Gilroy";
	font-weight: 700;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 8px;
}

.compliance__sidebar-link {
	font-family: "Gilroy";
	font-weight: 500;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	margin-top: 4px;
}
@media (max-width: 767.98px) {
	.compliance__sidebar-link {
		font-family: "Gilroy";
		font-weight: 500;
		color: #333;
		font-size: 10px;
		line-height: 28px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		color: #333;
		margin-top: 4px;
	}
	.compliance__sidebar-row
	{
		width: 150px;
	}
	.compliance__sidebar-title
	{
		font-size: 15px;
	}
	.container_compliance_signal
	{
		gap: 10px;
	}
	.compliance_block1
	{
		height: 330px;
	}
	.compliance_block2
	{
		height: 330px;
	}
}
.compliance_text_signal {
	padding-left: 10px;
	padding-right: 10px;
}

.row_complaince {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
}

.compliance_hyper_text_signal {
	padding-left: 10px;
	padding-right: 10px;
	color: #3f91cd;
}

.compliance_ul {
	h1 {
		font-weight: bold;
	}

	ul {
		list-style-type: none;
		padding-left: 0;
	}

	ul li::before {
		content: "• ";
	}
}

#complianceImage {
	width: 100%;
	/* Устанавливаем ширину самой картинки */
	height: auto;
}

.compliance__wrapper {
	padding: 32px 40px 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 450px;
}

.compliance-card {
	background-color: #fff;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.compliance-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-left: -30px;
}
.b-input 
{
    display: block;
    max-width: 600px;
    width: 100%;
    position: relative;
}
.b-input__error.hidden
{
	display: none!important;
}
.form-desc
{
font-size: 15px;
}
@media (max-width: 767.98px) {
	.form-desc
{
font-size: 15px;
}
	.b-form
	{
max-width: 410px;
	}
	.b-select_filter
	{
		max-width: 300px;
	}
	.b-input__text
	{
		max-width: 300px;
	}
	.btn_file
	{
		display: inline-block;
    width: 350px;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1;
    color: #fff;
    height: 40px;
    transition: all .3s ease;
    cursor: pointer;
	}
}
/* End */
/* /local/templates/main/css/fonts-style.css?15882407572527 */
/* /local/templates/main/css/selectric.css?16088055996317 */
/* /local/templates/main/css/ps.css?16220462952853 */
/* /local/templates/main/css/suggestions.css?16608890353359 */
/* /local/templates/main/styles.css?17080877308052 */
/* /local/templates/main/template_styles.css?1710876935659817 */
