/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

.viewer-zoom-in::before {
  background-position: 0 0;
  content: 'Zoom In';
}

.viewer-zoom-out::before {
  background-position: -20px 0;
  content: 'Zoom Out';
}

.viewer-one-to-one::before {
  background-position: -40px 0;
  content: 'One to One';
}

.viewer-reset::before {
  background-position: -60px 0;
  content: 'Reset';
}

.viewer-prev::before {
  background-position: -80px 0;
  content: 'Previous';
}

.viewer-play::before {
  background-position: -100px 0;
  content: 'Play';
}

.viewer-next::before {
  background-position: -120px 0;
  content: 'Next';
}

.viewer-rotate-left::before {
  background-position: -140px 0;
  content: 'Rotate Left';
}

.viewer-rotate-right::before {
  background-position: -160px 0;
  content: 'Rotate Right';
}

.viewer-flip-horizontal::before {
  background-position: -180px 0;
  content: 'Flip Horizontal';
}

.viewer-flip-vertical::before {
  background-position: -200px 0;
  content: 'Flip Vertical';
}

.viewer-fullscreen::before {
  background-position: -220px 0;
  content: 'Enter Full Screen';
}

.viewer-fullscreen-exit::before {
  background-position: -240px 0;
  content: 'Exit Full Screen';
}

.viewer-close::before {
  background-position: -260px 0;
  content: 'Close';
}

.viewer-container {
  bottom: 0;
  direction: ltr;
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.viewer-container::-moz-selection, .viewer-container *::-moz-selection {
    background-color: transparent;
  }

.viewer-container::selection,
  .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.viewer-canvas > img {
    height: auto;
    margin: 15px auto;
    max-width: 90% !important;
    width: auto;
  }

.viewer-footer {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}

.viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

.viewer-list > li + li {
      margin-left: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      border-width: 2px;
      height: 20px;
      margin-left: -10px;
      margin-top: -10px;
      width: 20px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  background-color: #000;
  bottom: 0;
  cursor: none;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.viewer-player > img {
    left: 0;
    position: absolute;
    top: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
      float: left;
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

.viewer-toolbar > ul > li:focus,
      .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
        outline: 0;
        position: relative;
        z-index: 1;
      }

.viewer-toolbar > ul > li::before {
        margin: 2px;
      }

.viewer-toolbar > ul > li + li {
        margin-left: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      margin-bottom: 3px;
      margin-top: 3px;
      width: 18px;
    }

.viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      margin-bottom: -3px;
      margin-top: -3px;
      width: 30px;
    }

.viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -25px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 5%;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  overflow: hidden;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

.viewer-button:focus,
  .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    box-shadow: 0 0 3px #fff;
    outline: 0;
  }

