/*! nouislider - 14.5.0 - 5/11/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  right: -17px;
  top: -12px;
  border-radius: 50%;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #f7f5f0;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #FF0340;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.noUi-handle:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FF0340;
  border-radius: 50%;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #FF0340;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #aaa;
}
.noUi-marker-large {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-slide img {
  width: 100% !important;
}
.swiper-slide.swiper-slide-visible {
  border: 2px solid #e3e3e3;
}
.swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #FF0340;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 30%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  z-index: 98;
  outline: 0;
  border: 0;
  font-size: 0;
  color: transparent;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  cursor: pointer;
}
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 10px;
}
@media all and (max-width: 767px) {
  .swiper-button-prev::before,
  .swiper-button-prev::after,
  .swiper-button-next::before,
  .swiper-button-next::after {
    width: 20px;
    height: 2px;
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 19px;
}
@media all and (max-width: 767px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    top: 21px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
}
@media all and (max-width: 767px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    top: 34px;
  }
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media all and (max-width: 850px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 59%;
  }
}
@media all and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 35%;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  position: relative;
  z-index: 2;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  fill: none;
  stroke: #fff;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -7px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -7px;
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  margin-top: 10px;
}
@media all and (max-width: 850px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    margin-top: 30px;
  }
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container {
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template,
[hidden] {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="submit"],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
body {
  background: #f7f5f0;
}
#page-container {
  overflow: hidden;
}
main {
  padding-top: 140px;
  padding-bottom: 120px;
}
.home main {
  padding-top: 0;
  padding-bottom: 0;
}
@media all and (max-width: 850px) {
  main {
    padding-top: 120px;
  }
}
@media all and (max-width: 568px) {
  main {
    padding-top: 100px;
  }
}
.img-box {
  overflow: hidden;
}
.img-box img {
  display: block;
  width: 100%;
}
.img-box.img-box--full img {
  width: 100%;
}
.text-box {
  overflow: hidden;
}
.text-box > * {
  margin: 1em 0;
}
.text-box > *:first-child {
  margin-top: 0;
}
.text-box > *:last-child {
  margin-bottom: 0;
}
.text-box img {
  width: 100%;
  height: auto;
  display: block;
}
.text-box--gallery {
  position: relative;
  overflow: visible;
}
.text-box--gallery--single {
  margin-top: 50px;
}
.text-box a:not(.btn) {
  color: #495aa8;
  text-decoration: underline;
}
.text-box a:not(.btn):hover {
  text-decoration: none;
}
.grecaptcha-badge {
  display: none !important;
}
[class*="ratio-"] {
  display: block;
  position: relative;
}
[class*="ratio-"] > * {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aspect-ratio-wide {
  padding-top: 56.25%;
}
.aspect-ratio-square {
  padding-top: 100%;
}
.email::after {
  content: attr(data-name) attr(data-domain);
}
.center-block {
  text-align: center;
  width: 100%;
}
.center-block--text p {
  margin: 0;
}
.center-block--text .btn {
  margin-top: 30px;
}
.social a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.social a img {
  width: 100%;
  display: block;
}
.ovh {
  overflow: hidden;
}
.swiper-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.swiper-arrow:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
.swiper-arrow::before {
  font-family: "Glyphter";
}
.swiper-arrow--right {
  right: -10px;
}
.swiper-arrow--right::before {
  content: "\0044";
}
.swiper-arrow--left {
  left: -10px;
}
.swiper-arrow--left::before {
  content: "\0043";
}
.swiper-arrow--gallery-left {
  left: 15px;
}
.swiper-arrow--gallery-right {
  right: 15px;
}
.swiper-arrow.disabled {
  display: none;
}
@media all and (max-width: 1025px) {
  .swiper-arrow {
    display: none;
  }
}
.swiper-slide__alt {
  bottom: 0;
  left: 0;
  background: #000;
  padding: 3px 10px;
  width: 100%;
  color: #fff;
  font-size: 0.77em;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
ul {
  list-style: none;
  padding-top: 0;
}
body {
  font-size: 18px;
  font-display: swap;
  line-height: 1.6em;
  font-family: "Sofia", sans-serif;
}
h1 {
  font-size: 3.3em;
  line-height: 1.2em;
  font-weight: 700;
}
@media all and (max-width: 1300px) {
  h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 568px) {
  h1 {
    font-size: 2.6em;
    line-height: 1.1em;
  }
}
h2 {
  font-size: 2.2em;
  line-height: 1.3em;
}
@media all and (max-width: 1300px) {
  h2 {
    font-size: 2em;
  }
}
@media all and (max-width: 568px) {
  h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
}
@media all and (max-width: 1300px) {
  h3 {
    font-size: 1.4em;
  }
}
@media all and (max-width: 568px) {
  h3 {
    font-size: 1.3em;
    line-height: 1.3em;
  }
}
h4 {
  font-size: 1.3em;
  line-height: 1.5em;
}
@media all and (max-width: 1300px) {
  h4 {
    font-size: 1.2em;
  }
}
@media all and (max-width: 568px) {
  h4 {
    font-size: 1em;
    line-height: 1.4em;
  }
}
h5 {
  font-size: 0.8em;
}
h6 {
  font-size: 0.6em;
}
p {
  line-height: 1.6em;
}
a {
  text-decoration: none;
  color: #000;
}
q {
  font-size: 1.5em;
}
blockquote {
  font-style: italic;
}
article p,
article ul,
article ol {
  margin: 1em 0;
}
.section__subheadline {
  font-size: 1.33em;
}
.transform-bold {
  text-transform: uppercase;
  font-weight: 700;
}
.small-text {
  font-size: 0.777em;
  color: #b1b1b1;
  line-height: 1.2em;
}
@font-face {
  font-family: "Sofia";
  src: url("../fonts/SofiaProRegular.eot");
  src: url("../fonts/SofiaProRegular.eot?#iefix") format("eot"),
    url("../fonts/SofiaProRegular.woff") format("woff"),
    url("../fonts/SofiaProRegular.ttf") format("truetype"),
    url("../fonts/SofiaProRegular.svg#Icons") format("svg");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Sofia";
  src: url("../fonts/SofiaProRegular-Italic.eot");
  src: url("../fonts/SofiaProRegular-Italic.eot?#iefix") format("eot"),
    url("../fonts/SofiaProRegular-Italic.woff") format("woff"),
    url("../fonts/SofiaProRegular-Italic.ttf") format("truetype"),
    url("../fonts/SofiaProRegular-Italic.svg#Icons") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Sofia";
  src: url("../fonts/SofiaProBold.eot");
  src: url("../fonts/SofiaProBold.eot?#iefix") format("eot"),
    url("../fonts/SofiaProBold.woff") format("woff"),
    url("../fonts/SofiaProBold.ttf") format("truetype"),
    url("../fonts/SofiaProBold.svg#Icons") format("svg");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Sofia";
  src: url("../fonts/SofiaProBold-Italic.eot");
  src: url("../fonts/SofiaProBold-Italic.eot?#iefix") format("eot"),
    url("../fonts/SofiaProBold-Italic.woff") format("woff"),
    url("../fonts/SofiaProBold-Italic.ttf") format("truetype"),
    url("../fonts/SofiaProBold-Italic.svg#Icons") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Glyphter";
  font-display: swap;
  src: url("../fonts/Glyphter.eot");
  src: url("../fonts/Glyphter.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Glyphter.woff") format("woff"),
    url("../fonts/Glyphter.ttf") format("truetype"),
    url("../fonts/Glyphter.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*="icon-"]:before {
  display: inline-block;
  font-family: "Glyphter";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\0041";
}
.icon-star:before {
  content: "\0042";
}
.icon-arrow-left-solid:before {
  content: "\0043";
}
.icon-arrow-right-solid:before {
  content: "\0044";
}
.icon-arrow-menu:before {
  content: "\0045";
}
.grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1500px;
  width: 100%;
}
@media (max-width: 569px) {
  .grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.grid.grid--full {
  max-width: 100%;
  width: 100%;
}
.grid.grid--full-height {
  height: 100%;
}
.grid.grid--full-height .row:not(.row--default) {
  height: 100%;
}
.grid.grid--full-height .row:not(.row--default) > .col {
  height: 100%;
}
.grid .row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 100%;
}
@media (max-width: 1025px) {
  .grid .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (max-width: 569px) {
  .grid .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.grid .row.row--no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.grid .row.row--no-gutter .col {
  padding-left: 0;
  padding-right: 0;
}
.grid .row.row--ver-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid .row.row--ver-stretch .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid .row.row--ver-stretch .col > * {
  width: 100%;
}
.grid .row.row--ver-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid .row.row--ver-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.grid .row.row--ver-normal {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.grid .row.row--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid .row.row--column.row--ver-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid .row.row--column.row--ver-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid .row.row--hor-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid .row .col {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 1025px) {
  .grid .row .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.grid .row .xs-1-1 {
  width: 100%;
}
.grid .row .xs-1-12 {
  width: 8.33333%;
}
.grid .row .xs-2-12 {
  width: 16.66667%;
}
.grid .row .xs-3-12 {
  width: 25%;
}
.grid .row .xs-4-12 {
  width: 33.33333%;
}
.grid .row .xs-5-12 {
  width: 41.66667%;
}
.grid .row .xs-6-12 {
  width: 50%;
}
.grid .row .xs-7-12 {
  width: 58.33333%;
}
.grid .row .xs-8-12 {
  width: 66.66667%;
}
.grid .row .xs-9-12 {
  width: 75%;
}
.grid .row .xs-10-12 {
  width: 83.33333%;
}
.grid .row .xs-11-12 {
  width: 91.66667%;
}
.grid .row .xs-12-12 {
  width: 100%;
}
.grid .row .xs-1-4 {
  width: 25%;
}
.grid .row .xs-2-4 {
  width: 50%;
}
.grid .row .xs-3-4 {
  width: 75%;
}
.grid .row .xs-4-4 {
  width: 100%;
}
.grid .row .xs-1-5 {
  width: 20%;
}
.grid .row .xs-2-5 {
  width: 40%;
}
.grid .row .xs-3-5 {
  width: 60%;
}
.grid .row .xs-4-5 {
  width: 80%;
}
.grid .row .xs-5-5 {
  width: 100%;
}
.grid .row .xs-1-10 {
  width: 10%;
}
.grid .row .xs-2-10 {
  width: 20%;
}
.grid .row .xs-3-10 {
  width: 30%;
}
.grid .row .xs-4-10 {
  width: 40%;
}
.grid .row .xs-5-10 {
  width: 50%;
}
.grid .row .xs-6-10 {
  width: 60%;
}
.grid .row .xs-7-10 {
  width: 70%;
}
.grid .row .xs-8-10 {
  width: 80%;
}
.grid .row .xs-9-10 {
  width: 90%;
}
.grid .row .xs-10-10 {
  width: 100%;
}
.grid .row .sm-1-1 {
  width: 100%;
}
.grid .row .sm-1-12 {
  width: 8.33333%;
}
.grid .row .sm-2-12 {
  width: 16.66667%;
}
.grid .row .sm-3-12 {
  width: 25%;
}
.grid .row .sm-4-12 {
  width: 33.33333%;
}
.grid .row .sm-5-12 {
  width: 41.66667%;
}
.grid .row .sm-6-12 {
  width: 50%;
}
.grid .row .sm-7-12 {
  width: 58.33333%;
}
.grid .row .sm-8-12 {
  width: 66.66667%;
}
.grid .row .sm-9-12 {
  width: 75%;
}
.grid .row .sm-10-12 {
  width: 83.33333%;
}
.grid .row .sm-11-12 {
  width: 91.66667%;
}
.grid .row .sm-12-12 {
  width: 100%;
}
.grid .row .sm-1-4 {
  width: 25%;
}
.grid .row .sm-2-4 {
  width: 50%;
}
.grid .row .sm-3-4 {
  width: 75%;
}
.grid .row .sm-4-4 {
  width: 100%;
}
.grid .row .sm-1-5 {
  width: 20%;
}
.grid .row .sm-2-5 {
  width: 40%;
}
.grid .row .sm-3-5 {
  width: 60%;
}
.grid .row .sm-4-5 {
  width: 80%;
}
.grid .row .sm-5-5 {
  width: 100%;
}
.grid .row .sm-1-10 {
  width: 10%;
}
.grid .row .sm-2-10 {
  width: 20%;
}
.grid .row .sm-3-10 {
  width: 30%;
}
.grid .row .sm-4-10 {
  width: 40%;
}
.grid .row .sm-5-10 {
  width: 50%;
}
.grid .row .sm-6-10 {
  width: 60%;
}
.grid .row .sm-7-10 {
  width: 70%;
}
.grid .row .sm-8-10 {
  width: 80%;
}
.grid .row .sm-9-10 {
  width: 90%;
}
.grid .row .sm-10-10 {
  width: 100%;
}
.grid .row .md-1-1 {
  width: 100%;
}
.grid .row .md-1-12 {
  width: 8.33333%;
}
.grid .row .md-2-12 {
  width: 16.66667%;
}
.grid .row .md-3-12 {
  width: 25%;
}
.grid .row .md-4-12 {
  width: 33.33333%;
}
.grid .row .md-5-12 {
  width: 41.66667%;
}
.grid .row .md-6-12 {
  width: 50%;
}
.grid .row .md-7-12 {
  width: 58.33333%;
}
.grid .row .md-8-12 {
  width: 66.66667%;
}
.grid .row .md-9-12 {
  width: 75%;
}
.grid .row .md-10-12 {
  width: 83.33333%;
}
.grid .row .md-11-12 {
  width: 91.66667%;
}
.grid .row .md-12-12 {
  width: 100%;
}
.grid .row .md-1-4 {
  width: 25%;
}
.grid .row .md-2-4 {
  width: 50%;
}
.grid .row .md-3-4 {
  width: 75%;
}
.grid .row .md-4-4 {
  width: 100%;
}
.grid .row .md-1-5 {
  width: 20%;
}
.grid .row .md-2-5 {
  width: 40%;
}
.grid .row .md-3-5 {
  width: 60%;
}
.grid .row .md-4-5 {
  width: 80%;
}
.grid .row .md-5-5 {
  width: 100%;
}
.grid .row .md-1-10 {
  width: 10%;
}
.grid .row .md-2-10 {
  width: 20%;
}
.grid .row .md-3-10 {
  width: 30%;
}
.grid .row .md-4-10 {
  width: 40%;
}
.grid .row .md-5-10 {
  width: 50%;
}
.grid .row .md-6-10 {
  width: 60%;
}
.grid .row .md-7-10 {
  width: 70%;
}
.grid .row .md-8-10 {
  width: 80%;
}
.grid .row .md-9-10 {
  width: 90%;
}
.grid .row .md-10-10 {
  width: 100%;
}
.grid .row .lg-1-1 {
  width: 100%;
}
.grid .row .lg-1-12 {
  width: 8.33333%;
}
.grid .row .lg-2-12 {
  width: 16.66667%;
}
.grid .row .lg-3-12 {
  width: 25%;
}
.grid .row .lg-4-12 {
  width: 33.33333%;
}
.grid .row .lg-5-12 {
  width: 41.66667%;
}
.grid .row .lg-6-12 {
  width: 50%;
}
.grid .row .lg-7-12 {
  width: 58.33333%;
}
.grid .row .lg-8-12 {
  width: 66.66667%;
}
.grid .row .lg-9-12 {
  width: 75%;
}
.grid .row .lg-10-12 {
  width: 83.33333%;
}
.grid .row .lg-11-12 {
  width: 91.66667%;
}
.grid .row .lg-12-12 {
  width: 100%;
}
.grid .row .lg-1-4 {
  width: 25%;
}
.grid .row .lg-2-4 {
  width: 50%;
}
.grid .row .lg-3-4 {
  width: 75%;
}
.grid .row .lg-4-4 {
  width: 100%;
}
.grid .row .lg-1-5 {
  width: 20%;
}
.grid .row .lg-2-5 {
  width: 40%;
}
.grid .row .lg-3-5 {
  width: 60%;
}
.grid .row .lg-4-5 {
  width: 80%;
}
.grid .row .lg-5-5 {
  width: 100%;
}
.grid .row .lg-1-10 {
  width: 10%;
}
.grid .row .lg-2-10 {
  width: 20%;
}
.grid .row .lg-3-10 {
  width: 30%;
}
.grid .row .lg-4-10 {
  width: 40%;
}
.grid .row .lg-5-10 {
  width: 50%;
}
.grid .row .lg-6-10 {
  width: 60%;
}
.grid .row .lg-7-10 {
  width: 70%;
}
.grid .row .lg-8-10 {
  width: 80%;
}
.grid .row .lg-9-10 {
  width: 90%;
}
.grid .row .lg-10-10 {
  width: 100%;
}
.grid .row .xl-1-1 {
  width: 100%;
}
.grid .row .xl-1-12 {
  width: 8.33333%;
}
.grid .row .xl-2-12 {
  width: 16.66667%;
}
.grid .row .xl-3-12 {
  width: 25%;
}
.grid .row .xl-4-12 {
  width: 33.33333%;
}
.grid .row .xl-5-12 {
  width: 41.66667%;
}
.grid .row .xl-6-12 {
  width: 50%;
}
.grid .row .xl-7-12 {
  width: 58.33333%;
}
.grid .row .xl-8-12 {
  width: 66.66667%;
}
.grid .row .xl-9-12 {
  width: 75%;
}
.grid .row .xl-10-12 {
  width: 83.33333%;
}
.grid .row .xl-11-12 {
  width: 91.66667%;
}
.grid .row .xl-12-12 {
  width: 100%;
}
.grid .row .xl-1-4 {
  width: 25%;
}
.grid .row .xl-2-4 {
  width: 50%;
}
.grid .row .xl-3-4 {
  width: 75%;
}
.grid .row .xl-4-4 {
  width: 100%;
}
.grid .row .xl-1-5 {
  width: 20%;
}
.grid .row .xl-2-5 {
  width: 40%;
}
.grid .row .xl-3-5 {
  width: 60%;
}
.grid .row .xl-4-5 {
  width: 80%;
}
.grid .row .xl-5-5 {
  width: 100%;
}
.grid .row .xl-1-10 {
  width: 10%;
}
.grid .row .xl-2-10 {
  width: 20%;
}
.grid .row .xl-3-10 {
  width: 30%;
}
.grid .row .xl-4-10 {
  width: 40%;
}
.grid .row .xl-5-10 {
  width: 50%;
}
.grid .row .xl-6-10 {
  width: 60%;
}
.grid .row .xl-7-10 {
  width: 70%;
}
.grid .row .xl-8-10 {
  width: 80%;
}
.grid .row .xl-9-10 {
  width: 90%;
}
.grid .row .xl-10-10 {
  width: 100%;
}
.grid .row .xxl-1-1 {
  width: 100%;
}
.grid .row .xxl-1-12 {
  width: 8.33333%;
}
.grid .row .xxl-2-12 {
  width: 16.66667%;
}
.grid .row .xxl-3-12 {
  width: 25%;
}
.grid .row .xxl-4-12 {
  width: 33.33333%;
}
.grid .row .xxl-5-12 {
  width: 41.66667%;
}
.grid .row .xxl-6-12 {
  width: 50%;
}
.grid .row .xxl-7-12 {
  width: 58.33333%;
}
.grid .row .xxl-8-12 {
  width: 66.66667%;
}
.grid .row .xxl-9-12 {
  width: 75%;
}
.grid .row .xxl-10-12 {
  width: 83.33333%;
}
.grid .row .xxl-11-12 {
  width: 91.66667%;
}
.grid .row .xxl-12-12 {
  width: 100%;
}
.grid .row .xxl-1-4 {
  width: 25%;
}
.grid .row .xxl-2-4 {
  width: 50%;
}
.grid .row .xxl-3-4 {
  width: 75%;
}
.grid .row .xxl-4-4 {
  width: 100%;
}
.grid .row .xxl-1-5 {
  width: 20%;
}
.grid .row .xxl-2-5 {
  width: 40%;
}
.grid .row .xxl-3-5 {
  width: 60%;
}
.grid .row .xxl-4-5 {
  width: 80%;
}
.grid .row .xxl-5-5 {
  width: 100%;
}
.grid .row .xxl-1-10 {
  width: 10%;
}
.grid .row .xxl-2-10 {
  width: 20%;
}
.grid .row .xxl-3-10 {
  width: 30%;
}
.grid .row .xxl-4-10 {
  width: 40%;
}
.grid .row .xxl-5-10 {
  width: 50%;
}
.grid .row .xxl-6-10 {
  width: 60%;
}
.grid .row .xxl-7-10 {
  width: 70%;
}
.grid .row .xxl-8-10 {
  width: 80%;
}
.grid .row .xxl-9-10 {
  width: 90%;
}
.grid .row .xxl-10-10 {
  width: 100%;
}
@media (max-width: 1440px) {
  .grid .row [class*="xxl-"] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.33333%;
  }
  .grid .row .xs-2-12 {
    width: 16.66667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.33333%;
  }
  .grid .row .xs-5-12 {
    width: 41.66667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.33333%;
  }
  .grid .row .xs-8-12 {
    width: 66.66667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.33333%;
  }
  .grid .row .xs-11-12 {
    width: 91.66667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-4 {
    width: 25%;
  }
  .grid .row .xs-2-4 {
    width: 50%;
  }
  .grid .row .xs-3-4 {
    width: 75%;
  }
  .grid .row .xs-4-4 {
    width: 100%;
  }
  .grid .row .xs-1-5 {
    width: 20%;
  }
  .grid .row .xs-2-5 {
    width: 40%;
  }
  .grid .row .xs-3-5 {
    width: 60%;
  }
  .grid .row .xs-4-5 {
    width: 80%;
  }
  .grid .row .xs-5-5 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.33333%;
  }
  .grid .row .sm-2-12 {
    width: 16.66667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.33333%;
  }
  .grid .row .sm-5-12 {
    width: 41.66667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.33333%;
  }
  .grid .row .sm-8-12 {
    width: 66.66667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.33333%;
  }
  .grid .row .sm-11-12 {
    width: 91.66667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-4 {
    width: 25%;
  }
  .grid .row .sm-2-4 {
    width: 50%;
  }
  .grid .row .sm-3-4 {
    width: 75%;
  }
  .grid .row .sm-4-4 {
    width: 100%;
  }
  .grid .row .sm-1-5 {
    width: 20%;
  }
  .grid .row .sm-2-5 {
    width: 40%;
  }
  .grid .row .sm-3-5 {
    width: 60%;
  }
  .grid .row .sm-4-5 {
    width: 80%;
  }
  .grid .row .sm-5-5 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.33333%;
  }
  .grid .row .md-2-12 {
    width: 16.66667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.33333%;
  }
  .grid .row .md-5-12 {
    width: 41.66667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.33333%;
  }
  .grid .row .md-8-12 {
    width: 66.66667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.33333%;
  }
  .grid .row .md-11-12 {
    width: 91.66667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-4 {
    width: 25%;
  }
  .grid .row .md-2-4 {
    width: 50%;
  }
  .grid .row .md-3-4 {
    width: 75%;
  }
  .grid .row .md-4-4 {
    width: 100%;
  }
  .grid .row .md-1-5 {
    width: 20%;
  }
  .grid .row .md-2-5 {
    width: 40%;
  }
  .grid .row .md-3-5 {
    width: 60%;
  }
  .grid .row .md-4-5 {
    width: 80%;
  }
  .grid .row .md-5-5 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
  .grid .row .lg-1-12 {
    width: 8.33333%;
  }
  .grid .row .lg-2-12 {
    width: 16.66667%;
  }
  .grid .row .lg-3-12 {
    width: 25%;
  }
  .grid .row .lg-4-12 {
    width: 33.33333%;
  }
  .grid .row .lg-5-12 {
    width: 41.66667%;
  }
  .grid .row .lg-6-12 {
    width: 50%;
  }
  .grid .row .lg-7-12 {
    width: 58.33333%;
  }
  .grid .row .lg-8-12 {
    width: 66.66667%;
  }
  .grid .row .lg-9-12 {
    width: 75%;
  }
  .grid .row .lg-10-12 {
    width: 83.33333%;
  }
  .grid .row .lg-11-12 {
    width: 91.66667%;
  }
  .grid .row .lg-12-12 {
    width: 100%;
  }
  .grid .row .lg-1-4 {
    width: 25%;
  }
  .grid .row .lg-2-4 {
    width: 50%;
  }
  .grid .row .lg-3-4 {
    width: 75%;
  }
  .grid .row .lg-4-4 {
    width: 100%;
  }
  .grid .row .lg-1-5 {
    width: 20%;
  }
  .grid .row .lg-2-5 {
    width: 40%;
  }
  .grid .row .lg-3-5 {
    width: 60%;
  }
  .grid .row .lg-4-5 {
    width: 80%;
  }
  .grid .row .lg-5-5 {
    width: 100%;
  }
  .grid .row .lg-1-10 {
    width: 10%;
  }
  .grid .row .lg-2-10 {
    width: 20%;
  }
  .grid .row .lg-3-10 {
    width: 30%;
  }
  .grid .row .lg-4-10 {
    width: 40%;
  }
  .grid .row .lg-5-10 {
    width: 50%;
  }
  .grid .row .lg-6-10 {
    width: 60%;
  }
  .grid .row .lg-7-10 {
    width: 70%;
  }
  .grid .row .lg-8-10 {
    width: 80%;
  }
  .grid .row .lg-9-10 {
    width: 90%;
  }
  .grid .row .lg-10-10 {
    width: 100%;
  }
  .grid .row .xl-1-12 {
    width: 8.33333%;
  }
  .grid .row .xl-2-12 {
    width: 16.66667%;
  }
  .grid .row .xl-3-12 {
    width: 25%;
  }
  .grid .row .xl-4-12 {
    width: 33.33333%;
  }
  .grid .row .xl-5-12 {
    width: 41.66667%;
  }
  .grid .row .xl-6-12 {
    width: 50%;
  }
  .grid .row .xl-7-12 {
    width: 58.33333%;
  }
  .grid .row .xl-8-12 {
    width: 66.66667%;
  }
  .grid .row .xl-9-12 {
    width: 75%;
  }
  .grid .row .xl-10-12 {
    width: 83.33333%;
  }
  .grid .row .xl-11-12 {
    width: 91.66667%;
  }
  .grid .row .xl-12-12 {
    width: 100%;
  }
  .grid .row .xl-1-4 {
    width: 25%;
  }
  .grid .row .xl-2-4 {
    width: 50%;
  }
  .grid .row .xl-3-4 {
    width: 75%;
  }
  .grid .row .xl-4-4 {
    width: 100%;
  }
  .grid .row .xl-1-5 {
    width: 20%;
  }
  .grid .row .xl-2-5 {
    width: 40%;
  }
  .grid .row .xl-3-5 {
    width: 60%;
  }
  .grid .row .xl-4-5 {
    width: 80%;
  }
  .grid .row .xl-5-5 {
    width: 100%;
  }
  .grid .row .xl-1-10 {
    width: 10%;
  }
  .grid .row .xl-2-10 {
    width: 20%;
  }
  .grid .row .xl-3-10 {
    width: 30%;
  }
  .grid .row .xl-4-10 {
    width: 40%;
  }
  .grid .row .xl-5-10 {
    width: 50%;
  }
  .grid .row .xl-6-10 {
    width: 60%;
  }
  .grid .row .xl-7-10 {
    width: 70%;
  }
  .grid .row .xl-8-10 {
    width: 80%;
  }
  .grid .row .xl-9-10 {
    width: 90%;
  }
  .grid .row .xl-10-10 {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .grid .row [class*="xxl-"],
  .grid .row [class*="xl-"] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.33333%;
  }
  .grid .row .xs-2-12 {
    width: 16.66667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.33333%;
  }
  .grid .row .xs-5-12 {
    width: 41.66667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.33333%;
  }
  .grid .row .xs-8-12 {
    width: 66.66667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.33333%;
  }
  .grid .row .xs-11-12 {
    width: 91.66667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-4 {
    width: 25%;
  }
  .grid .row .xs-2-4 {
    width: 50%;
  }
  .grid .row .xs-3-4 {
    width: 75%;
  }
  .grid .row .xs-4-4 {
    width: 100%;
  }
  .grid .row .xs-1-5 {
    width: 20%;
  }
  .grid .row .xs-2-5 {
    width: 40%;
  }
  .grid .row .xs-3-5 {
    width: 60%;
  }
  .grid .row .xs-4-5 {
    width: 80%;
  }
  .grid .row .xs-5-5 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.33333%;
  }
  .grid .row .sm-2-12 {
    width: 16.66667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.33333%;
  }
  .grid .row .sm-5-12 {
    width: 41.66667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.33333%;
  }
  .grid .row .sm-8-12 {
    width: 66.66667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.33333%;
  }
  .grid .row .sm-11-12 {
    width: 91.66667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-4 {
    width: 25%;
  }
  .grid .row .sm-2-4 {
    width: 50%;
  }
  .grid .row .sm-3-4 {
    width: 75%;
  }
  .grid .row .sm-4-4 {
    width: 100%;
  }
  .grid .row .sm-1-5 {
    width: 20%;
  }
  .grid .row .sm-2-5 {
    width: 40%;
  }
  .grid .row .sm-3-5 {
    width: 60%;
  }
  .grid .row .sm-4-5 {
    width: 80%;
  }
  .grid .row .sm-5-5 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.33333%;
  }
  .grid .row .md-2-12 {
    width: 16.66667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.33333%;
  }
  .grid .row .md-5-12 {
    width: 41.66667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.33333%;
  }
  .grid .row .md-8-12 {
    width: 66.66667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.33333%;
  }
  .grid .row .md-11-12 {
    width: 91.66667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-4 {
    width: 25%;
  }
  .grid .row .md-2-4 {
    width: 50%;
  }
  .grid .row .md-3-4 {
    width: 75%;
  }
  .grid .row .md-4-4 {
    width: 100%;
  }
  .grid .row .md-1-5 {
    width: 20%;
  }
  .grid .row .md-2-5 {
    width: 40%;
  }
  .grid .row .md-3-5 {
    width: 60%;
  }
  .grid .row .md-4-5 {
    width: 80%;
  }
  .grid .row .md-5-5 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
  .grid .row .lg-1-12 {
    width: 8.33333%;
  }
  .grid .row .lg-2-12 {
    width: 16.66667%;
  }
  .grid .row .lg-3-12 {
    width: 25%;
  }
  .grid .row .lg-4-12 {
    width: 33.33333%;
  }
  .grid .row .lg-5-12 {
    width: 41.66667%;
  }
  .grid .row .lg-6-12 {
    width: 50%;
  }
  .grid .row .lg-7-12 {
    width: 58.33333%;
  }
  .grid .row .lg-8-12 {
    width: 66.66667%;
  }
  .grid .row .lg-9-12 {
    width: 75%;
  }
  .grid .row .lg-10-12 {
    width: 83.33333%;
  }
  .grid .row .lg-11-12 {
    width: 91.66667%;
  }
  .grid .row .lg-12-12 {
    width: 100%;
  }
  .grid .row .lg-1-4 {
    width: 25%;
  }
  .grid .row .lg-2-4 {
    width: 50%;
  }
  .grid .row .lg-3-4 {
    width: 75%;
  }
  .grid .row .lg-4-4 {
    width: 100%;
  }
  .grid .row .lg-1-5 {
    width: 20%;
  }
  .grid .row .lg-2-5 {
    width: 40%;
  }
  .grid .row .lg-3-5 {
    width: 60%;
  }
  .grid .row .lg-4-5 {
    width: 80%;
  }
  .grid .row .lg-5-5 {
    width: 100%;
  }
  .grid .row .lg-1-10 {
    width: 10%;
  }
  .grid .row .lg-2-10 {
    width: 20%;
  }
  .grid .row .lg-3-10 {
    width: 30%;
  }
  .grid .row .lg-4-10 {
    width: 40%;
  }
  .grid .row .lg-5-10 {
    width: 50%;
  }
  .grid .row .lg-6-10 {
    width: 60%;
  }
  .grid .row .lg-7-10 {
    width: 70%;
  }
  .grid .row .lg-8-10 {
    width: 80%;
  }
  .grid .row .lg-9-10 {
    width: 90%;
  }
  .grid .row .lg-10-10 {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .grid .row [class*="xxl-"],
  .grid .row [class*="xl-"],
  .grid .row [class*="lg-"] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.33333%;
  }
  .grid .row .xs-2-12 {
    width: 16.66667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.33333%;
  }
  .grid .row .xs-5-12 {
    width: 41.66667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.33333%;
  }
  .grid .row .xs-8-12 {
    width: 66.66667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.33333%;
  }
  .grid .row .xs-11-12 {
    width: 91.66667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-4 {
    width: 25%;
  }
  .grid .row .xs-2-4 {
    width: 50%;
  }
  .grid .row .xs-3-4 {
    width: 75%;
  }
  .grid .row .xs-4-4 {
    width: 100%;
  }
  .grid .row .xs-1-5 {
    width: 20%;
  }
  .grid .row .xs-2-5 {
    width: 40%;
  }
  .grid .row .xs-3-5 {
    width: 60%;
  }
  .grid .row .xs-4-5 {
    width: 80%;
  }
  .grid .row .xs-5-5 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.33333%;
  }
  .grid .row .sm-2-12 {
    width: 16.66667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.33333%;
  }
  .grid .row .sm-5-12 {
    width: 41.66667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.33333%;
  }
  .grid .row .sm-8-12 {
    width: 66.66667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.33333%;
  }
  .grid .row .sm-11-12 {
    width: 91.66667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-4 {
    width: 25%;
  }
  .grid .row .sm-2-4 {
    width: 50%;
  }
  .grid .row .sm-3-4 {
    width: 75%;
  }
  .grid .row .sm-4-4 {
    width: 100%;
  }
  .grid .row .sm-1-5 {
    width: 20%;
  }
  .grid .row .sm-2-5 {
    width: 40%;
  }
  .grid .row .sm-3-5 {
    width: 60%;
  }
  .grid .row .sm-4-5 {
    width: 80%;
  }
  .grid .row .sm-5-5 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
  .grid .row .md-1-12 {
    width: 8.33333%;
  }
  .grid .row .md-2-12 {
    width: 16.66667%;
  }
  .grid .row .md-3-12 {
    width: 25%;
  }
  .grid .row .md-4-12 {
    width: 33.33333%;
  }
  .grid .row .md-5-12 {
    width: 41.66667%;
  }
  .grid .row .md-6-12 {
    width: 50%;
  }
  .grid .row .md-7-12 {
    width: 58.33333%;
  }
  .grid .row .md-8-12 {
    width: 66.66667%;
  }
  .grid .row .md-9-12 {
    width: 75%;
  }
  .grid .row .md-10-12 {
    width: 83.33333%;
  }
  .grid .row .md-11-12 {
    width: 91.66667%;
  }
  .grid .row .md-12-12 {
    width: 100%;
  }
  .grid .row .md-1-4 {
    width: 25%;
  }
  .grid .row .md-2-4 {
    width: 50%;
  }
  .grid .row .md-3-4 {
    width: 75%;
  }
  .grid .row .md-4-4 {
    width: 100%;
  }
  .grid .row .md-1-5 {
    width: 20%;
  }
  .grid .row .md-2-5 {
    width: 40%;
  }
  .grid .row .md-3-5 {
    width: 60%;
  }
  .grid .row .md-4-5 {
    width: 80%;
  }
  .grid .row .md-5-5 {
    width: 100%;
  }
  .grid .row .md-1-10 {
    width: 10%;
  }
  .grid .row .md-2-10 {
    width: 20%;
  }
  .grid .row .md-3-10 {
    width: 30%;
  }
  .grid .row .md-4-10 {
    width: 40%;
  }
  .grid .row .md-5-10 {
    width: 50%;
  }
  .grid .row .md-6-10 {
    width: 60%;
  }
  .grid .row .md-7-10 {
    width: 70%;
  }
  .grid .row .md-8-10 {
    width: 80%;
  }
  .grid .row .md-9-10 {
    width: 90%;
  }
  .grid .row .md-10-10 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .grid .row [class*="xxl-"],
  .grid .row [class*="xl-"],
  .grid .row [class*="lg-"],
  .grid .row [class*="md-"] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.33333%;
  }
  .grid .row .xs-2-12 {
    width: 16.66667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.33333%;
  }
  .grid .row .xs-5-12 {
    width: 41.66667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.33333%;
  }
  .grid .row .xs-8-12 {
    width: 66.66667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.33333%;
  }
  .grid .row .xs-11-12 {
    width: 91.66667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-4 {
    width: 25%;
  }
  .grid .row .xs-2-4 {
    width: 50%;
  }
  .grid .row .xs-3-4 {
    width: 75%;
  }
  .grid .row .xs-4-4 {
    width: 100%;
  }
  .grid .row .xs-1-5 {
    width: 20%;
  }
  .grid .row .xs-2-5 {
    width: 40%;
  }
  .grid .row .xs-3-5 {
    width: 60%;
  }
  .grid .row .xs-4-5 {
    width: 80%;
  }
  .grid .row .xs-5-5 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
  .grid .row .sm-1-12 {
    width: 8.33333%;
  }
  .grid .row .sm-2-12 {
    width: 16.66667%;
  }
  .grid .row .sm-3-12 {
    width: 25%;
  }
  .grid .row .sm-4-12 {
    width: 33.33333%;
  }
  .grid .row .sm-5-12 {
    width: 41.66667%;
  }
  .grid .row .sm-6-12 {
    width: 50%;
  }
  .grid .row .sm-7-12 {
    width: 58.33333%;
  }
  .grid .row .sm-8-12 {
    width: 66.66667%;
  }
  .grid .row .sm-9-12 {
    width: 75%;
  }
  .grid .row .sm-10-12 {
    width: 83.33333%;
  }
  .grid .row .sm-11-12 {
    width: 91.66667%;
  }
  .grid .row .sm-12-12 {
    width: 100%;
  }
  .grid .row .sm-1-4 {
    width: 25%;
  }
  .grid .row .sm-2-4 {
    width: 50%;
  }
  .grid .row .sm-3-4 {
    width: 75%;
  }
  .grid .row .sm-4-4 {
    width: 100%;
  }
  .grid .row .sm-1-5 {
    width: 20%;
  }
  .grid .row .sm-2-5 {
    width: 40%;
  }
  .grid .row .sm-3-5 {
    width: 60%;
  }
  .grid .row .sm-4-5 {
    width: 80%;
  }
  .grid .row .sm-5-5 {
    width: 100%;
  }
  .grid .row .sm-1-10 {
    width: 10%;
  }
  .grid .row .sm-2-10 {
    width: 20%;
  }
  .grid .row .sm-3-10 {
    width: 30%;
  }
  .grid .row .sm-4-10 {
    width: 40%;
  }
  .grid .row .sm-5-10 {
    width: 50%;
  }
  .grid .row .sm-6-10 {
    width: 60%;
  }
  .grid .row .sm-7-10 {
    width: 70%;
  }
  .grid .row .sm-8-10 {
    width: 80%;
  }
  .grid .row .sm-9-10 {
    width: 90%;
  }
  .grid .row .sm-10-10 {
    width: 100%;
  }
}
@media (max-width: 569px) {
  .grid .row [class*="xxl-"],
  .grid .row [class*="xl-"],
  .grid .row [class*="lg-"],
  .grid .row [class*="md-"],
  .grid .row [class*="sm-"] {
    width: 100%;
  }
  .grid .row .xs-1-12 {
    width: 8.33333%;
  }
  .grid .row .xs-2-12 {
    width: 16.66667%;
  }
  .grid .row .xs-3-12 {
    width: 25%;
  }
  .grid .row .xs-4-12 {
    width: 33.33333%;
  }
  .grid .row .xs-5-12 {
    width: 41.66667%;
  }
  .grid .row .xs-6-12 {
    width: 50%;
  }
  .grid .row .xs-7-12 {
    width: 58.33333%;
  }
  .grid .row .xs-8-12 {
    width: 66.66667%;
  }
  .grid .row .xs-9-12 {
    width: 75%;
  }
  .grid .row .xs-10-12 {
    width: 83.33333%;
  }
  .grid .row .xs-11-12 {
    width: 91.66667%;
  }
  .grid .row .xs-12-12 {
    width: 100%;
  }
  .grid .row .xs-1-4 {
    width: 25%;
  }
  .grid .row .xs-2-4 {
    width: 50%;
  }
  .grid .row .xs-3-4 {
    width: 75%;
  }
  .grid .row .xs-4-4 {
    width: 100%;
  }
  .grid .row .xs-1-5 {
    width: 20%;
  }
  .grid .row .xs-2-5 {
    width: 40%;
  }
  .grid .row .xs-3-5 {
    width: 60%;
  }
  .grid .row .xs-4-5 {
    width: 80%;
  }
  .grid .row .xs-5-5 {
    width: 100%;
  }
  .grid .row .xs-1-10 {
    width: 10%;
  }
  .grid .row .xs-2-10 {
    width: 20%;
  }
  .grid .row .xs-3-10 {
    width: 30%;
  }
  .grid .row .xs-4-10 {
    width: 40%;
  }
  .grid .row .xs-5-10 {
    width: 50%;
  }
  .grid .row .xs-6-10 {
    width: 60%;
  }
  .grid .row .xs-7-10 {
    width: 70%;
  }
  .grid .row .xs-8-10 {
    width: 80%;
  }
  .grid .row .xs-9-10 {
    width: 90%;
  }
  .grid .row .xs-10-10 {
    width: 100%;
  }
}
.md-show {
  display: none;
}
@media (max-width: 1440px) {
  .xl-hide {
    display: none;
  }
}
@media (max-width: 1280px) {
  .lg-hide {
    display: none;
  }
}
@media (max-width: 1025px) {
  .md-hide {
    display: none;
  }
  .md-show {
    display: block;
  }
}
@media (max-width: 850px) {
  .sm-hide {
    display: none;
  }
}
@media (max-width: 569px) {
  .xs-hide {
    display: none;
  }
}
.grid .row .xs-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .xs-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .xs-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .xs-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .xs-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xs-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xs-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .xs-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .xs-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .xs-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .xs-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xs-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xs-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .xs-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .xs-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .xs-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .xs-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xs-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xs-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .xs-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .xs-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .xs-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .xs-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xs-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xs-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .xs-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .xs-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .xs-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .xs-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .xs-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .xs-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .xs-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .xs-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .xs-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .xs-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .xs-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .xs-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .xs-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .xs-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .xs-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .xs-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .xs-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .xs-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xs-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xs-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xs-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xs-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xs-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xs-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xs-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xs-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xs-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xs-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xs-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xs-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xs-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xs-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xs-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xs-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xs-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xs-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xs-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .sm-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .sm-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .sm-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .sm-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .sm-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .sm-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .sm-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .sm-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .sm-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .sm-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .sm-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .sm-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .sm-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .sm-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .sm-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .sm-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .sm-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .sm-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .sm-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .sm-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .sm-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .sm-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .sm-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .sm-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .sm-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .sm-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .sm-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .sm-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .sm-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .sm-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .sm-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .sm-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .sm-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .sm-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .sm-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .sm-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .sm-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .sm-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .sm-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .sm-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .sm-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .sm-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .sm-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .sm-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .sm-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .sm-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .sm-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .sm-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .sm-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .sm-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .sm-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .sm-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .sm-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .sm-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .sm-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .sm-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .sm-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .sm-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .sm-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .md-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .md-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .md-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .md-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .md-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .md-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .md-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .md-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .md-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .md-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .md-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .md-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .md-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .md-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .md-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .md-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .md-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .md-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .md-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .md-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .md-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .md-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .md-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .md-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .md-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .md-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .md-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .md-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .md-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .md-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .md-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .md-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .md-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .md-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .md-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .md-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .md-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .md-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .md-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .md-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .md-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .md-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .md-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .md-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .md-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .md-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .md-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .md-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .md-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .md-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .md-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .md-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .md-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .md-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .md-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .md-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .md-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .md-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .md-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .lg-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .lg-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .lg-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .lg-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .lg-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .lg-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .lg-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .lg-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .lg-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .lg-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .lg-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .lg-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .lg-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .lg-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .lg-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .lg-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .lg-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .lg-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .lg-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .lg-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .lg-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .lg-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .lg-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .lg-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .lg-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .lg-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .lg-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .lg-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .lg-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .lg-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .lg-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .lg-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .lg-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .lg-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .lg-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .lg-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .lg-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .lg-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .lg-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .lg-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .lg-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .lg-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .lg-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .lg-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .lg-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .lg-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .lg-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .lg-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .lg-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .lg-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .lg-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .lg-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .lg-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .lg-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .lg-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .lg-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .lg-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .lg-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .lg-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .xl-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .xl-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .xl-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .xl-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xl-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xl-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .xl-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .xl-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .xl-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .xl-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xl-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xl-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .xl-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .xl-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .xl-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .xl-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xl-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xl-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .xl-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .xl-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .xl-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .xl-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xl-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .xl-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .xl-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .xl-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .xl-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .xl-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .xl-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .xl-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .xl-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .xl-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .xl-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .xl-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .xl-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .xl-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .xl-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .xl-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .xl-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .xl-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xl-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xl-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xl-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xl-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xl-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xl-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xl-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xl-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xl-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xl-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xl-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xl-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xl-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xl-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xl-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xl-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xl-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xl-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xl-push-right-10-10 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-12 {
  margin-left: 8.33333%;
}
.grid .row .xxl-push-right-1-12 {
  margin-right: 8.33333%;
}
.grid .row .xxl-push-left-2-12 {
  margin-left: 16.66667%;
}
.grid .row .xxl-push-right-2-12 {
  margin-right: 16.66667%;
}
.grid .row .xxl-push-left-3-12 {
  margin-left: 25%;
}
.grid .row .xxl-push-right-3-12 {
  margin-right: 25%;
}
.grid .row .xxl-push-left-4-12 {
  margin-left: 33.33333%;
}
.grid .row .xxl-push-right-4-12 {
  margin-right: 33.33333%;
}
.grid .row .xxl-push-left-5-12 {
  margin-left: 41.66667%;
}
.grid .row .xxl-push-right-5-12 {
  margin-right: 41.66667%;
}
.grid .row .xxl-push-left-6-12 {
  margin-left: 50%;
}
.grid .row .xxl-push-right-6-12 {
  margin-right: 50%;
}
.grid .row .xxl-push-left-7-12 {
  margin-left: 58.33333%;
}
.grid .row .xxl-push-right-7-12 {
  margin-right: 58.33333%;
}
.grid .row .xxl-push-left-8-12 {
  margin-left: 66.66667%;
}
.grid .row .xxl-push-right-8-12 {
  margin-right: 66.66667%;
}
.grid .row .xxl-push-left-9-12 {
  margin-left: 75%;
}
.grid .row .xxl-push-right-9-12 {
  margin-right: 75%;
}
.grid .row .xxl-push-left-10-12 {
  margin-left: 83.33333%;
}
.grid .row .xxl-push-right-10-12 {
  margin-right: 83.33333%;
}
.grid .row .xxl-push-left-11-12 {
  margin-left: 91.66667%;
}
.grid .row .xxl-push-right-11-12 {
  margin-right: 91.66667%;
}
.grid .row .xxl-push-left-12-12 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-12-12 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-4 {
  margin-left: 25%;
}
.grid .row .xxl-push-right-1-4 {
  margin-right: 25%;
}
.grid .row .xxl-push-left-2-4 {
  margin-left: 50%;
}
.grid .row .xxl-push-right-2-4 {
  margin-right: 50%;
}
.grid .row .xxl-push-left-3-4 {
  margin-left: 75%;
}
.grid .row .xxl-push-right-3-4 {
  margin-right: 75%;
}
.grid .row .xxl-push-left-4-4 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-4-4 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-5 {
  margin-left: 20%;
}
.grid .row .xxl-push-right-1-5 {
  margin-right: 20%;
}
.grid .row .xxl-push-left-2-5 {
  margin-left: 40%;
}
.grid .row .xxl-push-right-2-5 {
  margin-right: 40%;
}
.grid .row .xxl-push-left-3-5 {
  margin-left: 60%;
}
.grid .row .xxl-push-right-3-5 {
  margin-right: 60%;
}
.grid .row .xxl-push-left-4-5 {
  margin-left: 80%;
}
.grid .row .xxl-push-right-4-5 {
  margin-right: 80%;
}
.grid .row .xxl-push-left-5-5 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-5-5 {
  margin-right: 100%;
}
.grid .row .xxl-push-left-1-10 {
  margin-left: 10%;
}
.grid .row .xxl-push-right-1-10 {
  margin-right: 10%;
}
.grid .row .xxl-push-left-2-10 {
  margin-left: 20%;
}
.grid .row .xxl-push-right-2-10 {
  margin-right: 20%;
}
.grid .row .xxl-push-left-3-10 {
  margin-left: 30%;
}
.grid .row .xxl-push-right-3-10 {
  margin-right: 30%;
}
.grid .row .xxl-push-left-4-10 {
  margin-left: 40%;
}
.grid .row .xxl-push-right-4-10 {
  margin-right: 40%;
}
.grid .row .xxl-push-left-5-10 {
  margin-left: 50%;
}
.grid .row .xxl-push-right-5-10 {
  margin-right: 50%;
}
.grid .row .xxl-push-left-6-10 {
  margin-left: 60%;
}
.grid .row .xxl-push-right-6-10 {
  margin-right: 60%;
}
.grid .row .xxl-push-left-7-10 {
  margin-left: 70%;
}
.grid .row .xxl-push-right-7-10 {
  margin-right: 70%;
}
.grid .row .xxl-push-left-8-10 {
  margin-left: 80%;
}
.grid .row .xxl-push-right-8-10 {
  margin-right: 80%;
}
.grid .row .xxl-push-left-9-10 {
  margin-left: 90%;
}
.grid .row .xxl-push-right-9-10 {
  margin-right: 90%;
}
.grid .row .xxl-push-left-10-10 {
  margin-left: 100%;
}
.grid .row .xxl-push-right-10-10 {
  margin-right: 100%;
}
@media (max-width: 1440px) {
  .grid .row [class*="xxl-push-left-"] {
    margin-left: 0;
  }
  .grid .row [class*="xxl-push-right-"] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .lg-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .lg-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .lg-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .lg-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .lg-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .lg-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .lg-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .lg-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .lg-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .lg-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .lg-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .lg-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .lg-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .lg-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .lg-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .lg-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .lg-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .lg-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .lg-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .lg-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .lg-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .lg-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .lg-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .lg-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xl-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xl-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xl-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xl-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xl-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xl-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xl-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xl-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xl-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xl-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xl-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xl-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xl-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xl-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xl-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xl-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xl-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xl-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xl-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xl-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xl-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xl-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xl-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xl-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xl-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xl-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xl-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xl-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xl-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xl-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xl-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xl-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xl-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xl-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xl-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xl-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xl-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xl-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xl-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xl-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xl-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xl-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xl-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xl-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xl-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xl-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xl-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xl-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xl-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xl-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xl-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xl-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xl-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xl-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xl-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xl-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 1280px) {
  .grid .row [class*="xxl-push-left-"],
  .grid .row [class*="xl-push-left-"] {
    margin-left: 0;
  }
  .grid .row [class*="xxl-push-right-"],
  .grid .row [class*="xl-push-right-"] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .lg-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .lg-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .lg-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .lg-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .lg-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .lg-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .lg-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .lg-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .lg-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .lg-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .lg-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .lg-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .lg-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .lg-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .lg-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .lg-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .lg-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .lg-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .lg-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .lg-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .lg-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .lg-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .lg-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .lg-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .lg-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .lg-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .lg-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .lg-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .lg-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .lg-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .lg-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .lg-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .lg-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .lg-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .lg-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .lg-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .lg-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .lg-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .lg-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .lg-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 1025px) {
  .grid .row [class*="xxl-push-left-"],
  .grid .row [class*="xl-push-left-"],
  .grid .row [class*="lg-push-left-"] {
    margin-left: 0;
  }
  .grid .row [class*="xxl-push-right-"],
  .grid .row [class*="xl-push-right-"],
  .grid .row [class*="lg-push-right-"] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .md-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .md-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .md-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .md-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .md-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .md-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .md-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .md-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .md-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .md-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .md-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .md-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .md-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .md-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .md-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .md-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .md-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .md-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .md-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .md-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .md-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .md-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .md-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .md-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .md-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .md-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .md-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .md-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .md-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .md-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .md-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .md-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .md-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .md-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .md-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .md-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .md-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .md-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .md-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .md-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 850px) {
  .grid .row [class*="xxl-push-left-"],
  .grid .row [class*="xl-push-left-"],
  .grid .row [class*="lg-push-left-"],
  .grid .row [class*="md-push-left-"] {
    margin-left: 0;
  }
  .grid .row [class*="xxl-push-right-"],
  .grid .row [class*="xl-push-right-"],
  .grid .row [class*="lg-push-right-"],
  .grid .row [class*="md-push-right-"] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .sm-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .sm-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .sm-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .sm-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .sm-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .sm-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .sm-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .sm-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .sm-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .sm-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .sm-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .sm-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .sm-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .sm-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .sm-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .sm-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .sm-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .sm-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .sm-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .sm-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .sm-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .sm-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .sm-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .sm-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .sm-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .sm-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .sm-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .sm-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .sm-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .sm-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .sm-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .sm-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .sm-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .sm-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .sm-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .sm-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .sm-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .sm-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .sm-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .sm-push-right-10-10 {
    margin-right: 100%;
  }
}
@media (max-width: 569px) {
  .grid .row [class*="xxl-push-left-"],
  .grid .row [class*="xl-push-left-"],
  .grid .row [class*="lg-push-left-"],
  .grid .row [class*="md-push-left-"],
  .grid .row [class*="sm-push-left-"] {
    margin-left: 0;
  }
  .grid .row [class*="xxl-push-right-"],
  .grid .row [class*="xl-push-right-"],
  .grid .row [class*="lg-push-right-"],
  .grid .row [class*="md-push-right-"],
  .grid .row [class*="sm-push-right-"] {
    margin-right: 0;
  }
  .grid .row .xs-push-left-1-12 {
    margin-left: 8.33333%;
  }
  .grid .row .xs-push-right-1-12 {
    margin-right: 8.33333%;
  }
  .grid .row .xs-push-left-2-12 {
    margin-left: 16.66667%;
  }
  .grid .row .xs-push-right-2-12 {
    margin-right: 16.66667%;
  }
  .grid .row .xs-push-left-3-12 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-3-12 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-4-12 {
    margin-left: 33.33333%;
  }
  .grid .row .xs-push-right-4-12 {
    margin-right: 33.33333%;
  }
  .grid .row .xs-push-left-5-12 {
    margin-left: 41.66667%;
  }
  .grid .row .xs-push-right-5-12 {
    margin-right: 41.66667%;
  }
  .grid .row .xs-push-left-6-12 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-6-12 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-7-12 {
    margin-left: 58.33333%;
  }
  .grid .row .xs-push-right-7-12 {
    margin-right: 58.33333%;
  }
  .grid .row .xs-push-left-8-12 {
    margin-left: 66.66667%;
  }
  .grid .row .xs-push-right-8-12 {
    margin-right: 66.66667%;
  }
  .grid .row .xs-push-left-9-12 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-9-12 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-10-12 {
    margin-left: 83.33333%;
  }
  .grid .row .xs-push-right-10-12 {
    margin-right: 83.33333%;
  }
  .grid .row .xs-push-left-11-12 {
    margin-left: 91.66667%;
  }
  .grid .row .xs-push-right-11-12 {
    margin-right: 91.66667%;
  }
  .grid .row .xs-push-left-12-12 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-12-12 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-4 {
    margin-left: 25%;
  }
  .grid .row .xs-push-right-1-4 {
    margin-right: 25%;
  }
  .grid .row .xs-push-left-2-4 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-2-4 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-3-4 {
    margin-left: 75%;
  }
  .grid .row .xs-push-right-3-4 {
    margin-right: 75%;
  }
  .grid .row .xs-push-left-4-4 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-4-4 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-5 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-1-5 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-2-5 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-2-5 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-3-5 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-3-5 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-4-5 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-4-5 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-5-5 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-5-5 {
    margin-right: 100%;
  }
  .grid .row .xs-push-left-1-10 {
    margin-left: 10%;
  }
  .grid .row .xs-push-right-1-10 {
    margin-right: 10%;
  }
  .grid .row .xs-push-left-2-10 {
    margin-left: 20%;
  }
  .grid .row .xs-push-right-2-10 {
    margin-right: 20%;
  }
  .grid .row .xs-push-left-3-10 {
    margin-left: 30%;
  }
  .grid .row .xs-push-right-3-10 {
    margin-right: 30%;
  }
  .grid .row .xs-push-left-4-10 {
    margin-left: 40%;
  }
  .grid .row .xs-push-right-4-10 {
    margin-right: 40%;
  }
  .grid .row .xs-push-left-5-10 {
    margin-left: 50%;
  }
  .grid .row .xs-push-right-5-10 {
    margin-right: 50%;
  }
  .grid .row .xs-push-left-6-10 {
    margin-left: 60%;
  }
  .grid .row .xs-push-right-6-10 {
    margin-right: 60%;
  }
  .grid .row .xs-push-left-7-10 {
    margin-left: 70%;
  }
  .grid .row .xs-push-right-7-10 {
    margin-right: 70%;
  }
  .grid .row .xs-push-left-8-10 {
    margin-left: 80%;
  }
  .grid .row .xs-push-right-8-10 {
    margin-right: 80%;
  }
  .grid .row .xs-push-left-9-10 {
    margin-left: 90%;
  }
  .grid .row .xs-push-right-9-10 {
    margin-right: 90%;
  }
  .grid .row .xs-push-left-10-10 {
    margin-left: 100%;
  }
  .grid .row .xs-push-right-10-10 {
    margin-right: 100%;
  }
}
.btn {
  display: inline-block;
  padding: 14px 30px;
  font-weight: 700;
  border-radius: 50px;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-transition: color 0.17s ease-in-out, border 0.17s ease-in-out,
    background 0.17s ease-in-out;
  -o-transition: color 0.17s ease-in-out, border 0.17s ease-in-out,
    background 0.17s ease-in-out;
  transition: color 0.17s ease-in-out, border 0.17s ease-in-out,
    background 0.17s ease-in-out;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 568px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}
.btn--primary {
  background: #495aa8;
  color: #fff;
}
.btn--primary:hover {
  background: #354281;
}
.btn--secondary {
  background: #495aa8;
  color: #fff;
}
.btn--secondary:hover {
  background: #354281;
  color: #fff;
}
.btn--shrink {
  padding: 9px 30px 9px 30px;
}
.btn--filter {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 0.77em;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  position: relative;
  top: 18px;
  min-width: 160px;
}
.btn--filter:hover {
  background: #FF0340;
}
.btn--red {
  background: #FF0340;
  color: #fff;
  white-space: nowrap;
}
.btn--red:hover {
  background: #cd0638;
}
.front-pad {
  padding-bottom: 150px;
}
@media all and (max-width: 1300px) {
  .front-pad {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 850px) {
  .front-pad {
    padding-bottom: 80px;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #231f20;
}
@media all and (max-width: 1300px) {
  .section-title {
    margin-bottom: 30px;
  }
}
article .grid {
  max-width: 860px;
}
@media all and (min-width: 1024px) {
  .reviews-template-default article .grid {
    max-width: 1200px;
  }
  .reviews-template-default article .grid .row {
    min-width: 0;
    max-width: calc(100% - 280px);
    width: 800px;
  }
}
article .grid.max-contact {
  max-width: 598px;
}
@media all and (min-width: 1024px) {
  article .grid.with-sticky {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  article .grid.with-sticky .row {
    min-width: 0;
    max-width: calc(100% - 280px);
    width: 800px;
  }
}
article .article__best_proxy .mobile-hide {
  width: 280px;
}
@media all and (max-width: 1023px) {
  article .article__best_proxy .mobile-hide {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  article .article__best_proxy {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  article .article__best_proxy .main-best-row > .col:first-child {
    min-width: 0;
    max-width: calc(100% - 280px);
  }
  article
    .article__best_proxy
    .main-best-row
    > .col:last-child:not(:first-child) {
    max-width: 260px;
    margin-left: auto;
  }
  article .article__best_proxy .row-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  article .article__best_proxy .row-head .col {
    width: 67%;
  }
  article .article__best_proxy .row-head .image {
    width: 33%;
  }
  article .article__best_proxy .grid {
    max-width: 100%;
    display: block;
  }
  article .article__best_proxy .grid.with-sticky .row {
    max-width: none;
    width: auto;
  }
}
.bullet-list-row {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .bullet-list-row {
    margin: 0 -8px;
  }
}
.bullet-list-row .col {
  width: 33.33%;
}
@media all and (max-width: 767px) {
  .bullet-list-row .col {
    width: 100%;
  }
}
.bullet-list-row .sec-title {
  font-weight: bold;
  margin-bottom: 18px;
}
.bullet-list-row .num-title {
  padding-left: 8px;
  posistion: relative;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  border-left: 6px solid #FF0340;
}
.bullet-list-row.style-2 .col {
  width: 50%;
}
@media all and (max-width: 767px) {
  .bullet-list-row.style-2 .col {
    width: 100%;
  }
}
.review-link {
  margin: 24px 0;
}
.side-nav {
  counter-reset: section;
  margin: 15px 0;
  padding: 0;
}
.side-nav li {
  padding: 2px 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
  text-decoration: none;
  margin: 0 0 4px;
  font-weight: bold;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.side-nav li:hover {
  background-color: #eeeeee;
}
.side-nav li:before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
  width: 22px;
}
.side-nav li a:not(.btn):not(.archive-list__block) {
  font-weight: normal;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-decoration: none;
}
.reivew-section .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.reivew-section .head h2 {
  font-weight: bold;
  font-size: 1.9em;
}
@media all and (max-width: 568px) {
  .reivew-section .head h2 {
    font-size: 1.4em;
  }
}
.reivew-section .head .brand {
  font-weight: bold;
}
.reivew-section .head .brand strong {
  color: #999;
}
.reivew-section .head .right-t {
  width: calc(100% - 210px);
}
@media all and (max-width: 767px) {
  .reivew-section .head .right-t {
    width: 100%;
  }
}
.reivew-section .head .logo {
  width: 180px;
  padding: 16px;
  margin: 0 0 20px;
  border-radius: 10px;
  margin-right: 30px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .reivew-section .head .logo {
    width: 100%;
    margin: 0 0 20px;
  }
}
.coupon-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 24px;
  margin: 24px 0;
}
.coupon-box .h3 {
  font-weight: bold;
}
.coupon-box p {
  font-size: 22px;
}
.coupon-box p strong {
  background: #f7f5f0;
  padding: 5px;
  border-radius: 5px;
  font-weight: normal;
  border: 1px solid #e3e3e3;
}
@media all and (max-width: 568px) {
  .coupon-box p {
    font-size: 18px;
  }
}
.page-title {
  margin-bottom: 65px;
}
@media all and (max-width: 568px) {
  .page-title {
    margin-bottom: 10px;
  }
}
.page-title h1 {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 400;
}
@media all and (max-width: 1300px) {
  .page-title h1 {
    font-size: 2em;
  }
}
@media all and (max-width: 568px) {
  .page-title h1 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
}
.single-intro__logo {
  margin-bottom: 50px;
}
.single-intro__logo img {
  max-width: 300px;
  width: 100%;
}
.single-intro__title-review {
  font-weight: 700;
  margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .single-intro__title-review h1 {
    font-size: 18px;
  }
}
article .with-sticky .sticky-side {
  width: 260px;
  display: none;
}
@media all and (min-width: 1024px) {
  article .with-sticky .sticky-side {
    display: flex;
	flex-direction: column;
	overflow: auto;
	height: calc(100vh - 110px);
  }
  article .with-sticky .sticky-side .single-intro__logo {
    text-align: center;
    margin-bottom: 25px;
  }
  article .with-sticky .sticky-side .single-intro__logo img {
    max-width: 163px;
  }
  article .with-sticky .sticky-side .single-intro__rating-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 25px;
  }
  article .with-sticky .sticky-side .proxy-list__star {
    margin: 0 0 0 15px;
  }
  article .with-sticky .sticky-side .btn--primary {
    width: 100%;
    margin: 0 0 30px;
  }
  article .with-sticky .sticky-side ul:not(.no-default-style):not(.children) {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px dotted #999;
  }
  article
    .with-sticky
    .sticky-side
    ul:not(.no-default-style):not(.children)
    li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #999;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    color: #213548;
  }
  article
    .with-sticky
    .sticky-side
    ul:not(.no-default-style):not(.children)
    li:before {
    display: none;
  }
  article
    .with-sticky
    .sticky-side
    ul:not(.no-default-style):not(.children)
    li:last-child {
    border: 0;
  }
  article .with-sticky .sticky-side ul:not(.no-default-style):not(.children) a {
    display: block;
    padding: 5px 22px;
    border-left: 2px solid transparent;
  }
  article
    .with-sticky
    .sticky-side
    ul:not(.no-default-style):not(.children)
    a:hover {
    border-color: #f44862;
  }
  article
    .with-sticky
    .sticky-side
    .single-intro__rating-wrap
    .proxy-list__star-wrap--top {
    color: #000;
  }
}
.single-intro__title {
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (min-width: 1024px) {
  .single-intro__title {
    font-size: 34px;
    line-height: 46px;
  }
}
.single-intro__subtitle {
  margin-top: 40px;
}
.single-intro__subtitle ul:not(.no-default-style):not(.children) li::before {
  background: #fff;
}
.single-intro__cta {
  margin-top: 35px;
}
@media all and (max-width: 568px) {
  .single-intro__cta {
    margin-top: 30px;
    width: auto;
  }
}
.single-intro__promo {
  margin: 20px 0 0;
  cursor: pointer;
  overflow: visible;
}
.single-intro__promo strong,
.single-intro__promo span {
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 2px 8px;
  position: relative;
  display: inline-block;
}
.single-intro__promo strong::before,
.single-intro__promo span::before {
  content: "";
  width: 100%;
  height: 90%;
  border: 1px dashed #e3e3e3;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-intro__promo strong::after,
.single-intro__promo span::after {
  content: "Copied to clipboard";
  width: 130px;
  height: 25px;
  text-align: center;
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.6em;
  background: #495aa8;
  z-index: 2;
  opacity: 0;
  border-radius: 3px;
}
.single-intro__promo:active strong,
.single-intro__promo:active span {
  color: #FF0340;
}
.single-intro__promo.copied strong::after,
.single-intro__promo.copied span::after {
  opacity: 1;
}
.pagination {
  margin-top: 50px;
  text-align: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.pagination .page-numbers {
  text-align: center;
  border-radius: 50px;
  font-size: 24px;
  font-weight: 700;
  padding: 5px 18px;
}
.pagination .page-numbers.current {
  background: #495aa8;
  color: #fff;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  display: none;
}
.article-report {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.article-report:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
.article-report img {
  border-radius: 20px 20px 0 0;
  display: block;
  width: 100%;
}
.article-report__content {
  padding: 60px 50px;
}
@media all and (max-width: 568px) {
  .article-report__content {
    padding: 40px 20px;
  }
}
.article-report__content .text-box * {
  margin: 0.8em 0;
}
.article-report__content .btn {
  margin-top: 30px;
}
@media all and (max-width: 568px) {
  .article-report__content .btn {
    margin-top: 5px;
  }
}
.article-report__title {
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.hamburger {
  height: 100%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  display: none;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
  width: 20px;
}
@media only screen and (max-width: 1023px) {
  .hamburger.active {
    right: 15px;
  }
}
@media only screen and (max-device-width: 1023px) {
  .hamburger.active {
    right: 0;
  }
}
.header__mobile-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  top: 0;
  left: 0;
  background: #fff;
  padding: 100px 20px 50px 20px;
  z-index: 100;
  display: none;
}
.header__mobile-nav.menu-open {
  display: block;
}
@media all and (min-width: 1023px) {
  .header__mobile-nav.menu-open {
    display: none;
  }
}
.header__mobile-nav ul {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.header__mobile-nav ul a {
  padding: 15px 0;
  display: inline-block;
  color: #231f20;
  width: 100%;
  position: relative;
}
.header__mobile-nav ul a::after {
  content: "\0045";
  font-family: "Glyphter";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.77em;
  font-weight: 400;
}
.header__mobile-nav ul:not(.sub-menu) > li {
  border-top: 1px solid #d8e2eb;
}
.header__mobile-nav ul:not(.sub-menu) > li:last-child {
  border-bottom: 1px solid #d8e2eb;
}
.header__mobile-nav ul:not(.sub-menu) > li.menu-item-has-children {
  margin-bottom: 60px;
}
.header__mobile-nav ul:not(.sub-menu) li.menu-item-has-children {
  border-bottom: 1px solid #d8e2eb;
}
.header__mobile-nav ul:not(.sub-menu) li.menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #d8e2eb;
}
.header__mobile-nav
  ul:not(.sub-menu)
  li.menu-item-has-children
  .sub-menu
  li:last-child {
  border-bottom: 0;
}
.header__mobile-nav ul:not(.sub-menu) li a {
  font-weight: 700;
}
.header__mobile-nav ul:not(.sub-menu) li.custom a {
  display: none;
}
.header__mobile-nav ul:not(.sub-menu) li.custom .sub-menu li a {
  display: inline-block;
}
.header__mobile-nav ul.sub-menu li {
  margin-bottom: 0;
}
.header__mobile-nav ul.sub-menu li:first-child {
  border-top: 1px solid #d8e2eb;
}
.header__mobile-nav ul.sub-menu li:last-child {
  border-bottom: 0;
}
.header__mobile-nav ul.sub-menu li a {
  font-weight: 400;
}
.header__mobile-nav ul.sub-menu .sub-menu li:first-child {
  border-top: 0;
}
.header__mobile-nav ul.sub-menu .sub-menu li:last-child {
  border-bottom: 0;
}
#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s ease 300ms;
  -o-transition: opacity 0.5s ease, visibility 0s ease 300ms;
  transition: opacity 0.5s ease, visibility 0s ease 300ms;
}
@media all and (max-width: 1024px) {
  #popup {
    display: none !important;
  }
}
#popup.js-show {
  opacity: 1;
  visibility: visible;
}
#popup.hidden {
  display: none !important;
}
.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.popup__content {
  -webkit-box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  background: #fff;
  max-width: 720px;
  width: 100%;
  padding: 70px 305px 70px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
  overflow: hidden;
  min-height: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media all and (max-width: 800px) {
  .popup__content {
    padding: 30px 20px;
  }
}
.popup__content img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.popup__title {
  margin-bottom: 24px;
}
.popup__title p {
  font-size: 1em;
  color: #FF0340;
}
.popup__title h2 {
  font-weight: 700;
}
.popup__controls {
  margin-top: 45px;
}
.popup__controls .popup__close-cta {
  color: #000;
  opacity: 0.5;
  margin-left: 10px;
  font-size: 0.85em;
}
.popup__controls .popup__close-cta:hover {
  opacity: 1;
}
.popup__close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.popup__close::before,
.popup__close::after {
  content: "";
  height: 14px;
  width: 1px;
  background: #000;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 30%;
  left: 50%;
}
.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup__close:hover::before,
.popup__close:hover::after {
  opacity: 1;
}
#promo-banner {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  padding: 10px 66px 10px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 300ms;
  -o-transition: opacity 0.3s ease, visibility 0s ease 300ms;
  transition: opacity 0.3s ease, visibility 0s ease 300ms;
}
@media all and (max-width: 1023px) {
  #promo-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}
@media all and (max-width: 767px) {
  #promo-banner {
    padding: 25px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #promo-banner::before {
    content: "";
    width: 100px;
    height: 60px;
    background: url("../img/label.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 25px;
    right: 5px;
  }
}
#promo-banner.js-show {
  opacity: 1;
  visibility: visible;
}
#promo-banner.hidden {
  display: none !important;
}
.banner__close {
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .banner__close {
    width: 50px;
    height: 50px;
  }
}
.banner__close::before,
.banner__close::after {
  content: "";
  height: 14px;
  width: 1px;
  background: #000;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  top: 40%;
  left: 50%;
}
@media all and (max-width: 767px) {
  .banner__close::before,
  .banner__close::after {
    top: 35%;
  }
}
.banner__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.banner__close:hover::before,
.banner__close:hover::after {
  opacity: 1;
}
.banner__controls {
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 1023px) {
  .banner__controls {
    margin-left: 0;
    margin-top: 15px;
  }
}
.banner__close-cta {
  margin-left: 10px;
  color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-size: 0.85em;
}
.banner__close-cta:hover {
  opacity: 1;
}
header {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px 0px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: background 0.3s cubic-bezier(0.61, 1, 0.88, 1),
    padding 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  -o-transition: background 0.3s cubic-bezier(0.61, 1, 0.88, 1),
    padding 0.2s cubic-bezier(0.61, 1, 0.88, 1);
  transition: background 0.3s cubic-bezier(0.61, 1, 0.88, 1),
    padding 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
@media all and (max-width: 1200px) {
  header {
    padding: 25px 0;
	font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  header {
    z-index: 101;
  }
}
@media all and (max-width: 568px) {
  header {
    padding: 17px 0;
  }
  header.menu-open .header__subtitle {
    display: none;
  }
  header .header__subtitle {
    display: none;
  }
  header .header__subtitle--mobile {
    display: block;
    max-width: none;
    width: 100%;
    margin-top: 10px;
  }
}
header.white {
  background: #fff;
  padding: 15px 0px;
}
@media all and (max-width: 568px) {
  header.white {
    padding: 17px 0;
  }
}
header.white .header__nav > ul .sub-menu {
  top: 60px;
}
header.white.menu-open {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .grid .row {
  margin: 0;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  .header__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__logo img {
  max-width: 170px;
  width: 100%;
  display: block;
}
@media all and (max-width: 568px) {
  .header__logo img {
    width: 150px;
  }
}
.header__subtitle {
  font-size: 0.77em;
  font-weight: 700;
  font-style: italic;
  color: #b1b1b1;
  margin-left: 40px;
  max-width: 165px;
  line-height: 0.8em;
}
.header__subtitle--mobile {
  display: none;
}
@media all and (max-width: 1300px) {
  .header__subtitle {
    font-size: 0.6em;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media all and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
.header__nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn--header {
  color: #fff;
  font-size: 18px;
  background: #495AA8;
}
.btn--header:hover {
  background: #354281;
}
@media all and (max-width: 1200px) {
  .btn--header {
    font-size: 14px;
	padding: 12px 20px;
  }
}
.header__nav > ul .sub-menu > li.wgt a {
  font-size: 16px;
}
.header__nav > ul .sub-menu > li.more a {
  font-weight: 700;
  font-size: 16px;
  width: 140px;
}
.header__nav > ul li a {
  font-weight: 500;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header__nav > ul li a:hover {
  color: #FF0340;
}
@media all and (max-width: 1200px) {
  .header__nav > ul li a {
    font-size: 14px;
	padding: 10px 20px;
  }
}
.header__nav > ul li.menu-item-has-children > a::before {
  font-family: "Glyphter";
  content: "\0041";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  right: 15px;
  font-size: 0.4em;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.header__nav > ul li.current_page_ancestor a,
.header__nav > ul li.current-page-ancestor a {
  color: #FF0340;
}
.header__nav > ul li.current_page_ancestor .sub-menu li:not(.custom) a,
.header__nav > ul li.current-page-ancestor .sub-menu li:not(.custom) a {
  color: #000;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header__nav > ul li.current_page_ancestor .sub-menu li:not(.custom) a:hover,
.header__nav > ul li.current-page-ancestor .sub-menu li:not(.custom) a:hover {
  color: #FF0340;
}
.header__nav
  > ul
  li.current_page_ancestor
  .sub-menu
  li:not(.custom).current-menu-item
  a,
.header__nav
  > ul
  li.current-page-ancestor
  .sub-menu
  li:not(.custom).current-menu-item
  a {
  color: #FF0340;
}
.header__nav > ul li.vertical .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: none;
  width: auto;
}
.header__nav > ul li.vertical .sub-menu li {
  width: 100%;
  padding-left: 0;
}
.header__nav > ul li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav > ul .sub-menu {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  padding: 35px 30px 35px 15px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  display: none;
}
.header__nav > ul .sub-menu > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 15px;
}
.header__nav > ul .sub-menu > li.custom a {
  padding: 10px 15px;
  font-size: 16px;
  color: #b1b1b1;
  margin-bottom: 10px;
  display: inline-block;
}
.header__nav > ul .sub-menu > li.custom a::before {
  content: none;
}
.header__nav > ul .sub-menu .sub-menu {
  position: static;
  background: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  opacity: 1;
  visibility: visible;
}
.header__nav > ul .sub-menu .sub-menu li {
  padding-left: 0;
  min-width: 0;
}
.header__nav > ul .sub-menu .sub-menu li a {
  padding: 5px 25px 5px 15px;
  color: #000;
  margin-bottom: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.header__nav > ul .sub-menu .sub-menu li a:hover {
  color: #FF0340;
}
.header__nav > ul .sub-menu .sub-menu li.current-menu-item a {
  color: #FF0340;
}
@media all and (max-width: 1023px) {
  .header__cta {
    display: none;
  }
}
#footer {
  background: #fff;
  padding-bottom: 125px;
  border-bottom: 3px solid #FF0340;
  position: relative;
}
@media all and (max-width: 568px) {
  #footer {
    padding-bottom: 80px;
  }
}
#footer::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #ffb926;
}
#footer nav {
  padding-top: 85px;
  font-size: 0.77em;
  border-top: 1px dashed #e3e3e3;
}
@media all and (max-width: 568px) {
  #footer nav {
    padding-top: 60px;
  }
}
#footer nav ul {
  padding: 0;
  margin: 0;
}
#footer nav ul:not(.sub-menu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 850px) {
  #footer nav ul:not(.sub-menu) li {
    width: 33%;
  }
}
@media all and (max-width: 568px) {
  #footer nav ul:not(.sub-menu) li {
    width: 100%;
  }
}
#footer nav ul:not(.sub-menu) li.nav__head > a:first-child {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
}
@media all and (max-width: 850px) {
  #footer nav ul.sub-menu li {
    width: 100%;
  }
}
@media all and (max-width: 568px) {
  #footer nav ul.sub-menu li {
    width: 100%;
  }
}
#footer nav ul.sub-menu li a {
  padding: 5px 0;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
#footer nav ul.sub-menu li a:hover {
  text-decoration: none;
  color: #FF0340;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0;
}
@media all and (max-width: 568px) {
  .footer__top {
    padding: 40px 0;
  }
}
.footer__connect {
  font-size: 1.3em;
  font-weight: 700;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__connect__text {
  margin-right: 35px;
  line-height: 1;
}
@media all and (max-width: 568px) {
  .footer__connect {
    margin-top: 20px;
  }
  .footer__connect span {
    margin-bottom: 55px;
  }
}
.fb_iframe_widget {
  line-height: 1;
  height: 30px;
}
#intro {
  padding-top: 150px;
  color: #231f20;
  padding-bottom: 50px;
  position: relative;
}
@media all and (max-width: 568px) {
  #intro {
    padding-top: 130px;
  }
}
#intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../img/intro-background.svg") bottom right no-repeat;
  background-size: cover;
  z-index: -1;
}
#intro h1 {
  font-weight: 700;
}
#intro .btn {
  margin-top: 33px;
}
#intro img {
  width: 100%;
}
@media all and (max-width: 568px) {
  #intro img {
    margin-top: 40px;
  }
}
.intro__subtitle {
  margin-top: 40px;
}
.intro__small-text {
  font-size: 0.77em;
  font-style: italic;
  margin-top: 50px;
}
.intro__small-text a {
  color: #495aa8;
  text-decoration: underline;
  font-weight: 700;
  font-style: italic;
}
.intro__small-text a:hover {
  text-decoration: none;
}
.intro__image {
  width: 100%;
}
.intro__image img {
  width: 100%;
}
@media all and (max-width: 850px) {
  .intro__image {
    margin-top: 40px;
  }
}
#categories-list {
  padding-bottom: 120px;
  position: relative;
}
@media all and (max-width: 1300px) {
  #categories-list {
    padding-bottom: 90px;
  }
}
#categories-list::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  height: 320px;
  background: #e3e3e3;
  z-index: -1;
}
@media all and (max-width: 1300px) {
  #categories-list::before {
    top: 30px;
    height: 230px;
  }
}
@media all and (max-width: 850px) {
  #categories-list::before {
    height: 725px;
  }
}
.categories-list__block {
  background: #fff;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  padding-top: 285px;
  display: block;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.categories-list__block:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
@media all and (max-width: 1300px) {
  .categories-list__block {
    height: 290px;
    padding-top: 175px;
  }
}
@media all and (max-width: 850px) {
  .categories-list__block {
    margin-bottom: 15px;
    height: 250px;
    padding-top: 195px;
  }
}
.categories-list__block:hover .categories-list__title {
  color: #FF0340;
}
.categories-list__icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 200px;
}
@media all and (max-width: 1300px) {
  .categories-list__icon {
    bottom: 160px;
  }
}
@media all and (max-width: 850px) {
  .categories-list__icon {
    bottom: 100px;
  }
}
.categories-list__title {
  font-size: 1.3em;
  line-height: 1.16em;
  width: 70%;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (max-width: 1300px) {
  .categories-list__title {
    font-size: 1.1em;
  }
}
.featured-list__block {
  padding: 15px 0;
  display: block;
  height: 100%;
}
.featured-list__wrap {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  padding: 34px 55px 40px 30px;
  display: block;
  height: 100%;
}
.featured-list__wrap:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
.featured-list__wrap:hover .featured-list__title {
  text-decoration: none;
}
.featured-list__logo {
  margin-bottom: 20px;
}
.featured-list__title {
  font-size: 1.3em;
  text-decoration: underline;
  -webkit-transition: -webkit-text-decoration 0.2s ease-in-out;
  transition: -webkit-text-decoration 0.2s ease-in-out;
  -o-transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out,
    -webkit-text-decoration 0.2s ease-in-out;
  margin-bottom: 12px;
}
.featured-list__text {
  font-size: 0.77em;
  line-height: 1.4em;
}
.awarded-list__block {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  display: block;
  padding: 30px 0 40px 0;
  height: 100%;
  text-align: center;
  margin-top: 15px;
}
.awarded-list__block:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
.awarded-list__block:hover .awarded-list__cta {
  text-decoration: none;
}
@media all and (max-width: 1300px) {
  .awarded-list__wrap {
    margin: 5px 0;
  }
}
.awarded-list__logo {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.awarded-list__description {
  font-size: 0.77em;
  line-height: 1.4em;
  padding: 0 20px;
  margin-bottom: 40px;
  height: 60px;
  overflow: hidden;
}
.awarded-list__cta {
  color: #495aa8;
  margin-top: 35px;
  display: inline-block;
  font-weight: 700;
}
#archive-list .btn {
  margin-top: 30px;
}
.archive-list__image {
  height: 250px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media all and (max-width: 1300px) {
  .archive-list__image {
    height: 190px;
  }
}
.archive-list__image--reviews {
  background-size: 300px;
  background-color: #fff;
}
.archive-list__title {
  font-size: 1.6em;
  line-height: 1.26em;
  margin-top: 25px;
  width: 95%;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media all and (max-width: 1300px) {
  .archive-list__title {
    font-size: 1.4em;
    margin-top: 15px;
  }
}
.archive-list__block {
  margin-bottom: 45px;
  margin-top: 15px;
  display: block;
}
@media all and (max-width: 1300px) {
  .archive-list__block {
    margin-bottom: 25px;
  }
}
.archive-list__block--card {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  padding: 30px;
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 850px) {
  .archive-list__block--card {
    padding: 25px;
  }
}
@media all and (max-width: 1300px) {
  .archive-list__block--card {
    margin-bottom: 18px;
  }
}
.archive-list__block--card--pr {
  padding-right: 20%;
}
@media all and (max-width: 850px) {
  .archive-list__block--card--pr {
    padding-right: 25px;
  }
}
.archive-list__block--card--pr .archive-list__title:hover {
  color: #FF0340;
}
.archive-list__block--card .archive-list__title {
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-list__block:hover:not(.archive-list__block--card--pr)
  .archive-list__title {
  color: #FF0340;
}
.archive-list__short {
  margin-top: 5px;
  font-size: 0.77em;
  padding-right: 10px;
}
.archive-list__count {
  border-radius: 30px;
  padding: 1px 19px;
  font-weight: 600;
  font-size: 0.777em;
  background: #495aa8;
  color: #fff;
  float: left;
  margin-top: 28px;
}
#feedback-list {
  padding: 110px 0 120px 0;
  background: #e3e3e3;
}
@media all and (max-width: 1300px) {
  #feedback-list {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 850px) {
  #feedback-list {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 568px) {
  #feedback-list .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.feedback-list__wrap {
  padding: 15px 0;
  height: 100%;
}
@media all and (max-width: 568px) {
  .feedback-list__wrap {
    padding: 7px 0;
  }
}
.feedback-list__block {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px 40px 40px;
  border: 1px dashed #e3e3e3;
  color: #231f20;
  height: 100%;
}
@media all and (max-width: 1300px) {
  .feedback-list__block {
    padding: 30px;
  }
}
@media all and (max-width: 568px) {
  .feedback-list__block {
    padding: 30px 20px;
  }
}
.feedback-list__block p {
  font-size: 1.3em;
}
@media all and (max-width: 1300px) {
  .feedback-list__block p {
    font-size: 1.1em;
  }
}
.feedback-list__block span {
  font-size: 1em;
  font-weight: 700;
  margin-top: 25px;
  display: block;
}
.artcile__title {
  margin-bottom: 30px;
}
.artcile__title--no-margin {
  margin-bottom: 0;
}
.artcile__secondary-title {
  margin-bottom: 40px;
  font-size: 1.33em;
}
.article__main-image {
  margin-bottom: 60px;
}
article ul:not(.no-default-style):not(.children) {
  padding: 0;
}
article ul:not(.no-default-style):not(.children) li {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  width: 100%;
}
article ul:not(.no-default-style):not(.children) li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
article a:not(.btn):not(.archive-list__block) {
  color: #495aa8;
  text-decoration: underline;
}
article a:not(.btn):not(.archive-list__block):hover {
  text-decoration: none;
}
article hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dashed #b1b1b1;
}
article blockquote {
  font-style: normal;
  font-size: 1.33em;
  position: relative;
  margin-left: 0;
  padding-left: 35px;
  padding-top: 5px;
}
article blockquote::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #ffb926;
  position: absolute;
  top: 0;
  left: 0;
}
article blockquote p {
  line-height: 1.4em;
  margin: 0;
}
article table {
  border: 1px solid #e3e3e3;
  border-spacing: 0;
  border-collapse: collapse;
}
article table td {
  max-width: 100%;
  padding: 0.857em 0.587em;
  border: 1px solid #e3e3e3;
}
article table td * {
  margin: 0;
}
article .text-box--extra {
  margin-top: 4em;
}
article .text-box img {
  max-width: 100%;
  width: auto;
}
article #archive-list {
  margin-top: 90px;
}
article .archive-list__block {
  text-decoration: none;
}
article .archive-list__image {
  height: 215px;
}
article .archive-list__title {
  color: #000;
  font-size: 1.33em;
  font-weight: 700;
  text-decoration: none;
}
article .article-report {
  margin: 3em 0;
}
article .article-report img {
  width: 100%;
}
.article__content {
  margin-top: 20px;
}
.article__content--proxy {
  margin-top: 120px;
}
@media all and (max-width: 568px) {
  .article__content--proxy {
    margin-top: 65px;
  }
}
.article__content--proxy .text-box {
  margin-bottom: 70px;
}
@media all and (max-width: 568px) {
  .article__content--proxy .text-box {
    margin-bottom: 40px;
  }
}
.article__content__flexible {
  counter-increment: counter;
}
.article__content__flexible .flexible__headline {
  padding-left: 90px;
  position: relative;
  padding-top: 5px;
}
@media all and (max-width: 1300px) {
  .article__content__flexible .flexible__headline {
    padding-bottom: 3px;
  }
}
@media all and (max-width: 568px) {
  .article__content__flexible .flexible__headline {
    padding-top: 11px;
    padding-bottom: 7px;
  }
}
.article__content__flexible .flexible__headline::before {
  content: counter(counter);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e3e3e3;
  line-height: 54px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article__bullets-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dashed #b1b1b1;
  border-bottom: 1px dashed #b1b1b1;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media all and (max-width: 568px) {
  .article__bullets-wrap {
    margin-bottom: 40px;
  }
}
.article__bullets {
  width: 50%;
}
@media all and (max-width: 568px) {
  .article__bullets {
    width: 100%;
    margin-bottom: 40px;
  }
  .article__bullets:last-child {
    margin-bottom: 0;
  }
}
.article__bullets span {
  margin-bottom: 5px;
  display: block;
}
.article__bullets--key {
  width: 100%;
  margin-top: 40px;
}
@media all and (max-width: 568px) {
  .article__bullets--key {
    margin-top: 0;
  }
}
.list-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-bullets li {
  width: 100%;
  position: relative;
  padding-left: 15px;
  line-height: 1.7em;
}
.list-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
}
.list-bullets--pros li::before {
  color: #00b71c;
}
.list-bullets--cons li::before {
  color: #FF0340;
}
.list-bullets--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-bullets--full li {
  width: 50%;
  padding-right: 20px;
}
.article__bullets__wrap-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article__bullets__wrap-bullets .list-bullets {
  width: 50%;
}
@media all and (max-width: 568px) {
  .article__bullets__wrap-bullets .list-bullets {
    width: 100%;
  }
}
.wp-caption-text {
  width: 100%;
  min-height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
}
.snippet-box--tabs.tabs-code .snippet-wrap {
  float: right;
}
@media all and (max-width: 767px) {
  .snippet-box--tabs.tabs-code .snippet-wrap {
    float: none;
  }
}
.snippet-box--tabs.tabs-code .h2 {
  float: left;
  max-width: 50%;
  font-size: 40px;
}
@media all and (max-width: 767px) {
  .snippet-box--tabs.tabs-code .h2 {
    font-size: 24px;
    float: none;
    max-width: none;
  }
}
.snippet-box--tabs.tabs-code .pre-code {
  padding: 18px;
  clear: both;
  color: #f7f5f0;
  background: #231f20;
}
#article-author {
  margin-top: 70px;
}
.article-author__wrap {
  border-bottom: 1px dashed #b1b1b1;
  border-top: 1px dashed #b1b1b1;
  padding: 30px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-author__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-authors__avatar {
  width: 70px;
  height: 70px;
  background-color: #b1b1b1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
}
.article-author__details {
  padding-left: 20px;
}
.article-author__details span {
  font-weight: 700;
  display: block;
}
.article-author__details p {
  display: block;
  margin: 0;
}
@media all and (max-width: 568px) {
  .article-author__details {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 568px) {
  .article-author__date {
    margin-top: 20px;
    width: 100%;
  }
}
#breadcrumb {
  margin-bottom: 40px;
}
@media all and (max-width: 850px) {
  #breadcrumb {
    margin-bottom: 30px;
  }
}
#breadcrumb > span:first-child {
  margin-left: -10px;
}
#breadcrumb a {
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#breadcrumb a span {
  text-decoration: underline;
}
#breadcrumb a::after {
  content: "/";
  padding: 0px 10px;
  color: #FF0340;
}
#breadcrumb a:hover {
  color: #FF0340;
}
#breadcrumb a:hover span {
  text-decoration: none;
}
#breadcrumb .breadcrumbs > span:last-child {
  text-decoration: none;
  color: #FF0340;
}
#breadcrumb .breadcrumbs > span:last-child::before {
  content: none;
}
.last-item {
  text-decoration: none;
  color: #FF0340;
}
.last-item::before {
  content: none;
}
.breadcrumb_last {
  color: #FF0340;
  padding-left: 10px;
}
#faq {
  margin-top: 150px;
}
@media all and (max-width: 568px) {
  #faq {
    margin-top: 80px;
  }
}
.faq-list__item {
  overflow: hidden;
  border-top: 1px solid #edebe7;
}
.faq-list__item:last-child {
  border-bottom: 1px solid #edebe7;
}
.faq-list__item:first-of-type {
  margin-top: 50px;
}
@media all and (max-width: 568px) {
  .faq-list__item:first-of-type {
    margin-top: 10px;
  }
}
.faq-list__item h3 {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  width: 100%;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.faq-list__item h3:hover {
  color: #FF0340;
}
.faq-list__item h3::after {
  content: "\0041";
  font-family: "Glyphter";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-size: 0.7em;
}
.faq-list__item.active h3::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.faq-list__headline {
  font-weight: 700;
  width: 90%;
}
.faq-list__answer {
  display: none;
}
#faq-banner {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 140px;
}
@media all and (max-width: 568px) {
  #faq-banner {
    height: 100px;
    margin-top: 90px;
  }
}
#single-intro {
  padding: 80px 0 65px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.single-intro__arrow {
  width: 0px;
  height: 0px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #f00;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single-intro__rating-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.single-intro__rating-wrap .proxy-list__star-wrap {
  color: #b1b1b1;
}
.single-intro__rating-wrap .proxy-list__star-wrap--top {
  color: #fff;
}
#proxy-intro h1 {
  margin-bottom: 25px;
}
#proxy-intro h1 span {
  margin: 0 5px;
}
#proxy-intro h1 span.highlight {
  color: #FF0340;
}
#proxy-intro .small-text {
  margin-bottom: 30px;
  display: block;
}
#proxy-list {
  margin-top: 16px;
}
.proxy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.proxy-list__url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.proxy-list .underline-link,
.proxy-list__btn {
  position: relative;
  z-index: 2;
}
.proxy-list__btn {
  padding-right: 18px;
  padding-left: 18px;
}
.proxy-list .underline-link {
  text-decoration: underline;
  padding: 4px 10px 0;
  display: inline-block;
}
.proxy-list .underline-link:hover {
  text-decoration: none;
}
.proxy-list__item {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 28px;
  counter-increment: counter;
  padding: 40px 0;
  position: relative;
}
.proxy-list__item:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
@media all and (max-width: 1300px) {
  .proxy-list__item {
    height: auto;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__item {
    padding: 40px 30px;
  }
}
@media all and (max-width: 568px) {
  .proxy-list__item {
    padding: 20px 20px 40px;
  }
}
.proxy-list__block {
  padding-top: 50px;
}
@media all and (max-width: 568px) {
  .proxy-list__block {
    padding-top: 40px;
  }
}
.proxy-list__block--logo {
  text-align: center;
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}
.proxy-list__block--logo img {
  max-width: 190px;
}
@media all and (max-width: 1300px) {
  .proxy-list__block--logo {
    width: 25%;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__block--logo {
    width: 100%;
    padding-bottom: 20px;
    min-height: 100px;
    height: auto;
  }
}
.proxy-list__block--description {
  width: 28%;
  padding-top: 0px;
  padding-right: 35px;
}
@media all and (max-width: 1300px) {
  .proxy-list__block--description {
    width: 75%;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__block--description {
    width: 100%;
  }
}
.proxy-list__block--description h3 {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}
.proxy-list__block--description h3::before {
  content: counter(counter) ".";
  color: #b1b1b1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.proxy-list__block--features {
  width: 35%;
}
@media all and (max-width: 1300px) {
  .proxy-list__block--features {
    width: 37%;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__block--features {
    width: 50%;
  }
}
@media all and (max-width: 568px) {
  .proxy-list__block--features {
    width: 100%;
  }
}
.proxy-list__block--rating {
  text-align: center;
  width: 30%;
  padding-right: 25px;
}
@media all and (max-width: 1300px) {
  .proxy-list__block--rating {
    width: 25%;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__block--rating {
    width: 100%;
    padding-right: 0;
  }
}
.proxy-list__block--rating span {
  font-size: 0.7em;
  font-weight: 700;
}
.proxy-list__block--rating .btn {
  margin-top: 20px;
}
.proxy-list__block--wrap {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  .proxy-list__block--wrap {
    padding-left: 25%;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .proxy-list__block--wrap {
    padding-left: 0;
  }
}
.proxy-list__rating-wrap {
  display: inline-block;
  text-align: center;
}
.proxy-list__star-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  color: #e3e3e3;
}
.proxy-list__star-wrap--top {
  z-index: 1;
  color: #000;
}
.proxy-list__star {
  position: relative;
  padding-top: 25px;
  width: 110px;
  margin: 0 auto;
}
.proxy-list__star .icon-star {
  margin: 0 2px;
}
.proxy-list__star.five .proxy-list__star-wrap--top {
  width: 110px;
}
.proxy-list__star.four .proxy-list__star-wrap--top {
  width: 90px;
}
.proxy-list__star.fourhalf .proxy-list__star-wrap--top {
  width: 100px;
}
.proxy-list__star.three .proxy-list__star-wrap--top {
  width: 65px;
}
.proxy-list__star.threehalf .proxy-list__star-wrap--top {
  width: 77px;
}
.proxy-list__star.two .proxy-list__star-wrap--top {
  width: 45px;
}
.proxy-list__star.twohalf .proxy-list__star-wrap--top {
  width: 55px;
}
.proxy-list__star.one .proxy-list__star-wrap--top {
  width: 23px;
}
.proxy-list__star.onehalf .proxy-list__star-wrap--top {
  width: 33px;
}
#article-comments {
  margin-top: 100px;
}
@media all and (max-width: 568px) {
  #article-comments {
    margin-top: 70px;
  }
}
.comment-list {
  margin-top: 45px;
  margin-bottom: 70px;
}
@media all and (max-width: 568px) {
  .comment-list {
    padding-left: 0;
  }
}
.comment-list,
.children {
  list-style: none;
  width: 100%;
}
.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 568px) {
  .comment {
    margin-bottom: 55px;
  }
  .comment:last-child {
    margin-bottom: 0;
  }
}
.comment-author {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-author__avatar {
  margin-right: 25px;
}
@media all and (max-width: 568px) {
  .comment-author__avatar {
    margin-right: 15px;
  }
}
.comment-author__avatar img {
  display: block;
}
.comment-author__name {
  font-weight: 700;
  margin-right: 5px;
}
.comment-author__text {
  padding-left: 65px;
}
.comment-author__text p {
  margin-top: 0;
}
@media all and (max-width: 568px) {
  .comment-author__details {
    width: calc(100% - 60px);
  }
  .comment-author__reply {
    padding-left: 55px;
  }
}
.comment-form-comment {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}
.comment-form-comment label {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #e3e3e3;
  height: 200px;
  resize: none;
  padding: 15px;
}
.comment-form-comment textarea.error {
  border-color: #FF0340;
}
.comment-awaiting-moderation {
  margin-left: 60px;
  color: #b1b1b1;
}
.logged-in-as {
  margin-top: 5px;
}
.form-submit {
  text-align: right;
  margin-top: 0;
}
input.form-input {
  border: 1px solid #e3e3e3;
  border-radius: 5px !important;
  background: #fff;
  height: 46px;
  padding: 0 15px;
  font-size: 1em;
  font-family: "Sofia", sans-serif;
}
input.form-input::-webkit-input-placeholder {
  font-family: "Sofia", sans-serif;
}
input.form-input:-ms-input-placeholder {
  font-family: "Sofia", sans-serif;
}
input.form-input::-moz-placeholder {
  font-family: "Sofia", sans-serif;
}
input.form-input::-ms-input-placeholder {
  font-family: "Sofia", sans-serif;
}
input.form-input::placeholder {
  font-family: "Sofia", sans-serif;
}
input.form-input.error {
  border-color: #FF0340;
}
div.error {
  display: none !important;
}
.comment-body {
  width: calc(100% - 120px);
}
@media all and (max-width: 568px) {
  .comment-body {
    width: 100%;
  }
}
#proxy-chooser {
  margin-bottom: 120px;
  padding-top: 130px;
  margin-top: -130px;
}
@media all and (max-width: 1300px) {
  #proxy-chooser {
    margin-bottom: 90px;
  }
}
@media all and (max-width: 568px) {
  #proxy-chooser .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-wrap {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  padding: 70px 0 30px 0;
}
@media all and (max-width: 1200px) {
  .form-wrap {
    padding-top: 50px;
  }
}
.form-wrap form {
  padding-bottom: 50px;
}
@media all and (max-width: 1200px) {
  .form-wrap form {
    padding-bottom: 30px;
  }
}
.form-wrap .filter {
  max-width: 1155px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
}
.filter-section--start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media all and (max-width: 1023px) {
  .filter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
  }
  .filter-section .filter-wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .filter-section .filter-wrap:last-child {
    margin-bottom: 0;
  }
  .filter-section .filter-wrap .btn {
    float: right;
    margin-top: 10px;
  }
}
.filter-wrap__radio {
  background: #f7f5f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
@media all and (max-width: 1023px) {
  .filter-wrap__radio {
    width: 100%;
  }
}
.filter__checkbox,
.filter__radio {
  position: relative;
}
.filter__checkbox input,
.filter__radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
}
.filter__checkbox label,
.filter__radio label {
  font-size: 0.777em;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
.filter__radio {
  position: relative;
  width: 160px;
  border-right: 1px solid #e3e3e3;
  padding: 0px 10px;
}
@media all and (max-width: 1200px) {
  .filter__radio {
    width: 140px;
  }
}
@media all and (max-width: 1023px) {
  .filter__radio {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.filter__radio:last-child {
  border-right: 0;
}
.filter__radio input:checked + label::after {
  opacity: 1;
}
.filter__radio label {
  padding-top: 14px;
  padding-bottom: 11px;
}
.filter__radio label::before,
.filter__radio label::after {
  content: "";
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filter__radio label::before {
  border: 1px solid #e3e3e3;
}
.filter__radio label::after {
  border: 4px solid #FF0340;
  opacity: 0;
}
.nice-select {
  position: relative;
}
@media all and (max-width: 1023px) {
  .nice-select {
    width: 100%;
  }
}
.nice-select .current {
  background: #f7f5f0;
  border-radius: 30px;
  display: inline-block;
  width: 240px;
  padding: 14px 15px 11px 15px;
  line-height: 1;
  font-size: 0.777em;
  font-weight: 700;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 1200px) {
  .nice-select .current {
    width: 210px;
  }
}
@media all and (max-width: 1023px) {
  .nice-select .current {
    width: 100%;
  }
}
.nice-select .current::before {
  content: "\0041";
  font-family: "Glyphter";
  width: 10px;
  position: absolute;
  height: 10px;
  right: 15px;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: #402302;
  font-size: 0.7em;
  line-height: 10px;
}
.nice-select .list {
  padding: 20px 25px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  z-index: 10;
  display: none;
}
.nice-select .list:hover {
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.2);
}
.nice-select .list li {
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.nice-select .list li:hover {
  color: #FF0340;
}
.nice-select.open .current {
  border-radius: 17px 17px 0 0;
}
.nice-select.open .current::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.nice-select.open .list {
  display: block;
}
.filter-wrap__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 38px;
}
@media all and (max-width: 1023px) {
  .filter-wrap__checkbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.filter__checkbox {
  margin-right: 20px;
}
.filter__checkbox:last-child {
  margin-right: 0;
}
.filter__checkbox label::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
  background: #f7f5f0;
  border-radius: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter__checkbox label::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icons/checked.svg") center center no-repeat;
  position: absolute;
  top: 44%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.filter__checkbox input:checked + label::before {
  background: #FF0340;
}
.filter__checkbox input:checked + label::after {
  opacity: 1;
}
.filter-wrap--slider {
  width: 400px;
}
@media all and (max-width: 1200px) {
  .filter-wrap--slider {
    width: 350px;
  }
}
.filter-wrap--use-case {
  width: 475px;
}
@media all and (max-width: 1200px) {
  .filter-wrap--use-case {
    width: 42%;
  }
}
@media all and (max-width: 1023px) {
  .filter-wrap--use-case {
    width: 100%;
  }
}
#response {
  padding: 0 50px;
}
@media all and (max-width: 1300px) {
  #response {
    padding: 0 30px;
  }
}
@media all and (max-width: 568px) {
  #response {
    padding: 0 20px;
  }
}
.filter__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative;
}
.filter__label {
  font-size: 0.777em;
}
.result-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fafafa;
  height: 95px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  counter-increment: counterResult;
}
.result-list__item .result-list__box:first-child h2::before {
  content: none;
  color: #b1b1b1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
@media all and (max-width: 850px) {
  .result-list__item {
    height: auto;
    padding: 10px 0;
  }
}
.result-list__box {
  font-size: 0.77em;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media all and (max-width: 850px) {
  .result-list__box {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 33.33%;
    padding: 9px 15px;
  }
}
@media all and (max-width: 568px) {
  .result-list__box {
    width: 100%;
    padding: 5px 15px;
  }
  .result-list__box .btn {
    margin-top: 10px;
  }
}
.result-list__box span {
  display: block;
  line-height: 1.14em;
}
.result-list__box:first-child {
  padding-left: 30px;
}
@media all and (max-width: 1300px) {
  .result-list__box:first-child {
    padding-left: 15px;
  }
}
.result-list__box:last-child {
  padding-right: 30px;
  text-align: right;
}
@media all and (max-width: 1300px) {
  .result-list__box:last-child {
    padding-right: 15px;
  }
}
.result-list__box h2 {
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
  color: #495aa8;
  position: relative;
}
.result-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
@media all and (max-width: 850px) {
  .result-list__header {
    display: none;
  }
}
.result-list__header .result-list__box {
  font-weight: 400;
}
.result-list__label {
  display: none;
  color: #b1b1b1;
}
@media all and (max-width: 850px) {
  .result-list__label {
    display: block;
  }
}
#about-author {
  margin-top: 30px;
}
.about-author__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  box-shadow: 0px 10px 10px rgba(64, 35, 2, 0.1);
  padding: 30px;
  margin: 20px 0;
}
@media all and (max-width: 568px) {
  .about-author__item {
    padding: 20px;
  }
}
.about-author__avatar {
  width: 120px;
}
.about-author__avatar img {
  width: 90px;
  display: block;
}
.about-author__text {
  width: calc(100% - 130px);
}
@media all and (max-width: 568px) {
  .about-author__text {
    width: 100%;
    margin-top: 15px;
  }
}
#archive-intro h1 {
  margin-bottom: 40px;
}
#archive-intro .text-box a {
  color: black;
  font-weight: bold;
}
#archive-list.archive-list--news .archive-list__block {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  min-height: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 550px) {
  #archive-list.archive-list--news .archive-list__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#archive-list.archive-list--news .archive-list__image {
  width: 30%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 550px) {
  #archive-list.archive-list--news .archive-list__image {
    position: relative;
    height: 190px;
    width: 100%;
    background-size: contain;
  }
}
#archive-list.archive-list--news .archive-list__wrap {
  margin-left: calc(30% + 40px);
  width: 55%;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 550px) {
  #archive-list.archive-list--news .archive-list__wrap {
    margin-left: 0;
    width: 100%;
    padding: 25px;
  }
}
#archive-list.archive-list--news .archive-list__wrap .author {
  margin-top: 10px;
}
#archive-list.archive-list--news .archive-list__title {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
}
#archive-list.archive-list--news .archive-list__short {
  font-size: 1em;
  margin-top: 5px;
}
#archive-list.archive-list--news .archive-list__date {
  color: #b1b1b1;
  margin-bottom: 10px;
  display: block;
}
.archive-categories,
.code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .archive-categories,
  .code {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.archive-categories span,
.code span {
  text-align: center;
  font-weight: bold;
  margin-right: 15px;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0;
  color: #231f20;
}
.archive-categories__list,
.code__list {
  background: #fff;
  border-radius: 30px;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .archive-categories__list,
  .code__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-radius: 18px;
  }
}
.archive-categories__list a,
.archive-categories__list span,
.code__list a,
.code__list span {
  min-width: 100px;
  padding: 0 10px;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  color: #495aa8;
  text-align: center;
  border-radius: 30px;
  text-decoration: none !important;
}
@media (max-width: 850px) {
  .archive-categories__list a,
  .archive-categories__list span,
  .code__list a,
  .code__list span {
    width: 100%;
  }
}
.archive-categories__list a.current,
.archive-categories__list span.current,
.code__list a.current,
.code__list span.current {
  color: #231f20;
  background: #f7f5f0;
}
article.inner-article .grid .heading {
  margin-top: 90px;
}
article.inner-article .grid .heading > h1 {
  font-size: 60px;
  line-height: 1.2em;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  article.inner-article .grid .heading > h1 {
    font-size: 3em;
  }
}
@media (max-width: 568px) {
  article.inner-article .grid .heading > h1 {
    font-size: 2.6em;
    line-height: 1.1em;
  }
}
article.inner-article .grid .heading .short-desc {
  font-size: 24px;
  line-height: 52px;
}
@media (max-width: 568px) {
  article.inner-article .grid .heading .short-desc {
    line-height: 32px;
  }
}
article.inner-article .grid .heading .article-info {
  border-top: 1px dashed #b1b1b1;
  border-bottom: 1px dashed #b1b1b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  padding: 17px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  article.inner-article .grid .heading .article-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
article.inner-article .grid .heading .article-info .summary-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article.inner-article
  .grid
  .heading
  .article-info
  .summary-rating
  .proxy-list__star {
  margin-left: 15px;
  font-size: 21px;
}
article.inner-article .grid .heading .article-info .summary {
  margin-right: 65px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 568px) {
  article.inner-article .grid .heading .article-info .summary {
    margin-bottom: 20px;
  }
}
article.inner-article .grid .heading .article-info .summary .author {
  font-weight: bold;
}
article.inner-article .grid .heading .article-info .category {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 568px) {
  article.inner-article .grid .heading .article-info .category {
    margin-bottom: 20px;
  }
}
article.inner-article .grid .heading .article-info .category .label {
  font-weight: bold;
}
article.inner-article .grid .heading .article-info .category a {
  color: #495aa8;
  text-decoration: none;
}
article.inner-article .grid .heading .article-info .social-media {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article.inner-article .grid .heading .article-info .social-media .btn {
  font-size: 14px;
  padding: 6px 18px;
}
article.inner-article .grid .heading .article-info .social-media .label {
  margin-right: 20px;
  font-weight: bold;
  font-size: 21px;
}
@media (max-width: 568px) {
  article.inner-article .grid .heading .article-info .social-media {
    margin-left: unset;
  }
}
article.inner-article
  .grid
  .heading
  .article-info
  .social-media
  a:not(:last-child) {
  margin-right: 35px;
}
article.inner-article .grid .article-content {
  margin: 47px 0 40px;
}
article.inner-article .grid .article-content .first-paragraph {
  margin-bottom: 40px;
  font-size: 23.94px;
}
article.inner-article .grid .article-content .img-box img {
  border-radius: 10px;
}
article.inner-article .grid .provider {
  border-top: 1px dashed #b1b1b1;
  border-bottom: 1px dashed #b1b1b1;
  padding: 25px 0;
}
article.inner-article .grid .provider .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  article.inner-article .grid .provider .wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
article.inner-article .grid .provider .wrapper .provider-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}
@media (max-width: 568px) {
  article.inner-article .grid .provider .wrapper .provider-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
article.inner-article .grid .provider .wrapper .provider-logo img {
  width: 100%;
  height: auto;
  max-height: 55px;
}
article.inner-article .grid .provider .wrapper .right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - calc(100% / 3));
  flex: 0 0 calc(100% - calc(100% / 3));
  max-width: calc(100% - calc(100% / 3));
  padding: 0 30px;
}
@media (max-width: 568px) {
  article.inner-article .grid .provider .wrapper .right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
article.inner-article .grid .provider .wrapper .right-side .provider-name {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: bold;
}
article.inner-article .grid .provider .wrapper .right-side .provider-name a {
  color: black;
  text-decoration: none;
}
article.inner-article .grid .provider .wrapper .right-side .provider-text {
  font-size: 18px;
  line-height: 30px;
}
article.inner-article .grid .provider .wrapper .right-side .more {
  margin-top: 20px;
}
article.inner-article .grid .provider .wrapper .right-side .more a {
  color: black;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
article.inner-article .grid .provider .wrapper .right-side .more a:hover {
  color: rgba(0, 0, 0, 0.7);
}
article.inner-article .grid .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px dashed #b1b1b1;
}
article.inner-article .grid .tags .label {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-right: 40px;
}
article.inner-article .grid .tags .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.inner-article .grid .tags .value a {
  color: #495aa8;
  font-size: 18px;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
}
article.inner-article .grid .tags .value a:not(:last-child) {
  margin-right: 30px;
}
.rate-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  display: none;
}
.rate-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rate-modal .h2 {
  color: #231f20;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 31px;
}
@media (max-width: 568px) {
  .rate-modal .h2 {
    font-size: 24px;
  }
}
.rate-modal label {
  font-size: 14px;
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  padding-bottom: 6px;
  color: #231f20;
}
.rate-modal label .right {
  float: right;
}
.rate-modal label.checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.rate-modal label.checkbox input:checked ~ .check-label:before {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='512' height='512'><path d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z' fill='%23fff'/></svg>")
    no-repeat 50% 50% #FF0340;
  background-size: 10px auto;
}
.rate-modal label.checkbox .check-label {
  padding-left: 28px;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.rate-modal label.checkbox .check-label:before {
  content: "";
  background: #b1b1b1;
  border-radius: 4px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.rate-modal label.checkbox .check-label a {
  color: #495aa8;
  text-decoration: underline;
}
.rate-modal label.checkbox .check-label a:hover {
  text-decoration: none;
}
.rate-modal .slider-wrap {
  margin-bottom: 36px;
}
.rate-modal textarea,
.rate-modal input {
  padding: 10px;
  -webkit-box-shadow: 0px 1px 1px #00000029;
  box-shadow: 0px 1px 1px #00000029;
  border: 1px solid #e3e3e3;
  border-radius: 30px !important;
  margin: 0 0 17px;
  font-size: 14px;
  width: 100%;
  resize: none;
  font-family: "Sofia", sans-serif;
  display: block;
  height: 36px;
}
.rate-modal textarea {
  min-height: 88px;
  border-radius: 10px !important;
}
.rate-modal .set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  .rate-modal .set {
    display: block;
  }
  .rate-modal .set .btn {
    margin-top: 20px;
  }
}
.rate-modal .box {
  background: #fff;
  width: 500px;
  margin: auto;
  -webkit-box-shadow: 0px 10px 10px #4023020d;
  box-shadow: 0px 10px 10px #4023020d;
  border: 1px dashed #b1b1b1;
  border-radius: 20px;
  padding: 36px 48px;
  opacity: 1;
  max-width: 100%;
  position: relative;
}
@media (max-width: 568px) {
  .rate-modal .box {
    padding: 18px 28px;
  }
}
.rate-modal .box .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  padding: 20px;
}
.rate-modal .box .close svg {
  width: 14px;
  fill: #b1b1b1;
  height: 14px;
}
.rate-modal .box .btn {
  background: #231f20;
  color: #fff;
  font-size: 14px;
  height: 41px;
}
.rate-modal .box .btn:hover {
  background: #FF0340;
}
.contact-wrapper .artcile__title {
  text-align: center;
  font-size: 60px;
  line-height: 94px;
  margin-bottom: 0;
}
.contact-wrapper .under__title {
  margin-top: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 38px;
}
.contact-wrapper .under__title span {
  color: #FF0340;
}
.contact-wrapper .contact-form form.invalid .wpcf7-response-output {
  display: none !important;
}
.contact-wrapper .contact-form form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: white;
  font-size: 14px;
  border-radius: 5px;
  padding: 12px 20px;
}
.contact-wrapper .contact-form form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-wrapper .contact-form form .form-row.textarea-row {
  display: block;
  margin-top: 50px;
}
.contact-wrapper .contact-form form .form-row.textarea-row label {
  display: block;
  text-align: center;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: 100%;
}
.contact-wrapper .contact-form form .form-row label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  padding-right: 10px;
}
.contact-wrapper .contact-form form .form-row label span {
  color: #FF0340;
}
.contact-wrapper .contact-form form .form-row:not(:last-child) {
  margin-bottom: 25px;
}
.contact-wrapper .contact-form form .form-row textarea {
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #e3e3e3;
  height: 200px;
  resize: none;
  padding: 15px;
}
.contact-wrapper .contact-form form .form-row .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact-wrapper .contact-form form .form-row .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}
.contact-wrapper .contact-form form .form-row input {
  border: 1px solid #e3e3e3;
  border-radius: 5px !important;
  background: #fff;
  height: 46px;
  padding: 0 15px;
  font-size: 1em;
  font-family: "Sofia", sans-serif;
  width: 100%;
}
.contact-wrapper .contact-form form .form-row input.wpcf7-not-valid {
  border-color: #FF0340;
}
.contact-wrapper .contact-form form .form-row input::-webkit-input-placeholder {
  font-family: "Sofia", sans-serif;
}
.contact-wrapper .contact-form form .form-row input:-ms-input-placeholder {
  font-family: "Sofia", sans-serif;
}
.contact-wrapper .contact-form form .form-row input::-moz-placeholder {
  font-family: "Sofia", sans-serif;
}
.contact-wrapper .contact-form form .form-row input::-ms-input-placeholder {
  font-family: "Sofia", sans-serif;
}
.contact-wrapper .contact-form form .form-row input::placeholder {
  font-family: "Sofia", sans-serif;
}
.contact-wrapper .contact-form form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-wrapper .contact-form form .form-submit .ajax-loader {
  display: none;
}
.archive-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.777em;
  margin-top: 40px;
}
.archive-list__tags--block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 15px;
}
.tags__label {
  margin-right: 15px;
  font-weight: 700;
}
.archive-list__tags--block .tags__label {
  margin-bottom: 25px;
}
.tags__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tags__value .tag {
  color: #495aa8;
  padding: 1px 24px;
  background: #f7f5f0;
  border-radius: 40px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 10px;
}
.tags__value .tag:hover {
  background: #495aa8;
  color: #fff;
}
.archive-list__tags--block .tags__value .tag {
  margin-bottom: 10px;
}
.tags__value .tag--white {
  background: #fff;
}
.tags__value .tag--bordered {
  border: 2px solid #495aa8;
  border-transition: all 0.2s ease;
  border-background: transparent;
  border-hover-background: #495aa8;
}
.snippet-box {
  width: 100%;
  margin-top: 25px;
}
.snippet-box .pre-code {
  padding: 23px 20px;
  border-radius: 10px;
  background: #231f20;
  color: #fff;
  display: none;
}
@media all and (max-width: 850px) {
  .snippet-box .pre-code {
    padding: 20px 15px;
  }
}
.snippet-box .pre-code.current,
.snippet-box .pre-code .single {
  display: block;
}
.snippet-box code {
  width: 100%;
  display: block;
  white-space: pre-wrap;
  font-family: "Sofia", sans-serif;
  font-size: 0.77em;
}
@media all and (max-width: 850px) {
  .snippet-box .code__list {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .snippet-box .code__list a {
    width: auto;
  }
  .snippet-box .code__list--full-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .snippet-box .code__list--full-mobile a {
    width: 100%;
  }
}
.snippet-box--tabs {
  font-family: "Sofia", sans-serif;
  font-size: 0.77em;
}
.snippet-box--tabs .pre-code {
  background: #fff;
  color: #000;
}
.snippet-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.proxy-page-article {
  margin-top: 100px;
}
@media all and (max-width: 568px) {
  .proxy-page-article {
    margin-top: 40px;
  }
}
.proxy-page-article .text-box h1,
.proxy-page-article .text-box h2,
.proxy-page-article .text-box h3,
.proxy-page-article .text-box h4 {
  font-weight: 700;
}
#page-not-found .grid {
  max-width: 500px;
}
#page-not-found h1 {
  margin-top: 50px;
}
