.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  -o-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  -o-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  -o-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  -o-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-o-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}

.icv__icv--vertical {
  cursor: row-resize;
}

.icv__icv--horizontal {
  cursor: col-resize;
}

.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}

.icv__is--fluid .icv__img {
  display: none;
}

.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}

.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}

.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}

.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}

.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}

.icv__fluidwrapper {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icv__control {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}

.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}

.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}

.icv__icv--vertical .icv__control-line {
  width: 50%;
}

.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}

.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icv__arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  -moz-transform: scale(1.5) rotateZ(180deg);
  -ms-transform: scale(1.5) rotate(180deg);
  -o-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}

.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  -moz-transform: scale(1.5) rotateZ(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  -o-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}

.icv__circle {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}

.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}

.icv__label.on-hover {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  -o-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  -moz-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}

.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.icv__label-before {
  left: 1rem;
}

.icv__label-after {
  right: 1rem;
}

.icv__label-before.vertical {
  top: 1rem;
}

.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}

.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-20, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-sm-20, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-md-20, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-lg-20, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto, .col-xl-20, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xl,
  .col-xxl-auto .col-xxl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

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

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

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

@media (min-width: 1460px) {
  .container {
    max-width: 1430px;
  }
}

@media (min-width: 1660px) {
  .container {
    max-width: 1600px;
  }
}

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  -webkit-flex: 0 0 8.333333%;
  -moz-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

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

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  -webkit-flex: 0 0 58.333333%;
  -moz-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

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

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  -webkit-flex: 0 0 83.333333%;
  -moz-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

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

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1460px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xxl-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Colors
 */
/**
 * Dimensions
 */
/**
/* Font weight variables
 */
/**
 * Font family
 */
/**
 * Border radius
 */
/**
 * Scale
 */
/**
 * Translate
 */
/**
 * Skew
 */
/**
 * Rotate
 */
/**
 * Transition
 */
/**
 * REM units
 */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 163, 0, 0.35);
  -moz-box-shadow: 0 0 0 0.25rem rgba(255, 163, 0, 0.35);
  box-shadow: 0 0 0 0.25rem rgba(255, 163, 0, 0.35);
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, figure, footer, header, hgroup, nav, section, img {
  display: block;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  overflow: visible;
}

em, i {
  font-weight: inherit;
}