.viewer-button::before {
    bottom: 15px;
    left: 15px;
    position: absolute;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

.viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.viewer-loading::after {
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-left-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

@charset "UTF-8";
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*  fonts */
/*----------------------------------*/
@font-face {
  font-family: "OtoiwoGroteskExtended";
  src: local("☺"), local("OtoiwoGroteskExtended SemBd"), local("OtoiwoGroteskExtended-SemBd"), url("../fonts/client/OtoiwoGroteskExtended-SemBd.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskExtended-SemBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskExtended";
  src: local("☺"), local("OtoiwoGroteskExtended Bold"), local("OtoiwoGroteskExtended-Bold"), url("../fonts/client/OtoiwoGroteskExtended-Bold.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskExtended-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskExtended";
  src: local("☺"), local("OtoiwoGroteskExtended ExtBd"), local("OtoiwoGroteskExtended-ExtBd"), url("../fonts/client/OtoiwoGroteskExtended-ExtBd.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskExtended-ExtBd.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskNormal";
  src: local("☺"), local("OtoiwoGroteskNormal Bold"), local("OtoiwoGroteskNormal-Bold"), url("../fonts/client/OtoiwoGroteskNormal-Bold.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskNormal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskNormal";
  src: local("☺"), local("OtoiwoGroteskNormal SemiBold"), local("OtoiwoGroteskNormal-SemiBold"), url("../fonts/client/OtoiwoGroteskNormal-SemiBold.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskNormal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskNormal";
  src: local("☺"), local("OtoiwoGroteskNormal Medium"), local("OtoiwoGroteskNormal-Medium"), url("../fonts/client/OtoiwoGroteskNormal-Medium.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskNormal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OtoiwoGroteskNormal";
  src: local("☺"), local("OtoiwoGroteskNormal Regular"), local("OtoiwoGroteskNormal-Regular"), url("../fonts/client/OtoiwoGroteskNormal-Regular.woff2") format("woff2"), url("../fonts/client/OtoiwoGroteskNormal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/*!
 * Bootstrap Grid v4.4.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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1872px;
  }
}

.container-fluid, .wrapper, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container-sm, .container-b375, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-b680, .container-sm, .container-b375, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-b680, .container-sm, .container-b375, .container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-b680, .container-sm, .container-b375, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1920px) {
  .container-xxl, .container-b1400, .container-b1366, .container-xl, .container-lg, .container-md, .container-b680, .container-sm, .container-b375, .container {
    max-width: 1872px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-b375 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-b375-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-b375-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-b375-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-b375-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-b375-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-b375-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b375-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-b375-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-b375-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b375-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-b375-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-b375-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-b375-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-b375-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-b375-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-b375-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-b375-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-b375-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-b375-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-b375-first {
    order: -1;
  }
  .order-b375-last {
    order: 13;
  }
  .order-b375-0 {
    order: 0;
  }
  .order-b375-1 {
    order: 1;
  }
  .order-b375-2 {
    order: 2;
  }
  .order-b375-3 {
    order: 3;
  }
  .order-b375-4 {
    order: 4;
  }
  .order-b375-5 {
    order: 5;
  }
  .order-b375-6 {
    order: 6;
  }
  .order-b375-7 {
    order: 7;
  }
  .order-b375-8 {
    order: 8;
  }
  .order-b375-9 {
    order: 9;
  }
  .order-b375-10 {
    order: 10;
  }
  .order-b375-11 {
    order: 11;
  }
  .order-b375-12 {
    order: 12;
  }
  .offset-b375-0 {
    margin-left: 0;
  }
  .offset-b375-1 {
    margin-left: 8.3333333333%;
  }
  .offset-b375-2 {
    margin-left: 16.6666666667%;
  }
  .offset-b375-3 {
    margin-left: 25%;
  }
  .offset-b375-4 {
    margin-left: 33.3333333333%;
  }
  .offset-b375-5 {
    margin-left: 41.6666666667%;
  }
  .offset-b375-6 {
    margin-left: 50%;
  }
  .offset-b375-7 {
    margin-left: 58.3333333333%;
  }
  .offset-b375-8 {
    margin-left: 66.6666666667%;
  }
  .offset-b375-9 {
    margin-left: 75%;
  }
  .offset-b375-10 {
    margin-left: 83.3333333333%;
  }
  .offset-b375-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 680px) {
  .col-b680 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-b680-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-b680-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-b680-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-b680-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-b680-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-b680-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b680-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-b680-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-b680-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b680-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-b680-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-b680-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-b680-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-b680-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-b680-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-b680-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-b680-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-b680-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-b680-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-b680-first {
    order: -1;
  }
  .order-b680-last {
    order: 13;
  }
  .order-b680-0 {
    order: 0;
  }
  .order-b680-1 {
    order: 1;
  }
  .order-b680-2 {
    order: 2;
  }
  .order-b680-3 {
    order: 3;
  }
  .order-b680-4 {
    order: 4;
  }
  .order-b680-5 {
    order: 5;
  }
  .order-b680-6 {
    order: 6;
  }
  .order-b680-7 {
    order: 7;
  }
  .order-b680-8 {
    order: 8;
  }
  .order-b680-9 {
    order: 9;
  }
  .order-b680-10 {
    order: 10;
  }
  .order-b680-11 {
    order: 11;
  }
  .order-b680-12 {
    order: 12;
  }
  .offset-b680-0 {
    margin-left: 0;
  }
  .offset-b680-1 {
    margin-left: 8.3333333333%;
  }
  .offset-b680-2 {
    margin-left: 16.6666666667%;
  }
  .offset-b680-3 {
    margin-left: 25%;
  }
  .offset-b680-4 {
    margin-left: 33.3333333333%;
  }
  .offset-b680-5 {
    margin-left: 41.6666666667%;
  }
  .offset-b680-6 {
    margin-left: 50%;
  }
  .offset-b680-7 {
    margin-left: 58.3333333333%;
  }
  .offset-b680-8 {
    margin-left: 66.6666666667%;
  }
  .offset-b680-9 {
    margin-left: 75%;
  }
  .offset-b680-10 {
    margin-left: 83.3333333333%;
  }
  .offset-b680-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-b1366 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-b1366-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-b1366-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-b1366-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-b1366-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-b1366-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-b1366-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b1366-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-b1366-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-b1366-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b1366-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-b1366-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-b1366-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-b1366-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-b1366-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-b1366-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-b1366-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-b1366-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-b1366-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-b1366-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-b1366-first {
    order: -1;
  }
  .order-b1366-last {
    order: 13;
  }
  .order-b1366-0 {
    order: 0;
  }
  .order-b1366-1 {
    order: 1;
  }
  .order-b1366-2 {
    order: 2;
  }
  .order-b1366-3 {
    order: 3;
  }
  .order-b1366-4 {
    order: 4;
  }
  .order-b1366-5 {
    order: 5;
  }
  .order-b1366-6 {
    order: 6;
  }
  .order-b1366-7 {
    order: 7;
  }
  .order-b1366-8 {
    order: 8;
  }
  .order-b1366-9 {
    order: 9;
  }
  .order-b1366-10 {
    order: 10;
  }
  .order-b1366-11 {
    order: 11;
  }
  .order-b1366-12 {
    order: 12;
  }
  .offset-b1366-0 {
    margin-left: 0;
  }
  .offset-b1366-1 {
    margin-left: 8.3333333333%;
  }
  .offset-b1366-2 {
    margin-left: 16.6666666667%;
  }
  .offset-b1366-3 {
    margin-left: 25%;
  }
  .offset-b1366-4 {
    margin-left: 33.3333333333%;
  }
  .offset-b1366-5 {
    margin-left: 41.6666666667%;
  }
  .offset-b1366-6 {
    margin-left: 50%;
  }
  .offset-b1366-7 {
    margin-left: 58.3333333333%;
  }
  .offset-b1366-8 {
    margin-left: 66.6666666667%;
  }
  .offset-b1366-9 {
    margin-left: 75%;
  }
  .offset-b1366-10 {
    margin-left: 83.3333333333%;
  }
  .offset-b1366-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-b1400 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-b1400-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-b1400-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-b1400-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-b1400-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-b1400-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-b1400-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b1400-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-b1400-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-b1400-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-b1400-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-b1400-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-b1400-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-b1400-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-b1400-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-b1400-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-b1400-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-b1400-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-b1400-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-b1400-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-b1400-first {
    order: -1;
  }
  .order-b1400-last {
    order: 13;
  }
  .order-b1400-0 {
    order: 0;
  }
  .order-b1400-1 {
    order: 1;
  }
  .order-b1400-2 {
    order: 2;
  }
  .order-b1400-3 {
    order: 3;
  }
  .order-b1400-4 {
    order: 4;
  }
  .order-b1400-5 {
    order: 5;
  }
  .order-b1400-6 {
    order: 6;
  }
  .order-b1400-7 {
    order: 7;
  }
  .order-b1400-8 {
    order: 8;
  }
  .order-b1400-9 {
    order: 9;
  }
  .order-b1400-10 {
    order: 10;
  }
  .order-b1400-11 {
    order: 11;
  }
  .order-b1400-12 {
    order: 12;
  }
  .offset-b1400-0 {
    margin-left: 0;
  }
  .offset-b1400-1 {
    margin-left: 8.3333333333%;
  }
  .offset-b1400-2 {
    margin-left: 16.6666666667%;
  }
  .offset-b1400-3 {
    margin-left: 25%;
  }
  .offset-b1400-4 {
    margin-left: 33.3333333333%;
  }
  .offset-b1400-5 {
    margin-left: 41.6666666667%;
  }
  .offset-b1400-6 {
    margin-left: 50%;
  }
  .offset-b1400-7 {
    margin-left: 58.3333333333%;
  }
  .offset-b1400-8 {
    margin-left: 66.6666666667%;
  }
  .offset-b1400-9 {
    margin-left: 75%;
  }
  .offset-b1400-10 {
    margin-left: 83.3333333333%;
  }
  .offset-b1400-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1920px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-b375-none {
    display: none !important;
  }
  .d-b375-inline {
    display: inline !important;
  }
  .d-b375-inline-block {
    display: inline-block !important;
  }
  .d-b375-block {
    display: block !important;
  }
  .d-b375-table {
    display: table !important;
  }
  .d-b375-table-row {
    display: table-row !important;
  }
  .d-b375-table-cell {
    display: table-cell !important;
  }
  .d-b375-flex {
    display: flex !important;
  }
  .d-b375-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 480px) {
  .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: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 680px) {
  .d-b680-none {
    display: none !important;
  }
  .d-b680-inline {
    display: inline !important;
  }
  .d-b680-inline-block {
    display: inline-block !important;
  }
  .d-b680-block {
    display: block !important;
  }
  .d-b680-table {
    display: table !important;
  }
  .d-b680-table-row {
    display: table-row !important;
  }
  .d-b680-table-cell {
    display: table-cell !important;
  }
  .d-b680-flex {
    display: flex !important;
  }
  .d-b680-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-b1366-none {
    display: none !important;
  }
  .d-b1366-inline {
    display: inline !important;
  }
  .d-b1366-inline-block {
    display: inline-block !important;
  }
  .d-b1366-block {
    display: block !important;
  }
  .d-b1366-table {
    display: table !important;
  }
  .d-b1366-table-row {
    display: table-row !important;
  }
  .d-b1366-table-cell {
    display: table-cell !important;
  }
  .d-b1366-flex {
    display: flex !important;
  }
  .d-b1366-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-b1400-none {
    display: none !important;
  }
  .d-b1400-inline {
    display: inline !important;
  }
  .d-b1400-inline-block {
    display: inline-block !important;
  }
  .d-b1400-block {
    display: block !important;
  }
  .d-b1400-table {
    display: table !important;
  }
  .d-b1400-table-row {
    display: table-row !important;
  }
  .d-b1400-table-cell {
    display: table-cell !important;
  }
  .d-b1400-flex {
    display: flex !important;
  }
  .d-b1400-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-b375-row {
    flex-direction: row !important;
  }
  .flex-b375-column {
    flex-direction: column !important;
  }
  .flex-b375-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-b375-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-b375-wrap {
    flex-wrap: wrap !important;
  }
  .flex-b375-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-b375-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-b375-fill {
    flex: 1 1 auto !important;
  }
  .flex-b375-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-b375-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-b375-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-b375-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-b375-start {
    justify-content: flex-start !important;
  }
  .justify-content-b375-end {
    justify-content: flex-end !important;
  }
  .justify-content-b375-center {
    justify-content: center !important;
  }
  .justify-content-b375-between {
    justify-content: space-between !important;
  }
  .justify-content-b375-around {
    justify-content: space-around !important;
  }
  .align-items-b375-start {
    align-items: flex-start !important;
  }
  .align-items-b375-end {
    align-items: flex-end !important;
  }
  .align-items-b375-center {
    align-items: center !important;
  }
  .align-items-b375-baseline {
    align-items: baseline !important;
  }
  .align-items-b375-stretch {
    align-items: stretch !important;
  }
  .align-content-b375-start {
    align-content: flex-start !important;
  }
  .align-content-b375-end {
    align-content: flex-end !important;
  }
  .align-content-b375-center {
    align-content: center !important;
  }
  .align-content-b375-between {
    align-content: space-between !important;
  }
  .align-content-b375-around {
    align-content: space-around !important;
  }
  .align-content-b375-stretch {
    align-content: stretch !important;
  }
  .align-self-b375-auto {
    align-self: auto !important;
  }
  .align-self-b375-start {
    align-self: flex-start !important;
  }
  .align-self-b375-end {
    align-self: flex-end !important;
  }
  .align-self-b375-center {
    align-self: center !important;
  }
  .align-self-b375-baseline {
    align-self: baseline !important;
  }
  .align-self-b375-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 480px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 680px) {
  .flex-b680-row {
    flex-direction: row !important;
  }
  .flex-b680-column {
    flex-direction: column !important;
  }
  .flex-b680-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-b680-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-b680-wrap {
    flex-wrap: wrap !important;
  }
  .flex-b680-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-b680-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-b680-fill {
    flex: 1 1 auto !important;
  }
  .flex-b680-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-b680-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-b680-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-b680-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-b680-start {
    justify-content: flex-start !important;
  }
  .justify-content-b680-end {
    justify-content: flex-end !important;
  }
  .justify-content-b680-center {
    justify-content: center !important;
  }
  .justify-content-b680-between {
    justify-content: space-between !important;
  }
  .justify-content-b680-around {
    justify-content: space-around !important;
  }
  .align-items-b680-start {
    align-items: flex-start !important;
  }
  .align-items-b680-end {
    align-items: flex-end !important;
  }
  .align-items-b680-center {
    align-items: center !important;
  }
  .align-items-b680-baseline {
    align-items: baseline !important;
  }
  .align-items-b680-stretch {
    align-items: stretch !important;
  }
  .align-content-b680-start {
    align-content: flex-start !important;
  }
  .align-content-b680-end {
    align-content: flex-end !important;
  }
  .align-content-b680-center {
    align-content: center !important;
  }
  .align-content-b680-between {
    align-content: space-between !important;
  }
  .align-content-b680-around {
    align-content: space-around !important;
  }
  .align-content-b680-stretch {
    align-content: stretch !important;
  }
  .align-self-b680-auto {
    align-self: auto !important;
  }
  .align-self-b680-start {
    align-self: flex-start !important;
  }
  .align-self-b680-end {
    align-self: flex-end !important;
  }
  .align-self-b680-center {
    align-self: center !important;
  }
  .align-self-b680-baseline {
    align-self: baseline !important;
  }
  .align-self-b680-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-b1366-row {
    flex-direction: row !important;
  }
  .flex-b1366-column {
    flex-direction: column !important;
  }
  .flex-b1366-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-b1366-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-b1366-wrap {
    flex-wrap: wrap !important;
  }
  .flex-b1366-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-b1366-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-b1366-fill {
    flex: 1 1 auto !important;
  }
  .flex-b1366-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-b1366-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-b1366-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-b1366-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-b1366-start {
    justify-content: flex-start !important;
  }
  .justify-content-b1366-end {
    justify-content: flex-end !important;
  }
  .justify-content-b1366-center {
    justify-content: center !important;
  }
  .justify-content-b1366-between {
    justify-content: space-between !important;
  }
  .justify-content-b1366-around {
    justify-content: space-around !important;
  }
  .align-items-b1366-start {
    align-items: flex-start !important;
  }
  .align-items-b1366-end {
    align-items: flex-end !important;
  }
  .align-items-b1366-center {
    align-items: center !important;
  }
  .align-items-b1366-baseline {
    align-items: baseline !important;
  }
  .align-items-b1366-stretch {
    align-items: stretch !important;
  }
  .align-content-b1366-start {
    align-content: flex-start !important;
  }
  .align-content-b1366-end {
    align-content: flex-end !important;
  }
  .align-content-b1366-center {
    align-content: center !important;
  }
  .align-content-b1366-between {
    align-content: space-between !important;
  }
  .align-content-b1366-around {
    align-content: space-around !important;
  }
  .align-content-b1366-stretch {
    align-content: stretch !important;
  }
  .align-self-b1366-auto {
    align-self: auto !important;
  }
  .align-self-b1366-start {
    align-self: flex-start !important;
  }
  .align-self-b1366-end {
    align-self: flex-end !important;
  }
  .align-self-b1366-center {
    align-self: center !important;
  }
  .align-self-b1366-baseline {
    align-self: baseline !important;
  }
  .align-self-b1366-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-b1400-row {
    flex-direction: row !important;
  }
  .flex-b1400-column {
    flex-direction: column !important;
  }
  .flex-b1400-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-b1400-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-b1400-wrap {
    flex-wrap: wrap !important;
  }
  .flex-b1400-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-b1400-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-b1400-fill {
    flex: 1 1 auto !important;
  }
  .flex-b1400-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-b1400-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-b1400-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-b1400-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-b1400-start {
    justify-content: flex-start !important;
  }
  .justify-content-b1400-end {
    justify-content: flex-end !important;
  }
  .justify-content-b1400-center {
    justify-content: center !important;
  }
  .justify-content-b1400-between {
    justify-content: space-between !important;
  }
  .justify-content-b1400-around {
    justify-content: space-around !important;
  }
  .align-items-b1400-start {
    align-items: flex-start !important;
  }
  .align-items-b1400-end {
    align-items: flex-end !important;
  }
  .align-items-b1400-center {
    align-items: center !important;
  }
  .align-items-b1400-baseline {
    align-items: baseline !important;
  }
  .align-items-b1400-stretch {
    align-items: stretch !important;
  }
  .align-content-b1400-start {
    align-content: flex-start !important;
  }
  .align-content-b1400-end {
    align-content: flex-end !important;
  }
  .align-content-b1400-center {
    align-content: center !important;
  }
  .align-content-b1400-between {
    align-content: space-between !important;
  }
  .align-content-b1400-around {
    align-content: space-around !important;
  }
  .align-content-b1400-stretch {
    align-content: stretch !important;
  }
  .align-self-b1400-auto {
    align-self: auto !important;
  }
  .align-self-b1400-start {
    align-self: flex-start !important;
  }
  .align-self-b1400-end {
    align-self: flex-end !important;
  }
  .align-self-b1400-center {
    align-self: center !important;
  }
  .align-self-b1400-baseline {
    align-self: baseline !important;
  }
  .align-self-b1400-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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: 1.5rem !important;
}

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

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

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 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: 1.5rem !important;
}

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

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

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

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

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

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

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

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 375px) {
  .m-b375-0 {
    margin: 0 !important;
  }
  .mt-b375-0,
  .my-b375-0 {
    margin-top: 0 !important;
  }
  .mr-b375-0,
  .mx-b375-0 {
    margin-right: 0 !important;
  }
  .mb-b375-0,
  .my-b375-0 {
    margin-bottom: 0 !important;
  }
  .ml-b375-0,
  .mx-b375-0 {
    margin-left: 0 !important;
  }
  .m-b375-1 {
    margin: 0.25rem !important;
  }
  .mt-b375-1,
  .my-b375-1 {
    margin-top: 0.25rem !important;
  }
  .mr-b375-1,
  .mx-b375-1 {
    margin-right: 0.25rem !important;
  }
  .mb-b375-1,
  .my-b375-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-b375-1,
  .mx-b375-1 {
    margin-left: 0.25rem !important;
  }
  .m-b375-2 {
    margin: 0.5rem !important;
  }
  .mt-b375-2,
  .my-b375-2 {
    margin-top: 0.5rem !important;
  }
  .mr-b375-2,
  .mx-b375-2 {
    margin-right: 0.5rem !important;
  }
  .mb-b375-2,
  .my-b375-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-b375-2,
  .mx-b375-2 {
    margin-left: 0.5rem !important;
  }
  .m-b375-3 {
    margin: 1rem !important;
  }
  .mt-b375-3,
  .my-b375-3 {
    margin-top: 1rem !important;
  }
  .mr-b375-3,
  .mx-b375-3 {
    margin-right: 1rem !important;
  }
  .mb-b375-3,
  .my-b375-3 {
    margin-bottom: 1rem !important;
  }
  .ml-b375-3,
  .mx-b375-3 {
    margin-left: 1rem !important;
  }
  .m-b375-4 {
    margin: 1.5rem !important;
  }
  .mt-b375-4,
  .my-b375-4 {
    margin-top: 1.5rem !important;
  }
  .mr-b375-4,
  .mx-b375-4 {
    margin-right: 1.5rem !important;
  }
  .mb-b375-4,
  .my-b375-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-b375-4,
  .mx-b375-4 {
    margin-left: 1.5rem !important;
  }
  .m-b375-5 {
    margin: 3rem !important;
  }
  .mt-b375-5,
  .my-b375-5 {
    margin-top: 3rem !important;
  }
  .mr-b375-5,
  .mx-b375-5 {
    margin-right: 3rem !important;
  }
  .mb-b375-5,
  .my-b375-5 {
    margin-bottom: 3rem !important;
  }
  .ml-b375-5,
  .mx-b375-5 {
    margin-left: 3rem !important;
  }
  .p-b375-0 {
    padding: 0 !important;
  }
  .pt-b375-0,
  .py-b375-0 {
    padding-top: 0 !important;
  }
  .pr-b375-0,
  .px-b375-0 {
    padding-right: 0 !important;
  }
  .pb-b375-0,
  .py-b375-0 {
    padding-bottom: 0 !important;
  }
  .pl-b375-0,
  .px-b375-0 {
    padding-left: 0 !important;
  }
  .p-b375-1 {
    padding: 0.25rem !important;
  }
  .pt-b375-1,
  .py-b375-1 {
    padding-top: 0.25rem !important;
  }
  .pr-b375-1,
  .px-b375-1 {
    padding-right: 0.25rem !important;
  }
  .pb-b375-1,
  .py-b375-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-b375-1,
  .px-b375-1 {
    padding-left: 0.25rem !important;
  }
  .p-b375-2 {
    padding: 0.5rem !important;
  }
  .pt-b375-2,
  .py-b375-2 {
    padding-top: 0.5rem !important;
  }
  .pr-b375-2,
  .px-b375-2 {
    padding-right: 0.5rem !important;
  }
  .pb-b375-2,
  .py-b375-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-b375-2,
  .px-b375-2 {
    padding-left: 0.5rem !important;
  }
  .p-b375-3 {
    padding: 1rem !important;
  }
  .pt-b375-3,
  .py-b375-3 {
    padding-top: 1rem !important;
  }
  .pr-b375-3,
  .px-b375-3 {
    padding-right: 1rem !important;
  }
  .pb-b375-3,
  .py-b375-3 {
    padding-bottom: 1rem !important;
  }
  .pl-b375-3,
  .px-b375-3 {
    padding-left: 1rem !important;
  }
  .p-b375-4 {
    padding: 1.5rem !important;
  }
  .pt-b375-4,
  .py-b375-4 {
    padding-top: 1.5rem !important;
  }
  .pr-b375-4,
  .px-b375-4 {
    padding-right: 1.5rem !important;
  }
  .pb-b375-4,
  .py-b375-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-b375-4,
  .px-b375-4 {
    padding-left: 1.5rem !important;
  }
  .p-b375-5 {
    padding: 3rem !important;
  }
  .pt-b375-5,
  .py-b375-5 {
    padding-top: 3rem !important;
  }
  .pr-b375-5,
  .px-b375-5 {
    padding-right: 3rem !important;
  }
  .pb-b375-5,
  .py-b375-5 {
    padding-bottom: 3rem !important;
  }
  .pl-b375-5,
  .px-b375-5 {
    padding-left: 3rem !important;
  }
  .m-b375-n1 {
    margin: -0.25rem !important;
  }
  .mt-b375-n1,
  .my-b375-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-b375-n1,
  .mx-b375-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-b375-n1,
  .my-b375-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-b375-n1,
  .mx-b375-n1 {
    margin-left: -0.25rem !important;
  }
  .m-b375-n2 {
    margin: -0.5rem !important;
  }
  .mt-b375-n2,
  .my-b375-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-b375-n2,
  .mx-b375-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-b375-n2,
  .my-b375-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-b375-n2,
  .mx-b375-n2 {
    margin-left: -0.5rem !important;
  }
  .m-b375-n3 {
    margin: -1rem !important;
  }
  .mt-b375-n3,
  .my-b375-n3 {
    margin-top: -1rem !important;
  }
  .mr-b375-n3,
  .mx-b375-n3 {
    margin-right: -1rem !important;
  }
  .mb-b375-n3,
  .my-b375-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-b375-n3,
  .mx-b375-n3 {
    margin-left: -1rem !important;
  }
  .m-b375-n4 {
    margin: -1.5rem !important;
  }
  .mt-b375-n4,
  .my-b375-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-b375-n4,
  .mx-b375-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-b375-n4,
  .my-b375-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-b375-n4,
  .mx-b375-n4 {
    margin-left: -1.5rem !important;
  }
  .m-b375-n5 {
    margin: -3rem !important;
  }
  .mt-b375-n5,
  .my-b375-n5 {
    margin-top: -3rem !important;
  }
  .mr-b375-n5,
  .mx-b375-n5 {
    margin-right: -3rem !important;
  }
  .mb-b375-n5,
  .my-b375-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-b375-n5,
  .mx-b375-n5 {
    margin-left: -3rem !important;
  }
  .m-b375-auto {
    margin: auto !important;
  }
  .mt-b375-auto,
  .my-b375-auto {
    margin-top: auto !important;
  }
  .mr-b375-auto,
  .mx-b375-auto {
    margin-right: auto !important;
  }
  .mb-b375-auto,
  .my-b375-auto {
    margin-bottom: auto !important;
  }
  .ml-b375-auto,
  .mx-b375-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 480px) {
  .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: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 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: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 680px) {
  .m-b680-0 {
    margin: 0 !important;
  }
  .mt-b680-0,
  .my-b680-0 {
    margin-top: 0 !important;
  }
  .mr-b680-0,
  .mx-b680-0 {
    margin-right: 0 !important;
  }
  .mb-b680-0,
  .my-b680-0 {
    margin-bottom: 0 !important;
  }
  .ml-b680-0,
  .mx-b680-0 {
    margin-left: 0 !important;
  }
  .m-b680-1 {
    margin: 0.25rem !important;
  }
  .mt-b680-1,
  .my-b680-1 {
    margin-top: 0.25rem !important;
  }
  .mr-b680-1,
  .mx-b680-1 {
    margin-right: 0.25rem !important;
  }
  .mb-b680-1,
  .my-b680-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-b680-1,
  .mx-b680-1 {
    margin-left: 0.25rem !important;
  }
  .m-b680-2 {
    margin: 0.5rem !important;
  }
  .mt-b680-2,
  .my-b680-2 {
    margin-top: 0.5rem !important;
  }
  .mr-b680-2,
  .mx-b680-2 {
    margin-right: 0.5rem !important;
  }
  .mb-b680-2,
  .my-b680-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-b680-2,
  .mx-b680-2 {
    margin-left: 0.5rem !important;
  }
  .m-b680-3 {
    margin: 1rem !important;
  }
  .mt-b680-3,
  .my-b680-3 {
    margin-top: 1rem !important;
  }
  .mr-b680-3,
  .mx-b680-3 {
    margin-right: 1rem !important;
  }
  .mb-b680-3,
  .my-b680-3 {
    margin-bottom: 1rem !important;
  }
  .ml-b680-3,
  .mx-b680-3 {
    margin-left: 1rem !important;
  }
  .m-b680-4 {
    margin: 1.5rem !important;
  }
  .mt-b680-4,
  .my-b680-4 {
    margin-top: 1.5rem !important;
  }
  .mr-b680-4,
  .mx-b680-4 {
    margin-right: 1.5rem !important;
  }
  .mb-b680-4,
  .my-b680-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-b680-4,
  .mx-b680-4 {
    margin-left: 1.5rem !important;
  }
  .m-b680-5 {
    margin: 3rem !important;
  }
  .mt-b680-5,
  .my-b680-5 {
    margin-top: 3rem !important;
  }
  .mr-b680-5,
  .mx-b680-5 {
    margin-right: 3rem !important;
  }
  .mb-b680-5,
  .my-b680-5 {
    margin-bottom: 3rem !important;
  }
  .ml-b680-5,
  .mx-b680-5 {
    margin-left: 3rem !important;
  }
  .p-b680-0 {
    padding: 0 !important;
  }
  .pt-b680-0,
  .py-b680-0 {
    padding-top: 0 !important;
  }
  .pr-b680-0,
  .px-b680-0 {
    padding-right: 0 !important;
  }
  .pb-b680-0,
  .py-b680-0 {
    padding-bottom: 0 !important;
  }
  .pl-b680-0,
  .px-b680-0 {
    padding-left: 0 !important;
  }
  .p-b680-1 {
    padding: 0.25rem !important;
  }
  .pt-b680-1,
  .py-b680-1 {
    padding-top: 0.25rem !important;
  }
  .pr-b680-1,
  .px-b680-1 {
    padding-right: 0.25rem !important;
  }
  .pb-b680-1,
  .py-b680-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-b680-1,
  .px-b680-1 {
    padding-left: 0.25rem !important;
  }
  .p-b680-2 {
    padding: 0.5rem !important;
  }
  .pt-b680-2,
  .py-b680-2 {
    padding-top: 0.5rem !important;
  }
  .pr-b680-2,
  .px-b680-2 {
    padding-right: 0.5rem !important;
  }
  .pb-b680-2,
  .py-b680-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-b680-2,
  .px-b680-2 {
    padding-left: 0.5rem !important;
  }
  .p-b680-3 {
    padding: 1rem !important;
  }
  .pt-b680-3,
  .py-b680-3 {
    padding-top: 1rem !important;
  }
  .pr-b680-3,
  .px-b680-3 {
    padding-right: 1rem !important;
  }
  .pb-b680-3,
  .py-b680-3 {
    padding-bottom: 1rem !important;
  }
  .pl-b680-3,
  .px-b680-3 {
    padding-left: 1rem !important;
  }
  .p-b680-4 {
    padding: 1.5rem !important;
  }
  .pt-b680-4,
  .py-b680-4 {
    padding-top: 1.5rem !important;
  }
  .pr-b680-4,
  .px-b680-4 {
    padding-right: 1.5rem !important;
  }
  .pb-b680-4,
  .py-b680-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-b680-4,
  .px-b680-4 {
    padding-left: 1.5rem !important;
  }
  .p-b680-5 {
    padding: 3rem !important;
  }
  .pt-b680-5,
  .py-b680-5 {
    padding-top: 3rem !important;
  }
  .pr-b680-5,
  .px-b680-5 {
    padding-right: 3rem !important;
  }
  .pb-b680-5,
  .py-b680-5 {
    padding-bottom: 3rem !important;
  }
  .pl-b680-5,
  .px-b680-5 {
    padding-left: 3rem !important;
  }
  .m-b680-n1 {
    margin: -0.25rem !important;
  }
  .mt-b680-n1,
  .my-b680-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-b680-n1,
  .mx-b680-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-b680-n1,
  .my-b680-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-b680-n1,
  .mx-b680-n1 {
    margin-left: -0.25rem !important;
  }
  .m-b680-n2 {
    margin: -0.5rem !important;
  }
  .mt-b680-n2,
  .my-b680-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-b680-n2,
  .mx-b680-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-b680-n2,
  .my-b680-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-b680-n2,
  .mx-b680-n2 {
    margin-left: -0.5rem !important;
  }
  .m-b680-n3 {
    margin: -1rem !important;
  }
  .mt-b680-n3,
  .my-b680-n3 {
    margin-top: -1rem !important;
  }
  .mr-b680-n3,
  .mx-b680-n3 {
    margin-right: -1rem !important;
  }
  .mb-b680-n3,
  .my-b680-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-b680-n3,
  .mx-b680-n3 {
    margin-left: -1rem !important;
  }
  .m-b680-n4 {
    margin: -1.5rem !important;
  }
  .mt-b680-n4,
  .my-b680-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-b680-n4,
  .mx-b680-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-b680-n4,
  .my-b680-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-b680-n4,
  .mx-b680-n4 {
    margin-left: -1.5rem !important;
  }
  .m-b680-n5 {
    margin: -3rem !important;
  }
  .mt-b680-n5,
  .my-b680-n5 {
    margin-top: -3rem !important;
  }
  .mr-b680-n5,
  .mx-b680-n5 {
    margin-right: -3rem !important;
  }
  .mb-b680-n5,
  .my-b680-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-b680-n5,
  .mx-b680-n5 {
    margin-left: -3rem !important;
  }
  .m-b680-auto {
    margin: auto !important;
  }
  .mt-b680-auto,
  .my-b680-auto {
    margin-top: auto !important;
  }
  .mr-b680-auto,
  .mx-b680-auto {
    margin-right: auto !important;
  }
  .mb-b680-auto,
  .my-b680-auto {
    margin-bottom: auto !important;
  }
  .ml-b680-auto,
  .mx-b680-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 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: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 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: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 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: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 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: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .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: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 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: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-b1366-0 {
    margin: 0 !important;
  }
  .mt-b1366-0,
  .my-b1366-0 {
    margin-top: 0 !important;
  }
  .mr-b1366-0,
  .mx-b1366-0 {
    margin-right: 0 !important;
  }
  .mb-b1366-0,
  .my-b1366-0 {
    margin-bottom: 0 !important;
  }
  .ml-b1366-0,
  .mx-b1366-0 {
    margin-left: 0 !important;
  }
  .m-b1366-1 {
    margin: 0.25rem !important;
  }
  .mt-b1366-1,
  .my-b1366-1 {
    margin-top: 0.25rem !important;
  }
  .mr-b1366-1,
  .mx-b1366-1 {
    margin-right: 0.25rem !important;
  }
  .mb-b1366-1,
  .my-b1366-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-b1366-1,
  .mx-b1366-1 {
    margin-left: 0.25rem !important;
  }
  .m-b1366-2 {
    margin: 0.5rem !important;
  }
  .mt-b1366-2,
  .my-b1366-2 {
    margin-top: 0.5rem !important;
  }
  .mr-b1366-2,
  .mx-b1366-2 {
    margin-right: 0.5rem !important;
  }
  .mb-b1366-2,
  .my-b1366-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-b1366-2,
  .mx-b1366-2 {
    margin-left: 0.5rem !important;
  }
  .m-b1366-3 {
    margin: 1rem !important;
  }
  .mt-b1366-3,
  .my-b1366-3 {
    margin-top: 1rem !important;
  }
  .mr-b1366-3,
  .mx-b1366-3 {
    margin-right: 1rem !important;
  }
  .mb-b1366-3,
  .my-b1366-3 {
    margin-bottom: 1rem !important;
  }
  .ml-b1366-3,
  .mx-b1366-3 {
    margin-left: 1rem !important;
  }
  .m-b1366-4 {
    margin: 1.5rem !important;
  }
  .mt-b1366-4,
  .my-b1366-4 {
    margin-top: 1.5rem !important;
  }
  .mr-b1366-4,
  .mx-b1366-4 {
    margin-right: 1.5rem !important;
  }
  .mb-b1366-4,
  .my-b1366-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-b1366-4,
  .mx-b1366-4 {
    margin-left: 1.5rem !important;
  }
  .m-b1366-5 {
    margin: 3rem !important;
  }
  .mt-b1366-5,
  .my-b1366-5 {
    margin-top: 3rem !important;
  }
  .mr-b1366-5,
  .mx-b1366-5 {
    margin-right: 3rem !important;
  }
  .mb-b1366-5,
  .my-b1366-5 {
    margin-bottom: 3rem !important;
  }
  .ml-b1366-5,
  .mx-b1366-5 {
    margin-left: 3rem !important;
  }
  .p-b1366-0 {
    padding: 0 !important;
  }
  .pt-b1366-0,
  .py-b1366-0 {
    padding-top: 0 !important;
  }
  .pr-b1366-0,
  .px-b1366-0 {
    padding-right: 0 !important;
  }
  .pb-b1366-0,
  .py-b1366-0 {
    padding-bottom: 0 !important;
  }
  .pl-b1366-0,
  .px-b1366-0 {
    padding-left: 0 !important;
  }
  .p-b1366-1 {
    padding: 0.25rem !important;
  }
  .pt-b1366-1,
  .py-b1366-1 {
    padding-top: 0.25rem !important;
  }
  .pr-b1366-1,
  .px-b1366-1 {
    padding-right: 0.25rem !important;
  }
  .pb-b1366-1,
  .py-b1366-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-b1366-1,
  .px-b1366-1 {
    padding-left: 0.25rem !important;
  }
  .p-b1366-2 {
    padding: 0.5rem !important;
  }
  .pt-b1366-2,
  .py-b1366-2 {
    padding-top: 0.5rem !important;
  }
  .pr-b1366-2,
  .px-b1366-2 {
    padding-right: 0.5rem !important;
  }
  .pb-b1366-2,
  .py-b1366-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-b1366-2,
  .px-b1366-2 {
    padding-left: 0.5rem !important;
  }
  .p-b1366-3 {
    padding: 1rem !important;
  }
  .pt-b1366-3,
  .py-b1366-3 {
    padding-top: 1rem !important;
  }
  .pr-b1366-3,
  .px-b1366-3 {
    padding-right: 1rem !important;
  }
  .pb-b1366-3,
  .py-b1366-3 {
    padding-bottom: 1rem !important;
  }
  .pl-b1366-3,
  .px-b1366-3 {
    padding-left: 1rem !important;
  }
  .p-b1366-4 {
    padding: 1.5rem !important;
  }
  .pt-b1366-4,
  .py-b1366-4 {
    padding-top: 1.5rem !important;
  }
  .pr-b1366-4,
  .px-b1366-4 {
    padding-right: 1.5rem !important;
  }
  .pb-b1366-4,
  .py-b1366-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-b1366-4,
  .px-b1366-4 {
    padding-left: 1.5rem !important;
  }
  .p-b1366-5 {
    padding: 3rem !important;
  }
  .pt-b1366-5,
  .py-b1366-5 {
    padding-top: 3rem !important;
  }
  .pr-b1366-5,
  .px-b1366-5 {
    padding-right: 3rem !important;
  }
  .pb-b1366-5,
  .py-b1366-5 {
    padding-bottom: 3rem !important;
  }
  .pl-b1366-5,
  .px-b1366-5 {
    padding-left: 3rem !important;
  }
  .m-b1366-n1 {
    margin: -0.25rem !important;
  }
  .mt-b1366-n1,
  .my-b1366-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-b1366-n1,
  .mx-b1366-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-b1366-n1,
  .my-b1366-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-b1366-n1,
  .mx-b1366-n1 {
    margin-left: -0.25rem !important;
  }
  .m-b1366-n2 {
    margin: -0.5rem !important;
  }
  .mt-b1366-n2,
  .my-b1366-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-b1366-n2,
  .mx-b1366-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-b1366-n2,
  .my-b1366-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-b1366-n2,
  .mx-b1366-n2 {
    margin-left: -0.5rem !important;
  }
  .m-b1366-n3 {
    margin: -1rem !important;
  }
  .mt-b1366-n3,
  .my-b1366-n3 {
    margin-top: -1rem !important;
  }
  .mr-b1366-n3,
  .mx-b1366-n3 {
    margin-right: -1rem !important;
  }
  .mb-b1366-n3,
  .my-b1366-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-b1366-n3,
  .mx-b1366-n3 {
    margin-left: -1rem !important;
  }
  .m-b1366-n4 {
    margin: -1.5rem !important;
  }
  .mt-b1366-n4,
  .my-b1366-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-b1366-n4,
  .mx-b1366-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-b1366-n4,
  .my-b1366-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-b1366-n4,
  .mx-b1366-n4 {
    margin-left: -1.5rem !important;
  }
  .m-b1366-n5 {
    margin: -3rem !important;
  }
  .mt-b1366-n5,
  .my-b1366-n5 {
    margin-top: -3rem !important;
  }
  .mr-b1366-n5,
  .mx-b1366-n5 {
    margin-right: -3rem !important;
  }
  .mb-b1366-n5,
  .my-b1366-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-b1366-n5,
  .mx-b1366-n5 {
    margin-left: -3rem !important;
  }
  .m-b1366-auto {
    margin: auto !important;
  }
  .mt-b1366-auto,
  .my-b1366-auto {
    margin-top: auto !important;
  }
  .mr-b1366-auto,
  .mx-b1366-auto {
    margin-right: auto !important;
  }
  .mb-b1366-auto,
  .my-b1366-auto {
    margin-bottom: auto !important;
  }
  .ml-b1366-auto,
  .mx-b1366-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-b1400-0 {
    margin: 0 !important;
  }
  .mt-b1400-0,
  .my-b1400-0 {
    margin-top: 0 !important;
  }
  .mr-b1400-0,
  .mx-b1400-0 {
    margin-right: 0 !important;
  }
  .mb-b1400-0,
  .my-b1400-0 {
    margin-bottom: 0 !important;
  }
  .ml-b1400-0,
  .mx-b1400-0 {
    margin-left: 0 !important;
  }
  .m-b1400-1 {
    margin: 0.25rem !important;
  }
  .mt-b1400-1,
  .my-b1400-1 {
    margin-top: 0.25rem !important;
  }
  .mr-b1400-1,
  .mx-b1400-1 {
    margin-right: 0.25rem !important;
  }
  .mb-b1400-1,
  .my-b1400-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-b1400-1,
  .mx-b1400-1 {
    margin-left: 0.25rem !important;
  }
  .m-b1400-2 {
    margin: 0.5rem !important;
  }
  .mt-b1400-2,
  .my-b1400-2 {
    margin-top: 0.5rem !important;
  }
  .mr-b1400-2,
  .mx-b1400-2 {
    margin-right: 0.5rem !important;
  }
  .mb-b1400-2,
  .my-b1400-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-b1400-2,
  .mx-b1400-2 {
    margin-left: 0.5rem !important;
  }
  .m-b1400-3 {
    margin: 1rem !important;
  }
  .mt-b1400-3,
  .my-b1400-3 {
    margin-top: 1rem !important;
  }
  .mr-b1400-3,
  .mx-b1400-3 {
    margin-right: 1rem !important;
  }
  .mb-b1400-3,
  .my-b1400-3 {
    margin-bottom: 1rem !important;
  }
  .ml-b1400-3,
  .mx-b1400-3 {
    margin-left: 1rem !important;
  }
  .m-b1400-4 {
    margin: 1.5rem !important;
  }
  .mt-b1400-4,
  .my-b1400-4 {
    margin-top: 1.5rem !important;
  }
  .mr-b1400-4,
  .mx-b1400-4 {
    margin-right: 1.5rem !important;
  }
  .mb-b1400-4,
  .my-b1400-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-b1400-4,
  .mx-b1400-4 {
    margin-left: 1.5rem !important;
  }
  .m-b1400-5 {
    margin: 3rem !important;
  }
  .mt-b1400-5,
  .my-b1400-5 {
    margin-top: 3rem !important;
  }
  .mr-b1400-5,
  .mx-b1400-5 {
    margin-right: 3rem !important;
  }
  .mb-b1400-5,
  .my-b1400-5 {
    margin-bottom: 3rem !important;
  }
  .ml-b1400-5,
  .mx-b1400-5 {
    margin-left: 3rem !important;
  }
  .p-b1400-0 {
    padding: 0 !important;
  }
  .pt-b1400-0,
  .py-b1400-0 {
    padding-top: 0 !important;
  }
  .pr-b1400-0,
  .px-b1400-0 {
    padding-right: 0 !important;
  }
  .pb-b1400-0,
  .py-b1400-0 {
    padding-bottom: 0 !important;
  }
  .pl-b1400-0,
  .px-b1400-0 {
    padding-left: 0 !important;
  }
  .p-b1400-1 {
    padding: 0.25rem !important;
  }
  .pt-b1400-1,
  .py-b1400-1 {
    padding-top: 0.25rem !important;
  }
  .pr-b1400-1,
  .px-b1400-1 {
    padding-right: 0.25rem !important;
  }
  .pb-b1400-1,
  .py-b1400-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-b1400-1,
  .px-b1400-1 {
    padding-left: 0.25rem !important;
  }
  .p-b1400-2 {
    padding: 0.5rem !important;
  }
  .pt-b1400-2,
  .py-b1400-2 {
    padding-top: 0.5rem !important;
  }
  .pr-b1400-2,
  .px-b1400-2 {
    padding-right: 0.5rem !important;
  }
  .pb-b1400-2,
  .py-b1400-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-b1400-2,
  .px-b1400-2 {
    padding-left: 0.5rem !important;
  }
  .p-b1400-3 {
    padding: 1rem !important;
  }
  .pt-b1400-3,
  .py-b1400-3 {
    padding-top: 1rem !important;
  }
  .pr-b1400-3,
  .px-b1400-3 {
    padding-right: 1rem !important;
  }
  .pb-b1400-3,
  .py-b1400-3 {
    padding-bottom: 1rem !important;
  }
  .pl-b1400-3,
  .px-b1400-3 {
    padding-left: 1rem !important;
  }
  .p-b1400-4 {
    padding: 1.5rem !important;
  }
  .pt-b1400-4,
  .py-b1400-4 {
    padding-top: 1.5rem !important;
  }
  .pr-b1400-4,
  .px-b1400-4 {
    padding-right: 1.5rem !important;
  }
  .pb-b1400-4,
  .py-b1400-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-b1400-4,
  .px-b1400-4 {
    padding-left: 1.5rem !important;
  }
  .p-b1400-5 {
    padding: 3rem !important;
  }
  .pt-b1400-5,
  .py-b1400-5 {
    padding-top: 3rem !important;
  }
  .pr-b1400-5,
  .px-b1400-5 {
    padding-right: 3rem !important;
  }
  .pb-b1400-5,
  .py-b1400-5 {
    padding-bottom: 3rem !important;
  }
  .pl-b1400-5,
  .px-b1400-5 {
    padding-left: 3rem !important;
  }
  .m-b1400-n1 {
    margin: -0.25rem !important;
  }
  .mt-b1400-n1,
  .my-b1400-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-b1400-n1,
  .mx-b1400-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-b1400-n1,
  .my-b1400-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-b1400-n1,
  .mx-b1400-n1 {
    margin-left: -0.25rem !important;
  }
  .m-b1400-n2 {
    margin: -0.5rem !important;
  }
  .mt-b1400-n2,
  .my-b1400-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-b1400-n2,
  .mx-b1400-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-b1400-n2,
  .my-b1400-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-b1400-n2,
  .mx-b1400-n2 {
    margin-left: -0.5rem !important;
  }
  .m-b1400-n3 {
    margin: -1rem !important;
  }
  .mt-b1400-n3,
  .my-b1400-n3 {
    margin-top: -1rem !important;
  }
  .mr-b1400-n3,
  .mx-b1400-n3 {
    margin-right: -1rem !important;
  }
  .mb-b1400-n3,
  .my-b1400-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-b1400-n3,
  .mx-b1400-n3 {
    margin-left: -1rem !important;
  }
  .m-b1400-n4 {
    margin: -1.5rem !important;
  }
  .mt-b1400-n4,
  .my-b1400-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-b1400-n4,
  .mx-b1400-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-b1400-n4,
  .my-b1400-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-b1400-n4,
  .mx-b1400-n4 {
    margin-left: -1.5rem !important;
  }
  .m-b1400-n5 {
    margin: -3rem !important;
  }
  .mt-b1400-n5,
  .my-b1400-n5 {
    margin-top: -3rem !important;
  }
  .mr-b1400-n5,
  .mx-b1400-n5 {
    margin-right: -3rem !important;
  }
  .mb-b1400-n5,
  .my-b1400-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-b1400-n5,
  .mx-b1400-n5 {
    margin-left: -3rem !important;
  }
  .m-b1400-auto {
    margin: auto !important;
  }
  .mt-b1400-auto,
  .my-b1400-auto {
    margin-top: auto !important;
  }
  .mr-b1400-auto,
  .mx-b1400-auto {
    margin-right: auto !important;
  }
  .mb-b1400-auto,
  .my-b1400-auto {
    margin-bottom: auto !important;
  }
  .ml-b1400-auto,
  .mx-b1400-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.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;
  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: 375px) {
  .text-b375-left {
    text-align: left !important;
  }
  .text-b375-right {
    text-align: right !important;
  }
  .text-b375-center {
    text-align: center !important;
  }
}
@media (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 680px) {
  .text-b680-left {
    text-align: left !important;
  }
  .text-b680-right {
    text-align: right !important;
  }
  .text-b680-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-b1366-left {
    text-align: left !important;
  }
  .text-b1366-right {
    text-align: right !important;
  }
  .text-b1366-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-b1400-left {
    text-align: left !important;
  }
  .text-b1400-right {
    text-align: right !important;
  }
  .text-b1400-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #FFFFFF !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "OtoiwoGroteskNormal";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  scrollbar-gutter: stable;
}

body {
  position: relative;
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "OtoiwoGroteskExtended";
  font-weight: 700;
}

p {
  line-height: 1.35;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #FFC224;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
  padding: 0;
  border: hidden;
}

input[type=search] {
  box-sizing: border-box;
}

.base-wrap {
  overflow-x: clip;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.base-wrap__header {
  flex: 0 0 auto;
}
.base-wrap__content {
  flex: 1 0 auto;
}
.base-wrap__footer {
  flex: 0 0 auto;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 375px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1280px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1440px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1920px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}

[class*=col-], .col {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 375px) {
  [class*=col-], .col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 768px) {
  [class*=col-], .col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  [class*=col-], .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  [class*=col-], .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1440px) {
  [class*=col-], .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  [class*=col-], .col {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.wrapper {
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 712px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    max-width: 960px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1248px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    max-width: 1344px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    max-width: 1440px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph-line,
.slider-caption {
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  font-weight: 500;
  margin-top: 0.8888888889rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.main {
  padding-bottom: 6.6666666667rem;
}
@media (min-width: 1280px) {
  .main {
    padding-bottom: 7.7777777778rem;
  }
}

.main-title {
  color: #000000;
  font-weight: 700;
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .main-title {
    font-size: 1.7777777778rem;
    line-height: 2.8888888889rem;
  }
}
@media (min-width: 1280px) {
  .main-title {
    margin-bottom: 1.7777777778rem;
    font-size: 2.6666666667rem;
    line-height: 3.7777777778rem;
  }
}

.mainTubs {
  display: flex;
  position: relative;
  margin-bottom: 1.3333333333rem;
  overflow-x: auto;
  min-width: 100%;
  border-bottom: 1px solid #148FFF;
}
@media (min-width: 1280px) {
  .mainTubs {
    margin-bottom: 1.7777777778rem;
  }
}
.mainTubs__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.7777777778rem 0.5rem;
  border-bottom: 0px solid #148FFF;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  font-weight: 400;
  color: #000000;
  transition: 0.3s linear;
  flex-shrink: 0;
}
@media (min-width: 680px) {
  .mainTubs__tab {
    padding: 0 1.3333333333rem 0.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .mainTubs__tab {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.mainTubs__tab--active {
  font-weight: 700;
  border-bottom: 4px solid #148FFF;
}
.mainTubs__tab--active:hover {
  color: #000000;
}

.breadcrumbs {
  padding-bottom: 1.3333333333rem;
  padding-top: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding-top: 1.3333333333rem;
  }
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
}
.breadcrumbs__list li {
  font-size: 0.8888888889rem;
  line-height: 1.0555555556rem;
  font-weight: 400;
  flex-shrink: 0;
  color: #FFC224;
  display: inline;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .breadcrumbs__list li {
    font-size: 0.7777777778rem;
    line-height: 1rem;
  }
}
.breadcrumbs__list li a {
  color: #FFC224;
}
.breadcrumbs__link {
  transition: all 0.3s;
}
.breadcrumbs__divider {
  margin: 0 0.2222222222rem;
}
.breadcrumbs__item path {
  transition: all 0.3s;
}
.breadcrumbs__item:hover a {
  color: #FFC224;
}
.breadcrumbs__item:hover path {
  fill: #FFC224;
  fill-opacity: 1;
}

/*----------------------------------*/
/*----------------------------------*/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "OtoiwoGroteskNormal";
  font-size: 1rem;
  line-height: 1.2222222222rem;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.btn--orange {
  padding: 0.5277777778rem 0.5555555556rem;
  background-color: #FF4B00;
  font-size: 0.7777777778rem;
  line-height: 1.1666666667rem;
  font-weight: 700;
  color: #FFFFFF;
  border: none;
}
@media (min-width: 1280px) {
  .btn--orange {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5555555556rem 0.8888888889rem;
  }
}
.btn--orange svg {
  margin-left: 0.2222222222rem;
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  .btn--orange svg {
    margin-left: 0.5555555556rem;
    width: 24px;
    height: 24px;
  }
}
.btn--orange path {
  transition: 0.3s ease;
}
.btn--orange:hover {
  background-color: #FFFFFF;
  color: #FF4B00;
}
.btn--orange:hover path {
  fill: #FF4B00;
  stroke: #FF4B00;
}
.btn--border {
  padding: 0.5555555556rem 0.8888888889rem;
  color: #148FFF;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1rem;
  background-color: rgba(20, 143, 255, 0.1);
  min-height: 2.2222222222rem;
}
@media (min-width: 768px) {
  .btn--border {
    border: 1px solid #148FFF;
    background-color: #FFFFFF;
  }
}
@media (min-width: 1280px) {
  .btn--border {
    font-size: 0.8888888889rem;
    line-height: 1rem;
  }
}
.btn--border:hover {
  background-color: #148FFF;
  color: #FFFFFF;
}
.btn--border svg {
  margin-left: 0.2222222222rem;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .btn--border svg {
    display: none;
  }
}
.btn--white-border {
  padding: 0.5555555556rem 0.8888888889rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1rem;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 2.2222222222rem;
}
@media (min-width: 768px) {
  .btn--white-border {
    border: 1px solid #FFFFFF;
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .btn--white-border {
    font-size: 0.8888888889rem;
    line-height: 1rem;
  }
}
.btn--white-border:hover {
  background-color: #FFFFFF;
  color: #148FFF;
}
.btn--white-border svg {
  margin-left: 0.2222222222rem;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .btn--white-border svg {
    display: none;
  }
}
.btn--brand {
  padding: 0.5555555556rem 0.8888888889rem;
  background-color: #148FFF;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  min-height: 2.2222222222rem;
  border: 1px solid #148FFF;
}
@media (min-width: 1280px) {
  .btn--brand {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    min-height: 2.6666666667rem;
  }
}
.btn--brand:hover {
  background-color: #FFFFFF;
  color: #148FFF;
}
.btn--brand:hover path {
  fill: #148FFF;
}
.btn--brand svg {
  margin-left: 0.5555555556rem;
  flex-shrink: 0;
}
.btn--brand path {
  transition: 0.3s ease;
}
.btn--transparent {
  padding: 0.5555555556rem 0.8888888889rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.1111111111rem;
  min-height: 2.2222222222rem;
}
@media (min-width: 1280px) {
  .btn--transparent {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    min-height: 2.6666666667rem;
  }
}
.btn--transparent:hover {
  background-color: #FFFFFF;
  color: #148FFF;
}
.btn--transparent svg {
  margin-left: 0.5555555556rem;
  flex-shrink: 0;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 -0.3333333333rem;
}
@media (min-width: 768px) {
  .pagination {
    margin: 0 -0.4444444444rem;
  }
}
@media (min-width: 1280px) {
  .pagination {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pagination__item {
  padding: 0 0.3333333333rem;
}
@media (min-width: 768px) {
  .pagination__item {
    padding: 0 0.4444444444rem;
  }
}
.pagination__item:first-child {
  margin-right: auto;
}
.pagination__item:last-child {
  margin-left: auto;
}
.pagination__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 143, 255, 0.1);
  border-radius: 50%;
  padding: 0.2222222222rem;
  font-size: 0.8888888889rem;
  line-height: 0.8888888889rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  color: #000000;
}
@media (min-width: 768px) {
  .pagination__btn {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    width: 2.6666666667rem;
    height: 2.6666666667rem;
  }
}
.pagination__btn:hover {
  color: #000000;
  background-color: rgba(20, 143, 255, 0.3);
}
.pagination__btn--active {
  background-color: #148FFF !important;
  color: #FFFFFF !important;
}

.my-checkbox {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
}
.my-checkbox + label {
  display: inline-flex;
  align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1024px) {
  .my-checkbox + label {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.my-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin-right: 16px;
  border: 2px solid #000000;
  flex-shrink: 0;
  margin-top: 3px;
}
.my-checkbox:checked + label::before, .my-checkbox.checked + label::before {
  background-image: url("../images/client/icons/check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px;
}

.notification {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  padding-left: 1.3333333333rem;
  padding-bottom: 1.3333333333rem;
  transform: translateY(100%);
  transition: 0.3s;
  visibility: hidden;
}
.notification.active {
  visibility: visible;
  transform: translateY(0);
}
.notification--error .notification__status-error {
  display: block;
}
.notification--error .notification__wrap {
  background-color: #F0D2D2;
}
.notification--error .notification__icon {
  background: rgba(229, 122, 122, 0.2) url("../images/client/icons/error-ico.svg") no-repeat center;
}
.notification--success .notification__status-success {
  display: block;
}
.notification--success .notification__wrap {
  background-color: #d9ffda;
}
.notification--success .notification__icon {
  background: rgba(122, 229, 126, 0.2) url("../images/client/icons/success-ico.svg") no-repeat center;
}
.notification__wrap {
  max-width: 34.2222222222rem;
  width: 100%;
  border-radius: 4px;
  background-color: #F0D2D2;
  box-shadow: 0px 4px 10px 0px rgba(36, 41, 50, 0.1);
  padding: 0.8888888889rem 1.3333333333rem 0.8888888889rem 0.8888888889rem;
  display: flex;
  align-items: center;
}
.notification__icon {
  display: block;
  width: 3.5555555556rem;
  height: 3.5555555556rem;
  border-radius: 8px;
  background: rgba(229, 122, 122, 0.2) url("../images/client/icons/error-ico.svg") no-repeat center;
  background-size: 40px;
  margin-right: 0.8888888889rem;
}
.notification__status-name {
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0.1111111111rem;
}
@media (min-width: 1024px) {
  .notification__status-name {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.notification__status-name span {
  display: none;
}
.notification__text {
  font-size: 0.8333333333rem;
  line-height: 1.3333333333rem;
  color: #000000;
  font-weight: 400;
}
.notification__close {
  position: absolute;
  top: 0.4444444444rem;
  right: 0.4444444444rem;
}

.newsCardsWrap {
  margin-top: -1.3333333333rem;
}
@media (min-width: 768px) {
  .newsCardsWrap {
    margin-top: -1.7777777778rem;
  }
}

.newsCard {
  display: block;
  margin-top: 1.3333333333rem;
}
@media (min-width: 768px) {
  .newsCard {
    margin-top: 1.7777777778rem;
  }
}
.newsCard:hover .newsCard__pic img {
  transform: scale(1.02);
}
.newsCard__pic {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66%;
  overflow: hidden;
}
.newsCard__pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: 0.3s ease;
}
.newsCard__content {
  padding-top: 0.8888888889rem;
}
.newsCard__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  .newsCard__list {
    margin-bottom: 0.2222222222rem;
  }
}
.newsCard__item {
  padding-right: 0.4444444444rem;
  margin-right: 0.4444444444rem;
  position: relative;
}
.newsCard__item:before {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
}
@media (min-width: 1280px) {
  .newsCard__item:before {
    height: 12px;
  }
}
.newsCard__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.newsCard__item:last-child:before {
  display: none;
}
.newsCard__list-t {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
}
@media (min-width: 1280px) {
  .newsCard__list-t {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}
.newsCard__text {
  font-weight: 600;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  font-family: "OtoiwoGroteskNormal";
  transition: 0.3s ease;
}
@media (min-width: 1280px) {
  .newsCard__text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.newsCard__text:hover {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.eventCardsWrap {
  margin-top: -1.3333333333rem;
}
@media (min-width: 768px) {
  .eventCardsWrap {
    margin-top: -1.7777777778rem;
  }
}

.eventCard {
  margin-top: 1.3333333333rem;
  display: flex;
  flex-direction: column;
  height: calc(100% - 1.3333333333rem);
}
@media (min-width: 768px) {
  .eventCard {
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
  }
}
.eventCard:hover .eventCard__picture img {
  transform: scale(1.02);
}
.eventCard__top {
  position: relative;
}
.eventCard__tag {
  padding: 0.2777777778rem 0.4444444444rem;
  position: absolute;
  top: 0.8888888889rem;
  left: 0.8888888889rem;
  background-color: #FFFFFF;
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  font-weight: 500;
  color: #148FFF;
  z-index: 1;
}
.eventCard__picture {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 60.5%;
  overflow: hidden;
}
.eventCard__picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.eventCard__time {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.3333333333rem 0.8888888889rem 0.5rem;
  background-color: #148FFF;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  min-height: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .eventCard__time {
    min-height: 2.2222222222rem;
    padding: 0.4444444444rem 1.3333333333rem;
    font-size: 0.8888888889rem;
    line-height: 1.1111111111rem;
  }
}
.eventCard__content {
  background-color: rgba(20, 143, 255, 0.1);
  flex: 1;
  padding: 0.5555555556rem 0.8888888889rem 1.3333333333rem;
}
@media (min-width: 768px) {
  .eventCard__content {
    padding: 0.4444444444rem 0.8888888889rem 1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .eventCard__content {
    padding: 0.5555555556rem 1.3333333333rem 1.7777777778rem;
  }
}
.eventCard__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 600;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  margin-bottom: 0.4444444444rem;
  transition: 0.3s ease;
}
@media (min-width: 1280px) {
  .eventCard__title {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.eventCard__title:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.eventCard__text {
  font-size: 0.6666666667rem;
  line-height: 1.0555555556rem;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 1280px) {
  .eventCard__text {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}

.columnCardsWrap,
.columnsCardsWrap {
  margin-top: -1.3333333333rem;
}
@media (min-width: 768px) {
  .columnCardsWrap,
  .columnsCardsWrap {
    margin-top: -1.7777777778rem;
  }
}

.columnCard {
  margin-top: 1.3333333333rem;
  height: calc(100% - 1.3333333333rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #148FFF;
  padding: 1.7777777778rem 1.7777777778rem 2.8888888889rem;
  text-align: center;
}
@media (min-width: 768px) {
  .columnCard {
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
  }
}
@media (min-width: 1024px) {
  .columnCard {
    padding: 1.7777777778rem 1.3333333333rem;
  }
}
.columnCard__top {
  margin-bottom: 1.9444444444rem;
  position: relative;
}
.columnCard__top:before {
  position: absolute;
  content: "";
  bottom: -0.8888888889rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/client/icons/column-dec.svg");
  width: 4.6111111111rem;
  height: 2.5rem;
  background-size: contain;
  z-index: 1;
}
.columnCard__pic {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 8.3333333333rem;
  height: 8.3333333333rem;
}
@media (min-width: 768px) {
  .columnCard__pic {
    width: 7.1111111111rem;
    height: 7.1111111111rem;
  }
}
@media (min-width: 1280px) {
  .columnCard__pic {
    width: 8.3333333333rem;
    height: 8.3333333333rem;
  }
}
.columnCard__pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.columnCard__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 600;
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  transition: 0.3s ease;
}
@media (min-width: 1280px) {
  .columnCard__title {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.columnCard__title:hover {
  color: #FFFFFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.columnCard__divider {
  margin: 0.8888888889rem 0 0.6666666667rem;
}
.columnCard__name {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 600;
  color: #FFFFFF;
  font-size: 0.6666666667rem;
  line-height: 1.0555555556rem;
}
@media (min-width: 1280px) {
  .columnCard__name {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}
.columnCard__description {
  margin-top: 0.2222222222rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 0.8888888889rem;
}

.columnsCard {
  padding: 1.7777777778rem 0.8888888889rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(20, 143, 255, 0.2);
  margin-top: 0.8888888889rem;
  height: calc(100% - 0.8888888889rem);
}
@media (min-width: 768px) {
  .columnsCard {
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
  }
}
@media (min-width: 768px) {
  .columnsCard {
    padding: 1.7777777778rem 1.3333333333rem;
  }
}
.columnsCard__top {
  margin-bottom: auto;
}
.columnsCard__text {
  font-weight: 700;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.1666666667rem;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .columnsCard__text {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.columnsCard__text:hover {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.columnsCard__bottom {
  padding-top: 0.4444444444rem;
  border-top: 1px dashed #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.7777777778rem;
}
@media (min-width: 1024px) {
  .columnsCard__bottom {
    margin-top: 2.2222222222rem;
  }
}
.columnsCard__b-left {
  margin-right: 1.1111111111rem;
}
.columnsCard__name {
  color: #000000;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 1024px) {
  .columnsCard__name {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}
.columnsCard__description {
  font-weight: 400;
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  color: rgba(0, 0, 0, 0.8);
}
.columnsCard__b-right {
  flex-shrink: 0;
}
.columnsCard__picture {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  display: block;
  position: relative;
}
.columnsCard__picture:before {
  position: absolute;
  content: "";
  bottom: -0.3333333333rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/client/icons/column-dec.svg");
  width: 1.9444444444rem;
  height: 1.1111111111rem;
  background-size: contain;
  z-index: 1;
  background-repeat: no-repeat;
}
.columnsCard__picture img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.podcastCard {
  padding: 0.8888888889rem 1.2222222222rem 0.8888888889rem 0.8888888889rem;
  background-color: rgba(20, 143, 255, 0.05);
  display: flex;
}
.podcastCard__picture {
  border-radius: 24px;
  overflow: hidden;
  background-color: rgba(20, 143, 255, 0.2);
  flex-shrink: 0;
  margin-right: 1.7777777778rem;
  width: 8.8888888889rem;
  height: 8.8888888889rem;
}
@media (min-width: 1280px) {
  .podcastCard__picture {
    width: 11.1111111111rem;
    height: 11.1111111111rem;
  }
}
@media (min-width: 1440px) {
  .podcastCard__picture {
    width: 13.3333333333rem;
    height: 13.3333333333rem;
  }
}
@media (min-width: 1920px) {
  .podcastCard__picture {
    width: 16.4444444444rem;
    height: 16.4444444444rem;
  }
}
.podcastCard__picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.podcastCard__content {
  padding-top: 0.3333333333rem;
}
.podcastCard__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 700;
  margin-bottom: 0.4444444444rem;
  font-size: 1rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1280px) {
  .podcastCard__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.podcastCard__text {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7777777778rem;
}
.podcastCard__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4444444444rem;
}
@media (min-width: 1920px) {
  .podcastCard__list {
    margin-top: 1.3333333333rem;
  }
}
.podcastCard__item {
  padding-right: 0.5555555556rem;
  margin-right: 0.4444444444rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.7777777778rem;
  font-weight: 600;
  color: #000000;
}
.podcastCard__item:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.podcastCard__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.podcastCard__item:last-child:before {
  display: none;
}
.podcastCard__btn {
  margin-top: 0.4444444444rem;
}
@media (min-width: 1920px) {
  .podcastCard__btn {
    margin-top: 1.3333333333rem;
  }
}

.wideNewsCard {
  position: relative;
  margin-top: 1.7777777778rem;
  display: block;
}
@media (min-width: 1280px) {
  .wideNewsCard {
    margin-top: 0;
  }
}
.wideNewsCard:hover .wideNewsCard__picture img {
  transform: scale(1.02);
}
.wideNewsCard:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3.8888888889rem;
  left: 0;
  top: 0;
  background-color: #148FFF;
  z-index: 4;
  display: none;
}
@media (min-width: 768px) {
  .wideNewsCard:before {
    width: 7.5555555556rem;
  }
}
.wideNewsCard:after {
  position: absolute;
  content: "";
  background-image: url("../images/client/icons/triangle-dec.svg");
  height: 170px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 3.8333333333rem;
  transform: translateZ(0) translateY(-50%);
  z-index: 4;
  transform-origin: 12px center;
  background-position: center center;
  perspective: 1px;
  display: none;
}
@media (min-width: 768px) {
  .wideNewsCard:after {
    width: 41px;
    left: 7.5rem;
  }
}
.wideNewsCard__picture {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
@media (min-width: 680px) {
  .wideNewsCard__picture {
    padding-top: 69%;
  }
}
@media (min-width: 1024px) {
  .wideNewsCard__picture {
    padding-top: 47.3%;
  }
}
.wideNewsCard__picture:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.wideNewsCard__picture:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 11.1111111111rem;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  z-index: 2;
}
.wideNewsCard__picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
.wideNewsCard__content {
  padding: 1.2222222222rem 0.8888888889rem;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
@media (min-width: 768px) {
  .wideNewsCard__content {
    padding: 1.5555555556rem 2.2222222222rem 1.5555555556rem 1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .wideNewsCard__content {
    padding: 1.3333333333rem 4.4444444444rem 1.3333333333rem 2.2222222222rem;
  }
}
.wideNewsCard__title {
  font-family: "OtoiwoGroteskExtended";
  font-weight: 600;
  margin-bottom: 0.4444444444rem;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #FFFFFF;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .wideNewsCard__title {
    margin-bottom: 0.2222222222rem;
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .wideNewsCard__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.wideNewsCard__title:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.wideNewsCard__list {
  display: flex;
  flex-wrap: wrap;
}
.wideNewsCard__item {
  padding-right: 0.4444444444rem;
  margin-right: 0.4444444444rem;
  position: relative;
}
.wideNewsCard__item:before {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
}
@media (min-width: 1280px) {
  .wideNewsCard__item:before {
    height: 12px;
  }
}
.wideNewsCard__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.wideNewsCard__item:last-child:before {
  display: none;
}
.wideNewsCard__list-text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
}
@media (min-width: 1280px) {
  .wideNewsCard__list-text {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}

/*----------------------------------*/
/*  popup */
/*----------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .popup {
    padding: 20px 0;
  }
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.feedbackPopup {
  position: relative;
  max-width: 41.7777777778rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #FFFFFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 0.8888888889rem;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 0;
}
@media (min-width: 768px) {
  .feedbackPopup {
    padding: 0.8888888889rem 1.7777777778rem 2rem;
    margin: auto 0;
  }
}
.feedbackPopup__close {
  position: absolute;
  top: 0.8888888889rem;
  right: 0.8888888889rem;
}
.feedbackPopup__title {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.8888888889rem;
  padding-right: 1.3333333333rem;
}
@media (min-width: 768px) {
  .feedbackPopup__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .feedbackPopup__title {
    font-size: 1.3333333333rem;
    line-height: 2.1111111111rem;
  }
}
.feedbackPopup__wrapper {
  margin-top: -0.8888888889rem;
}
.feedbackPopup__item {
  padding-top: 0.8888888889rem;
}
.feedbackPopup__label {
  display: block;
}
.feedbackPopup__label-text {
  margin-bottom: 0.4444444444rem;
  color: #000000;
  font-weight: 400;
  display: block;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 1024px) {
  .feedbackPopup__label-text {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.feedbackPopup__label-text::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.feedbackPopup__label-text::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.feedbackPopup__label-text i {
  color: #FF4B00;
}
.feedbackPopup__input {
  padding: 0.5555555556rem 0.8888888889rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  height: 2.6666666667rem;
}
@media (min-width: 1024px) {
  .feedbackPopup__input {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.feedbackPopup__input:focus {
  border-color: #148FFF;
  outline: none;
}
.feedbackPopup__input--textarea {
  height: 9rem;
}
.feedbackPopup__submit {
  margin-top: 0.8888888889rem;
  min-height: 2.6666666667rem;
}

.paragraph {
  color: #000000;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
  margin: 1.3333333333rem 0;
}
@media (min-width: 1024px) {
  .paragraph {
    font-size: 1rem;
    line-height: 1.7777777778rem;
  }
}
.paragraph mark {
  background-color: #148FFF;
}
.paragraph a {
  color: #FFC224;
  text-decoration: underline;
}
.paragraph a:hover {
  color: #FFC224;
}

.feed-text {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.7777777778rem;
  margin: 1.3333333333rem 0;
}
@media (min-width: 1024px) {
  .feed-text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}
.feed-text a {
  color: #FFC224;
  text-decoration: underline;
}
.feed-text a:hover {
  color: #FFC224;
}

.head {
  margin: 2.6666666667rem 0 1.3333333333rem;
}

.title {
  font-weight: 600;
  color: #000000;
  font-family: "OtoiwoGroteskExtended";
}
.title--h1 {
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
  position: relative;
}
@media (min-width: 1280px) {
  .title--h1 {
    font-size: 1.5555555556rem;
    line-height: 2rem;
  }
}
.title--h2 {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  position: relative;
}
@media (min-width: 1280px) {
  .title--h2 {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
.title--h3 {
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  color: #000000;
}
@media (min-width: 1280px) {
  .title--h3 {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.head + .listBlock {
  margin-top: 0.8888888889rem;
}

.listBlock {
  margin: 1.3333333333rem 0;
}
.listBlock ul {
  list-style-type: none;
}
.listBlock ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7222222222rem;
  width: 7px;
  height: 6px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 6" width="7" height="6"><rect width="4.41484" height="4.41484" transform="matrix(0.73365 -0.679528 0.73365 0.679528 0 3)" fill="%2368757B"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.listBlock ol {
  list-style-type: decimal;
}
.listBlock li {
  position: relative;
  color: #148FFF;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  padding-left: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .listBlock li {
    font-size: 1rem;
    line-height: 1.6666666667rem;
  }
}
.listBlock li span {
  color: #000000;
}
.listBlock li a {
  color: #FFC224;
  text-decoration: underline;
}
.listBlock li a:hover {
  color: #FFC224;
}
.listBlock li + li {
  margin-top: 0.8888888889rem;
}
.listBlock [class*=col-] + [class*=col-] ul, .listBlock [class*=col-] + [class*=col-] ol {
  margin-top: 0.8888888889rem;
}
@media (min-width: 768px) {
  .listBlock [class*=col-] + [class*=col-] ul, .listBlock [class*=col-] + [class*=col-] ol {
    margin-top: 0;
  }
}

.image {
  margin: 1.3333333333rem 0;
}
.image__wrapper {
  margin: 0;
}
.image img {
  width: 100%;
  height: auto;
}

.galleryBlock {
  margin: 1.3333333333rem calc((100vw - 100%) / -2);
}
@media (min-width: 768px) {
  .galleryBlock {
    margin-left: 0;
    margin-right: 0;
  }
}
.galleryBlock__wrapper {
  position: relative;
}
.galleryBlock__prev, .galleryBlock__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7777777778rem;
  height: 1.7777777778rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ECECEC;
  z-index: 1;
}
@media (min-width: 1280px) {
  .galleryBlock__prev, .galleryBlock__next {
    width: 2.2222222222rem;
    height: 2.2222222222rem;
  }
}
.galleryBlock__prev {
  left: 0.8888888889rem;
}
@media (min-width: 1280px) {
  .galleryBlock__prev {
    left: 1.3333333333rem;
  }
}
.galleryBlock__next {
  right: 0.8888888889rem;
}
@media (min-width: 1280px) {
  .galleryBlock__next {
    right: 1.3333333333rem;
  }
}

.slider-img {
  margin: 0;
  height: 0;
  padding-top: 66%;
  position: relative;
}
.slider-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.slider-pagination {
  position: static;
  left: unset;
  top: unset;
  right: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8888888889rem;
  min-height: 0.6666666667rem;
}
.slider-pagination .swiper-pagination-bullet {
  width: 0.4444444444rem;
  height: 0.4444444444rem;
  background-color: #148FFF;
  opacity: 0.2;
  transition: 0.3s linear;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  opacity: 1;
}

.mediaText {
  margin-top: 2.6666666667rem;
  margin-bottom: 2.6666666667rem;
}
@media (min-width: 1024px) {
  .mediaText {
    margin-top: 3.5555555556rem;
    margin-bottom: 3.5555555556rem;
  }
}
@media (min-width: 1024px) {
  .mediaText {
    margin-right: calc(-50% - 8px);
  }
}
@media (min-width: 1280px) {
  .mediaText {
    margin-right: 0;
  }
}
.mediaText__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mediaText__title {
  margin-bottom: 0.8888888889rem;
}
.mediaText__text {
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1024px) {
  .mediaText__text {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.mediaText__btn {
  min-width: 13.7777777778rem;
  width: 100%;
  margin-top: 0.8888888889rem;
}
@media (min-width: 680px) {
  .mediaText__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mediaText__pic {
  display: block;
  width: 100%;
  margin-top: 0.8888888889rem;
}
@media (min-width: 680px) {
  .mediaText__pic {
    margin-top: 0;
  }
}
.mediaText__pic img {
  width: 100%;
}

.linkTextWrap {
  margin: 0.8888888889rem 0;
}
.linkTextWrap__more svg {
  margin-left: 0.4444444444rem;
}
.linkTextWrap__more span:nth-child(2) {
  display: none;
}
.linkTextWrap.show-all .linkTextWrap__more span:nth-child(1) {
  display: none;
}
.linkTextWrap.show-all .linkTextWrap__more span:nth-child(2) {
  display: block;
}
.linkTextWrap.show-all .linkTextWrap__more svg {
  transform: rotate(180deg);
}

.linkText {
  margin: 0.8888888889rem 0;
}
.linkText__wrapper {
  background-color: #148FFF;
  padding: 1.1111111111rem 0.8888888889rem;
}
@media (min-width: 1024px) {
  .linkText__wrapper {
    padding: 1.1111111111rem 1.3333333333rem 1.3333333333rem;
  }
}
.linkText__title {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 0.8888888889rem;
  padding-bottom: 0.8888888889rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .linkText__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .linkText__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.linkText__link {
  display: inline-flex;
  align-items: center;
  color: #FFC224;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .linkText__link {
    font-size: 1rem;
    line-height: 1.3333333333rem;
  }
}
.linkText__link svg {
  margin-left: 0.4444444444rem;
}
.linkText__link svg path {
  transition: 0.3s linear;
}
.linkText__link:hover {
  color: #FFC224;
}
.linkText__link:hover svg path {
  stroke: #FFC224;
}

.accordion {
  margin: 0.8888888889rem 0;
}
@media (min-width: 1024px) {
  .accordion {
    margin: 1.3333333333rem 0;
  }
}
.accordion__box {
  border-top: 1px solid #148FFF;
}
.accordion__box:last-child {
  border-bottom: 1px solid #148FFF;
}
.accordion__box.hidden .accordion__content {
  height: 0;
}
.accordion__box.hidden .accordion__indicator {
  transform: rotate(0deg);
}
.accordion__label {
  padding: 0.8888888889rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: transparent;
  border: hidden;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 1024px) {
  .accordion__label {
    font-size: 1rem;
    line-height: 1.5555555556rem;
    padding: 1.3333333333rem 0;
  }
}
.accordion__label path {
  transition: 0.3s linear;
}
.accordion__label:hover .accordion__indicator path {
  stroke: #FFC224;
}
.accordion__indicator {
  display: flex;
  align-items: center;
  transition: 0.2s linear;
  transform: rotate(180deg);
  margin-left: 0.8888888889rem;
}
.accordion__content {
  overflow: hidden;
  transition: 0.2s linear;
}
.accordion__content-wrap {
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .accordion__content-wrap {
    margin-bottom: 1.7777777778rem;
  }
}
.accordion__text {
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 768px) {
  .accordion__text {
    margin-bottom: 1.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .accordion__text {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}

.titleTextLink--white .titleTextLink__wrapper,
.brandBg .titleTextLink__wrapper {
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .titleTextLink--white .titleTextLink__link,
  .brandBg .titleTextLink__link {
    margin-top: 1.7777777778rem;
  }
}

.titleTextLink {
  margin: 1.3333333333rem 0;
}
.titleTextLink__wrapper {
  background-color: #148FFF;
  padding: 0.8888888889rem 0.8888888889rem 1.7777777778rem;
}
@media (min-width: 1024px) {
  .titleTextLink__wrapper {
    padding: 1.3333333333rem 1.3333333333rem 2.2222222222rem;
  }
}
.titleTextLink__time {
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0.8888888889rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .titleTextLink__time {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.titleTextLink__title {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  margin-bottom: 1.7777777778rem;
}
@media (min-width: 768px) {
  .titleTextLink__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .titleTextLink__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.titleTextLink__text {
  color: #000000;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1024px) {
  .titleTextLink__text {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.titleTextLink__link {
  margin-top: 1.7777777778rem;
  display: inline-flex;
  align-items: center;
  color: #FFC224;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1024px) {
  .titleTextLink__link {
    margin-top: 2.6666666667rem;
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
.titleTextLink__link svg {
  margin-left: 0.4444444444rem;
}
.titleTextLink__link path {
  transition: 0.3s linear;
}
.titleTextLink__link:hover {
  color: #FFC224;
}
.titleTextLink__link:hover svg path {
  stroke: #FFC224;
}

.quote {
  margin: 1.3333333333rem 0;
}
.quote__wrap {
  background-color: rgba(20, 143, 255, 0.1);
  position: relative;
  padding: 1.3333333333rem 1.3333333333rem 2.6666666667rem;
}
@media (min-width: 1024px) {
  .quote__wrap {
    padding: 2.6666666667rem 2.6666666667rem 3.5555555556rem;
  }
}
@media (min-width: 1440px) {
  .quote__wrap {
    min-height: 23.3333333333rem;
    padding: 3.7777777778rem 3.5555555556rem 3.5555555556rem;
  }
}
.quote__icon {
  margin-bottom: 0.8888888889rem;
  height: auto;
  width: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .quote__icon {
    width: 3.8888888889rem;
    margin-bottom: 1.7777777778rem;
  }
}
.quote__text {
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.4444444444rem;
  color: #148FFF;
}
@media (min-width: 1024px) {
  .quote__text {
    font-size: 1.5555555556rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {
  .quote__text {
    font-size: 1.7777777778rem;
    line-height: 2.2222222222rem;
  }
}
.quote__name {
  font-weight: 400;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  margin-top: 0.8888888889rem;
  font-family: "OtoiwoGroteskNormal";
}
@media (min-width: 1024px) {
  .quote__name {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .quote__name {
    font-size: 1.1111111111rem;
    line-height: 1.6666666667rem;
    margin-top: 1.6666666667rem;
  }
}

.quoteImage {
  margin: 1.3333333333rem 0;
}
.quoteImage__wrap {
  background-color: rgba(20, 143, 255, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quoteImage__wrap {
    flex-direction: row;
  }
}
.quoteImage__image {
  overflow: hidden;
  height: 0;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 110%;
}
@media (min-width: 768px) {
  .quoteImage__image {
    padding-top: 0;
    height: auto;
    flex: 0 0 13.3333333333rem;
    min-height: 26.5rem;
  }
}
@media (min-width: 1024px) {
  .quoteImage__image {
    flex: 0 0 14.5555555556rem;
  }
}
.quoteImage__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quoteImage__image:before {
  content: "";
  position: absolute;
  transform: translateX(50%) rotate(180deg);
  right: 50%;
  bottom: 0;
  height: 1.7777777778rem;
  width: 9.4444444444rem;
  background-image: url("../images/client/icons/triangle-dec-blue-horizontal.svg");
  background-size: contain;
  background-position: center center;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .quoteImage__image:before {
    background-image: url("../images/client/icons/triangle-dec-blue.svg");
    bottom: unset;
    transform: translateY(-50%) rotate(180deg);
    right: -1px;
    top: 50%;
    width: 1.7777777778rem;
    height: 9.4444444444rem;
  }
}
.quoteImage__body {
  padding: 0.8888888889rem 0.8888888889rem 1.3333333333rem;
}
@media (min-width: 768px) {
  .quoteImage__body {
    padding: 1.7777777778rem 1.3333333333rem 1.7777777778rem 1.7777777778rem;
  }
}
@media (min-width: 1024px) {
  .quoteImage__body {
    padding: 1.7777777778rem 3.5555555556rem 1.7777777778rem 2.8888888889rem;
  }
}
.quoteImage__icon {
  height: 2.2777777778rem;
  width: 2.7222222222rem;
  flex-shrink: 0;
  margin-left: 0.4444444444rem;
}
.quoteImage__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.7777777778rem;
}
.quoteImage__name {
  color: #148FFF;
  font-weight: 400;
  font-family: "OtoiwoGroteskNormal";
  font-size: 1.1111111111rem;
  line-height: 1.6666666667rem;
}
.quoteImage__text {
  font-family: "OtoiwoGroteskExtended";
  color: #148FFF;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .quoteImage__text {
    font-size: 1.5555555556rem;
    line-height: 2.2222222222rem;
  }
}
@media (min-width: 1024px) {
  .quoteImage__text {
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
  }
}

.filesToDownload {
  margin: 1.3333333333rem 0;
  padding: 0.8888888889rem 0.8888888889rem 1.7777777778rem;
  background-color: #148FFF;
}
@media (min-width: 1024px) {
  .filesToDownload {
    padding: 1.3333333333rem 1.3333333333rem 2.2222222222rem;
  }
}
.filesToDownload__title {
  color: #000000;
  font-weight: 700;
  padding-bottom: 0.8888888889rem;
  margin-bottom: 0.8888888889rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 768px) {
  .filesToDownload__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .filesToDownload__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.filesToDownload__item {
  padding-left: 1.7777777778rem;
  position: relative;
}
.filesToDownload__item:before {
  position: absolute;
  content: "";
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  display: block;
  background-image: url("../images/client/icons/file.svg");
  left: 0;
  top: 0.1666666667rem;
  background-position: center;
  background-size: contain;
}
.filesToDownload__item + .filesToDownload__item {
  margin-top: 0.8888888889rem;
}
@media (min-width: 768px) {
  .filesToDownload__item + .filesToDownload__item {
    margin-top: 0.4444444444rem;
  }
}
.filesToDownload__link {
  margin-top: 1.3333333333rem;
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  color: #FFC224;
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .filesToDownload__link {
    font-size: 1rem;
    line-height: 1.5555555556rem;
  }
}

.fileCards {
  margin: 1.3333333333rem 0;
}
.fileCards__wrap {
  margin-top: -0.8888888889rem;
}
@media (min-width: 1024px) {
  .fileCards__wrap {
    margin-top: -1.7777777778rem;
  }
}

.fileCard {
  margin-top: 0.8888888889rem;
  display: block;
  padding: 1.3333333333rem;
  background-color: rgba(20, 143, 255, 0.1);
}
@media (min-width: 1024px) {
  .fileCard {
    margin-top: 1.7777777778rem;
  }
}
.fileCard__text {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .fileCard__text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.fileCard__tags {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8888888889rem -0.4444444444rem 0;
}
.fileCard__tag-i {
  padding: 0.8888888889rem 0.4444444444rem 0;
}
.fileCard__tag {
  padding: 0.2777777778rem 0.8888888889rem;
  background-color: #FFFFFF;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  font-weight: 500;
  color: #148FFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fileCard__tag:hover {
  color: #FFC224;
}
.fileCard__link {
  color: #148FFF;
  font-weight: 700;
  margin-top: 1.5555555556rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 1024px) {
  .fileCard__link {
    font-size: 1rem;
    line-height: 1.4444444444rem;
    margin-top: 1.7777777778rem;
  }
}
.fileCard__link path {
  transition: 0.3s ease;
}
.fileCard__link:hover {
  color: #FFC224;
}
.fileCard__link:hover path {
  fill: #FFC224;
}
.fileCard__link svg {
  margin-left: 0.3333333333rem;
}

.valueCards {
  margin: 1.3333333333rem 0;
}
.valueCards__wrapper {
  margin-top: -0.8888888889rem;
}
@media (min-width: 1024px) {
  .valueCards__wrapper {
    margin-top: -1.7777777778rem;
  }
}

.valueCard {
  margin-top: 0.8888888889rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.1111111111rem 1.3333333333rem;
  background-color: rgba(20, 143, 255, 0.1);
  position: relative;
}
@media (min-width: 1024px) {
  .valueCard {
    margin-top: 1.7777777778rem;
    padding: 2.6666666667rem 4rem;
  }
}
.valueCard:before {
  position: absolute;
  content: "";
  width: 9.4444444444rem;
  background-image: url("../images/client/icons/triangle-dec-white.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .valueCard:before {
    height: 1.7777777778rem;
  }
}
.valueCard__value {
  font-weight: 700;
  color: #000000;
  font-size: 1.7777777778rem;
  line-height: 2.4444444444rem;
}
@media (min-width: 1024px) {
  .valueCard__value {
    font-size: 2.2222222222rem;
    line-height: 2.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .valueCard__value {
    font-size: 2.6666666667rem;
    line-height: 3.7222222222rem;
  }
}
.valueCard__text {
  color: #000000;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (min-width: 1024px) {
  .valueCard__text {
    font-size: 1rem;
    line-height: 1.7777777778rem;
  }
}

.articleNews {
  background-color: rgba(20, 143, 255, 0.1);
  padding: 1.1111111111rem 0.8888888889rem 1.5555555556rem;
  margin-top: 1.7777777778rem;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
}
@media (min-width: 768px) {
  .articleNews {
    padding: 1.1111111111rem 1.3333333333rem 1.5555555556rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .articleNews {
    margin-top: 0;
  }
}
.articleNews__header {
  margin-bottom: 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articleNews__tag {
  padding: 0.2777777778rem 0.8888888889rem;
  background-color: #FFFFFF;
  color: #148FFF;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
.articleNews__more {
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  color: #148FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.articleNews .listNews {
  margin: 0;
  padding: 0;
}
.articleNews .listNews:before {
  display: none;
}

.readAlso {
  margin: 1.3333333333rem 0;
  background-color: rgba(20, 143, 255, 0.1);
  padding: 0.8888888889rem 0.8888888889rem 1.5555555556rem;
}
@media (min-width: 768px) {
  .readAlso {
    padding: 1.3333333333rem 1.3333333333rem 2.4444444444rem;
  }
}
.readAlso__title {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #148FFF;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 1024px) {
  .readAlso__title {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.readAlso__text {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  display: block;
}
@media (min-width: 1024px) {
  .readAlso__text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.readAlso__text + .readAlso__text {
  margin-top: 0.4444444444rem;
}

.divider {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  margin: 1.3333333333rem 0;
}

.btnsBlock {
  margin: 0.4444444444rem 0;
}
@media (min-width: 1024px) {
  .btnsBlock {
    margin: 1.3333333333rem 0;
  }
}
.btnsBlock__wrapper {
  margin-top: -0.8888888889rem;
}
.btnsBlock__btn {
  margin-top: 0.8888888889rem;
}
.btnsBlock__btn svg {
  margin-left: 0.2222222222rem;
}

.linkBlock {
  min-width: 13.7777777778rem;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .linkBlock {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.linkBlockWrap {
  margin: 1.3333333333rem 0;
}

.google-preview-block {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60%;
  margin: 1.3333333333rem 0;
}

.google-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: hidden;
}

.text-btn {
  margin: 1.3333333333rem 0;
}

.header {
  position: relative;
  z-index: 999;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 768px) {
  .header {
    margin-bottom: 1.7777777778rem;
  }
}
@media (min-width: 1024px) {
  .header {
    margin-bottom: 2.2222222222rem;
  }
}
@media (min-width: 1280px) {
  .header {
    margin-bottom: 3.1111111111rem;
  }
}
.header__top {
  padding: 0.8888888889rem 0;
  background-color: #148FFF;
  height: 4.1111111111rem;
}
@media (min-width: 1280px) {
  .header__top {
    height: auto;
    padding: 1.7777777778rem 0;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
}
.header__logo {
  width: 100%;
  margin-right: 1.3333333333rem;
  margin-top: -3px;
  margin-bottom: -1px;
  max-width: 6.6666666667rem;
}
@media (min-width: 768px) {
  .header__logo {
    max-width: 7.5555555556rem;
    margin-right: 2.2222222222rem;
  }
}
@media (min-width: 1280px) {
  .header__logo {
    margin-top: -15px;
    margin-bottom: -4px;
    max-width: 11.3333333333rem;
  }
}
.header__logo img, .header__logo svg {
  width: 100%;
  height: auto;
}
.header__langs {
  display: flex;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.header__lang-item {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
}
.header__lang-item + .header__lang-item {
  margin-left: 0.5555555556rem;
}
.header__lang-item--active {
  border-bottom: 2px solid #FFFFFF;
}
.header__lang-link {
  font-size: 1rem;
  line-height: 1.5555555556rem;
  font-weight: 400;
  color: #FFFFFF;
}
.header__lang-link:hover {
  color: #FFC224;
}
.header__search {
  margin-left: 2.2222222222rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #FFFFFF;
}
.header__search svg {
  margin-right: 0.4444444444rem;
  flex-shrink: 0;
}
.header__search:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #FFFFFF;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__soc-list {
  display: flex;
  align-items: center;
}
.header__soc-item + .header__soc-item {
  margin-left: 1.1666666667rem;
}
.header__soc-link path {
  transition: 0.3s ease;
}
.header__soc-link:hover path {
  fill: #FFC224;
}
@media (min-width: 1280px) {
  .header__support-btn {
    margin-left: 1.7777777778rem;
  }
}
.header__burger {
  margin-left: 0.8888888889rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  flex-shrink: 0;
}
.header__bottom {
  position: relative;
}
.header__bottom:before {
  position: absolute;
  content: "";
  background-image: url("../images/client/icons/header-arrow.svg");
  width: 172px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -2px;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
  background-position: top center;
  overflow: hidden;
  perspective: 1px;
}
.header__nav {
  display: flex;
}
.header__nav-list {
  background-color: #FFFFFF;
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.header__nav-list:first-child {
  padding-right: 3.5555555556rem;
}
@media (min-width: 1920px) {
  .header__nav-list:first-child {
    padding-right: 4.4444444444rem;
  }
}
.header__nav-list:last-child {
  padding-left: 5.5555555556rem;
  justify-content: space-between;
}
@media (min-width: 1920px) {
  .header__nav-list:last-child {
    padding-left: 7.2222222222rem;
  }
}
.header__nav-item + .header__nav-item {
  margin-left: 1.7777777778rem;
}
@media (min-width: 1440px) {
  .header__nav-item + .header__nav-item {
    margin-left: 2.2222222222rem;
  }
}
@media (min-width: 1920px) {
  .header__nav-item + .header__nav-item {
    margin-left: 3.3333333333rem;
  }
}
.header__nav-link {
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  font-weight: 400;
}
.header__nav-link:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #000000;
}

.headerDropdown {
  position: relative;
}
.headerDropdown:hover .headerDropdown__content {
  visibility: visible;
  opacity: 1;
}
.headerDropdown__head {
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  font-weight: 400;
  padding-right: 0.8888888889rem;
  position: relative;
}
.headerDropdown__head:before {
  position: absolute;
  content: "";
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/client/icons/arrow-down.svg");
  height: 5px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease;
}
.headerDropdown__head:hover {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.headerDropdown__head:hover:before {
  transform: translateY(-50%) rotate(180deg);
}
.headerDropdown__content {
  position: absolute;
  top: 100%;
  padding-top: 0.7777777778rem;
  min-width: 8.7777777778rem;
  width: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.headerDropdown__list {
  padding: 0.2777777778rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.headerDropdown__item + .headerDropdown__item {
  margin-top: 3px;
}
.headerDropdown__link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.6111111111rem;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  font-weight: 400;
  color: #000000;
}
.headerDropdown__link:hover {
  background-color: rgba(20, 143, 255, 0.1);
  color: #000000;
}

.menu {
  position: fixed;
  padding-top: 4.1111111111rem;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  display: flex;
  justify-content: flex-end;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
}
.menu.active {
  visibility: visible;
  opacity: 1;
}
.menu.active .menu__content {
  transform: translateX(0);
}
.menu.active .menu__bg {
  -webkit-backdrop-filter: blur(6.5px) opacity(1);
          backdrop-filter: blur(6.5px) opacity(1);
}
.menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 217, 217, 0.2);
  -webkit-backdrop-filter: blur(6.5px) opacity(0);
          backdrop-filter: blur(6.5px) opacity(0);
  transition: -webkit-backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s;
  transition: backdrop-filter 0.2s, -webkit-backdrop-filter 0.2s;
}
.menu__content {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 16.3888888889rem;
  width: 100%;
  background: #E8F4FF;
  padding: 0.4444444444rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  transform: translateX(100%);
  transition: 0.3s ease;
}
.menu__search {
  display: flex;
  align-items: center;
  padding: 0.6111111111rem 0.8888888889rem;
  background-color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #148FFF;
  margin-bottom: 0.4444444444rem;
}
.menu__search svg {
  margin-right: 0.4444444444rem;
}
.menu__list {
  background-color: #FFFFFF;
  padding: 0.8888888889rem;
}
.menu__list + .menu__list {
  margin-top: 0.4444444444rem;
}
.menu__item + .menu__item {
  margin-top: 0.8888888889rem;
}
.menu__link {
  display: flex;
  align-items: center;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  font-weight: 700;
  color: #148FFF;
  width: 100%;
}
.menu__link svg {
  margin-left: 0.2222222222rem;
}
.menu__link--back svg {
  margin: 0 0.2222222222rem 0 0;
}
.menu__bottom {
  margin-top: 0.4444444444rem;
}
.menu__copyright {
  margin-left: 0.2777777778rem;
  color: rgba(20, 143, 255, 0.6);
  font-weight: 400;
  margin-bottom: 0.1666666667rem;
}
.menu__langs {
  background-color: #FFFFFF;
  padding: 0.6666666667rem 0.8888888889rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.4444444444rem;
}
.menu__lang-i + .menu__lang-i {
  margin-left: 0.4444444444rem;
}
.menu__lang {
  opacity: 0.3;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  font-weight: 700;
  color: #148FFF;
}
.menu__lang--active {
  opacity: 1;
}
.menu__soc-list {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4444444444rem 0.2222222222rem;
}
.menu__soc-item {
  margin-right: 0.8888888889rem;
}
.menu__soc-link {
  display: flex;
}

.burger-icon {
  width: 22px;
  height: 15px;
  position: relative;
  margin: 50px auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #148FFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger-icon span:nth-child(1) {
  top: 0px;
}

.burger-icon span:nth-child(2), .burger-icon span:nth-child(3) {
  top: 6px;
}

.burger-icon span:nth-child(4) {
  top: 12px;
}

.active .burger-icon span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.active .burger-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.active .burger-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.active .burger-icon span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.footer {
  background-color: #148FFF;
}
.footer__top {
  padding: 1.3333333333rem 0 1.7777777778rem;
}
@media (min-width: 1024px) {
  .footer__top {
    padding: 2.6666666667rem 0 1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .footer__top {
    padding: 3.6666666667rem 0 1.3333333333rem;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 1.3333333333rem;
  max-width: 9rem;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-top: -1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .footer__logo {
    max-width: 11.3333333333rem;
    margin-top: -1.7777777778rem;
  }
}
.footer__logo img, .footer__logo svg {
  width: 100%;
  height: auto;
}
.footer__text {
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: pre-line;
}
.footer__text + .footer__text {
  margin-top: 0.8888888889rem;
}
.footer__nav {
  margin-bottom: 1.7777777778rem;
  margin-top: 1.7777777778rem;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-bottom: 2.2222222222rem;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .footer__nav {
    margin-bottom: 2.6666666667rem;
  }
}
.footer__nav-item + .footer__nav-item {
  margin-top: 0.8888888889rem;
}
.footer__nav-link {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
}
@media (min-width: 1024px) {
  .footer__nav-link {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
.footer__nav-link:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #FFFFFF;
}
.footer__partner-text {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.4444444444rem;
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
}
@media (min-width: 1280px) {
  .footer__partner-text {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
.footer__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  height: 2.7777777778rem;
}
@media (min-width: 768px) {
  .footer__partner {
    height: 4.4444444444rem;
  }
}
.footer__partner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__list-btns {
  margin-top: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .footer__list-btns {
    margin-top: 0;
  }
}
.footer__list-btn + .footer__list-btn {
  margin-top: 0.8888888889rem;
}
.footer__btn {
  min-width: 14.9444444444rem;
  width: 100%;
}
@media (min-width: 1280px) {
  .footer__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__soc-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5555555556rem;
  margin-right: -0.5555555556rem;
  margin-top: 1.7777777778rem;
  justify-content: space-between;
}
@media (min-width: 480px) {
  .footer__soc-list {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .footer__soc-list {
    margin-top: 4.8888888889rem;
  }
}
.footer__soc-item {
  padding: 0 0.5555555556rem;
}
.footer__soc-icon path {
  transition: 0.3s ease;
}
.footer__soc-icon:hover path {
  fill: #FFC224;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  margin: -0.4444444444rem -0.4444444444rem 0;
  padding-top: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .footer__links {
    padding-top: 1.5555555556rem;
  }
}
.footer__link-item {
  padding: 0.4444444444rem 0.4444444444rem 0;
}
.footer__link {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
}
.footer__link:hover {
  color: #FFFFFF;
}
.footer__bottom {
  padding: 0.8888888889rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .footer__bottom {
    padding: 0.7222222222rem 0;
  }
}
.footer__copy {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
}
@media (min-width: 1280px) {
  .footer__copy {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
.admin-menu {
  background-color: #715445;
  padding: 0.2222222222rem 2.6666666667rem;
  z-index: 100;
}
.admin-menu__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.admin-menu__item:not(:first-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}
.admin-menu__item:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #FFFFFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.admin-menu__link {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.7222222222rem;
  line-height: 1.5555555556rem;
}
.admin-menu__link:hover {
  color: #148FFF;
}

.hero__top {
  position: relative;
  display: block;
}
.hero__top:hover .hero__picture img {
  transform: scale(1.02);
}
.hero__top:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hero__picture {
  position: relative;
  padding-top: 37.5%;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 19.1111111111rem;
}
.hero__picture:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 11.1111111111rem;
  z-index: 1;
}
.hero__picture:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url("../images/client/hero-dec.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 15.3333333333rem;
  height: 10.0555555556rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero__picture:after {
    width: 18.3888888889rem;
    height: 11.7222222222rem;
  }
}
@media (min-width: 1280px) {
  .hero__picture:after {
    width: 27.8888888889rem;
    height: 17.7777777778rem;
  }
}
.hero__picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: 0.3s ease;
}
.hero__info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.1111111111rem 0.8888888889rem;
}
@media (min-width: 768px) {
  .hero__info {
    padding: 1.3333333333rem 1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .hero__info {
    padding: 1.7777777778rem 3.1111111111rem;
  }
}
.hero__title {
  font-family: "OtoiwoGroteskExtended";
  color: #FFFFFF;
  font-weight: 800;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    font-size: 1.5555555556rem;
    line-height: 2.2222222222rem;
  }
}
.hero__title:hover {
  color: #FFFFFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.hero__list {
  margin-top: 0.2222222222rem;
  display: flex;
  flex-wrap: wrap;
}
.hero__item {
  padding-right: 0.4444444444rem;
  margin-right: 0.4444444444rem;
  position: relative;
}
.hero__item:before {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
}
@media (min-width: 1280px) {
  .hero__item:before {
    height: 12px;
  }
}
.hero__item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.hero__item:last-child:before {
  display: none;
}
.hero__text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
}
@media (min-width: 1280px) {
  .hero__text {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}
.hero__bottom {
  margin-top: 1.7777777778rem;
}
.hero .wideNewsCard:before, .hero .wideNewsCard:after {
  display: none;
}

.listNews {
  padding: 1.6666666667rem 0;
  position: relative;
  margin-top: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .listNews {
    margin-top: 0;
    padding: 0;
  }
  .listNews:before {
    display: none;
  }
}
.listNews:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: rgba(20, 143, 255, 0.1);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
.listNews__item + .listNews__item {
  margin-top: 1.3333333333rem;
}

@media (min-width: 1280px) {
  .listNewsCard {
    padding: 0;
  }
}
.listNewsCard:hover .listNewsCard__title {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.listNewsCard--blue .listNewsCard__title {
  color: #148FFF;
}
.listNewsCard--bold .listNewsCard__title {
  font-weight: 600;
}
.listNewsCard__top {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .listNewsCard__top {
    margin-bottom: 0.2222222222rem;
  }
}
.listNewsCard__text {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
}
@media (min-width: 1280px) {
  .listNewsCard__text {
    font-size: 0.7777777778rem;
    line-height: 1.2222222222rem;
  }
}
.listNewsCard__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  transition: 0.3s ease;
}
.listNewsCard__tag {
  padding: 0.2777777778rem 0.4444444444rem;
  background-color: #148FFF;
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 0.5555555556rem;
}

.sec-indent {
  padding-top: 3.5555555556rem;
}
@media (min-width: 1280px) {
  .sec-indent {
    padding-top: 5.3333333333rem;
  }
}
.sec-indent:first-child {
  padding-top: 0;
}
.sec-indent-lg {
  padding-top: 3.5555555556rem;
}
@media (min-width: 1024px) {
  .sec-indent-lg {
    padding-top: 0;
  }
}

.main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 768px) {
  .main-head {
    margin-bottom: 1.3333333333rem;
  }
}
.main-head__title {
  font-family: "OtoiwoGroteskExtended";
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.7777777778rem;
}
@media (min-width: 1280px) {
  .main-head__title {
    font-size: 1.7777777778rem;
    line-height: 2.8333333333rem;
  }
}
.main-head__btn {
  width: 100%;
  margin-top: 1.3333333333rem;
}
@media (min-width: 768px) {
  .main-head__btn {
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.videoCard {
  position: relative;
}
.videoCard:hover .videoCard__pic img {
  transform: scale(1.02);
}
.videoCard__top {
  position: relative;
}
.videoCard__pic-wrap {
  display: block;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.videoCard__pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: 0.3s ease;
}
.videoCard__youtube-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.videoCard__youtube-btn svg, .videoCard__youtube-btn img {
  height: 1.7777777778rem;
  width: 2.6666666667rem;
}
@media (min-width: 1024px) {
  .videoCard__youtube-btn svg, .videoCard__youtube-btn img {
    width: 5.3333333333rem;
    height: 3.7222222222rem;
  }
}
.videoCard__content {
  padding-top: 0.4444444444rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .videoCard__content {
    padding-top: 0.8888888889rem;
  }
}
@media (min-width: 1280px) {
  .videoCard__content {
    padding-top: 1.1111111111rem;
  }
}
.videoCard__title {
  font-weight: 600;
  font-family: "OtoiwoGroteskExtended";
  max-width: 43.5555555556rem;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .videoCard__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .videoCard__title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.videoCard__title:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.videoCard__text {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.0555555556rem;
}
@media (min-width: 768px) {
  .videoCard__text {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0.4444444444rem;
  }
}
@media (min-width: 1280px) {
  .videoCard__text {
    margin-top: 0.2222222222rem;
  }
}

.media-sec {
  background-color: #148FFF;
}
.media-sec__pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}
@media (min-width: 768px) {
  .media-sec__pic {
    padding-top: 60%;
  }
}
@media (min-width: 1024px) {
  .media-sec__pic {
    margin-top: 4.2777777778rem;
  }
}
@media (min-width: 1280px) {
  .media-sec__pic {
    margin-top: 3.5555555556rem;
    margin-right: 2.4444444444rem;
  }
}
.media-sec__pic:before {
  position: absolute;
  content: "";
  background-image: url("../images/client/icons/header-arrow.svg");
  width: 170px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-position: center center;
}
@media (min-width: 768px) {
  .media-sec__pic:before {
    height: 41px;
  }
}
.media-sec__pic img {
  vertical-align: bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-sec__content {
  padding: 1.3333333333rem 1.3333333333rem 1.7777777778rem;
}
@media (min-width: 1024px) {
  .media-sec__content {
    padding: 4.2777777778rem 1.7777777778rem 3.8888888889rem 0;
  }
}
@media (min-width: 1280px) {
  .media-sec__content {
    padding: 3.5555555556rem 3.1111111111rem 3.5555555556rem 0;
  }
}
.media-sec__title {
  font-family: "OtoiwoGroteskExtended";
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0.4444444444rem;
  font-size: 1rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 768px) {
  .media-sec__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
    margin-bottom: 0.8888888889rem;
  }
}
@media (min-width: 1280px) {
  .media-sec__title {
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
  }
}
.media-sec__text {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.0555555556rem;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .media-sec__text {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
@media (min-width: 1280px) {
  .media-sec__text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.media-sec__btn {
  margin-top: 0.8888888889rem;
  width: 100%;
}
@media (min-width: 768px) {
  .media-sec__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.3333333333rem;
  }
}

.main-title {
  font-family: "OtoiwoGroteskExtended";
  color: #000000;
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .main-title {
    margin-bottom: 1.3333333333rem;
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}

.searchForm {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8888888889rem -0.4444444444rem 1.7777777778rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1280px) {
  .searchForm {
    margin: -0.8888888889rem -0.4444444444rem 2.2222222222rem;
  }
}
.searchForm__search {
  margin: 0.8888888889rem 0.4444444444rem 0;
  flex: 0 1 100%;
}
@media (min-width: 1024px) {
  .searchForm__search {
    flex: 1;
  }
}
.searchForm__search-input {
  height: 2.2222222222rem;
  padding: 0.6111111111rem 0.8888888889rem 0.6666666667rem 2.6666666667rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .searchForm__search-input {
    height: 2.6666666667rem;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    padding: 0.7222222222rem 1.3333333333rem 0.7222222222rem 2.8333333333rem;
  }
}
.searchForm__search-input:focus {
  outline: none;
  border-color: #000000;
}
.searchForm__search-input-wrap {
  position: relative;
}
.searchForm__search-input-wrap:before {
  position: absolute;
  content: "";
  left: 0.8888888889rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/client/icons/search.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  z-index: 1;
  pointer-events: none;
}
.searchForm__item {
  padding: 0.8888888889rem 0.4444444444rem 0;
  flex: 1 0 50%;
}
@media (min-width: 1024px) {
  .searchForm__item {
    margin: 0.8888888889rem 0.4444444444rem 0;
    padding: 0;
    flex: 0 0 9.3888888889rem;
  }
}
.searchForm__date {
  height: 2.2222222222rem;
  padding: 0.4444444444rem 1.1111111111rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
}
@media (min-width: 1024px) {
  .searchForm__date {
    height: 2.6666666667rem;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    padding: 0.6666666667rem;
  }
}
.searchForm__date:focus {
  outline: none;
  border-color: #000000;
}
.searchForm__select-wrap {
  position: relative;
}
.searchForm__select-wrap:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/client/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.searchForm__select {
  height: 2.2222222222rem;
  padding: 0.6666666667rem 1.6666666667rem 0.6666666667rem 1.1111111111rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1024px) {
  .searchForm__select {
    height: 2.6666666667rem;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    padding: 0.6666666667rem 1.6666666667rem 0.6666666667rem 1.1111111111rem;
  }
}
.searchForm__select:focus {
  outline: none;
  border-color: #000000;
}
.searchForm__btn-wrap {
  flex: 0 0 100%;
  padding: 0.8888888889rem 0.4444444444rem 0;
}
@media (min-width: 1024px) {
  .searchForm__btn-wrap {
    margin: 0.8888888889rem 0.4444444444rem 0;
    padding: 0;
    flex: 0 0 9.3888888889rem;
  }
}
.searchForm__btn {
  width: 100%;
  height: 2.2222222222rem;
}
@media (min-width: 1024px) {
  .searchForm__btn {
    height: 2.6666666667rem;
  }
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-navigation {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .main-navigation {
    margin-top: 5rem;
  }
}
.main-navigation__more {
  margin-top: 1.3333333333rem;
  min-width: 12rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-navigation__more {
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.newsHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3333333333rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .newsHead {
    align-items: center;
    flex-direction: row;
    margin-bottom: 1.5555555556rem;
  }
}
.newsHead__text {
  font-weight: 600;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  margin-bottom: 0.8888888889rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .newsHead__text {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .newsHead__text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}
.newsHead__filter-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8888888889rem -0.4444444444rem 0;
  justify-content: flex-end;
  flex: 1;
}
.newsHead__filter-item {
  padding: 0.8888888889rem 0.4444444444rem 0;
  flex: 1 1 50%;
  display: flex;
}
@media (min-width: 768px) {
  .newsHead__filter-item {
    flex: 0 0 10.2777777778rem;
  }
}
.newsHead__date {
  height: 2.2222222222rem;
  padding: 0.4444444444rem 1.1111111111rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  border-radius: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .newsHead__date {
    height: 2.6666666667rem;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    padding: 0.6666666667rem;
  }
}
.newsHead__date:focus {
  outline: none;
  border-color: #000000;
}
.newsHead__select-wrap {
  position: relative;
  width: 100%;
}
.newsHead__select-wrap:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 10px;
  right: 1.1111111111rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/client/icons/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.newsHead__select {
  height: 2.2222222222rem;
  padding: 0.6666666667rem 1.6666666667rem 0.6666666667rem 1.1111111111rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  width: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 0.7777777778rem;
  line-height: 0.7777777778rem;
  display: flex;
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .newsHead__select {
    height: 2.6666666667rem;
    font-size: 0.8888888889rem;
    line-height: 0.8888888889rem;
    padding: 0.6666666667rem 1.6666666667rem 0.6666666667rem 1.1111111111rem;
  }
}
.newsHead__select:focus {
  outline: none;
  border-color: #000000;
}

.mainNews {
  margin-top: -0.8888888889rem;
  margin-bottom: 3.5555555556rem;
}
@media (min-width: 768px) {
  .mainNews {
    margin-top: -1.3333333333rem;
    margin-bottom: 3.3333333333rem;
  }
}

.mainNewsCard {
  display: block;
  padding: 1.3333333333rem 1.3333333333rem 1.5555555556rem;
  background-color: rgba(20, 143, 255, 0.1);
  height: calc(100% - 0.8888888889rem);
  margin-top: 0.8888888889rem;
}
@media (min-width: 768px) {
  .mainNewsCard {
    margin-top: 1.3333333333rem;
    height: calc(100% - 1.3333333333rem);
  }
}
.mainNewsCard--bold__text {
  font-weight: 600;
}
.mainNewsCard--blue__text {
  color: #148FFF;
}
.mainNewsCard__text {
  font-size: 1rem;
  line-height: 1.4444444444rem;
  font-weight: 400;
  color: #000000;
  transition: 0.3s ease;
}
.mainNewsCard__text:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.mainNewsCard__time {
  display: inline-block;
  margin-top: 0.8888888889rem;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
}

.news__list + .news__time {
  margin-top: 1.3333333333rem;
}
.news__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news__time {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3888888889rem;
  color: #000000;
  display: block;
}
@media (min-width: 1024px) {
  .news__time {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}

.listNewsCardTwo {
  display: block;
  padding: 1.3333333333rem 0;
}
.listNewsCardTwo--blue .listNewsCardTwo__title {
  color: #148FFF;
}
.listNewsCardTwo--bold .listNewsCardTwo__title {
  font-weight: 600;
}
.listNewsCardTwo:hover .listNewsCardTwo__title {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.listNewsCardTwo__top {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .listNewsCardTwo__top {
    margin-bottom: 0.2222222222rem;
  }
}
.listNewsCardTwo__text {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 1.1111111111rem;
}
@media (min-width: 1280px) {
  .listNewsCardTwo__text {
    font-size: 0.7777777778rem;
    line-height: 1.2222222222rem;
  }
}
.listNewsCardTwo__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .listNewsCardTwo__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
.listNewsCardTwo__tag {
  padding: 0.2777777778rem 0.4444444444rem;
  background-color: #148FFF;
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 0.5555555556rem;
}

.mainTags {
  margin-bottom: 1.3333333333rem;
}
.mainTags__tags {
  margin: -0.8888888889rem -0.4444444444rem 0;
  display: flex;
  flex-wrap: wrap;
}
.mainTags__tag-item {
  padding: 0.8888888889rem 0.4444444444rem 0;
}
.mainTags__tag {
  padding: 0.2777777778rem 0.8888888889rem;
  background-color: #148FFF;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  min-height: 1.7777777778rem;
}
.mainTags__tag:hover {
  color: #FFFFFF;
}

.authorBlock {
  display: flex;
  padding: 0.6666666667rem 0.8888888889rem;
  background-color: rgba(20, 143, 255, 0.1);
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 768px) {
  .authorBlock {
    margin-bottom: 1.3333333333rem;
    align-items: center;
    padding: 0.6666666667rem 1.3333333333rem 1.1111111111rem 1.3333333333rem;
  }
}
.authorBlock--big {
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .authorBlock--big {
    margin-bottom: 1.7777777778rem;
  }
}
@media (min-width: 768px) {
  .authorBlock--big .authorBlock__picture {
    width: 7.1111111111rem;
    height: 7.1111111111rem;
  }
}
@media (min-width: 768px) {
  .authorBlock--big .authorBlock__picture:before {
    width: 3.3333333333rem;
    height: 1.7777777778rem;
  }
}
@media (min-width: 768px) {
  .authorBlock--big .authorBlock__name {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
.authorBlock--big .authorBlock__content {
  max-width: 31.2222222222rem;
}
.authorBlock__picture {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  border-radius: 50%;
  display: block;
  margin-right: 0.8888888889rem;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .authorBlock__picture {
    width: 4.4444444444rem;
    height: 4.4444444444rem;
    margin-right: 1.3333333333rem;
  }
}
.authorBlock__picture:before {
  position: absolute;
  content: "";
  height: 0.8888888889rem;
  width: 1.6666666667rem;
  background-image: url("../images/client/icons/author-dec.svg");
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.4444444444rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .authorBlock__picture:before {
    height: 1.2222222222rem;
    width: 2.3333333333rem;
  }
}
.authorBlock__picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.authorBlock__name {
  font-weight: 700;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0.1666666667rem;
}
@media (min-width: 768px) {
  .authorBlock__name {
    font-size: 1rem;
    line-height: 1.5555555556rem;
    margin-bottom: 0;
  }
}
.authorBlock__text {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 768px) {
  .authorBlock__text {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}

.articleInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8888888889rem;
  flex-direction: column;
}
@media (min-width: 680px) {
  .articleInfo {
    flex-direction: row;
    align-items: center;
  }
}
.articleInfo__author {
  display: flex;
  align-items: center;
}
.articleInfo__pic {
  display: block;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.8888888889rem;
  overflow: hidden;
}
.articleInfo__pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleInfo__name {
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  color: #000000;
}
.articleInfo__name + .articleInfo__views {
  padding-left: 0.8888888889rem;
  margin-left: 0.8888888889rem;
  position: relative;
}
.articleInfo__name + .articleInfo__views:before {
  position: absolute;
  content: "";
  height: 11px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.articleInfo__views {
  display: flex;
  align-items: center;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  font-weight: 500;
  opacity: 0.3;
}
@media (min-width: 1024px) {
  .articleInfo__views {
    font-size: 0.8888888889rem;
    line-height: 1.4444444444rem;
  }
}
.articleInfo__views svg {
  flex-shrink: 0;
  margin-right: 0.3333333333rem;
}
.articleInfo__time {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 680px) {
  .articleInfo__left {
    padding-right: 1.3333333333rem;
  }
}
.articleInfo__right {
  margin-top: 0.8888888889rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 680px) {
  .articleInfo__right {
    margin-top: 0;
  }
}

.articlePicture {
  margin-bottom: 1.7777777778rem;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  max-width: none;
}
@media (min-width: 768px) {
  .articlePicture {
    margin-right: 0;
    margin-left: 0;
  }
}
.articlePicture--wide {
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
}
.articlePicture__pic {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: calc((100vw - 100%) / -2);
  margin-left: calc((100vw - 100%) / -2);
  max-width: none;
  max-height: 38.8888888889rem;
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .articlePicture__pic {
    margin-right: 0;
    margin-left: 0;
  }
}

.article-title {
  font-family: "OtoiwoGroteskExtended";
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4444444444rem;
  margin-bottom: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .article-title {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}

.articleBottom {
  border-top: 1px solid #D9D9D9;
  margin-top: 1.7777777778rem;
  padding-top: 1.7777777778rem;
}
@media (min-width: 1024px) {
  .articleBottom {
    margin-top: 2.6666666667rem;
    padding-top: 2.6666666667rem;
  }
}
.articleBottom__author {
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1.3333333333rem;
}
.articleBottom__author span {
  margin-left: 0.4444444444rem;
}
.articleBottom__tags {
  margin: -0.8888888889rem -0.4444444444rem 0;
  display: flex;
  flex-wrap: wrap;
}
.articleBottom__tag-item {
  padding: 0.8888888889rem 0.4444444444rem 0;
}
.articleBottom__tag {
  padding: 0.2777777778rem 0.8888888889rem;
  background-color: #148FFF;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
  min-height: 1.7777777778rem;
}
.articleBottom__tag:hover {
  background-color: #FFC224;
  color: #FFFFFF;
}

.read-more {
  margin-top: 3.5555555556rem;
}
@media (min-width: 1024px) {
  .read-more {
    margin-top: 4rem;
  }
}

.scroll-to-top {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  position: fixed;
  right: 1.3333333333rem;
  bottom: 1.7777777778rem;
  transform: translateY(calc(100% + 1.7777777778rem));
  transition: 0.3s ease;
  z-index: 9;
}
@media (min-width: 1024px) {
  .scroll-to-top {
    width: 3.5555555556rem;
    height: 3.5555555556rem;
    right: 2.6666666667rem;
    bottom: 2.6666666667rem;
    transform: translateY(calc(100% + 2.6666666667rem));
  }
}
@media (min-width: 1280px) {
  .scroll-to-top {
    width: 4.4444444444rem;
    height: 4.4444444444rem;
    right: 3.5555555556rem;
    bottom: 3.5555555556rem;
    transform: translateY(calc(100% + 3.5555555556rem));
  }
}
.scroll-to-top.active {
  transform: translateY(0);
}
.scroll-to-top img, .scroll-to-top svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.author-text {
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.7777777778rem;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 1024px) {
  .author-text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}

.author-text {
  margin-bottom: 1.3333333333rem;
  font-weight: 700;
  color: #000000;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
}
@media (min-width: 1024px) {
  .author-text {
    font-size: 1rem;
    line-height: 1.4444444444rem;
  }
}

.authorCards__item + .authorCards__item {
  padding-top: 1.3333333333rem;
  margin-top: 1.3333333333rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.authorCards__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.3333333333rem;
}

.authorCard {
  display: block;
}
.authorCard:hover .authorCard__title {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.authorCard--blue .authorCard__title {
  color: #148FFF;
}
.authorCard--bold .authorCard__title {
  font-weight: 600;
}
.authorCard__top {
  display: flex;
  align-items: center;
  margin-bottom: 0.2222222222rem;
}
.authorCard__time {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 0.7777777778rem;
  line-height: 1.2222222222rem;
}
.authorCard__title {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 400;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .authorCard__title {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
.authorCard__tag {
  font-size: 0.6666666667rem;
  line-height: 0.7777777778rem;
  font-weight: 500;
  color: #000000;
  margin-left: 0.4444444444rem;
}

.about-us-sec {
  margin-top: 3.5555555556rem;
}

.about-us__sec + .about-us__sec {
  margin-top: 3.5555555556rem;
}
.about-us__title {
  font-family: "OtoiwoGroteskExtended";
  color: #000000;
  font-weight: 600;
  margin-bottom: 0.8888888889rem;
  font-size: 1.3333333333rem;
  line-height: 1.8333333333rem;
  margin-top: 3.5555555556rem;
}
@media (min-width: 1024px) {
  .about-us__title {
    margin-bottom: 1.3333333333rem;
    font-size: 1.5555555556rem;
    line-height: 2.2222222222rem;
  }
}
@media (min-width: 1280px) {
  .about-us__title {
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
  }
}
.about-us__title + .about-us-sec {
  margin-top: 0;
}
.about-us__text {
  font-weight: 500;
  color: #000000;
  font-size: 1rem;
  line-height: 1.7777777778rem;
}
@media (min-width: 1024px) {
  .about-us__text {
    font-size: 1.1111111111rem;
    line-height: 2.1111111111rem;
  }
}
@media (min-width: 1280px) {
  .about-us__text {
    font-size: 1.3333333333rem;
    line-height: 2.3888888889rem;
  }
}

.whyShould {
  display: flex;
  flex-wrap: wrap;
  margin: -0.8888888889rem -0.4444444444rem 0;
}
.whyShould__item {
  padding: 0.8888888889rem 0.4444444444rem 0;
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .whyShould__item {
    flex: 1 0 33.333%;
  }
}
.whyShould__item--full {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  .whyShould__item--half {
    flex: 1 0 50%;
  }
}

.whyShouldBigText {
  background-color: rgba(20, 143, 255, 0.1);
  padding: 1.8888888889rem 0.8888888889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .whyShouldBigText {
    padding: 2.5555555556rem 2.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .whyShouldBigText {
    padding: 2.5555555556rem 5.7777777778rem;
  }
}
.whyShouldBigText:before {
  position: absolute;
  content: "";
  width: 9.4444444444rem;
  background-image: url("../images/client/icons/triangle-dec-white.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .whyShouldBigText:before {
    height: 1.7777777778rem;
  }
}
.whyShouldBigText__text {
  color: #000000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.7777777778rem;
}
@media (min-width: 768px) {
  .whyShouldBigText__text {
    font-size: 1.1111111111rem;
    line-height: 1.7777777778rem;
  }
}
@media (min-width: 1024px) {
  .whyShouldBigText__text {
    font-size: 1.3333333333rem;
    line-height: 2.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .whyShouldBigText__text {
    font-size: 1.5555555556rem;
    line-height: 2.7777777778rem;
  }
}

.whyShouldText {
  background-color: rgba(20, 143, 255, 0.1);
  padding: 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 100%;
  min-height: 8rem;
}
.whyShouldText__text {
  max-width: 22.6666666667rem;
}

.personCards {
  margin-top: -0.8888888889rem;
}
@media (min-width: 1024px) {
  .personCards {
    margin-top: -1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .personCards {
    margin-top: -2.2222222222rem;
  }
}

.personCard {
  margin-top: 0.8888888889rem;
  display: flex;
  background-color: rgba(20, 143, 255, 0.1);
  flex-direction: column;
  height: calc(100% - 0.8888888889rem);
}
@media (min-width: 1024px) {
  .personCard {
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
  }
}
@media (min-width: 1280px) {
  .personCard {
    margin-top: 2.2222222222rem;
    height: calc(100% - 2.2222222222rem);
    flex-direction: row;
  }
}
.personCard__left {
  flex: 1;
}
@media (min-width: 1280px) {
  .personCard__left {
    flex: 0 0 16.1111111111rem;
  }
}
@media (min-width: 1920px) {
  .personCard__left {
    flex: 0 0 18.2222222222rem;
  }
}
.personCard__pic {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  min-height: 18.2222222222rem;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 1280px) {
  .personCard__pic {
    height: auto;
    min-height: 100%;
  }
}
.personCard__pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.personCard__content {
  padding: 0.8888888889rem 0.8888888889rem 1.1111111111rem;
  flex: 1;
}
@media (min-width: 1024px) {
  .personCard__content {
    padding: 0.8888888889rem 1.3333333333rem 1.1111111111rem;
  }
}
@media (min-width: 1280px) {
  .personCard__content {
    padding: 0.8888888889rem 0.8888888889rem 1.1111111111rem;
  }
}
@media (min-width: 1920px) {
  .personCard__content {
    padding: 0.8888888889rem 1.3333333333rem 1.1111111111rem 1.7777777778rem;
  }
}
.personCard__name {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.2222222222rem;
  font-size: 1rem;
  line-height: 1.5555555556rem;
}
.personCard__position {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 0.8888888889rem;
  margin-bottom: 0.4444444444rem;
}
.personCard__text {
  font-weight: 600;
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  color: #000000;
}
.personCard__btns {
  margin-top: 0.8888888889rem;
  display: flex;
}
.personCard__more {
  flex: 1;
  padding: 0.4444444444rem 0.8888888889rem;
  background-color: rgba(20, 143, 255, 0.1);
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.3333333333rem;
  color: #148FFF;
  min-height: 2.2222222222rem;
  text-align: center;
}
.personCard__more:hover {
  background-color: #FFFFFF;
  color: #148FFF;
}
.personCard__icon {
  margin-left: 0.4444444444rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 143, 255, 0.1);
}
.personCard__icon:hover {
  background-color: #FFFFFF;
}

.personPopup {
  background-color: #FFFFFF;
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media (min-width: 768px) {
  .personPopup {
    max-width: 26.6666666667rem;
  }
}
@media (min-width: 1024px) {
  .personPopup {
    max-width: 54.4444444444rem;
  }
}
@media (min-width: 1280px) {
  .personPopup {
    max-width: 64.8888888889rem;
  }
}
.personPopup__close {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 0.6666666667rem;
  padding-right: 0.8888888889rem;
  z-index: 1;
}
.personPopup__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .personPopup__wrap {
    flex-direction: row;
  }
}
.personPopup__left {
  flex: 1;
}
@media (min-width: 1024px) {
  .personPopup__left {
    flex: 0 0 15.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .personPopup__left {
    flex: 0 0 18.2222222222rem;
  }
}
.personPopup__pic {
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .personPopup__pic {
    min-height: 15.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .personPopup__pic {
    min-height: 18.2222222222rem;
  }
}
.personPopup__pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.personPopup__content {
  padding: 0.8888888889rem 0.8888888889rem 1.1111111111rem;
  flex: 1;
}
@media (min-width: 768px) {
  .personPopup__content {
    padding: 0.8888888889rem 1.3333333333rem 1.5555555556rem 1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .personPopup__content {
    padding: 0.8888888889rem 2.6666666667rem 1.5555555556rem 1.7777777778rem;
  }
}
.personPopup__name {
  font-family: "OtoiwoGroteskNormal";
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.2222222222rem;
  font-size: 1rem;
  line-height: 1.5555555556rem;
  padding-right: 1.3333333333rem;
}
.personPopup__position {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 0.6666666667rem;
  line-height: 0.8888888889rem;
  margin-bottom: 0.8888888889rem;
}
.personPopup__text {
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .personPopup__text {
    font-size: 0.7777777778rem;
    line-height: 1.1111111111rem;
  }
}
@media (min-width: 1280px) {
  .personPopup__text {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
.personPopup__icon {
  margin-top: 0.8888888889rem;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(20, 143, 255, 0.1);
}
.personPopup__icon:hover {
  background-color: #FFFFFF;
}

.searchQuery {
  margin-bottom: 1.5555555556rem;
  display: flex;
}
.searchQuery__input-wrap {
  flex: 1;
  position: relative;
}
.searchQuery__input-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 12px;
  background-image: url("../images/client/icons/search2.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
  z-index: 1;
  pointer-events: none;
}
.searchQuery__input {
  padding: 0.4444444444rem 1.3333333333rem 0.6666666667rem 1.8888888889rem;
  width: 100%;
  border: hidden;
  border-bottom: 1px solid #000000;
}
.searchQuery__input:focus {
  border-color: #148FFF;
  outline: none;
}
.searchQuery__close {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.searchQuery__btn {
  margin-left: 1.7777777778rem;
  min-width: 11.5555555556rem;
}

.search__results {
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .search__results {
    font-size: 0.8888888889rem;
    line-height: 1.2222222222rem;
  }
}
.search__empty {
  text-align: center;
  margin-top: 0.8888888889rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  line-height: 1.4444444444rem;
}
@media (min-width: 1024px) {
  .search__empty {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}

.errors {
  padding: 6.6666666667rem 0 10rem;
}
@media (min-width: 1024px) {
  .errors {
    padding: 7.7777777778rem 0 13.3333333333rem;
  }
}
.errors__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.errors__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.errors__title {
  display: flex;
  align-items: center;
  font-size: 6.6666666667rem;
  line-height: 6.6666666667rem;
}
@media (min-width: 768px) {
  .errors__title {
    font-size: 11.1111111111rem;
    line-height: 11.1111111111rem;
  }
}
.errors__title svg {
  flex-shrink: 0;
  margin: 0 1.6666666667rem;
  height: auto;
  width: 4.4444444444rem;
}
@media (min-width: 768px) {
  .errors__title svg {
    width: 7.2222222222rem;
  }
}
.errors__text {
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3333333333rem;
  text-align: center;
}
@media (min-width: 768px) {
  .errors__text {
    font-size: 1.3333333333rem;
    line-height: 1.8333333333rem;
  }
}
.errors__btn {
  min-width: 13.3333333333rem;
  margin-top: 0.8888888889rem;
}
@media (min-width: 768px) {
  .errors__btn {
    margin-top: 1.7777777778rem;
  }
}

.simpleHeader {
  padding: 0.8888888889rem 0 1.5555555556rem;
  background-color: #148FFF;
}
.simpleHeader__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simpleHeader__logo {
  width: 100%;
  margin-right: 1.3333333333rem;
  max-width: 6.6666666667rem;
}
@media (min-width: 768px) {
  .simpleHeader__logo {
    max-width: 7.5555555556rem;
    margin-right: 2.2222222222rem;
  }
}
@media (min-width: 1280px) {
  .simpleHeader__logo {
    max-width: 11.3333333333rem;
  }
}
.simpleHeader__logo img, .simpleHeader__logo svg {
  width: 100%;
  height: auto;
}
.simpleHeader__langs {
  display: flex;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.simpleHeader__lang-item {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
}
.simpleHeader__lang-item + .simpleHeader__lang-item {
  margin-left: 0.5555555556rem;
}
.simpleHeader__lang-item--active {
  border-bottom: 2px solid #FFFFFF;
}
.simpleHeader__lang-link {
  font-size: 1rem;
  line-height: 1.5555555556rem;
  font-weight: 400;
  color: #FFFFFF;
}

.cooperation-title {
  font-family: "OtoiwoGroteskExtended";
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  color: #000000;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .cooperation-title {
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
  }
}

.cooperation-title-wrap {
  margin-top: 4.4444444444rem;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 1280px) {
  .cooperation-title-wrap {
    margin-top: 6.6666666667rem;
  }
}
.cooperation-title-wrap + .cooperation-sec,
.cooperation-title-wrap + .cooperation-text-wrap {
  margin-top: 0;
}

.cooperation-text-wrap {
  margin-top: 4.4444444444rem;
  margin-bottom: 1.3333333333rem;
}
@media (min-width: 1280px) {
  .cooperation-text-wrap {
    margin-top: 6.6666666667rem;
  }
}
.cooperation-text-wrap + .cooperation-sec {
  margin-top: 0;
}

.cooperation-text {
  margin-top: 1.3333333333rem;
  margin-bottom: 1.3333333333rem;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .cooperation-text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}
.cooperation-text + .cooperation-sec {
  margin-top: 0;
}

.cooperationHero {
  background-color: #148FFF;
}
.cooperationHero__wrap {
  position: relative;
  padding: 2.2222222222rem 0 3.5555555556rem;
}
@media (min-width: 1024px) {
  .cooperationHero__wrap {
    padding: 3.5555555556rem 0 4.4444444444rem;
  }
}
@media (min-width: 1280px) {
  .cooperationHero__wrap {
    padding: 4.6666666667rem 0 6.6666666667rem;
  }
}
.cooperationHero__content {
  position: relative;
  z-index: 1;
}
.cooperationHero__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  margin-bottom: 0.4444444444rem;
}
@media (min-width: 768px) {
  .cooperationHero__title {
    font-size: 1.7777777778rem;
    line-height: 2.8888888889rem;
  }
}
@media (min-width: 1280px) {
  .cooperationHero__title {
    margin-bottom: 0.8888888889rem;
    font-size: 2.6666666667rem;
    line-height: 3.7777777778rem;
  }
}
.cooperationHero__text {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .cooperationHero__text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}
.cooperationHero__btn {
  margin-top: 1.7777777778rem;
  width: 100%;
  min-width: 12.4444444444rem;
}
@media (min-width: 768px) {
  .cooperationHero__btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1280px) {
  .cooperationHero__btn {
    margin-top: 2.2222222222rem;
  }
}
@media (min-width: 1024px) {
  .cooperationHero__pic {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: -22%;
    width: 42.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .cooperationHero__pic {
    width: 56.8888888889rem;
  }
}
.cooperationHero__pic img {
  vertical-align: bottom;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cooperationQuote {
  padding-top: 4.4444444444rem;
}
@media (min-width: 1280px) {
  .cooperationQuote {
    padding-top: 7.7777777778rem;
  }
}
.cooperationQuote__text {
  font-weight: 700;
  text-align: center;
  color: #000000;
  font-size: 1rem;
  line-height: 1.3333333333rem;
}
@media (min-width: 768px) {
  .cooperationQuote__text {
    font-size: 1.1111111111rem;
    line-height: 1.5555555556rem;
  }
}
@media (min-width: 1280px) {
  .cooperationQuote__text {
    font-size: 1.5555555556rem;
    line-height: 2.7777777778rem;
  }
}

.cooperationNumbers {
  padding-top: 4.4444444444rem;
}
@media (min-width: 1280px) {
  .cooperationNumbers {
    padding-top: 6.6666666667rem;
  }
}

.cooperation-sec {
  margin-top: 4.4444444444rem;
}
@media (min-width: 1280px) {
  .cooperation-sec {
    margin-top: 6.6666666667rem;
  }
}
.cooperation-sec__head {
  margin-bottom: 1.3333333333rem;
}
.cooperation-sec__title {
  font-family: "OtoiwoGroteskExtended";
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  color: #000000;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .cooperation-sec__title {
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
  }
}
.cooperation-sec__text {
  margin-top: 1.3333333333rem;
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .cooperation-sec__text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}

.cooperationNumberCards {
  margin-top: -0.8888888889rem;
}
@media (min-width: 768px) {
  .cooperationNumberCards {
    margin-top: -1.7777777778rem;
  }
}

.cooperationNumberCard {
  background-color: rgba(20, 143, 255, 0.1);
  padding: 1.8888888889rem 0.8888888889rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  margin-top: 0.8888888889rem;
}
@media (min-width: 768px) {
  .cooperationNumberCard {
    padding: 2.5555555556rem 1.7777777778rem;
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
  }
}
@media (min-width: 1024px) {
  .cooperationNumberCard {
    padding: 2.5555555556rem 2.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .cooperationNumberCard {
    padding: 2.5555555556rem 3.1111111111rem;
  }
}
.cooperationNumberCard:before {
  position: absolute;
  content: "";
  width: 9.4444444444rem;
  background-image: url("../images/client/icons/triangle-dec-white.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.3333333333rem;
}
@media (min-width: 1024px) {
  .cooperationNumberCard:before {
    height: 1.7777777778rem;
  }
}
@media (min-width: 768px) {
  .cooperationNumberCard--mini {
    padding-left: 0.8888888889rem;
    padding-right: 0.8888888889rem;
  }
}
.cooperationNumberCard__number {
  color: #000000;
  font-weight: 700;
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cooperationNumberCard__number {
    font-size: 1.7777777778rem;
    line-height: 2.6666666667rem;
  }
}
@media (min-width: 1280px) {
  .cooperationNumberCard__number {
    font-size: 2.6666666667rem;
    line-height: 3.3333333333rem;
  }
}
.cooperationNumberCard__text {
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 0.8888888889rem;
  line-height: 1.5555555556rem;
}
@media (min-width: 1024px) {
  .cooperationNumberCard__text {
    font-size: 1rem;
    line-height: 1.7777777778rem;
  }
}

.icoTextCards {
  margin-top: -0.8888888889rem;
}
@media (min-width: 768px) {
  .icoTextCards {
    margin-top: -1.7777777778rem;
  }
}

.icoTextCard {
  margin-top: 0.8888888889rem;
  background-color: rgba(20, 143, 255, 0.1);
  display: flex;
  padding: 0.8888888889rem;
  height: calc(100% - 0.8888888889rem);
  flex-direction: column;
}
@media (min-width: 768px) {
  .icoTextCard {
    align-items: center;
    flex-direction: row;
    margin-top: 1.7777777778rem;
    height: calc(100% - 1.7777777778rem);
    padding: 1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .icoTextCard {
    padding: 1.5555555556rem 2.2222222222rem 1.5555555556rem 1.7777777778rem;
  }
}
.icoTextCard__pic {
  width: 3.1111111111rem;
  height: 3.1111111111rem;
  margin-bottom: 0.8888888889rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .icoTextCard__pic {
    width: 5.3333333333rem;
    height: 5.3333333333rem;
    margin-right: 1.7777777778rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .icoTextCard__pic {
    width: 7.7777777778rem;
    height: 7.7777777778rem;
  }
}
.icoTextCard__pic img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.icoTextCard__text {
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .icoTextCard__text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}

.cooperationFormatCards {
  margin-top: -0.8888888889rem;
}
@media (min-width: 768px) {
  .cooperationFormatCards {
    margin-top: -1.7777777778rem;
  }
}

.cooperationFormatCard {
  margin-top: 0.8888888889rem;
  background-color: rgba(20, 143, 255, 0.1);
  height: calc(100% - 0.8888888889rem);
  padding: 1.3333333333rem 0.8888888889rem;
}
@media (min-width: 768px) {
  .cooperationFormatCard {
    height: calc(100% - 1.7777777778rem);
    margin-top: 1.7777777778rem;
    padding: 1.3333333333rem;
  }
}
@media (min-width: 1024px) {
  .cooperationFormatCard {
    padding: 1.3333333333rem 1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .cooperationFormatCard {
    padding: 1.7777777778rem 2.2222222222rem 2.8888888889rem 2.4444444444rem;
  }
}
.cooperationFormatCard__title {
  margin-bottom: 0.4444444444rem;
  font-weight: 700;
  color: #000000;
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
}
@media (min-width: 1024px) {
  .cooperationFormatCard__title {
    font-size: 1.3333333333rem;
    line-height: 1.7777777778rem;
  }
}
.cooperationFormatCard__text {
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .cooperationFormatCard__text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}
.cooperationFormatCard__bottom {
  margin-top: 0.8888888889rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cooperationFormatCard__bottom {
    flex-direction: row;
  }
}
.cooperationFormatCard__val {
  font-weight: 700;
  color: #000000;
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
}
@media (min-width: 1024px) {
  .cooperationFormatCard__val {
    font-size: 1.3333333333rem;
    line-height: 1.7777777778rem;
  }
}
.cooperationFormatCard__more {
  font-weight: 700;
  color: #148FFF;
  font-size: 1.1111111111rem;
  line-height: 1.5555555556rem;
  display: flex;
  align-items: center;
  margin-top: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .cooperationFormatCard__more {
    margin-top: 0;
    margin-left: 1.3333333333rem;
    font-size: 1.3333333333rem;
    line-height: 1.7777777778rem;
  }
}
@media (min-width: 1280px) {
  .cooperationFormatCard__more {
    margin-left: 1.7777777778rem;
  }
}
.cooperationFormatCard__more path {
  transition: 0.3s ease;
}
.cooperationFormatCard__more:hover {
  color: #FFC224;
}
.cooperationFormatCard__more:hover path {
  stroke: #FFC224;
}
.cooperationFormatCard__more svg {
  margin-left: 0.2222222222rem;
}

.partners {
  margin: -1.2222222222rem -0.6111111111rem 0;
  display: flex;
  flex-wrap: wrap;
}
.partners__item {
  padding: 1.2222222222rem 0.6111111111rem 0;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .partners__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1024px) {
  .partners__item {
    flex: 0 0 33.333%;
  }
}
@media (min-width: 1280px) {
  .partners__item {
    flex: 0 0 25%;
  }
}

.partnerCard {
  background-color: rgba(20, 143, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.6666666667rem;
  padding: 0.8888888889rem;
}
@media (min-width: 1024px) {
  .partnerCard {
    padding: 0.8888888889rem 1.3333333333rem;
  }
}
@media (min-width: 1280px) {
  .partnerCard {
    padding: 0.8888888889rem 1.7777777778rem;
  }
}
.partnerCard__picture {
  mix-blend-mode: darken;
  max-height: 100%;
  max-width: 100%;
  display: flex;
}
.partnerCard__picture img {
  max-height: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.contactBlock {
  background-color: rgba(20, 143, 255, 0.1);
  padding: 2.6666666667rem 0.8888888889rem;
}
@media (min-width: 1024px) {
  .contactBlock {
    padding: 3.3333333333rem;
  }
}
.contactBlock__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contactBlock__text {
  font-weight: 400;
  color: #000000;
  font-size: 1rem;
  line-height: 1.6666666667rem;
}
@media (min-width: 1280px) {
  .contactBlock__text {
    font-size: 1.1111111111rem;
    line-height: 2rem;
  }
}
.contactBlock__link {
  color: #000000;
  font-weight: 700;
  font-size: 1.5555555556rem;
  line-height: 2.2222222222rem;
  margin-bottom: 0.4444444444rem;
}
@media (min-width: 768px) {
  .contactBlock__link {
    font-size: 1.7777777778rem;
    line-height: 2.8888888889rem;
  }
}
@media (min-width: 1280px) {
  .contactBlock__link {
    margin-bottom: 0.8888888889rem;
    font-size: 2.6666666667rem;
    line-height: 3.7777777778rem;
  }
}
.contactBlock__link:hover {
  color: #000000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