/************************************************************************************
GENERAL
*************************************************************************************/
@font-face {
  font-family: 'NewhouseDTPro';
  src: url("../font/NewhouseDTPro-Black.woff2") format("woff2"), url("../font/NewhouseDTPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NewhouseDTPro';
  src: url("../font/NewhouseDTPro-Regular.woff2") format("woff2"), url("../font/NewhouseDTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/************************************************************************************
GENERAL
*************************************************************************************/
:root {
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

html {
  font-size: 1vw;
}

body {
  font-family: NewhouseDTPro,sans-serif;
  font-size: -webkit-calc(max(1rem, 15px));
  font-size: -moz-calc(max(1rem, 15px));
  font-size: calc(max(1rem, 15px));
  line-height: 1.8em;
  font-weight: 400;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body.modal-opened {
  overflow: hidden;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  text-decoration: none;
  color: #E42313;
}

h1, .h1 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: -webkit-calc(min(5.625rem, 90px));
  font-size: -moz-calc(min(5.625rem, 90px));
  font-size: calc(min(5.625rem, 90px));
  line-height: 1.22em;
  font-weight: 400;
  color: #000;
  margin: 0 0 1.875rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1.big, .h1.big {
  font-size: 5.875rem;
  line-height: 1.22em;
}

h2, .h2 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: 3.75rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.625rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3, .h3 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: 1.75rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.625rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3.medium, .h3.medium {
  font-size: 2.375rem;
}

h4, .h4 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: -webkit-calc(min(1.5625rem, 25px));
  font-size: -moz-calc(min(1.5625rem, 25px));
  font-size: calc(min(1.5625rem, 25px));
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.625rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h5, .h5 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: -webkit-calc(min(1.5625rem, 25px));
  font-size: -moz-calc(min(1.5625rem, 25px));
  font-size: calc(min(1.5625rem, 25px));
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.625rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h6, .h6 {
  font-family: NewhouseDTPro,sans-serif;
  font-size: -webkit-calc(min(1.5625rem, 25px));
  font-size: -moz-calc(min(1.5625rem, 25px));
  font-size: calc(min(1.5625rem, 25px));
  line-height: 1.3em;
  font-weight: 400;
  color: #000;
  margin: 0 0 0.625rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.suphead {
  font-size: -webkit-calc(max(0.875rem, 11px));
  font-size: -moz-calc(max(0.875rem, 11px));
  font-size: calc(max(0.875rem, 11px));
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.suphead:before {
  content: '/';
  color: #E42313;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

p {
  margin: 0 0 1.25rem 0;
}

address, cite {
  font-style: normal;
}

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

ul li {
  padding: 0 0 0 1.25rem;
  margin: 0 0 0.3125rem 0;
}

ul.unstyled li {
  padding: 0;
  background: none;
}

ol {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  counter-reset: counter;
  margin-left: 0;
}

ol li {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 20px;
  counter-increment: counter;
  position: relative;
}

ol li:before {
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1.25rem 0;
}

dt {
  font-weight: bold;
}

sup, sub {
  font-size: 60%;
  line-height: 0;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

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

.bold, b, strong {
  font-weight: 600;
}

.italic, i, em {
  font-style: italic;
}

.nowrap, .nobr {
  white-space: nowrap !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content {
  overflow: hidden;
}

.block {
  margin: 8.125rem 0;
  position: relative;
}

.block.alt {
  background: #e3e3e3;
}

.block.alt-2 {
  background: #000;
}

.block.alt-3 {
  background: #E42313;
}

.block.alt-4 {
  background: #3FAE2A1A;
}

.block.alpha {
  margin-top: 0;
}

.block.omega {
  margin-bottom: 0;
}

.block.narrow {
  margin: 3.75rem 0;
}

.block.alpha-narrow {
  margin-top: 3.75rem;
}

.block.omega-narrow {
  margin-bottom: 3.75rem;
}

.block.block-pt {
  padding-top: 8.125rem;
}

.block.block-pb {
  padding-bottom: 8.125rem;
}

.anchor {
  position: absolute;
  left: 0;
  top: 0;
}

.spacer {
  height: 5rem;
}

.spacer.huge {
  height: 10rem;
}

.spacer.big {
  height: 6.25rem;
}

.spacer.medium {
  height: 3.75rem;
}

.spacer.small {
  height: 2.5rem;
}

.divider {
  border-top: 1px solid #E6E6E6;
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-head h1, .section-head h2, .section-head h3 {
  margin-bottom: 0;
}

.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.intro {
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}

.intro.wide {
  max-width: 46.875rem;
}

.invert {
  color: #fff;
}

.invert .suphead {
  color: #fff;
}

.invert h2, .invert h3 {
  color: #fff;
}

.invert-light {
  color: rgba(255, 255, 255, 0.7);
}

.text-medium {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  line-height: 1.57em;
}

.text-medium p:last-child, .text-medium ul:last-child {
  margin-bottom: 0;
}

.text-big {
  font-size: 1.75rem;
  font-size: -webkit-calc(min(1.75rem, 28px));
  font-size: -moz-calc(min(1.75rem, 28px));
  font-size: calc(min(1.75rem, 28px));
  line-height: 1.4em;
}

.text-big p:last-child, .text-big ul:last-child {
  margin-bottom: 0;
}

.gmap-wrap {
  position: relative;
}

.gmap-wrap .gmap {
  height: 600px;
  background: #e3e3e3;
}

.gmap-wrap img {
  max-width: inherit !important;
}

/*================================= Various Content =================================*/
.last {
  margin-bottom: 0 !important;
}

.btn {
  font-size: -webkit-calc(min(1.25rem, 19px));
  font-size: -moz-calc(min(1.25rem, 19px));
  font-size: calc(min(1.25rem, 19px));
  font-family: NewhouseDTPro,sans-serif;
  line-height: 1.3em;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E42313;
  color: #fff;
  padding: 0 3.75rem;
  height: 3.75rem;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.btn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #000;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.btn.wide {
  padding: 0 3.75rem;
}

.btn.wider {
  padding: 0 6.25rem;
}

.btn.medium {
  height: 3.25rem;
}

.btn.small {
  font-size: -webkit-calc(min(1rem, 16px));
  font-size: -moz-calc(min(1rem, 16px));
  font-size: calc(min(1rem, 16px));
  height: -webkit-calc(min(3rem, 48px));
  height: -moz-calc(min(3rem, 48px));
  height: calc(min(3rem, 48px));
  padding: 0 2.1875rem;
}

.btn.alt {
  background: #fff;
  color: #000;
}

.btn.alt:after {
  background: #E42313;
}

.btn.alt:hover {
  color: #fff;
}

.btn.btn-green {
  background: #3FAE2A;
  color: #fff;
}

.btn.btn-green:after {
  background: #000;
}

.btn.btn-green:hover {
  color: #fff;
}

.btn.hover-white:after {
  background: #fff;
}

.btn.hover-white:hover {
  color: #000;
}

.btn.hover-black:after {
  background: #000;
}

.btn.hover-black:hover {
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn:hover:after {
  height: 100%;
}

.btn .txt {
  position: relative;
  z-index: 10;
}

.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

.icon-nowrap {
  display: inline;
  white-space: nowrap;
}

.icon-nowrap .icon {
  vertical-align: middle;
}

.icon-nowrap:before {
  content: '\FEFF';
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.btn {
  -webkit-appearance: none;
}

/************************************************************************************
ENTRY
*************************************************************************************/
.entry {
  margin: 0 0 2.5rem 0;
}

.entry h2, .entry h3 {
  margin-top: 3.125rem;
}

.entry h2:first-child, .entry h3:first-child {
  margin-top: 0;
}

.entry ul li {
  position: relative;
  padding-left: 3.125rem;
  margin-bottom: 0.9375rem;
}

.entry ul li:before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: .9em;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.375rem;
  flex: 0 0 0.375rem;
  height: 0.375rem;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #E42313;
}

.entry ul.check-list li:before {
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: .75em;
  background: url("../img/li-check.svg") center center no-repeat;
  -moz-background-size: contain;
  background-size: contain;
}

.entry ol li {
  position: relative;
  padding-left: 3.125rem;
  margin-bottom: 0.9375rem;
}

.entry ol li:before {
  position: absolute;
  left: 5px;
  top: 0;
  color: #E42313;
}

/************************************************************************************
TABLES
*************************************************************************************/
.entry table {
  width: 100%;
  margin: 0 0 1.875rem 0;
}

.entry table th {
  font-weight: normal;
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
  background: #e3e3e3;
  color: #000;
  text-align: left;
}

.entry table td {
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
}

table {
  width: 100%;
  margin-bottom: 3.125rem;
}

table td, table th {
  font-size: 1.0625rem;
  font-weight: 400;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #E6E6E6;
  text-align: center;
}

table th {
  color: #000;
  vertical-align: bottom;
  background: #F8F8F8;
}

table td {
  color: rgba(0, 0, 0, 0.6);
}

/************************************************************************************
FORMS
*************************************************************************************/
form.std label {
  font-size: -webkit-calc(min(1rem, 16px));
  font-size: -moz-calc(min(1rem, 16px));
  font-size: calc(min(1rem, 16px));
  line-height: 1.3em;
  color: #000;
  margin: 0 0 0.625rem 0;
  display: block;
}

form.std label.big {
  font-size: -webkit-calc(min(1.25rem, 20px));
  font-size: -moz-calc(min(1.25rem, 20px));
  font-size: calc(min(1.25rem, 20px));
}

form.std input.text {
  font-size: -webkit-calc(min(1.25rem, 20px));
  font-size: -moz-calc(min(1.25rem, 20px));
  font-size: calc(min(1.25rem, 20px));
  font-family: NewhouseDTPro,sans-serif;
  line-height: 1.3em;
  color: #000;
  width: 100%;
  border: 1px solid #B5B5B5;
  height: 3.75rem;
  padding: 0 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

form.std input.text:focus {
  border-color: #000;
  outline: 0;
}

form.std input.text.error {
  background: #fcf4f4;
  border-color: #be1e19;
}

form.std input.text.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std textarea {
  font-size: -webkit-calc(min(1.25rem, 20px));
  font-size: -moz-calc(min(1.25rem, 20px));
  font-size: calc(min(1.25rem, 20px));
  font-family: NewhouseDTPro,sans-serif;
  line-height: 1.3em;
  color: #000;
  resize: vertical;
  border: 1px solid #B5B5B5;
  padding: 1.25rem 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

form.std textarea.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std textarea:focus {
  border-color: #000;
  outline: 0;
}

form.std select {
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #000;
  width: 100%;
  padding: 0.125rem 1.25rem;
  cursor: pointer;
  background-image: url("../img/select.svg");
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form.std option {
  font-size: 1.0625rem;
  line-height: 1.3em;
  padding: 0.125rem 0.625rem;
}

form.std .cell {
  margin-bottom: 1.25rem;
  position: relative;
  text-align: left;
}

form.std .toggle {
  position: relative;
  padding: 0 0 0 1.875rem;
}

form.std .toggle label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

form.std .toggle input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.125rem;
}

form.std .radio, form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
}

form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/checker.svg") 0 0 no-repeat;
  background-color: #fff;
  background-position: 0 -1.125rem;
  -moz-background-size: 1.125rem;
  background-size: 1.125rem;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  border: none;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

form.std .checker input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

form.std .checker.active {
  background-position: 0 0;
}

form.std .checker.has-error {
  border-color: #be1e19;
}

form.std .custom-file-input {
  display: inline-block;
  text-align: right;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.875rem;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px dashed #B5B5B5;
}

form.std .custom-file-input input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
}

form.std .custom-file-input .txt {
  font-size: 1rem;
  font-weight: 400;
  color: #E42313;
  background: #fff;
  background-repeat: no-repeat;
  height: 3.75rem;
  line-height: 3.75rem;
  padding-right: 1.875rem;
  position: relative;
}

form.std .custom-file-input .txt:after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.25rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  background: url("../img/upload.svg") 0 0 no-repeat;
  -moz-background-size: 1.25rem 1.25rem;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.625rem;
}

form.form-map-filter label.big {
  margin-bottom: 1.25rem;
}

form.form-map-filter input.text {
  font-size: -webkit-calc(min(1.25rem, 20px));
  font-size: -moz-calc(min(1.25rem, 20px));
  font-size: calc(min(1.25rem, 20px));
  background: url("../img/target.svg") right center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  height: 3.4375rem;
}

form.form-map-filter .checker {
  background: url("../img/checker.svg") 0 0 no-repeat;
  background-color: transparent;
  background-position: 0 -1rem;
  -moz-background-size: 1rem;
  background-size: 1rem;
  border: 1px solid #fff;
}

form.form-map-filter .checker.active {
  background-position: 0 0;
  background-color: #fff;
}

form.form-map-filter .options .cell {
  margin-bottom: 0;
  margin-top: -webkit-calc(min(1.375rem, 22px));
  margin-top: -moz-calc(min(1.375rem, 22px));
  margin-top: calc(min(1.375rem, 22px));
}

form.form-search-mobile {
  margin-bottom: 1.875rem;
}

form.form-search-mobile input.text {
  border: 1px solid #fff;
  color: #fff;
  height: 55px;
  background: #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

form.form-search-mobile input.text::-webkit-input-placeholder {
  color: #fff;
}

form.form-search-mobile input.text:-moz-placeholder {
  color: #fff;
}

form.form-search-mobile input.text::-moz-placeholder {
  color: #fff;
}

form.form-search-mobile input.text:-ms-input-placeholder {
  color: #fff;
}

form.form-search-mobile input.text::-ms-input-placeholder {
  color: #fff;
}

form.form-search-mobile input.text::placeholder {
  color: #fff;
}

form.form-search-mobile button {
  position: absolute;
  right: 0;
  width: 55px;
  height: 55px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: none;
}

form.form-search-mobile button .icon {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  color: #fff;
}

form.form-search-mobile .cell {
  margin-bottom: 0;
}

form.form-search .cell {
  display: block;
  margin-bottom: 4.375rem;
}

form.form-search .cell .note {
  font-size: 1.1875rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 0.9375rem;
}

form.form-search input.text {
  font-size: 60px;
  height: 5.25rem;
  color: #000;
  border: none;
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 0;
}

form.form-search input.text::-webkit-input-placeholder {
  color: #000;
}

form.form-search input.text:-moz-placeholder {
  color: #000;
}

form.form-search input.text::-moz-placeholder {
  color: #000;
}

form.form-search input.text:-ms-input-placeholder {
  color: #000;
}

form.form-search input.text::-ms-input-placeholder {
  color: #000;
}

form.form-search input.text::placeholder {
  color: #000;
}

form.form-downloads {
  border: 1px solid #E6E6E6;
  border-top: 2px solid #E42313;
  background: #fff;
  padding: 3.125rem 2.5rem 3.125rem 2.5rem;
}

form.form-downloads label {
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 0 0.875rem;
  margin-left: 0.625rem;
  margin-bottom: 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 0.875rem;
}

form.form-downloads .cell {
  margin-bottom: 1.875rem;
}

form.form-downloads .checker {
  border: 1px solid #B5B5B5;
  width: 1.25rem;
  height: 1.25rem;
}

form.form-downloads .toggle {
  padding-left: 2.1875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

form.form-downloads .toggle label {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  top: 1px;
  padding: 0;
  margin: 0;
}

form.form-downloads .toggle label a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

form.form-downloads .toggle label a:hover {
  text-decoration: none;
}

form.form-downloads .btn-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
}

form.form-downloads .btn-set .btn {
  margin-left: 1.25rem;
}

form.form-contact {
  border: 1px solid #E6E6E6;
  border-top: 2px solid #E42313;
  background: #fff;
  padding: 3.125rem 2.5rem 3.125rem 2.5rem;
}

form.form-contact label {
  font-size: 0.875rem;
  line-height: 1.2em;
  padding: 0 0.875rem;
  margin-left: 0.625rem;
  margin-bottom: 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 10;
  top: 0.875rem;
}

form.form-contact input.text {
  border: 1px solid #B5B5B5;
  height: 3.75rem;
  padding: 0 1.25rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

form.form-contact input.text:focus {
  border-color: #000;
}

form.form-contact .cell {
  margin-bottom: 1.875rem;
}

form.form-contact .checker {
  border: 1px solid #B5B5B5;
  width: 1.25rem;
  height: 1.25rem;
}

form.form-contact .toggle {
  padding-left: 2.1875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

form.form-contact .toggle label {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  top: 1px;
  padding: 0;
  margin: 0;
}

form.form-contact .toggle label a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

form.form-contact .toggle label a:hover {
  text-decoration: none;
}

form.form-contact .btn-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
}

form.form-contact .btn-set .btn {
  margin-left: 1.25rem;
}

form.form-contact .message {
  display: none;
}

form.form-contact.sent .message {
  display: block;
  padding: 1.875rem 0;
}

form.form-contact.sent .message .section-head {
  margin-bottom: 1.875rem;
}

form.form-contact.sent .message .img {
  margin-bottom: 1.875rem;
  max-width: 5.875rem;
  margin-left: auto;
  margin-right: auto;
}

form.form-contact.sent .message .btn-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0;
}

form.form-contact.sent .cell-set, form.form-contact.sent .btn-set {
  display: none;
}

/************************************************************************************
TABS
*************************************************************************************/
.tabs {
  position: relative;
}

.tabs .tab-content .tab {
  width: 100%;
  display: none;
}

.tabs .tab-content .tab.selected {
  position: static !important;
  display: block;
}

/************************************************************************************
SIMPLE LIGHTBOX
*************************************************************************************/
html.slbActive {
  overflow: hidden;
}

.slbArrow {
  font-size: 15px;
}

.slbArrow.prev {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.prev:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -6px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.prev:hover {
  opacity: 1;
  background: #000;
}

.slbArrow.prev:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slbArrow.next {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.next:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbArrow.next:hover {
  opacity: 1;
  background: #000;
}

.slbArrow.next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slbCloseBtn {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: peachy-keen-jf,sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  right: 0;
  top: 0;
  position: fixed;
  font-size: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.slbCloseBtn:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.slbCloseBtn:hover:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slbCloseBtn:hover:before {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slbImage {
  padding: 0.9375rem 0;
}

.slbImageWrap:after {
  content: none;
}

.slbCaption {
  font-size: 1rem;
  position: static;
  overflow: visible;
  white-space: normal;
  padding-top: 0;
}

/************************************************************************************
MODAL
*************************************************************************************/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #E5E5E5C7;
  overflow: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(43px);
  backdrop-filter: blur(43px);
}

.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-content {
  padding: 1.875rem 2.5rem;
  background: #fff;
}

.modal .modal-box {
  font-size: 1.125rem;
  width: 100%;
  line-height: 1.5em;
  margin: auto;
  position: relative;
}

.modal .modal-box .modal-close {
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  text-decoration: none;
  width: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E42313;
  cursor: pointer;
}

.modal .modal-box .modal-close .icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.modal .modal-box .modal-close:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal .modal-box.modal-colors {
  width: 100%;
}

.modal .modal-box.modal-colors .section-head {
  margin-bottom: 0.9375rem;
}

.modal .modal-box.modal-colors .section-head .suphead {
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal .modal-box.modal-colors .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1.5625rem;
}

.modal .modal-box-wrap {
  width: 100%;
  padding: 3.125rem 0 3.125rem 0;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-animation-name: animateTop;
  -moz-animation-name: animateTop;
  -o-animation-name: animateTop;
  animation-name: animateTop;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  animation-duration: .4s;
}

.modal .scroll-txt {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.modal .scroll-txt .icon {
  width: 0.875rem;
  height: 0.875rem;
  color: #E42313;
  margin-left: 0.625rem;
}

@-webkit-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-moz-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-o-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/************************************************************************************
GLIDE
*************************************************************************************/
.glide__slides {
  margin: 0;
}

.glide__slide {
  margin: 0;
  padding: 0 !important;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  height: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.glide__slide:before {
  content: none !important;
}

.glide-nav {
  margin-top: 0;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.glide-nav .glide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.glide-nav .glide__arrow--left {
  width: 3.625rem;
  height: 3.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  background: #eee;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.glide-nav .glide__arrow--left .icon {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.75rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
}

.glide-nav .glide__arrow--left:hover {
  background: #E42313;
  color: #fff;
}

.glide-nav .glide__arrow--right {
  width: 3.625rem;
  height: 3.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  margin-left: 10px;
  background: #eee;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.glide-nav .glide__arrow--right .icon {
  width: 0.75rem;
  height: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.75rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.75rem;
  flex: 0 0 0.75rem;
}

.glide-nav .glide__arrow--right:hover {
  background: #E42313;
  color: #fff;
}

.glide-nav.hidden {
  display: none;
}

.glide-nav.invert .prev {
  background: none;
  border: 1px solid #FFFFFF66;
  color: #fff;
}

.glide-nav.invert .prev:hover {
  background: #E42313;
  border-color: #E42313;
}

.glide-nav.invert .next {
  background: none;
  border: 1px solid #FFFFFF66;
  color: #fff;
}

.glide-nav.invert .next:hover {
  background: #E42313;
  border-color: #E42313;
}

.glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.glide__bullets .glide__bullet {
  background: #a9e5da;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0 7px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.glide__bullets .glide__bullet.glide__bullet--active, .glide__bullets .glide__bullet:hover {
  background: #ea4650;
}

.history-slider {
  position: relative;
}

.history-slider .glide__slides {
  overflow: visible !important;
}

.history-slider .glide__track {
  overflow: visible !important;
}

.history-slider .glide__slide:first-child .head {
  padding-left: 0;
}

.history-slider .glide__slide .head {
  padding-left: 2.8125rem;
}

.history-slider .glide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certificates-slider {
  position: relative;
}

.certificates-slider .glide-nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.logos-slider {
  position: relative;
}

.logos-slider .glide__slides {
  overflow: visible !important;
}

.logos-slider .glide__track {
  overflow: visible !important;
}

.persons-slider {
  position: relative;
}

.persons-slider .glide__slides {
  overflow: visible !important;
}

.persons-slider .glide__track {
  overflow: visible !important;
}

.tabs-gallery-slider .glide-nav {
  position: absolute;
  right: 60px;
  top: 50%;
  max-width: 8.625rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 20;
}

.tabs-gallery-slider .glide-nav ul {
  margin-bottom: 0;
}

.tabs-gallery-slider .glide-nav ul li {
  padding: 0;
  margin-bottom: 0.875rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.tabs-gallery-slider .glide-nav ul li:last-child {
  margin-bottom: 0;
}

.tabs-gallery-slider .glide-nav ul li.glide__bullet--active {
  border-color: #E42313;
}

.tabs-gallery-slider .glide-nav .prev, .tabs-gallery-slider .glide-nav .next {
  display: none;
}

.photo-slider .glide__slides {
  overflow: visible !important;
}

.photo-slider .glide__track {
  overflow: visible !important;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 120;
  background: transparent;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.header .inner {
  height: 8.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.header .header-r .search-trig {
  margin: 0 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.25rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.header .header-r .search-trig:hover {
  color: #E42313;
}

.header .header-r .btn {
  margin: 0 0.625rem;
}

.header .logo {
  max-width: 8.6875rem;
}

.header .lng-nav {
  position: relative;
  z-index: 2001;
  display: none;
}

.header .h_1 {
  position: relative;
  z-index: 30;
}

.header .h_2 {
  position: relative;
}

.header.alt {
  color: #fff;
}

.header.alt .main-nav > ul > li > a {
  color: #fff;
}

.header.alt .main-nav > ul > li > a:hover {
  color: #E42313;
}

.header.alt .main-nav > ul > li:hover > a {
  color: #E42313;
}

.main-nav {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 -0.875rem;
}

.main-nav > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0.875rem;
  margin: 0;
  position: relative;
}

.main-nav > ul > li:hover > a {
  color: #E42313;
}

.main-nav > ul > li > a {
  font-size: -webkit-calc(min(1.25vw, 19px));
  font-size: -moz-calc(min(1.25vw, 19px));
  font-size: calc(min(1.25vw, 19px));
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.main-nav > ul > li > a:hover {
  color: #E42313;
}

.main-nav > ul > li > a.drop {
  position: relative;
  padding-right: 15px;
}

.main-nav > ul > li > a.drop:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url("../img/drop.svg") center center no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
}

.main-nav > ul > li:hover ul {
  display: block;
  -webkit-animation: showDropdown .4s;
  -moz-animation: showDropdown .4s;
  -o-animation: showDropdown .4s;
  animation: showDropdown .4s;
}

.main-nav > ul > li ul {
  position: absolute;
  left: 50%;
  top: 6.375rem;
  margin: 0;
  display: none;
  width: 310px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  padding: 1.875rem 1.875rem 1.5625rem 1.875rem;
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.main-nav > ul > li ul li {
  padding: 0;
  line-height: 1.55em;
}

.main-nav > ul > li ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.main-nav > ul > li ul li a:hover {
  color: #E42313;
}

.main-nav > ul > li ul li:last-child {
  margin-bottom: 0;
}

.main-nav > ul > li ul .head {
  margin-top: -1.875rem;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.main-nav > ul > li ul .head .txt {
  display: block;
  position: relative;
  padding-right: 1.25rem;
}

.main-nav > ul > li ul .head .txt:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  margin-top: -0.28125rem;
  background: url("../img/caret.svg") center center no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
}

.main-nav > ul > li ul .head a {
  font-size: 19px;
  line-height: 1.25em;
  width: 100%;
  padding: 1.25rem 1.875rem;
  border-bottom: 1px solid #E6E6E6;
  display: block;
  color: #000;
}

.main-nav > ul > li ul .head a:hover {
  color: #E42313;
}

.teaser-hp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
  min-height: 45vw;
  padding-top: 8.5rem;
}

.teaser-hp .teaser-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.teaser-hp .teaser-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: -100%;
  padding-left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.teaser-hp .teaser-content {
  max-width: 50%;
  padding-bottom: 2.5rem;
}

.teaser-hp h1, .teaser-hp .h1 {
  max-width: 900px;
}

.teaser-hp h1:last-child, .teaser-hp .h1:last-child {
  margin-bottom: 0;
}

.teaser-alt .teaser-content {
  padding-top: 17rem;
  padding-bottom: 3.125rem;
}

.teaser-alt .teaser-content.omega {
  padding-bottom: 0;
}

.teaser-alt h1:last-child, .teaser-alt .h1:last-child {
  margin-bottom: 0;
}

.teaser-alt .btn-set {
  margin-bottom: 2.5rem;
}

.teaser-alt .back-to {
  margin-top: -3rem;
}

.teaser-alt-2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.teaser-alt-2 .teaser-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #fff;
  height: 100vh;
  min-height: 650px;
  z-index: 10;
}

.teaser-alt-2 .teaser-text h1, .teaser-alt-2 .teaser-text h2, .teaser-alt-2 .teaser-text h3 {
  color: #fff;
}

.teaser-alt-2 .teaser-text a {
  color: #fff;
}

.teaser-alt-2 .teaser-text a:hover {
  color: #E42313;
}

.teaser-alt-2 .teaser-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: -100%;
}

.teaser-alt-2 .teaser-img .frame {
  height: 100vh;
  min-height: 650px;
  overflow: hidden;
}

.teaser-alt-2 .teaser-img .img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -50%;
}

.teaser-alt-2 .teaser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-alt-2 .teaser-content {
  padding-bottom: 6.25rem;
}

.teaser-alt-2 h1 {
  margin-bottom: 0;
}

.lng-nav {
  padding-right: 15px;
  position: relative;
  z-index: 10;
}

.lng-nav .current {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.lng-nav .current:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url("../img/drop.svg") center center no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
}

.lng-nav ul {
  display: none;
}

.lng-nav.active ul {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  margin: 0;
}

.lng-nav.active ul li {
  padding: 0;
  margin-top: 5px;
  cursor: pointer;
}

.main-dropdown {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #EBEBEB;
  padding: 1.25rem 0;
  display: none;
}

.main-dropdown .head {
  font-family: Recoleta,sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1.875rem;
}

.main-dropdown .nav-inner {
  margin: 1.875rem 0;
}

.main-dropdown .nav-inner ul li {
  padding: 0;
  margin-bottom: 7px;
}

.main-dropdown.active {
  display: block;
}

.nav-btn-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0.625rem;
  cursor: pointer;
  position: relative;
  z-index: 2001;
}

.nav-btn-wrap .txt {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.nav-btn-wrap:hover .txt {
  color: #E42313;
}

.nav-btn {
  vertical-align: top;
  width: 10px;
  height: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn .lines {
  width: 100%;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.nav-btn .line-1,
.nav-btn .line-2,
.nav-btn .line-3 {
  display: block;
  width: 100%;
  height: 2px;
  background: #E42313;
  position: absolute;
  left: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: 0.28571rem center;
  -ms-transform-origin: 0.28571rem center;
  -o-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.nav-btn .line-1 {
  top: 0;
  -webkit-transition: opacity 0.1s 0.1s ease;
  -o-transition: opacity 0.1s 0.1s ease;
  -moz-transition: opacity 0.1s 0.1s ease;
  transition: opacity 0.1s 0.1s ease;
  display: none;
}

.nav-btn .line-2 {
  top: 2px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

.nav-btn .line-3 {
  top: -2px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -o-transition: top 0.1s 0.1s ease, -o-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

.nav-btn.active .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}

.nav-btn.active .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

.nav-btn.active .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

.mobile-nav {
  background: #000;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  margin-right: -10px;
  padding: 0 15px;
  padding-bottom: 3.125rem;
  padding-top: 5.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mobile-nav .heading .inner {
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav .primary-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav .primary-nav ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav .primary-nav ul li a {
  font-size: 19px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav .primary-nav ul li a .icon {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  margin-right: 10px;
  color: #E42313;
}

.mobile-nav .secondary-nav {
  margin-top: 30px;
}

.mobile-nav .secondary-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav .secondary-nav ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.mobile-nav .secondary-nav ul li a {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav .btn-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

.mobile-nav .btn-set .col-6 {
  padding: 0 6px;
}

.mobile-nav .btn-set .btn {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 48px;
}

.mobile-nav .btn {
  font-size: 16px;
}

.mobile-nav-sub {
  background: #000;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 120;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  margin-right: -10px;
  padding: 0 15px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.mobile-nav-sub .heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-sub .heading .inner {
  height: 5.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-sub .heading .head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-sub .heading .back-to .link {
  font-size: 19px;
  margin-bottom: 0;
}

.mobile-nav-sub .heading .back-to .link:before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
}

.mobile-nav-sub .primary-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav-sub .primary-nav ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav-sub .primary-nav ul li a {
  font-size: 19px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav-sub .primary-nav ul li a .icon {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 12px;
  flex: 0 0 12px;
  margin-right: 10px;
  color: #E42313;
}

.mobile-nav-sub .secondary-nav {
  margin-top: 30px;
}

.mobile-nav-sub .secondary-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav-sub .secondary-nav ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.mobile-nav-sub .secondary-nav ul li a {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-nav-sub .back-to {
  color: #fff;
}

.mobile-nav-sub.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 0;
}

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.mobile-nav-wrap {
  display: none;
}

.desktop-nav {
  padding-bottom: 3.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
  width: 100%;
  background: #E5E5E5C7;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding-top: 62px;
  display: none;
  overflow-y: auto;
  max-height: 100vh;
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
}

.desktop-nav .head {
  font-size: 1.1875rem;
  line-height: 1.2em;
  margin-bottom: 1.5625rem;
}

.desktop-nav .head a {
  display: inline;
}

.desktop-nav .head a .arr {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5625rem;
  flex: 0 0 0.5625rem;
  margin-left: 0.5625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  left: 0;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.desktop-nav .head a:hover .arr {
  left: 5px;
}

.desktop-nav .nav {
  margin-bottom: 3.75rem;
}

.desktop-nav .nav ul {
  margin: 0 -20px;
}

.desktop-nav .nav ul li {
  padding: 0 20px;
  margin-bottom: 7px;
}

.desktop-nav .nav ul li a {
  font-size: -webkit-calc(max(1rem, 14px));
  font-size: -moz-calc(max(1rem, 14px));
  font-size: calc(max(1rem, 14px));
  line-height: 1.25em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  min-height: 3.875rem;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.desktop-nav .nav ul li a .arr {
  content: '';
  position: absolute;
  width: 2.5rem;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #E6E6E6;
  color: #E42313;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.desktop-nav .nav ul li a .arr .icon {
  width: 0.625rem;
  height: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
}

.desktop-nav .nav ul li a:hover {
  color: #E42313;
}

.desktop-nav .nav ul li a:hover .arr {
  background: #E42313;
  color: #fff;
}

.desktop-nav .nav ul li a.alt {
  background: #E42313;
  color: #fff;
}

.desktop-nav .nav ul li a.alt .arr {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.desktop-nav .nav-side {
  margin-bottom: 2.5rem;
}

.desktop-nav .nav-side ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.desktop-nav .nav-side ul li {
  padding: 0;
  margin: 0;
  display: block;
}

.desktop-nav .nav-side ul li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.0625rem 0;
  position: relative;
}

.desktop-nav .nav-side ul li a:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 9px;
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.desktop-nav .nav-side ul li a:hover {
  color: #E42313;
}

.desktop-nav .nav-side ul li a:hover:after {
  right: -5px;
}

.desktop-nav .nav-side .num {
  font-size: 0.875rem;
  background: #000;
  color: #fff;
  padding: 0 0.625rem;
  -webkit-border-radius: 0.9375rem;
  -moz-border-radius: 0.9375rem;
  border-radius: 0.9375rem;
  height: -webkit-calc(min(1.875rem, 30px));
  height: -moz-calc(min(1.875rem, 30px));
  height: calc(min(1.875rem, 30px));
  margin-left: 0.9375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-nav .col-side-inner {
  padding-left: 2.5rem;
}

.contact-nav {
  padding-bottom: 3.75rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
  width: 100%;
  background: #E5E5E5C7;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding-top: 80px;
  max-height: 100vh;
  display: none;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
}

.contact-nav .section-head {
  margin-bottom: 4.375rem;
}

.contact-nav .desc {
  font-size: 1.1875rem;
  line-height: 1.57em;
  color: rgba(0, 0, 0, 0.6);
  max-width: 430px;
  margin-bottom: 1.875rem;
}

.contact-nav .ol-steps {
  max-width: 25.625rem;
}

.search-dropdown {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  background: #E5E5E5C7;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  padding-top: 1.875rem;
  padding-bottom: 6.25rem;
  display: none;
  max-height: -webkit-calc(100vh - 8.5rem);
  max-height: -moz-calc(100vh - 8.5rem);
  max-height: calc(100vh - 8.5rem);
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.23);
}

.search-filter-nav ul li {
  padding: 0;
  margin-bottom: 0.625rem;
}

.search-filter-nav ul li a {
  font-size: -webkit-calc(max(1rem, 14px));
  font-size: -moz-calc(max(1rem, 14px));
  font-size: calc(max(1rem, 14px));
  background: #5252521A;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.875rem;
  padding: 0 1.25rem;
  -webkit-border-radius: 1.4375rem;
  -moz-border-radius: 1.4375rem;
  border-radius: 1.4375rem;
}

.search-filter-nav ul li a:hover {
  background: #000;
  color: #fff;
}

.search-filter-nav ul li.active a {
  background: #000;
  color: #fff;
}

.search-results .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.9375rem 0;
}

.search-results .item .s-head {
  font-size: 1.625rem;
  line-height: 1.2em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results .tag-list ul li .tag {
  background: #5252521A;
}

body.nav-opened {
  overflow: hidden;
}

body.nav-opened .mobile-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
  margin-right: 0;
}

body.nav-opened .nav-btn-wrap .txt {
  display: none;
}

body.nav-opened .nav-btn {
  width: 15px;
}

body.nav-opened .nav-btn .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}

body.nav-opened .nav-btn .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

body.nav-opened .nav-btn .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
}

body.nav-opened .mobile-nav-overlay {
  display: block;
  -webkit-animation: showOverlay .4s;
  -moz-animation: showOverlay .4s;
  -o-animation: showOverlay .4s;
  animation: showOverlay .4s;
}

body.nav-opened .desktop-nav {
  display: block;
  -webkit-animation: showNav .4s;
  -moz-animation: showNav .4s;
  -o-animation: showNav .4s;
  animation: showNav .4s;
}

body.nav-opened .header {
  z-index: inherit;
}

body.nav-opened .header .lng-nav {
  display: block;
  z-index: 100;
}

body.nav-opened .h_1 {
  position: static;
}

body.search-opened .search-dropdown {
  display: block;
  -webkit-animation: showNav .4s;
  -moz-animation: showNav .4s;
  -o-animation: showNav .4s;
  animation: showNav .4s;
}

body.search-opened .header {
  background: #fff;
}

body.search-opened .header .h_1 {
  z-index: 40;
  background: #fff;
}

body.search-opened .header.alt {
  background: #000;
}

body.contact-opened {
  overflow: hidden;
}

body.contact-opened .nav-btn-wrap {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 42px;
  height: 60px;
  background: #E42313;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

body.contact-opened .nav-btn-wrap .txt {
  display: none;
}

body.contact-opened .nav-btn {
  width: 15px;
}

body.contact-opened .nav-btn .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -o-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
  background: #fff;
}

body.contact-opened .nav-btn .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
  background: #fff;
}

body.contact-opened .nav-btn .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -o-transition: top 0.1s ease, -o-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease, -o-transform 0.1s 0.1s ease;
  top: 0;
  background: #fff;
}

body.contact-opened .lng-nav-wrap {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

body.contact-opened .contact-nav {
  display: block;
  -webkit-animation: showNav .4s;
  -moz-animation: showNav .4s;
  -o-animation: showNav .4s;
  animation: showNav .4s;
}

body.contact-opened .header {
  z-index: inherit;
}

body.contact-opened .header .lng-nav {
  display: block;
  z-index: 100;
}

body.contact-opened .h_1 {
  position: static;
}

@-webkit-keyframes showDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes showDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes showDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showDropdown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@-moz-keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@-o-keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@-webkit-keyframes showNav {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes showNav {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-o-keyframes showNav {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes showNav {
  0% {
    display: none;
    opacity: 0;
  }
  5% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-moz-keyframes rotateMenu {
  0% {
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  70% {
    -moz-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

@keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.about-intro h2 a .icon {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  color: #E42313;
  position: relative;
  left: 0;
  top: -0.1em;
  margin-left: 0.625rem;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.about-intro h2 a:hover .icon {
  left: 0.625rem;
}

.main-offer .item-list {
  margin: 0;
  position: relative;
}

.main-offer .item {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.main-offer .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: -100%;
  position: relative;
  overflow: hidden;
}

.main-offer .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.main-offer .item .text {
  font-size: -webkit-calc(max(1.625rem, 20px));
  font-size: -moz-calc(max(1.625rem, 20px));
  font-size: calc(max(1.625rem, 20px));
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 2.5rem 3.125rem;
  position: relative;
  z-index: 10;
}

.main-offer .item .text .head {
  line-height: 1.3em;
  position: relative;
  padding-right: 2.5rem;
}

.main-offer .item .text .head .plus {
  position: absolute;
  right: 0;
  top: 0.4375rem;
  width: 22px;
  height: 22px;
}

.main-offer .item .text .head .plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  background: #E42313;
}

.main-offer .item .text .head .plus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #E42313;
}

.main-offer .item-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.main-offer .item-inner:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.reasons {
  max-height: 100vh;
}

.reasons .section-head {
  max-width: 740px;
}

.reasons .item-list {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-top: 1px solid #E6E6E6;
  margin-left: -1px;
  margin-right: -1px;
}

.reasons .item {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  line-height: 1.57em;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 3.75rem;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.reasons .item h3 {
  margin-bottom: 0;
}

.reasons .item p:last-child {
  margin-bottom: 0;
}

.reasons .item .head:last-child h3 {
  margin-bottom: 0;
}

.reasons .item .desc {
  color: rgba(0, 0, 0, 0.6);
  max-width: -webkit-calc(min(80%, 600px));
  max-width: -moz-calc(min(80%, 600px));
  max-width: calc(min(80%, 600px));
  margin-top: 1.25rem;
}

.reasons .item-num {
  counter-increment: counter;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.reasons .item-num .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.reasons .item-num .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reasons .item-num .text {
  position: relative;
  z-index: 10;
}

.reasons .item-num:before {
  content: counter(counter, decimal-leading-zero);
  font-size: 10.625rem;
  line-height: 1em;
  color: #E42313;
  display: block;
  margin-bottom: 15vw;
  position: relative;
  z-index: 10;
}

.reasons .item-num:hover h2, .reasons .item-num:hover .h2, .reasons .item-num:hover h3, .reasons .item-num:hover .h3 {
  color: #fff;
}

.reasons .item-num:hover .desc {
  color: #fff;
}

.reasons .item-num:hover .img {
  opacity: 1;
}

.reasons .item-num:hover:before {
  color: #fff;
}

.realizations-tiles .item-list {
  margin-left: -2.0625rem;
  margin-right: -2.0625rem;
}

.realizations-tiles .item {
  padding: 0 2.0625rem;
  margin-bottom: 4.125rem;
}

.realizations-tiles .item .img {
  position: relative;
}

.realizations-tiles .item .img img {
  width: 100%;
}

.realizations-tiles .item:nth-child(2) {
  margin-top: 12.5rem;
}

.realizations-tiles .item:nth-child(4) {
  margin-top: -12.5rem;
}

.realizations-tiles .item:nth-child(6) {
  margin-top: -12.5rem;
}

.realizations-tiles .item-pick.fixed .img-pick {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 20;
}

.realizations-tiles .item-pick.hidden .img-pick {
  display: none !important;
}

.realizations-tiles .img-placeholder {
  opacity: 0;
}

.realizations-tiles .img-pick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realizations-pick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.realizations-pick .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #fff;
  opacity: 0;
}

.realizations-pick .text > * {
  position: relative;
  z-index: 10;
}

.realizations-pick .text .suphead, .realizations-pick .text h2, .realizations-pick .text .h2, .realizations-pick .text h3, .realizations-pick .text .h3, .realizations-pick .text a {
  color: #fff;
}

.realizations-pick .text .btn-set {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.realizations-pick .text .text-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  display: flex;
  padding: 4.6875rem 0;
}

.realizations-pick .text .text-content {
  margin-bottom: 3.125rem;
}

.realizations-pick .text .text-content:last-child {
  margin-bottom: 0;
}

.realizations-pick .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: -100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}

.realizations-pick .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.realizations-pick .product-list ul li a {
  color: #E42313;
}

.realizations-pick .product-list ul li a:hover {
  background: #E42313;
  color: #fff;
}

.realizations-pick .foot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.realizations-pick .foot .line {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.realizations-pick .more-link {
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.realizations-pick .more-link:hover {
  color: #E42313;
}

.realizations-pick.active .img {
  opacity: 1;
}

.realizations .item-list {
  margin: 0 -2rem;
}

.realizations .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2rem;
  margin-bottom: 4rem;
}

.realizations .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: -100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.realizations .item .img .frame {
  display: block;
  width: 100%;
  overflow: hidden;
}

.realizations .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.realizations .item .img .plus {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.625rem;
  height: 3.625rem;
  background: #fff;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.realizations .item .img .plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.375rem;
  height: 2px;
  margin-left: -0.6875rem;
  margin-top: -1px;
  background: currentColor;
}

.realizations .item .img .plus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.375rem;
  height: 2px;
  margin-left: -0.6875rem;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: currentColor;
}

.realizations .item .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.realizations .item .text > * {
  position: relative;
  z-index: 10;
}

.realizations .item .product-list {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.realizations .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.realizations .item-inner:hover .plus {
  background: #E42313;
  color: #fff;
}

.realizations .item-inner:hover .product-list {
  opacity: 1;
}

.realizations .item-inner:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.realizations .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.875rem;
}

.realizations .foot a {
  color: #E42313;
}

.realizations .foot a:hover {
  color: #000;
}

.realizations .pager {
  margin-top: -0.9375rem;
}

.cover-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cover-photo .img-frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.cover-photo .img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  top: -50%;
}

.cover-photo .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: -webkit-calc(max(20vw, 160px));
  padding-bottom: -moz-calc(max(20vw, 160px));
  padding-bottom: calc(max(20vw, 160px));
  position: relative;
  margin-left: -100%;
  z-index: 20;
}

.cover-photo .text .text-inner {
  padding: 4.375rem 0;
}

.cover-photo .text-set {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 5.625rem;
  position: relative;
  margin-left: -100%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.cover-photo .text-set .text-1 {
  margin-left: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cover-photo .text-set .text-2 {
  width: 100%;
  padding: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cover-photo .text-set .text-2 .text-2-inner {
  max-width: 42.5rem;
  padding-right: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cover-photo .text-set .text-2 .text-2-inner .text-2-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 6.5rem;
  flex: 0 0 6.5rem;
  max-width: 6.5rem;
}

.cover-photo .text-set .text-2 .text-2-inner .text-2-text {
  font-size: -webkit-calc(min(1.25rem, 20px));
  font-size: -moz-calc(min(1.25rem, 20px));
  font-size: calc(min(1.25rem, 20px));
  line-height: 1.4em;
  padding-left: 2.375rem;
}

.cover-photo .text-set .text-2 p:last-child {
  margin-bottom: 0;
}

.cover-photo .number {
  position: absolute;
  right: -webkit-calc(min(-1.75vw, -15px));
  right: -moz-calc(min(-1.75vw, -15px));
  right: calc(min(-1.75vw, -15px));
  bottom: -webkit-calc(min(-4vw, -25px));
  bottom: -moz-calc(min(-4vw, -25px));
  bottom: calc(min(-4vw, -25px));
}

.cover-photo .number .num {
  font-size: -webkit-calc(max(20vw, 150px));
  font-size: -moz-calc(max(20vw, 150px));
  font-size: calc(max(20vw, 150px));
  line-height: 0.85em;
  color: #fff;
  position: relative;
}

.cover-photo .number .num .frame {
  font-size: -webkit-calc(max(20vw, 150px));
  font-size: -moz-calc(max(20vw, 150px));
  font-size: calc(max(20vw, 150px));
  line-height: 0.85em;
  position: relative;
  overflow: hidden;
  display: block;
}

.cover-photo .number .num .frame-2 {
  font-size: -webkit-calc(max(20vw, 150px));
  font-size: -moz-calc(max(20vw, 150px));
  font-size: calc(max(20vw, 150px));
  line-height: 0.85em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -webkit-calc(max(4vw, 25px));
  height: -moz-calc(max(4vw, 25px));
  height: calc(max(4vw, 25px));
  color: #E7E7E7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.cover-photo .number .label {
  font-size: -webkit-calc(max(.9vw, 13px));
  font-size: -moz-calc(max(.9vw, 13px));
  font-size: calc(max(.9vw, 13px));
  line-height: 1em;
  position: absolute;
  right: -webkit-calc(max(3.7vw, 10px));
  right: -moz-calc(max(3.7vw, 10px));
  right: calc(max(3.7vw, 10px));
  bottom: -webkit-calc(max(13.85vw, 100px));
  bottom: -moz-calc(max(13.85vw, 100px));
  bottom: calc(max(13.85vw, 100px));
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -moz-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  -o-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  color: #fff;
  mix-blend-mode: difference;
}

.cover-video {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: block;
}

.cover-video .img-frame {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.cover-video .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -moz-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 100%;
  position: relative;
  top: -50%;
}

.cover-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(max(8%, 60px));
  width: -moz-calc(max(8%, 60px));
  width: calc(max(8%, 60px));
  padding-bottom: -webkit-calc(max(8%, 60px));
  padding-bottom: -moz-calc(max(8%, 60px));
  padding-bottom: calc(max(8%, 60px));
  background: #D5D5D54D;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.cover-video .play .icon {
  width: 30%;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.b2b-item-inner {
  margin: 0 -3.125rem;
}

.b2b-img {
  padding: 0 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b2b-img .frame {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.b2b-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: none;
}

.b2b-img img.prev {
  display: block;
  z-index: 10;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.b2b-img img.active {
  display: block;
  -webkit-animation: accordionImg 5000ms ease-in-out forwards;
  -moz-animation: accordionImg 5000ms ease-in-out forwards;
  -o-animation: accordionImg 5000ms ease-in-out forwards;
  animation: accordionImg 5000ms ease-in-out forwards;
  z-index: 20;
}

.b2b-img .suphead {
  position: absolute;
  z-index: 20;
  left: 3.125rem;
  top: 3.125rem;
  color: #fff;
}

.b2b-text {
  padding: 0 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 90vh;
}

.b2b-text .suphead {
  display: none;
}

.b2b-text .section-head {
  margin-bottom: 3vw;
}

.b2b-text .foot {
  margin-top: 3vw;
}

.blog .item {
  margin-bottom: 0;
}

.blog .item .date {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}

.blog .item .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-right: 3.125rem;
}

.blog .item .text .head {
  margin-bottom: 1.25rem;
}

.blog .item .text .head h3 {
  margin-bottom: 0;
}

.blog .item .text .head h3 a .arr {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  margin-left: 0.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  left: 0;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.blog .item .text .head h3 a:hover .arr {
  left: 5px;
}

.blog .item .text .desc {
  line-height: 1.47em;
  color: rgba(0, 0, 0, 0.7);
  max-width: 650px;
}

.blog .item .text .tag-list {
  margin-top: 1.875rem;
}

.blog .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}

.blog .item .img .frame {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog .item .img:hover img {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog .item .img img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.blog .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog .item-big .item-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none !important;
  padding: 0;
}

.blog .item-big .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 2.5rem;
}

.blog .item-big .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 2.5rem;
}

.blog .item-big .text .date {
  margin-bottom: 1.25rem;
}

.blog .item-big .text h3, .blog .item-big .text .h3 {
  max-width: 650px;
}

.blog .item-big .text .desc {
  max-width: 650px;
}

.blog .foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.875rem;
}

.blog .foot a {
  color: #E42313;
}

.blog .foot a:hover {
  color: #000;
}

.blog .pager {
  margin-top: -0.9375rem;
}

.blog .more-link {
  padding-left: 1.5625rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
}

.blog-archive .item:last-child .item-inner {
  border-bottom: none;
}

.blog-detail {
  color: rgba(0, 0, 0, 0.7);
}

.salers-head {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1.25rem;
}

.salers-head ul {
  margin: -0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.salers-head ul li {
  padding: 0 0.625rem;
  margin: 0.625rem 0;
  color: rgba(0, 0, 0, 0.6);
}

.salers-head ul li .txt {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.salers-head ul li .img-icon {
  width: 21px;
  height: 24px;
  margin-right: 10px;
}

.salers .item-list {
  margin: 0;
}

.salers .item {
  padding-left: 30px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #E6E6E6;
}

.salers .item .head {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  position: relative;
  margin-bottom: 0.3125rem;
}

.salers .item .head .img-icon {
  width: 21px;
  height: 24px;
  position: absolute;
  left: -30px;
  top: 2px;
}

.salers .item .address {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
}

.salers .item .tag-list {
  margin: 1.25rem 0;
}

.salers .item .btn-set {
  margin-top: 1.25rem;
}

.salers .item .more-link {
  color: #000;
}

.salers .item .more-link:hover {
  color: #E42313;
}

.contacts .head {
  margin-bottom: 1.875rem;
}

.contacts .item-list {
  margin: 0;
}

.contacts .item {
  font-size: -webkit-calc(min(1.1875rem, 16px));
  font-size: -moz-calc(min(1.1875rem, 16px));
  font-size: calc(min(1.1875rem, 16px));
  line-height: 1.5em;
  margin-bottom: 2.5rem;
  position: relative;
  padding-left: 2.5rem;
}

.contacts .item .img-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts .item .img-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #E42313;
}

.contacts .item ul li {
  padding: 0;
}

.contacts .item:last-child {
  margin-bottom: 0;
}

.contact-tiles .item-list {
  margin: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-tiles .item {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-tiles .item .head {
  margin-bottom: 1.25rem;
}

.contact-tiles .item .desc {
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.7);
  max-width: 70%;
}

.contact-tiles .item .contact-list ul {
  margin-bottom: 1.25rem;
}

.contact-tiles .item .contact-list ul li {
  line-height: 1.3em;
  padding: 0;
}

.contact-tiles .item .contact-list ul a {
  color: #E42313;
}

.contact-tiles .item .contact-list ul a:hover {
  text-decoration: underline;
}

.contact-tiles .item .contact-list ul:last-child {
  margin-bottom: 0;
}

.contact-tiles .item-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: -1px;
  margin-bottom: -1px;
}

.col-certified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.certified-note {
  font-size: -webkit-calc(min(1rem, 16px));
  font-size: -moz-calc(min(1rem, 16px));
  font-size: calc(min(1rem, 16px));
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-width: 29.375rem;
  padding: 1.5625rem 1.875rem 1.5625rem 5.625rem;
  border: 1px solid #E4231333;
  position: relative;
}

.certified-note .img-icon {
  width: 2.0625rem;
  height: 2.375rem;
  position: absolute;
  left: 1.875rem;
  top: 1.625rem;
}

.career {
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 15.25rem;
}

.career .btn-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -0.3125rem;
}

.career .btn-set .btn {
  margin: 0.3125rem;
}

.career .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  -moz-transition: 1s all;
  transition: 1s all;
  opacity: 0;
}

.career .img img:first-child {
  position: relative;
  opacity: 1;
}

.career .img-1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: -webkit-calc(max(19%, 120px));
  max-width: -moz-calc(max(19%, 120px));
  max-width: calc(max(19%, 120px));
}

.career .img-2 {
  position: absolute;
  left: 10%;
  bottom: 0;
  max-width: -webkit-calc(max(23%, 160px));
  max-width: -moz-calc(max(23%, 160px));
  max-width: calc(max(23%, 160px));
}

.career .img-3 {
  position: absolute;
  right: 5%;
  top: 17%;
  max-width: -webkit-calc(max(16%, 120px));
  max-width: -moz-calc(max(16%, 120px));
  max-width: calc(max(16%, 120px));
}

.career .img-4 {
  position: absolute;
  right: 18%;
  bottom: 13%;
  max-width: -webkit-calc(max(14%, 120px));
  max-width: -moz-calc(max(14%, 120px));
  max-width: calc(max(14%, 120px));
}

.career-process .item-list {
  counter-reset: counter;
}

.career-process .item {
  counter-increment: counter;
}

.career-process .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 13.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 13.625rem;
  flex: 0 0 13.625rem;
  max-width: 13.625rem;
  position: relative;
  top: -1.6875rem;
  margin-bottom: 2.1875rem;
}

.career-process .item .text {
  padding: 3.125rem 0;
  padding-left: 6rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.career-process .item .text .desc {
  width: 100%;
  max-width: 80%;
  color: rgba(0, 0, 0, 0.7);
}

.career-process .item .text .desc p:last-child {
  margin-bottom: 0;
}

.career-process .item .text .btn-set {
  padding-top: 1.25rem;
}

.career-process .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #E6E6E6;
  padding-left: 7.5rem;
  position: relative;
}

.career-process .item-inner:before {
  content: counter(counter, decimal-leading-zero);
  font-size: 14px;
  line-height: 1.3em;
  color: #E42313;
  position: absolute;
  left: 0;
  top: 3.125rem;
}

.person-detail > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.person-detail .col-img .frame {
  max-width: 85%;
  overflow: hidden;
}

.person-detail .col-img .frame img {
  width: 100%;
}

.person-detail .col-img .frame .imgs img {
  display: none;
}

.person-detail .col-img .frame .imgs img.active {
  display: block;
  -webkit-animation: accordionImg 5000ms ease-in-out forwards;
  -moz-animation: accordionImg 5000ms ease-in-out forwards;
  -o-animation: accordionImg 5000ms ease-in-out forwards;
  animation: accordionImg 5000ms ease-in-out forwards;
  z-index: 20;
}

.person-detail .col-text .inner {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.person-detail .col-text .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}

.person-detail .col-text .section-head .suphead {
  margin: 1.25rem 0;
}

.person-detail .col-text .section-head .glide-nav {
  margin: 1.25rem 0;
}

.person-detail .post-sections .post-quote {
  border: none;
  padding-top: 2.5rem;
}

.person-detail .post-sections .post-quote .text-main {
  padding-top: 0;
  border-top: none;
}

.person-detail .post-sections .post-quote .text-main:after {
  width: -webkit-calc(100% - 3.125rem);
  width: -moz-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
}

.person-detail .glide-nav .prev, .person-detail .glide-nav .next {
  display: none;
}

.person-detail .glide-nav .glide__arrows ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: counter;
  margin: 0 -0.3125rem;
}

.person-detail .glide-nav .glide__arrows ul li {
  font-size: 0.875rem;
  padding: 0 0.3125rem;
  margin: 0;
}

.person-detail .glide-nav .glide__arrows ul li.glide__bullet--active .nav-circle .nav-circle-spinner {
  display: block;
}

.person-detail .glide-nav .glide__arrows ul li.glide__bullet--active .nav-circle .nav-circle-spinner .path {
  stroke: #E42313;
  stroke-linecap: round;
  -webkit-animation: dash 4.5s linear;
  -moz-animation: dash 4.5s linear;
  -o-animation: dash 4.5s linear;
  animation: dash 4.5s linear;
}

.nav-circle {
  counter-increment: counter;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #DFDFDF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.nav-circle .nav-circle-item {
  width: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.nav-circle .nav-circle-item:before {
  content: counter(counter);
}

.nav-circle .nav-circle-spinner {
  width: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  height: 2.5rem;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150, 150;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150, 150;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes dash {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150, 150;
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 150, 150;
    stroke-dashoffset: 0;
  }
}

.certificates .item {
  margin: 0 0 1px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.certificates .item .img {
  margin-bottom: 2.8125rem;
}

.certificates .item .text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.certificates .item .desc {
  margin-top: 1.875rem;
  color: rgba(0, 0, 0, 0.7);
}

.certificates .item .desc .icon-list ul li {
  padding: 0 0 0 2.1875rem;
  position: relative;
}

.certificates .item .desc .icon-list ul li .icon {
  position: absolute;
  left: 0;
  top: 0.3125rem;
}

.certificates .item a {
  color: #E42313;
}

.certificates .item a:hover {
  text-decoration: underline;
}

.certificates .item p:last-child, .certificates .item ul:last-child, .certificates .item li:last-child {
  margin-bottom: 0;
}

.certificates .item-inner {
  width: 100%;
  padding: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #E6E6E6;
}

.persons .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.persons .section-head .head {
  padding-right: 1.25rem;
}

.persons .item .img {
  display: block;
  position: relative;
}

.persons .item .img img {
  width: 100%;
}

.persons .item .img.quoted:before {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 3.8125rem;
  height: 3.6875rem;
  margin-right: -1.25rem;
  background: url("../img/quote.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  position: absolute;
  left: 1.75rem;
  bottom: -1.5rem;
}

.persons .item .text {
  padding-top: 2.5rem;
}

.persons .item .text .desc {
  font-size: 1.1875rem;
  line-height: 1.57em;
  padding-bottom: 2.1875rem;
  max-width: 80%;
}

.persons .item .text .name-line {
  font-size: 1rem;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
}

.persons .item .text .name-line .txt {
  background: #fff;
  position: relative;
  z-index: 10;
  max-width: 80%;
  padding-left: 0.9375rem;
}

.persons .item .text .name-line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}

.persons .item .name {
  font-size: 1.75rem;
  line-height: 1.28em;
  margin-bottom: 0.625rem;
}

.persons .item .job {
  font-size: 1.1875rem;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.25rem;
}

.persons .item .contact-list ul {
  margin-bottom: 0;
}

.persons .item .contact-list ul li {
  line-height: 1.3em;
  padding: 0;
}

.persons .item .contact-list ul li a {
  color: #E42313;
}

.persons .item .contact-list ul li a:hover {
  text-decoration: underline;
}

.persons .item .contact-list ul li:last-child {
  margin-bottom: 0;
}

.persons .glide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.8125rem;
}

.tiles .section-head {
  margin-bottom: 3.125rem;
}

.tiles-item {
  margin-bottom: 7.5rem;
}

.tiles-item .frame {
  width: 100%;
}

.tiles-item.alt .tiles-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.tiles-item.alt .tiles-text .inner {
  padding-left: 4.375rem;
}

.tiles-item.alt .tiles-text .inner .num-list {
  margin-left: -4.375rem;
}

.tiles-item.alt .tiles-img {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tiles-item:last-child {
  margin-bottom: 0;
}

.tiles-item-inner {
  margin: 0 -2.5rem;
}

.tiles-text {
  padding: 0 2.5rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tiles-text h2, .tiles-text .h2 {
  margin-bottom: 3.125rem;
}

.tiles-text .head {
  max-width: 80%;
}

.tiles-text .desc {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  line-height: 1.57em;
  color: rgba(0, 0, 0, 0.6);
  max-width: 80%;
}

.tiles-text .btn-set {
  padding-top: 1.25rem;
}

.tiles-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 2.5rem;
}

.tiles-img img {
  width: 100%;
}

.tiles-img .frame {
  position: relative;
}

.tiles-img .frame.fullheight img {
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.tiles-img .frame-1 {
  width: 100%;
  max-width: 73%;
  height: 82%;
}

.tiles-img .frame-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tiles-img .frame-2 {
  width: 100%;
  max-width: 31%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.num-list-item {
  border-top: 1px solid #E6E6E6;
  padding: 3.125rem 0 3.125rem 3.75rem;
  position: relative;
}

.num-list-item .num {
  font-size: 14px;
  line-height: 1.3em;
  color: #E42313;
  position: absolute;
  left: 0;
  top: 3.4375rem;
}

.num-list-item .txt {
  font-size: 1.75rem;
  line-height: 1.3em;
}

.num-list-item:last-child {
  padding-bottom: 0;
}

.num-list-item:last-child p:last-child {
  margin-bottom: 0;
}

.history .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.history .item {
  width: 100%;
  padding-left: 4.5px;
  padding-top: 3.125rem;
  padding-top: 5.3125rem;
  position: relative;
}

.history .item .img {
  position: absolute;
  left: 75%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -78%;
  width: 100%;
  max-width: 80%;
  height: auto;
}

.history .item .year {
  font-size: 10.625rem;
  line-height: 1em;
  color: #E42313;
  padding-bottom: 5rem;
  border-left: 1px solid #E42313;
  padding-left: 3.125rem;
}

.history .item .year .y-1 {
  margin-top: -3.125rem;
}

.history .item .year .y-2 {
  position: relative;
  z-index: 20;
}

.history .item .year .year-inner {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.history .item .head {
  padding-top: 3.125rem;
  position: relative;
}

.history .item .head h3 {
  max-width: -webkit-calc(max(50%, 500px));
  max-width: -moz-calc(max(50%, 500px));
  max-width: calc(max(50%, 500px));
  padding-right: 3.125rem;
}

.history .item .head:before {
  content: '';
  position: absolute;
  left: -4.5px;
  top: -4.5px;
  width: 9px;
  height: 9px;
  background: #E42313;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.history .item .head:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5000px;
  height: 1px;
  background: #E42313;
}

.logos .section-head {
  margin-bottom: 4.375rem;
}

.logos .item {
  margin-left: auto;
  margin-right: auto;
}

.logos .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos .item-inner .img {
  margin-left: auto;
  margin-right: auto;
}

.contact-bar {
  padding: 1.875rem 0;
}

.contact-bar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-bar .section-head {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 3.125rem;
}

.contact-bar .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.contact-bar .person .img {
  width: -webkit-calc(min(8.6875rem, 139px));
  width: -moz-calc(min(8.6875rem, 139px));
  width: calc(min(8.6875rem, 139px));
  height: -webkit-calc(min(8.6875rem, 139px));
  height: -moz-calc(min(8.6875rem, 139px));
  height: calc(min(8.6875rem, 139px));
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(min(8.6875rem, 139px));
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(min(8.6875rem, 139px));
  flex: 0 0 calc(min(8.6875rem, 139px));
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.contact-bar .person .text {
  padding-left: -webkit-calc(min(3.375rem, 54px));
  padding-left: -moz-calc(min(3.375rem, 54px));
  padding-left: calc(min(3.375rem, 54px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-bar .person .text .name {
  color: #fff;
}

.contact-bar .person .text .job {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.contact-bar .person .contact-list {
  font-size: 1.75rem;
  line-height: 1.3em;
  padding-left: 4.0625rem;
  margin-left: 4.0625rem;
  position: relative;
}

.contact-bar .person .contact-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: -20px;
  height: -webkit-calc(100% + 40px);
  height: -moz-calc(100% + 40px);
  height: calc(100% + 40px);
  width: 2px;
  background: #000;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}

.contact-bar .person .contact-list ul {
  margin-bottom: 0;
}

.contact-bar .person .contact-list ul li {
  padding: 0;
}

.contact-bar .person .contact-list ul li:last-child {
  margin-bottom: 0;
}

.contact-bar .person .contact-list ul li a {
  color: #fff;
}

.contact-bar .person .contact-list ul li a:hover {
  text-decoration: underline;
}

.contact-bar .text-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.contact-bar .text-bar .section-head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.contact-bar .text-bar .divider {
  content: '';
  position: relative;
  height: 6.25rem;
  width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2px;
  flex: 0 0 2px;
  background: #000;
  display: block;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}

.contact-bar .text-bar .text {
  font-size: 1.1875rem;
  padding-left: -webkit-calc(min(3.375rem, 54px));
  padding-left: -moz-calc(min(3.375rem, 54px));
  padding-left: calc(min(3.375rem, 54px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 40%;
}

.contact-bar .text-bar .btn-set {
  padding-left: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cta-bar {
  padding: 1.875rem 0;
}

.cta-bar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-bar .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.cta-bar .text .section-head {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  padding-right: 3.125rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.cta-bar .text .divider {
  content: '';
  position: relative;
  height: 6.25rem;
  width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 2px;
  flex: 0 0 2px;
  background: #000;
  display: block;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}

.cta-bar .text .divider.green {
  background: #3FAE2A;
}

.cta-bar .text .desc {
  font-size: 1.1875rem;
  padding-left: -webkit-calc(min(3.375rem, 54px));
  padding-left: -moz-calc(min(3.375rem, 54px));
  padding-left: calc(min(3.375rem, 54px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 40%;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.cta-bar .btn-set {
  padding-left: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cta-bar .btn {
  white-space: nowrap;
}

.cta-bar p:last-child {
  margin-bottom: 0;
}

.benefits .section-head {
  margin-bottom: 3.75rem;
}

.benefits .item-inner {
  border-top: 1px solid #E6E6E6;
  padding: 2.625rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits .item .img {
  width: 3.375rem;
  height: 3.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.375rem;
  flex: 0 0 3.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #E423131A;
  color: #E42313;
}

.benefits .item .text {
  font-size: -webkit-calc(min(1.75rem, 32px));
  font-size: -moz-calc(min(1.75rem, 32px));
  font-size: calc(min(1.75rem, 32px));
  line-height: 1.28em;
  padding-left: 1.875rem;
  padding-top: 0.625rem;
}

.jobs .section-head {
  margin-bottom: 7.5rem;
}

.jobs .item {
  border-top: 1px solid #E6E6E6;
  padding: 3.125rem 0;
}

.jobs .item .type {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  max-width: 23%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  padding-right: 1.25rem;
  padding-top: 0.3125rem;
}

.jobs .item .head {
  font-size: 1.75rem;
  line-height: 1.28em;
}

.jobs .item .head .arr {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  margin-left: 0.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  left: 0;
  top: -0.125rem;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.jobs .item .head:hover .arr {
  left: 5px;
}

.jobs .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.image-boxes {
  position: relative;
}

.image-boxes .section-head {
  margin-bottom: 6.25rem;
}

.image-boxes .item-list {
  margin-bottom: -3.75rem;
}

.image-boxes .item {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.image-boxes .item .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 3.4375rem;
}

.image-boxes .item .text .head {
  position: relative;
  z-index: 10;
}

.image-boxes .item .text .desc {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  color: rgba(255, 255, 255, 0.7);
  max-width: -webkit-calc(max(50%, 350px));
  max-width: -moz-calc(max(50%, 350px));
  max-width: calc(max(50%, 350px));
  position: relative;
  z-index: 10;
}

.image-boxes .item .text h3, .image-boxes .item .text .h3 {
  color: #fff;
  margin-bottom: 0.625rem;
  max-width: -webkit-calc(max(70%, 350px));
  max-width: -moz-calc(max(70%, 350px));
  max-width: calc(max(70%, 350px));
}

.image-boxes .item .text-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-boxes .item .text-set .text-2 {
  padding-top: 7.5rem;
}

.image-boxes .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: -100%;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.image-boxes .item .img .frame {
  width: 100%;
}

.image-boxes .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-boxes .item .img-compare {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: -100%;
}

.image-boxes .item .frame {
  position: relative;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.image-boxes .item .play {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(max(10%, 50px));
  width: -moz-calc(max(10%, 50px));
  width: calc(max(10%, 50px));
  padding-bottom: -webkit-calc(max(10%, 50px));
  padding-bottom: -moz-calc(max(10%, 50px));
  padding-bottom: calc(max(10%, 50px));
  background: #D5D5D54D;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.image-boxes .item .play .icon {
  width: 30%;
  height: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-boxes .item-offset {
  position: absolute;
  right: 0;
  top: 0;
}

.image-boxes .item-img-after .item-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-boxes .item-img-after .text {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.image-boxes .item-img-after .text .desc {
  margin-bottom: 0;
}

.image-boxes .item-img-after .text .desc p:last-child {
  margin-bottom: 0;
}

.image-boxes .item-img-after .img {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0;
}

.image-boxes .item-img-after .img img {
  height: auto;
}

.image-boxes .item-img-after .img .frame {
  width: auto;
  padding: 0 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

.image-boxes .item-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: #323232;
  background: -moz-linear-gradient(0deg, #323232 0%, #282828 100%);
  background: -webkit-linear-gradient(0deg, #323232 0%, #282828 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(#323232), to(#282828));
  background: -webkit-linear-gradient(bottom, #323232 0%, #282828 100%);
  background: -moz-linear-gradient(bottom, #323232 0%, #282828 100%);
  background: -o-linear-gradient(bottom, #323232 0%, #282828 100%);
  background: linear-gradient(0deg, #323232 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#323232",endColorstr="#282828",GradientType=1);
}

.icv__circle {
  width: 3.125rem;
  height: 3.125rem;
}

.icv__arrow-wrapper {
  width: 1.25rem;
  height: 1.25rem;
}

.window-bar {
  position: relative;
  background: #171717;
  width: 100%;
  height: 2.125rem;
  -webkit-border-radius: 0.5rem 0.5rem 0 0;
  -moz-border-radius: 0.5rem 0.5rem 0 0;
  border-radius: 0.5rem 0.5rem 0 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.6875rem;
}

.window-bar .dot-1 {
  width: 0.4375rem;
  height: 0.4375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.4375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.4375rem;
  flex: 0 0 0.4375rem;
  margin-right: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #EC6960;
}

.window-bar .dot-2 {
  width: 0.4375rem;
  height: 0.4375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.4375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.4375rem;
  flex: 0 0 0.4375rem;
  margin-right: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F4BD56;
}

.window-bar .dot-3 {
  width: 0.4375rem;
  height: 0.4375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.4375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.4375rem;
  flex: 0 0 0.4375rem;
  margin-right: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #38A542;
}

.downloads .section-head {
  margin-bottom: 5rem;
}

.downloads .col-side {
  font-size: 1.1875rem;
  line-height: 1.57em;
  color: rgba(0, 0, 0, 0.7);
}

.downloads .col-side .desc {
  margin-bottom: 1.875rem;
  max-width: 420px;
}

.downloads .col-side .btn-set {
  padding-top: 1.25rem;
}

.downloads .col-side ul {
  color: #000;
}

.dl-list .item {
  border-top: 1px solid #E6E6E6;
}

.dl-list .item .head {
  font-size: 1.75rem;
  line-height: 1.3em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1.875rem;
}

.dl-list .item .info {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  padding-right: 3.125rem;
  position: relative;
  white-space: nowrap;
}

.dl-list .item .info:after {
  content: '';
  background: url("../img/dl.svg") 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.5rem;
  flex: 0 0 1.5rem;
  -moz-background-size: contain !important;
  background-size: contain !important;
}

.dl-list .item-inner {
  padding: 3rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dl-list .item-inner:hover .head {
  text-decoration: underline;
}

.tabs-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  overflow: hidden;
}

.tabs-gallery .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.625rem 0;
}

.tabs-gallery .text .suphead, .tabs-gallery .text h2, .tabs-gallery .text .h2, .tabs-gallery .text h3, .tabs-gallery .text .h3 {
  position: relative;
  z-index: 10;
}

.tabs-gallery .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: -100%;
  max-height: 100vh;
}

.tab-nav-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 5.625rem;
  z-index: 15;
}

.tab-nav-gallery ul {
  margin: 0;
  padding: 0.4375rem;
  height: 3.6875rem;
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  background: #D5D5D54D;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-nav-gallery ul li {
  padding: 0;
  margin: 0;
}

.tab-nav-gallery ul li a {
  height: 2.8125rem;
  -webkit-border-radius: 1.375rem;
  -moz-border-radius: 1.375rem;
  border-radius: 1.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.875rem;
  color: #fff;
}

.tab-nav-gallery ul li a.selected {
  background: #fff;
  color: #000;
}

.variants .section-head {
  margin-bottom: 5rem;
}

.variants .col-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: -webkit-calc(max(1.1875rem, 19px));
  font-size: -moz-calc(max(1.1875rem, 19px));
  font-size: calc(max(1.1875rem, 19px));
  line-height: 1.57em;
}

.variants .col-desc p:last-child, .variants .col-desc ul:last-child {
  margin-bottom: 0;
}

.variants .col-desc .desc {
  margin-bottom: 5rem;
}

.variants .col-side .inner {
  border-top: 2px solid #E42313;
}

.variants .col-side .head {
  font-size: -webkit-calc(max(1.1875rem, 17px));
  font-size: -moz-calc(max(1.1875rem, 17px));
  font-size: calc(max(1.1875rem, 17px));
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 1.25rem;
}

.variants .col-side .desc {
  font-size: -webkit-calc(max(1rem, 17px));
  font-size: -moz-calc(max(1rem, 17px));
  font-size: calc(max(1rem, 17px));
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.875rem;
}

.variants .col2-set .column-2 {
  overflow: visible;
}

.variants .item-list {
  counter-reset: counter;
  margin-right: -60px;
}

.variants .item {
  counter-increment: counter;
}

.variants .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(min(45%, 470px));
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(min(45%, 470px));
  flex: 0 0 calc(min(45%, 470px));
  max-width: -webkit-calc(min(45%, 470px));
  max-width: -moz-calc(min(45%, 470px));
  max-width: calc(min(45%, 470px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
}

.variants .item .img.full {
  padding-top: 0;
}

.variants .item .text {
  padding-left: 3.75rem;
  padding-bottom: 1.875rem;
  padding-top: 3.125rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.variants .item .text h3 a .arr {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  margin-left: 0.625rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  left: 0;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.variants .item .text h3 a:hover {
  text-decoration: underline;
}

.variants .item .text h3 a:hover .arr {
  left: 5px;
}

.variants .item .text .desc {
  font-size: 1.1875rem;
  line-height: 1.55em;
  width: 100%;
  max-width: 23.75rem;
}

.variants .item .text .desc a {
  color: #E42313;
}

.variants .item .text .desc a:hover {
  text-decoration: underline;
}

.variants .item .text .desc p:last-child {
  margin-bottom: 0;
}

.variants .item .text .btn-set {
  padding-top: 1.25rem;
}

.variants .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #E6E6E6;
  position: relative;
}

.variants .item-inner:before {
  content: counter(counter, decimal-leading-zero);
  font-size: 14px;
  line-height: 1.3em;
  color: #E42313;
  position: absolute;
  left: 0;
  top: 3.4375rem;
}

.variants.invert .item h3 a {
  color: #fff;
}

.variants.invert .item .desc {
  color: rgba(255, 255, 255, 0.6);
}

.variants.invert .item-inner {
  border-top: 1px solid #FFFFFF4D;
}

.variants .colors {
  margin-left: -3.75rem;
}

.variants .colors .item-list {
  margin-right: 10px;
}

.photos .section-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photos .section-head .head {
  padding-right: 1.25rem;
}

.photos .item {
  width: 100%;
}

.photos .item.alt .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.photos .item.alt .img {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  overflow: hidden;
}

.photos .item.alt .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-left: -100%;
  padding: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.photos .item.alt .text h3 {
  position: relative;
  z-index: 10;
}

.photos .item.alt .text .row {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.photos .item.alt .glide-nav {
  margin: 0;
  position: relative;
  top: 0.9375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.photos .item.alt .glide-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px;
}

.photos .item.alt .glide-nav ul li {
  padding: 0 6px;
  display: block;
  margin: 0;
  cursor: pointer;
}

.photos .item.alt .glide-nav ul li .frame {
  width: 5.125rem;
  height: 5.125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5.125rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 5.125rem;
  flex: 0 0 5.125rem;
}

.photos .item.alt .glide-nav ul li img {
  border: 2px solid transparent;
}

.photos .item.alt .glide-nav ul li.glide__bullet--active img {
  border-color: #E42313;
}

.photos .item.invert .desc {
  color: rgba(255, 255, 255, 0.7);
}

.photos .img img {
  width: 100%;
}

.photos .text {
  padding-top: 3.4375rem;
}

.photos .text .desc {
  width: 100%;
  max-width: 80%;
}

.photos .text .desc p:last-child {
  margin-bottom: 0;
}

.photos .glide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.8125rem;
}

.photo-accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.photo-accordion-item-head {
  padding: 1.875rem 3.125rem 1.875rem 0;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.photo-accordion-item-head:hover {
  color: #E42313;
}

.photo-accordion-item-content {
  color: rgba(0, 0, 0, 0.6);
  display: none;
  padding-bottom: 1.875rem;
  position: relative;
  max-width: 600px;
}

.photo-accordion-item-content .photo-accordion-img {
  display: none;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.photo-accordion-item-content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-animation: accordionLine 5000ms ease-in-out forwards;
  -moz-animation: accordionLine 5000ms ease-in-out forwards;
  -o-animation: accordionLine 5000ms ease-in-out forwards;
  animation: accordionLine 5000ms ease-in-out forwards;
}

.photo-accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.photo-accordion-item.active .photo-accordion-item-head .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo-accordion-item.active .photo-accordion-item-content {
  display: block;
  -webkit-animation: accordionShow 400ms ease-in-out forwards;
  -moz-animation: accordionShow 400ms ease-in-out forwards;
  -o-animation: accordionShow 400ms ease-in-out forwards;
  animation: accordionShow 400ms ease-in-out forwards;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.photo-accordion-item .plus {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.photo-accordion-item .plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  background: #E42313;
}

.photo-accordion-item .plus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #E42313;
}

.accordion-item {
  border-top: 1px solid #E6E6E6;
  margin-left: -60px;
  margin-right: -60px;
}

.accordion-item-head {
  display: block;
  padding: 3.125rem 7.5rem 3.125rem 3.75rem;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.accordion-item-head:hover {
  color: #E42313;
}

.accordion-item-head .plus {
  position: absolute;
  right: 4.6875rem;
  top: 50%;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.accordion-item-head .plus:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  background: #E42313;
}

.accordion-item-head .plus:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-left: -50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #E42313;
}

.accordion-item-content {
  display: none;
  padding: 0 3.75rem 0 3.75rem;
}

.accordion-item.active .accordion-item-head .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-item.active .accordion-item-content {
  display: block;
}

.accordion .col-side .desc {
  margin-bottom: 3.125rem;
  color: rgba(0, 0, 0, 0.7);
}

.colors .item-list {
  margin: 0 -0.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.colors .item {
  padding: 0 0.5px;
  display: block;
}

.colors .item .img {
  width: 100%;
  max-width: 100%;
  height: 6.25rem;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
}

.colors .item .img:hover:after {
  content: '';
  width: 290%;
  padding-bottom: 290%;
  background: inherit;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 70%;
  z-index: 10;
  -webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: showColor .4s;
  -moz-animation: showColor .4s;
  -o-animation: showColor .4s;
  animation: showColor .4s;
}

.colors .item .text {
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #000;
  padding: 0;
}

.post-sections .post-section {
  margin: 3.75rem 0;
}

.post-sections .post-section:first-child {
  margin-top: 0;
}

.post-sections .post-section:last-child {
  margin-bottom: 0;
}

.post-sections .post-section.text-indent {
  padding-left: 25%;
}

.post-sections .post-section.text-indent .suphead {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 25%;
  padding-right: 2.5rem;
}

.post-sections .post-excerpt {
  font-size: 1.75rem;
  line-height: 1.4em;
  color: #000;
  max-width: 80%;
}

.post-sections .post-excerpt a {
  color: #E42313;
}

.post-sections .post-excerpt a:hover {
  text-decoration: underline;
}

.post-sections .post-text {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  line-height: 1.45em;
  max-width: 80%;
  position: relative;
}

.post-sections .post-text.text-indent {
  max-width: 90%;
}

.post-sections .post-text a {
  color: #E42313;
}

.post-sections .post-text a:hover {
  text-decoration: underline;
}

.post-sections .post-cta {
  margin: 5rem 0;
}

.post-sections .post-cta .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #EEEEEE;
}

.post-sections .post-cta .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(25% + 1.25rem);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(25% + 1.25rem);
  flex: 0 0 calc(25% + 1.25rem);
  margin-top: -1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 1.25rem;
}

.post-sections .post-cta .text {
  font-size: -webkit-calc(max(1.1875rem, 16px));
  font-size: -moz-calc(max(1.1875rem, 16px));
  font-size: calc(max(1.1875rem, 16px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post-sections .post-cta .btn-set {
  font-size: 1.1875rem;
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-sections .post-cta .btn-set .btn {
  margin-right: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.post-sections .post-cta .btn-set .more {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  line-height: 1.3em;
  color: #E42313;
}

.post-sections .post-img .item-list {
  margin-bottom: -2.5rem;
}

.post-sections .post-img .item {
  margin-bottom: 2.5rem;
}

.post-sections .post-quote {
  margin: 5rem 0;
  position: relative;
}

.post-sections .post-quote .inner {
  padding: 3.75rem 0;
}

.post-sections .post-quote .text {
  position: relative;
  padding: 3.75rem 0;
}

.post-sections .post-quote .text:not(.text-main):last-child {
  padding-bottom: 0;
}

.post-sections .post-quote .text-main {
  border-top: 1px solid #E6E6E6;
}

.post-sections .post-quote .more-link {
  font-size: 1.1875rem;
  color: #E42313;
}

.post-sections .post-quote .desc {
  font-size: 2.375rem;
  line-height: 1.28em;
  color: #000;
}

.post-sections .post-quote .desc:before {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  width: 4.9375rem;
  height: 4.75rem;
  -webkit-transform: translate(-3.125rem, 0.625rem);
  -moz-transform: translate(-3.125rem, 0.625rem);
  -ms-transform: translate(-3.125rem, 0.625rem);
  -o-transform: translate(-3.125rem, 0.625rem);
  transform: translate(-3.125rem, 0.625rem);
  margin-right: -1.25rem;
  background: url("../img/quote.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
}

.post-sections .post-quote .name {
  font-size: 1.1875rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: -3.75rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-sections .post-quote .name .txt {
  max-width: 80%;
  padding-left: 2.5rem;
  background: #fff;
  position: relative;
  z-index: 10;
}

.post-sections .post-quote .name:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.75em;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #E6E6E6;
}

.post-sections .post-quote .contact-list {
  font-size: 1.1875rem;
}

.post-sections .post-quote .contact-list ul li {
  padding: 0;
}

.post-sections .post-quote .contact-list ul li:last-child {
  margin-bottom: 0;
}

.post-sections .post-quote .contact-list ul li a {
  color: #E42313;
}

.post-sections .post-quote .contact-list ul:last-child {
  margin-bottom: 0;
}

.post-sections .post-quote .indent {
  padding-left: 3.125rem;
}

.post-sections .post-params a {
  color: #E42313;
}

.post-sections .post-params a:hover {
  color: #000;
}

.post-sections .entry ul li:before {
  top: 0.7em;
}

.post-sections h2, .post-sections .h2 {
  font-size: 2.375rem;
  line-height: 1.3em;
  margin-bottom: 1.875rem;
}

.post-sections h3, .post-sections .h3 {
  font-size: 1.75rem;
  line-height: 1.3em;
  margin-bottom: 1.875rem;
}

.post-sections ul, .post-sections ol {
  color: #000;
}

.col2-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.col2-set .column-1 {
  -webkit-box-flex: 33.33333%;
  -webkit-flex: 33.33333%;
  -moz-box-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%;
  max-width: 33.33333%;
}

.col2-set .column-1.fixer-start {
  margin-top: -1.875rem;
}

.col2-set .column-2 {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 66.66666%;
  -webkit-flex: 66.66666%;
  -moz-box-flex: 66.66666%;
  -ms-flex: 66.66666%;
  flex: 66.66666%;
  max-width: 66.66666%;
  padding-left: 3.75rem;
}

.col2-set .col-side {
  width: 100%;
  max-width: 290px;
  top: 0;
}

.col2-set .col-side.fixer {
  padding-top: 1.875rem;
}

.col2-set .col-side.fixer .inner {
  padding-top: 1.875rem;
}

.col2-set .col-side .date {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 1.25rem;
}

.col2-set .col-side .tag-list {
  margin-bottom: 2.5rem;
}

.col2-set .col-side .author {
  padding: 2.1875rem 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.25rem;
}

.col2-set .col-side .author .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2-set .col-side .author .main .img {
  width: 3.8125rem;
  height: 3.8125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.8125rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.8125rem;
  flex: 0 0 3.8125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.col2-set .col-side .author .main .text {
  padding-left: 1.25rem;
}

.col2-set .col-side .author .main .name {
  font-size: 1.1875rem;
  line-height: 1.3em;
  margin: 0;
  color: #000;
}

.col2-set .col-side .author .main .job {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.col2-set .col-side .author .desc {
  font-size: -webkit-calc(max(0.875rem, 14px));
  font-size: -moz-calc(max(0.875rem, 14px));
  font-size: calc(max(0.875rem, 14px));
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 1.5625rem;
}

.col2-set .col-side .author .contact-list {
  margin-top: 1.875rem;
}

.col2-set .col-side .person-hr {
  border-top: 2px solid #E42313;
  padding-top: 1.5625rem;
  margin-bottom: 1.875rem;
}

.col2-set .col-side .person-hr .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col2-set .col-side .person-hr .main .img {
  width: 3.8125rem;
  height: 3.8125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.8125rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.8125rem;
  flex: 0 0 3.8125rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.col2-set .col-side .person-hr .main .text {
  padding-left: 1.25rem;
}

.col2-set .col-side .person-hr .main .name {
  font-size: 1.1875rem;
  line-height: 1.3em;
  margin: 0;
  color: #000;
}

.col2-set .col-side .person-hr .main .job {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.col2-set .col-side .person-hr .desc {
  font-size: -webkit-calc(max(0.875rem, 14px));
  font-size: -moz-calc(max(0.875rem, 14px));
  font-size: calc(max(0.875rem, 14px));
  line-height: 1.3em;
  color: rgba(0, 0, 0, 0.6);
  padding-top: 1.5625rem;
}

.col2-set .col-side .person-hr .contact-list {
  margin-top: 1.875rem;
}

.col2-set .col-side .share .head {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
}

.col2-set .col-side .share ul {
  margin: 0 -0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col2-set .col-side .share ul li {
  padding: 0 0.3125rem;
  margin: 0.3125rem 0;
}

.col2-set .col-side .share ul li a {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col2-set .col-side .share ul li a .icon {
  width: 100%;
  height: 100%;
}

.col2-set .col-side .heading {
  font-size: -webkit-calc(max(1rem, 17px));
  font-size: -moz-calc(max(1rem, 17px));
  font-size: calc(max(1rem, 17px));
  color: rgba(0, 0, 0, 0.6);
  padding: 1.5625rem 0;
  margin-bottom: 1.5625rem;
  border-top: 2px solid #E42313;
  border-bottom: 1px solid #E6E6E6;
}

.col2-set .col-side .heading h3 {
  font-size: -webkit-calc(max(1.1875rem, 17px));
  font-size: -moz-calc(max(1.1875rem, 17px));
  font-size: calc(max(1.1875rem, 17px));
  line-height: 1.3em;
  color: #000;
}

.col2-set .col-side .heading p {
  margin-bottom: 0;
}

.col2-set .col-side .contact-list ul {
  margin-bottom: 30px;
}

.col2-set .col-side .contact-list ul li {
  font-size: -webkit-calc(max(1rem, 17px));
  font-size: -moz-calc(max(1rem, 17px));
  font-size: calc(max(1rem, 17px));
  line-height: 1.3em;
  margin-bottom: 10px;
  padding: 0;
}

.col2-set .col-side .contact-list ul li a {
  color: #E42313;
}

.col2-set .col-side .contact-list ul li a:hover {
  text-decoration: underline;
}

.col2-set .col-side .btn {
  width: 100%;
}

.col2-set .col-side.fixed {
  position: fixed;
}

.col2-set .col-side.stuck {
  position: relative;
}

.col2-set-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.col2-set-map .column-1 {
  -webkit-box-flex: 33.33333%;
  -webkit-flex: 33.33333%;
  -moz-box-flex: 33.33333%;
  -ms-flex: 33.33333%;
  flex: 33.33333%;
  max-width: 33.33333%;
}

.col2-set-map .column-1 .gmap-wrap {
  width: 66.66666%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 33.33333%;
  top: 0;
}

.col2-set-map .column-1 .gmap-wrap .gmap {
  width: 100%;
  height: 100%;
}

.col2-set-map .column-2 {
  position: relative;
  -webkit-box-flex: 66.66666%;
  -webkit-flex: 66.66666%;
  -moz-box-flex: 66.66666%;
  -ms-flex: 66.66666%;
  flex: 66.66666%;
  max-width: 66.66666%;
  background: #e3e3e3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.col2-set-map .box {
  padding: 3.75rem 3.125rem;
}

.col2-set-map .box-black {
  background: #000;
  color: rgba(255, 255, 255, 0.7);
}

.col2-set-map .box-black h2, .col2-set-map .box-black h3, .col2-set-map .box-black a, .col2-set-map .box-black label {
  color: #fff;
}

.col2-set-map .gmap-wrap {
  width: 100%;
  height: 100%;
}

.col2-set-map .gmap-wrap .gmap {
  width: 100%;
  height: 100%;
}

.tag-list ul {
  margin: 0 -0.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-list ul li {
  padding: 0 0.3125rem;
  margin: 0.3125rem 0;
}

.tag-list ul li .tag {
  font-size: -webkit-calc(min(1rem, 14px));
  font-size: -moz-calc(min(1rem, 14px));
  font-size: calc(min(1rem, 14px));
  line-height: 1.3em;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 0.5rem 0.875rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-list ul li a.tag:hover {
  background: #000;
  color: #fff;
}

.tag-list ul li.active .tag {
  background: #000;
  color: #fff;
  cursor: default;
}

.tag-list.big ul li .tag {
  font-size: -webkit-calc(min(1rem, 16px));
  font-size: -moz-calc(min(1rem, 16px));
  font-size: calc(min(1rem, 16px));
  padding: 0.8125rem 1.25rem;
}

.product-list ul {
  margin: 0;
}

.product-list ul li {
  margin-bottom: 0.625rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-list ul li a {
  font-size: 1rem;
  line-height: 1.3em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5625rem;
  background: #fff;
}

.product-list ul li a .product-list-img {
  width: 3.5625rem;
  height: 3.5625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.5625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.5625rem;
  flex: 0 0 3.5625rem;
  overflow: hidden;
}

.product-list ul li a .product-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-list ul li a .product-list-text {
  padding-bottom: -webkit-calc(min(1rem, 16px));
  padding-bottom: -moz-calc(min(1rem, 16px));
  padding-bottom: calc(min(1rem, 16px));
  padding: 0 1.25rem;
}

.product-list ul li a:hover {
  background: #E42313;
  color: #fff;
}

.product-list ul li:last-child {
  margin-bottom: 0;
}

.product-list.inline ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.product-list.inline ul li {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.param-list .param-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 0;
  border-top: 1px solid #E6E6E6;
}

.param-list .param-list-item .label {
  font-size: -webkit-calc(max(1rem, 14px));
  font-size: -moz-calc(max(1rem, 14px));
  font-size: calc(max(1rem, 14px));
  line-height: 1.4em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  color: rgba(0, 0, 0, 0.7);
}

.param-list .param-list-item .val {
  font-size: -webkit-calc(max(1rem, 14px));
  font-size: -moz-calc(max(1rem, 14px));
  font-size: calc(max(1rem, 14px));
  line-height: 1.4em;
  padding-left: 1.25rem;
}

.param-list .param-list-item .product-list {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.param-list .param-list-item .product-list ul li {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.param-list .param-list-item .product-list ul li a:hover {
  background: inherit;
}

.param-list .param-list-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.param-list-big .label {
  margin-bottom: 0;
}

.param-list-big h2, .param-list-big .h2 {
  margin: 0;
}

.quick-nav .item-list {
  margin: 0;
}

.quick-nav .item {
  margin: 0;
  padding: 0;
}

.quick-nav .item-inner {
  display: block;
  padding: 3.75rem;
}

.quick-nav .item-inner:hover .icon {
  left: 5px;
}

.quick-nav .head {
  font-size: 1.75rem;
  line-height: 1.3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.quick-nav .head .icon {
  position: relative;
  left: 0;
  top: -0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.625rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.625rem;
  flex: 0 0 0.625rem;
  color: #000;
  margin-left: 15px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

.quick-nav .suphead {
  margin-bottom: 0.625rem;
  display: block;
}

.quick-nav.alt-3 .suphead:before {
  color: #000;
}

.quick-nav.alt-3 .item {
  border-left: 1px solid #B51608;
}

.quick-nav.alt-3 .item-inner {
  color: #fff;
}

.quick-nav.alt-3 .item-inner:hover .head {
  color: #000;
}

.pager {
  font-size: -webkit-calc(min(1.1875rem, 19px));
  font-size: -moz-calc(min(1.1875rem, 19px));
  font-size: calc(min(1.1875rem, 19px));
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5rem;
}

.pager .prev {
  line-height: 1.4em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #E42313;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 0.625rem;
  padding-left: 0.9375rem;
}

.pager .prev:before {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  position: relative;
  left: 0;
  top: 0.5em;
  background: url("../img/caret-l.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  margin-right: 0.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.pager .prev:hover {
  color: #000;
}

.pager .prev:hover:before {
  left: -5px;
}

.pager .prev.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}

.pager .prev.disabled:before {
  color: rgba(0, 0, 0, 0.5);
}

.pager .next {
  line-height: 1.4em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #E42313;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0.625rem;
  padding-right: 0.9375rem;
}

.pager .next:after {
  content: '';
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  position: relative;
  right: 0;
  top: 0.5em;
  background: url("../img/caret.svg") 0 0 no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  margin-left: 0.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.pager .next.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}

.pager .next.disabled:after {
  color: rgba(0, 0, 0, 0.5);
}

.pager .next .icon {
  color: #E42313;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.pager .next:hover {
  color: #000;
}

.pager .next:hover:after {
  right: -5px;
}

.pager ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
  background: #fff;
  padding: 0 0.625rem;
}

.pager ul li {
  padding: 0 0.625rem;
  margin: 0;
}

.pager ul li a {
  color: #E42313;
}

.pager ul li a:hover {
  color: #000;
}

.pager ul li.active {
  font-size: -webkit-calc(min(1.75rem, 28px));
  font-size: -moz-calc(min(1.75rem, 28px));
  font-size: calc(min(1.75rem, 28px));
}

.pager ul li.active a {
  color: #000;
}

.more-link {
  line-height: 1.4em;
  position: relative;
  padding-right: 0.9375rem;
}

.more-link:after {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  position: relative;
  right: 0;
  top: -0.125rem;
  background: url("../img/caret.svg") center center no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  margin-left: 0.3125rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.more-link:hover {
  color: #000;
}

.more-link:hover:after {
  right: -5px;
}

.back-to {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-to a, .back-to .link {
  font-size: 1.1875rem;
  line-height: 1.4em;
  margin-bottom: 0.625rem;
}

.back-to a:before, .back-to .link:before {
  content: '';
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0.5rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 0.5rem;
  flex: 0 0 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  left: 0;
  top: -0.125rem;
  background: url("../img/caret-l.svg") center center no-repeat;
  -moz-background-size: contain !important;
  background-size: contain !important;
  margin-right: 0.625rem;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.back-to a:hover:before, .back-to .link:hover:before {
  left: -5px;
}

.ol-steps li {
  padding-left: 4.75rem;
  margin-bottom: 1.5625rem;
  min-height: 3.375rem;
  line-height: 1.57em;
}

.ol-steps li:before {
  width: 3.375rem;
  height: 3.375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3.375rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3.375rem;
  flex: 0 0 3.375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #E42313;
  border: 2px solid #E42313;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ol-steps li:after {
  content: '';
  position: absolute;
  left: 1.6875rem;
  top: 3.375rem;
  width: 1px;
  height: -webkit-calc(100% - 1.8125rem);
  height: -moz-calc(100% - 1.8125rem);
  height: calc(100% - 1.8125rem);
  border-left: 2px dashed #E42313;
}

.ol-steps li:last-child:after {
  content: none;
}

@-webkit-keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes accordionShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes accordionLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes accordionLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-o-keyframes accordionLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes accordionLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes accordionImg {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-moz-keyframes accordionImg {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-o-keyframes accordionImg {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes accordionImg {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes showColor {
  0% {
    opacity: 0;
    bottom: 110%;
  }
  100% {
    opacity: 1;
    bottom: 70%;
  }
}

@-moz-keyframes showColor {
  0% {
    opacity: 0;
    bottom: 110%;
  }
  100% {
    opacity: 1;
    bottom: 70%;
  }
}

@-o-keyframes showColor {
  0% {
    opacity: 0;
    bottom: 110%;
  }
  100% {
    opacity: 1;
    bottom: 70%;
  }
}

@keyframes showColor {
  0% {
    opacity: 0;
    bottom: 110%;
  }
  100% {
    opacity: 1;
    bottom: 70%;
  }
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.75em;
  background: #000;
  color: rgba(255, 255, 255, 0.6);
}

.footer .f_1 {
  padding: 5.625rem 0;
  position: relative;
}

.footer .col-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .col-main > .row {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer .col-side {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin-left: -25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer .col-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .col-contact .foot-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .foot-item {
  margin: 1.875rem 0;
  width: 100%;
}

.footer .logo-foot {
  max-width: 8.6875rem;
}

.footer .claim {
  width: 100%;
  position: relative;
}

.footer .claim .frame .inner {
  padding: 1.875rem 0;
}

.footer .claim .frame .inner img {
  width: 100%;
}

.footer .head {
  font-size: 19px;
  color: #fff;
}

.footer .btn-set {
  padding-top: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .btn {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  margin-right: 10px;
  height: 48px;
}

.footer .btn:hover {
  color: #000;
}

.footer .btn.alt {
  color: #000;
}

.footer .btn.alt:hover {
  color: #fff;
}

.footer ul {
  margin: 0;
}

.footer ul li {
  padding: 0;
}

.footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.footer a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-bar {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.25rem 0;
}

.footer-bar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bar .copy {
  margin: 0;
}

.social-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.3125rem;
}

.social-nav ul li {
  padding: 0 0.3125rem;
  margin: 0;
}

.social-nav ul li a {
  width: 3rem;
  height: 3rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 3rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.social-nav ul li a .icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1.125rem;
  -moz-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
}

.social-nav ul li a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/*========================= Viewport width 1920px and higher =========================*/
@media screen and (min-width: 1920px) {
  html {
    font-size: 19px;
  }
}

/*========================= Viewport width 991px and higher =========================*/
@media screen and (min-width: 991px) {
  body.nav-opened .lng-nav-wrap {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  body.nav-opened .nav-btn-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 42px;
    height: 60px;
    background: #E42313;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
  }
  body.nav-opened .nav-btn .line-1, body.nav-opened .nav-btn .line-2, body.nav-opened .nav-btn .line-3 {
    background: #fff;
  }
}

/*========================= Viewport width 1800px and lowr =========================*/
@media screen and (max-width: 1800px) {
  .tiles-text .head {
    max-width: 100%;
  }
}

/*========================= Viewport width 1399px and lowr =========================*/
@media screen and (max-width: 1399px) {
  .teaser-alt h1 {
    max-width: 900px;
  }
}

/*========================= Viewport width 1199px and lower =========================*/
@media screen and (max-width: 1199px) {
  html {
    font-size: 12px;
  }
  h1, .h1 {
    font-size: 3.75rem;
    line-height: 1.22em;
  }
  h1.big, .h1.big {
    font-size: -webkit-calc(min(11.5vw, 60px));
    font-size: -moz-calc(min(11.5vw, 60px));
    font-size: calc(min(11.5vw, 60px));
    line-height: 1.22em;
  }
  h2, .h2 {
    font-size: 3.125rem;
    line-height: 1.22em;
  }
  .main-nav {
    display: none;
  }
  .col2-set-map .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col2-set-map .column-1 .gmap-wrap {
    left: 40%;
    width: 60%;
  }
  .col2-set-map .column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .career .img-3 {
    top: -4%;
  }
  .career-process .section-head {
    margin-bottom: 6.25rem;
  }
  .desktop-nav .head {
    min-height: 35px;
  }
  .desktop-nav .row {
    margin: 0 -10px;
  }
  .desktop-nav .row > * {
    padding: 0 10px;
  }
  .desktop-nav .nav ul {
    margin: 0 -10px;
  }
  .desktop-nav .nav ul li {
    padding: 0 10px;
  }
  .image-boxes .section-head {
    margin-bottom: 3.125rem;
  }
  .cta-bar .text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-bar .text .section-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.625rem;
  }
  .cta-bar .text .divider {
    display: none;
  }
  .cta-bar .text .desc {
    padding-left: 0;
    margin-top: 0;
    max-width: 100%;
  }
  .cta-bar .btn-set {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .footer .col-main {
    padding-right: 10%;
  }
}

/*========================= Viewport width 991px and lower =========================*/
@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 1.22em;
  }
  h1.big, .h1.big {
    font-size: -webkit-calc(min(11.5vw, 50px));
    font-size: -moz-calc(min(11.5vw, 50px));
    font-size: calc(min(11.5vw, 50px));
    line-height: 1.22em;
  }
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 1.22em;
  }
  h3.medium, .h3.medium {
    font-size: 2rem;
    line-height: 1.22em;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .block {
    margin: 5.625rem 0;
  }
  .block.block-pt {
    padding-top: 5.625rem;
  }
  .block.block-pb {
    padding-bottom: 5.625rem;
  }
  .header .header-r .search-trig {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .mobile-nav-wrap {
    display: block;
  }
  .desktop-nav-wrap {
    display: none;
  }
  .teaser-hp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
  }
  .teaser-hp .teaser-img {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 0;
    max-width: 490px;
  }
  .teaser-hp .teaser-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .teaser-hp .teaser-content {
    max-width: 100%;
  }
  .teaser-hp h1, .teaser-hp .h1 {
    max-width: 600px;
  }
  .main-offer .item-list {
    top: 0 !important;
  }
  .main-offer .item-inner {
    position: relative;
  }
  .main-offer .item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    overflow: hidden;
  }
  .main-offer .item .text {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
  .b2b .section-head {
    margin-bottom: 2.5rem;
  }
  .b2b .foot {
    margin-top: 2.5rem;
  }
  .b2b .foot .btn {
    width: 100%;
    max-width: 400;
  }
  .b2b-img {
    display: none;
  }
  .b2b-text .suphead {
    display: block;
  }
  .realizations .item-list {
    margin: 0 -1.25rem;
  }
  .realizations .item {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
  }
  .photo-accordion-item .acc-img {
    display: block;
    max-width: 600px;
  }
  .accordion-item {
    margin-left: -15px;
    margin-right: -15px;
  }
  .accordion-item-head {
    padding-left: 15px;
    padding-right: 55px;
  }
  .accordion-item-head .plus {
    right: 15px;
  }
  .accordion-item-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .quick-nav .item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col2-set {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2-set .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .col2-set .column-1 .col-side {
    position: relative !important;
    top: 0 !important;
  }
  .col2-set .column-1 .col-side .date, .col2-set .column-1 .col-side .tag-list {
    display: none;
  }
  .col2-set .column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 5rem;
  }
  .col2-set-map .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-certified {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 2.5rem;
  }
  .person-detail .col-img {
    margin-bottom: 3.125rem;
  }
  .person-detail .col-img .frame {
    margin-left: auto;
    margin-right: auto;
  }
  .certificates .col-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .certificates .col-head .section-head {
    padding-right: 1.875rem;
  }
  .certificates .col-head .glide-nav {
    margin-bottom: 2.5rem;
  }
  .certificates .item-inner {
    padding: 2.1875rem;
  }
  .contact-tiles .item-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tiles-item.alt .tiles-text .inner {
    padding-left: 0;
  }
  .tiles-item.alt .tiles-text .inner .num-list {
    margin-left: 0;
  }
  .tiles-img {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -moz-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
    margin-bottom: 3.125rem;
  }
  .tiles-text {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -moz-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .tiles-text .desc {
    max-width: 100%;
  }
  .downloads .section-head {
    margin-bottom: 2.5rem;
  }
  .tabs-gallery-slider .glide-nav {
    right: 15px;
  }
  .variants .item-list {
    margin-right: -20px;
  }
  .variants .colors .item-list {
    margin-right: 0;
  }
  .colors .item-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .colors .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-bottom: 1.25rem;
  }
  .footer .f_1 {
    padding-bottom: 1.25rem;
  }
  .footer .col-main {
    padding-right: 20px;
  }
  .footer .col-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .footer .claim {
    max-width: 31.25rem;
    position: absolute;
    right: 0;
    bottom: -40.625rem;
  }
  .footer .claim .frame .inner {
    padding-bottom: 0;
  }
  .footer-bar {
    padding-bottom: 22.5rem;
    border: none;
  }
  .contact-nav .section-head {
    margin-bottom: 1.25rem;
  }
  .contact-nav .col-side {
    margin-bottom: 2.5rem;
  }
  body.nav-opened .header .inner {
    height: 5.625rem;
  }
  body.nav-opened .header .logo {
    display: none;
  }
  body.nav-opened .header .header-r {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body.nav-opened .header .header-r .btn {
    display: none;
  }
  body.search-opened .search-dropdown {
    display: none;
  }
}

/*========================= Viewport width 767px and lower =========================*/
@media screen and (max-width: 767px) {
  .teaser-alt .col-btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .teaser-alt .col-desc {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 2.5rem;
    margin-top: -1.25rem;
  }
  .realizations-tiles .item-list {
    margin: 0 -0.9375rem;
  }
  .realizations-tiles .item {
    margin-top: 0 !important;
    margin-bottom: 1.875rem;
    padding: 0 0.9375rem;
  }
  .blog .item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 1.5625rem;
  }
  .blog .item .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .blog .item .date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0.625rem;
  }
  .blog .item-big {
    margin-bottom: 3.75rem;
  }
  .blog .item-big .img {
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  .blog .item-big .text {
    padding-left: 0;
  }
  .reasons-wrap .scrollmagic-pin-spacer {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  .reasons {
    padding-top: 0;
    padding-right: 0;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: relative !important;
    inset: 0 !important;
  }
  .reasons .section-head {
    margin-bottom: 0;
  }
  .reasons .item-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  .reasons .item {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-right: none;
  }
  .reasons .item .img {
    display: none !important;
  }
  .reasons .item .desc {
    display: none;
  }
  .reasons .item:before {
    content: none;
  }
  .reasons .item.active .desc {
    display: block;
  }
  .reasons .item-num .text {
    padding-left: 30px;
  }
  .reasons .item-num .plus {
    position: absolute;
    left: 0;
    top: 0.5625rem;
    width: 14px;
    height: 14px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .reasons .item-num .plus:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: -50%;
    margin-top: -1px;
    background: #E42313;
  }
  .reasons .item-num .plus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-left: -50%;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #E42313;
  }
  .reasons .item-num.active .desc {
    display: block;
  }
  .reasons .item-num.active .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .reasons .item-num:hover h2, .reasons .item-num:hover .h2, .reasons .item-num:hover h3, .reasons .item-num:hover .h3 {
    color: #000;
  }
  .reasons .item-num:hover .desc {
    color: rgba(0, 0, 0, 0.6);
  }
  .reasons .item-num:hover:before {
    color: #000;
  }
  .realizations-tiles .item:nth-child(5), .realizations-tiles .item:nth-child(6) {
    display: none;
  }
  .realizations-tiles .item:nth-child(2) .item-inner, .realizations-tiles .item:nth-child(4) .item-inner {
    margin-top: -4.125rem;
  }
  .realizations-pick-wrap .scrollmagic-pin-spacer {
    margin: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .realizations-pick {
    padding-top: 0;
    padding-right: 0;
    width: 100% !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: relative !important;
    inset: 0 !important;
  }
  .realizations-pick .img {
    opacity: 1 !important;
  }
  .realizations-pick .text {
    opacity: 1 !important;
  }
  .col2-set-map {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2-set-map .column-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col2-set-map .column-1 .gmap-wrap {
    width: 100%;
    height: 31.25rem;
    position: relative;
    left: 0;
    top: 0;
  }
  .col2-set-map .column-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quick-nav.alt-3 .item {
    border-top: 1px solid #B51608;
    border-left: none;
  }
  .quick-nav.alt-3 .item:first-child {
    border: none;
  }
  .career-process .item .text {
    padding-left: 2.5rem;
  }
  .contact-bar .section-head {
    padding-right: 0;
  }
  .contact-bar .person {
    margin-top: 0.625rem;
  }
  .contact-bar .person .text {
    padding-left: 1.875rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-bar .person .text .contact-list {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .contact-bar .person .text .contact-list:before {
    content: none;
  }
  .image-boxes .item-offset {
    position: relative;
  }
  .tabs-gallery-slider .glide-nav {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: auto;
    bottom: 5.625rem;
  }
  .tabs-gallery-slider .glide-nav ul {
    display: none;
  }
  .tabs-gallery-slider .glide-nav .prev {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .tabs-gallery-slider .glide-nav .next {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .tabs-gallery .suphead {
    display: none;
  }
  .tabs-gallery .section-head {
    padding-right: 8.125rem;
  }
  .tabs-gallery .glide__slide {
    min-height: 500px;
  }
  .tabs-gallery .glide__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-boxes .item-compare .item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }
  .image-boxes .item-compare .item-inner .img-compare {
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .image-boxes .item-compare .item-inner .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.875rem 0 0 0;
  }
  .photos .item.alt .item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: none;
  }
  .photos .item.alt .item-inner .img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .photos .item.alt .item-inner .text {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.875rem 0 0 0;
  }
  .photos .item.alt .glide-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .photos .item.alt .glide-nav ul li .frame {
    width: 3.75rem;
    height: 3.75rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.75rem;
    -moz-box-flex: 0;
    -ms-flex: 0 0 3.75rem;
    flex: 0 0 3.75rem;
  }
  .modal-colors .photos .item.alt .text h3 {
    color: #000;
  }
  .modal-colors .photos .item.alt .glide-nav {
    top: 0;
  }
  .variants .section-head {
    margin-bottom: 1.875rem;
  }
  .footer .col-logo {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer .col-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .col-socials {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .col-contact {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*========================= Viewport width 575px and lower =========================*/
@media screen and (max-width: 575px) {
  .header .inner {
    height: 5.625rem;
  }
  .header-r .btn {
    display: none;
  }
  .teaser-alt .teaser-content {
    padding-top: 12.5rem;
  }
  .post-sections .post-section.text-indent {
    padding-left: 0;
  }
  .post-sections .post-section.text-indent .suphead {
    position: relative;
    max-width: 100%;
  }
  .post-sections .post-cta .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .post-sections .post-cta .box .text {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .post-sections .post-cta .box .btn-set {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .post-sections .post-cta .box .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 0;
    max-width: 80%;
  }
  .post-sections .post-text, .post-sections .post-excerpt {
    max-width: 100%;
  }
  .post-sections .post-quote .desc {
    font-size: 1.875rem;
    line-height: 1.5em;
  }
  .post-sections .post-quote .desc:before {
    width: 3.9375rem;
    height: 3.75rem;
  }
  .block-blog-detail {
    margin-top: 3.125rem;
  }
  .col2-set .col-side {
    max-width: 100%;
  }
  .main-offer .item .text {
    padding-left: 15px;
    padding-right: 20px;
  }
  .history .item .year {
    font-size: 6.25rem;
    line-height: 1em;
    padding-left: 1.25rem;
  }
  .history .item .head h3 {
    font-size: 1.5rem;
    padding-right: 0;
  }
  .pager .prev {
    display: none;
  }
  .pager .next {
    display: none;
  }
  .career .img-4 {
    right: 0;
  }
  .career-process .item .text {
    padding-left: 2.5rem;
  }
  .career-process .item .img {
    max-width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
  .career-process .item .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .career-process .item-inner {
    padding-left: 2.5rem;
  }
  .jobs .section-head {
    margin-bottom: 3.125rem;
  }
  .jobs .item-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jobs .item {
    padding: 1.875rem 0;
  }
  .jobs .item .type {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 0.9375rem;
  }
  .benefits .item .text {
    font-size: 1.5625rem;
  }
  .image-boxes .item .text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .image-boxes .item .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  .image-boxes .item-img-after .img:after {
    content: none;
  }
  .image-boxes .item-img-after .img .frame {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .cta-bar {
    padding: 4.375rem 0;
  }
  .cta-bar .inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-bar .text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-bar .text .section-head {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.9375rem;
    margin-top: 0;
  }
  .cta-bar .text .divider {
    display: none;
  }
  .cta-bar .text .desc {
    padding-left: 0;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 1.5625rem;
  }
  .cta-bar .btn-set {
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .variants .item-list {
    margin-right: -20px;
  }
  .photos .item .desc {
    max-width: 100%;
  }
  .quick-nav .item-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cover-photo {
    height: auto;
    min-height: 50vh;
  }
  .cover-photo .img-frame {
    min-height: 50vh;
    height: auto;
  }
  .cover-photo .img {
    top: -100%;
    height: 150%;
  }
  .cover-video {
    height: 50vh;
  }
  .cover-video .img-frame {
    min-height: 50vh;
    height: 50vh;
  }
  .cover-video .img {
    top: -75%;
    height: 150%;
  }
  .icv__arrow-wrapper:nth-child(1) {
    margin-left: 0.5rem;
  }
  .icv__arrow-wrapper:nth-child(2) {
    margin-right: 0.5rem;
  }
  .footer .btn-set {
    width: 100%;
    max-width: 400px;
  }
  .footer .btn-set .btn {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

/*# sourceMappingURL=styles.css.map */
