.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: a 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 1)
  .flatpickr-day.inRange:nth-child(7n + 7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth
  .flatpickr-days
  .dayContainer:nth-child(n + 2)
  .flatpickr-day.inRange:nth-child(7n + 1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-next-month.disabled,
.flatpickr-months .flatpickr-prev-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translateZ(0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translateZ(0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes a {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: b;
}
@keyframes b {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Light.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Stag;
  src: url(../../assets/fonts/Stag-Bold.woff2) format("woff2"),
    url(../../assets/fonts/Stag-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Regular.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Stag;
  src: url(../../assets/fonts/Stag-Black.woff2) format("woff2"),
    url(../../assets/fonts/Stag-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-ExtraLight.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Medium.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Black.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Medium.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Stag;
  src: url(../../assets/fonts/Stag-Medium.woff2) format("woff2"),
    url(../../assets/fonts/Stag-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Stag Book;
  src: url(../../assets/fonts/Stag-Book.woff2) format("woff2"),
    url(../../assets/fonts/Stag-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Thin.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Bold.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Black.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Regular.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Thin.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-ExtraLight.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Stag;
  src: url(../../assets/fonts/Stag-Thin.woff2) format("woff2"),
    url(../../assets/fonts/Stag-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: AntennaCond;
  src: url(../../assets/fonts/AntennaCond-Bold.woff2) format("woff2"),
    url(../../assets/fonts/AntennaCond-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Antenna;
  src: url(../../assets/fonts/Antenna-Light.woff2) format("woff2"),
    url(../../assets/fonts/Antenna-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
footer,
header,
main {
  float: left;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.footerWrap,
.headerWrap,
.mainWrap {
  position: relative;
  clear: both;
}
a,
b,
blockquote,
button,
div,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
li,
p,
span,
strong,
ul {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
.container,
.row {
  *zoom: 1;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
.video_section__thumb .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom_color_articles,
.custom_color_articles__container,
.footer_main__bottom,
.footer_main__partner__list,
.footer_main__partner__title,
.footer_main__report h5,
.footer_main__report p,
.footer_main__text,
.footer_main__top,
.footerWrap,
.header_sub_menu,
.header_sub_menu__list ul,
.header_sub_menu__logo,
.headerWrap,
.logo img,
.main_header,
.mainWrap,
.menu_list__item,
.menu_list__title {
  float: left;
  width: 100%;
  clear: both;
}
.column-1 {
  width: 8.33333%;
}
.column-2 {
  width: 16.66667%;
}
.column-3 {
  width: 25%;
}
.column-4 {
  width: 33.33333%;
}
.column-5 {
  width: 41.66667%;
}
.column-6 {
  width: 50%;
}
.column-7 {
  width: 58.33333%;
}
.column-8 {
  width: 66.66667%;
}
.column-9 {
  width: 75%;
}
.column-10 {
  width: 83.33333%;
}
.column-11 {
  width: 91.66667%;
}
.column-12 {
  width: 100%;
}
.wow {
  visibility: hidden;
}
[class*="column-"] {
  float: left;
  min-height: 1px;
}
.has_gutter [class*="column-"] {
  padding: 0 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container,
.revive_zone {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container,
  .revive_zone {
    max-width: 732px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container,
  .revive_zone {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
  .revive_zone {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 767px) {
  .container,
  .revive_zone {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .show-mob,
  .show-tab,
  .show-tab-big {
    display: none !important;
  }
}
.hidden-mob {
  display: block;
}
.hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .column-mob-1 {
    width: 8.33333%;
  }
  .column-mob-2 {
    width: 16.66667%;
  }
  .column-mob-3 {
    width: 25%;
  }
  .column-mob-4 {
    width: 33.33333%;
  }
  .column-mob-5 {
    width: 41.66667%;
  }
  .column-mob-6 {
    width: 50%;
  }
  .column-mob-7 {
    width: 58.33333%;
  }
  .column-mob-8 {
    width: 66.66667%;
  }
  .column-mob-9 {
    width: 75%;
  }
  .column-mob-10 {
    width: 83.33333%;
  }
  .column-mob-11 {
    width: 91.66667%;
  }
  .column-mob-12 {
    width: 100%;
  }
  .show-mob {
    display: block !important;
  }
  .hidden-mob {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .column-tab-1 {
    width: 8.33333%;
  }
  .column-tab-2 {
    width: 16.66667%;
  }
  .column-tab-3 {
    width: 25%;
  }
  .column-tab-4 {
    width: 33.33333%;
  }
  .column-tab-5 {
    width: 41.66667%;
  }
  .column-tab-6 {
    width: 50%;
  }
  .column-tab-7 {
    width: 58.33333%;
  }
  .column-tab-8 {
    width: 66.66667%;
  }
  .column-tab-9 {
    width: 75%;
  }
  .column-tab-10 {
    width: 83.33333%;
  }
  .column-tab-11 {
    width: 91.66667%;
  }
  .column-tab-12 {
    width: 100%;
  }
  .show-tab {
    display: block !important;
  }
  .hidden-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .column-tab-big-1 {
    width: 8.33333%;
  }
  .column-tab-big-2 {
    width: 16.66667%;
  }
  .column-tab-big-3 {
    width: 25%;
  }
  .column-tab-big-4 {
    width: 33.33333%;
  }
  .column-tab-big-5 {
    width: 41.66667%;
  }
  .column-tab-big-6 {
    width: 50%;
  }
  .column-tab-big-7 {
    width: 58.33333%;
  }
  .column-tab-big-8 {
    width: 66.66667%;
  }
  .column-tab-big-9 {
    width: 75%;
  }
  .column-tab-big-10 {
    width: 83.33333%;
  }
  .column-tab-big-11 {
    width: 91.66667%;
  }
  .column-tab-big-12 {
    width: 100%;
  }
  .show-tablet-big {
    display: block !important;
  }
  .hidden-tablet-big {
    display: none !important;
  }
}
.is-full-width {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: none;
}
.no_padding {
  padding: 0 !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}
main {
  -ms-flex: 1;
  flex: 1;
}
.no-flexboxlegacy body {
  display: block !important;
}
body {
  font-size: 14px;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
body,
input,
option,
select,
textarea {
  font-family: AntennaCond, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif;
}
input,
option,
select,
textarea {
  opacity: 1;
  -moz-appearance: none;
  appearance: none;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input::-webkit-input-placeholder,
option::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: AntennaCond, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
input:-moz-placeholder,
input::-moz-placeholder,
option:-moz-placeholder,
option::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  font-family: AntennaCond, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
input:-ms-input-placeholder,
option:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: AntennaCond, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto,
    Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
.iphone input,
.iphone option,
.iphone select,
.iphone textarea {
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-style: solid;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  background: #eee;
  font-family: Courier\10 Pitch, Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  text-decoration: none;
}
big {
  font-size: 125%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
#main[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top_header {
  padding: 10px 0;
  padding: 0.625rem 0;
}
.top_header__menu {
  float: left;
}
.top_header__menu li {
  float: left;
  position: relative;
  color: #9c9b9b;
  display: inline-block;
  font-family: Antenna;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.top_header__menu li:hover a {
  color: #000;
}
.top_header__menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.top_header__menu li:last-child:after {
  display: none;
}
.top_header__menu li:after {
  top: 0;
  right: 0;
  content: "/";
  float: right;
  position: absolute;
  color: #9c9b9b;
}
.top_header__menu li a {
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 11px;
  font-size: 0.6875rem;
}
.top_header__menu--right_aligned {
  float: right;
}
.top_header__menu--accent_color li,
.top_header__menu--accent_color li:after {
  color: #ae1919;
}
.main_header {
  background: #e6e6e6;
}
.main_header__container {
  float: left;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  height: 2.625rem;
}
.logo {
  float: left;
  margin-right: 53px;
  margin-right: 3.3125rem;
}
.logo a {
  float: left;
  width: 95px;
  width: 5.9375rem;
}
.header_navigation {
  -ms-flex: 1;
  flex: 1;
  float: left;
  height: 100%;
}
.header_navigation__list {
  float: left;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.header_navigation__list li {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  float: left;
  height: 100%;
  font-family: Antenna;
  min-width: 110px;
  min-width: 6.875rem;
  border-right: 1px solid #9c9b9b;
}
.header_navigation__list li.current-menu-item a,
.header_navigation__list li:hover a {
  font-weight: 700;
}
.header_navigation__list li:first-child {
  border-left: 1px solid #9c9b9b;
}
.header_navigation__list #sub_menu_toggler a:after {
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 7px;
  height: 0.4375rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  background: url(../images/anchor-red.svg) no-repeat 50%;
  background-size: contain;
}
.header_navigation__list a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #ae1919;
  text-decoration: none;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.header_search {
  float: right;
  position: relative;
  min-width: 230px;
  min-width: 14.375rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.header_search .report_button {
  left: 0;
  opacity: 1;
  z-index: 1;
  position: absolute;
}
.header_search.activeSearch .report_button {
  opacity: 0;
  z-index: -1;
}
.header_search.activeSearch .search_form {
  width: 100%;
  margin-left: 0;
}

.is-search-submit{
    height: 1.625rem !important;
}

#is-search-input-3089064 {
    height: 1.625rem;
}

.newSearchForm{
    z-index: 2;
    float: right;
    background: #fff;
    position: relative;
    transition: all .3s cubic-bezier(.3,0,.2,1);
    width: 105px;
    width: 6.5625rem;
    margin-left: 20px;
    margin-left: 1.25rem;
}

.newSearchForm .is-form-style input.is-search-submit, .is-search-icon{
    height: 1.625rem;
    align-items: center;
    display: flex !important;
    padding-top: 0 !important;
    justify-content: center;
}

.search_form {
  float: right;
  background: #fff;
  position: relative;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  width: 105px;
  width: 6.5625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.search_form input[type="text"] {
  outline: 0;
  float: left;
  border: none;
  width: calc(100% - 28px);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.search_form input[type="text"]::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form input[type="text"]:-moz-placeholder,
.search_form input[type="text"]::-moz-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form input[type="text"]:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form input[type="submit"] {
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}
.search_form .input_icon,
.search_form input[type="submit"] {
  top: 0;
  right: 0;
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 26px;
  height: 1.625rem;
}
.search_form .input_icon {
  z-index: 4;
  float: right;
  background: url(../images/search_icon.svg) no-repeat 50%;
  background-size: 16px;
  background-size: 1rem;
}
.search_form_mob input[type="text"] {
  outline: 0;
  float: left;
  border: none;
  width: calc(100% - 28px);
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.search_form_mob input[type="text"]::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form_mob input[type="text"]:-moz-placeholder,
.search_form_mob input[type="text"]::-moz-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form_mob input[type="text"]:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.search_form_mob input[type="submit"] {
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 37px;
  height: 2.3125rem;
}
.search_form_mob .input_icon {
  top: 0;
  right: 0;
  z-index: 4;
  float: right;
  position: absolute;
  width: 28px;
  width: 1.75rem;
  height: 26px;
  height: 1.625rem;
  background: url(../images/search_icon.svg) no-repeat 50%;
  background-size: 16px;
  background-size: 1rem;
}
.header_sub_menu {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  background: #e6e6e6;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  border: 1px solid #9c9b9b;
  border-top: none;
}
.header_sub_menu.active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.header_sub_menu__left_side {
  width: 18%;
  float: left;
  padding: 20px;
  padding: 1.25rem;
  border-right: 1px solid #9c9b9b;
}
.header_sub_menu__main_section {
  width: 82%;
  float: right;
  padding-right: 55px;
  padding-right: 3.4375rem;
}
.header_sub_menu__main_section .header_sub_menu__list {
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  border-bottom: 1px solid #9c9b9b;
}
.header_sub_menu__main_section .header_sub_menu__list:last-child {
  border-bottom: none;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
.header_sub_menu__main_section .header_sub_menu__item {
  padding-right: 25px;
  padding-right: 1.5625rem;
}
.header_sub_menu__main_section .header_sub_menu__item:last-child {
  padding-right: 0;
}
.header_sub_menu__logo {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
.header_sub_menu__list {
  float: left;
  width: 100%;
}
.header_sub_menu__item {
  float: left;
  width: 16.66667%;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
.header_sub_menu__item--full {
  width: 100%;
}
body {
  background: #f9f9f9;
}
.mobile_kallxues_slider {
  display: block !important;
}
a {
  outline: 0;
  color: inherit;
  text-decoration: none;
}
.report_button {
  float: left;
  position: relative;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.report_button a {
  float: left;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: #ae1919;
  text-transform: uppercase;
  font-family: AntennaCond;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.report_button a:after {
  content: "";
  float: right;
  width: 9px;
  width: 0.5625rem;
  height: 16px;
  height: 1rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  background: url(../images/anchor-white.svg) no-repeat 50%;
}
.post_date {
  float: right;
  margin-left: auto;
  color: #9c9b9b;
  font-size: 12px;
  font-size: 0.75rem;
}
.menu_list--bold .menu_list__item {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
.menu_list--bold .menu_list__item a {
  font-weight: 700;
}
.menu_list__item {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.menu_list__item a {
  line-height: 1.15em;
  color: #9c9b9b;
  text-decoration: none;
  font-family: Antenna;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.menu_list__item a:hover {
  color: #000;
}
.menu_list__title {
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
.menu_list__title a {
  font-weight: 700;
  color: #9c9b9b;
  text-decoration: none;
  font-family: Antenna;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 14px;
  font-size: 0.875rem;
}
.menu_list__title a:hover {
  color: #000;
}
.krypometer_level {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.krypometer_level__bottles span {
  float: left;
  width: 19px;
  width: 1.1875rem;
  height: 42px;
  height: 2.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  background: url(../images/krypo-level.svg) no-repeat 50%;
  background-size: cover;
}
.krypometer_level__bottles span:last-child {
  margin-right: 0;
}
.krypometer_level__bottles--1 img {
  width: 22px;
  width: 1.375rem;
}
.krypometer_level__bottles--2 img {
  width: 56px;
  width: 3.5rem;
}
.krypometer_level__bottles--3 img {
  width: 84px;
  width: 5.25rem;
}
.krypometer_level__bottles--4 img {
  width: 118px;
  width: 7.375rem;
}
.krypometer_level__bottles--5 img {
  width: 140px;
  width: 8.75rem;
}
.krypometer_level__bottles--6 img {
  width: 22px;
  width: 1.375rem;
}
.krypometer_level__bottles--7 img {
  width: 40px;
  width: 2.5rem;
}
.krypometer_level__name {
  float: left;
  width: auto;
  font-weight: 700;
  color: #b3b3b3;
  font-family: Antenna;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
}
.sub_logo img {
  width: 120px;
  width: 7.5rem;
}
.thumb_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.view_more_button {
  float: left;
  width: auto;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  background: #e6e6e6;
  font-family: AntennaCond;
  font-size: 16px;
  font-size: 1rem;
}
.view_more_button a {
  display: inline-block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.view_more_button--arrow {
  float: left;
  width: 100%;
  background: transparent;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.view_more_button--arrow.row_space {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.view_more_button--arrow a {
  padding: 0;
  float: left;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-family: AntennaCond;
  font-size: 16px;
  font-size: 1rem;
}
.view_more_button--arrow a:after {
  content: "";
  float: right;
  width: 10px;
  width: 0.625rem;
  height: 15px;
  height: 0.9375rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  background: url(../images/anchor-black.svg) no-repeat 50%;
  background-size: contain;
}
.view_more_button--inverse a {
  color: #fff;
}
.view_more_button--inverse a:after {
  background: url(../images/anchor-white.svg) no-repeat 50%;
  background-size: contain;
}
.view_more_button--top_diff {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.view_more_button--white a {
  background: #fff;
  font-weight: 700;
  color: transparent;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.view_more_button--light {
  color: #fff;
  font-weight: 700;
}
.view_more_button--light a {
  display: inline-block;
  background: gray;
  padding: 9px;
  padding: 0.5625rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.view_more_button--centered {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.view_more_button--dark a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  background: #333;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
}
.view_more_button--archive a {
  font-weight: 700;
  color: #3c3c3b;
  display: inline-block;
  background: #f2f2f2;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 21px;
  padding: 0.75rem 1.3125rem;
}
.view_more_button--only_arrow {
  float: left;
  width: auto;
  height: auto;
  margin-left: auto;
}
.view_more_button--only_arrow img {
  width: 35px;
  width: 2.1875rem;
}
.block_section {
  float: left;
  width: 100%;
  position: relative;
  background-color: var(--section-color, transparent);
}
.block_section--gray {
  background: #f2f2f2;
  padding: 40px 0;
  padding: 2.5rem 0;
}
.block_section--top_diff {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.block_section--bottom_diff {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.block_section--equal_sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom_content_wrapper {
  float: left;
  width: 100%;
  padding: 40px 0;
  padding: 2.5rem 0;
}
.custom_content_wrapper--jnk {
  background: linear-gradient(#000, #702382);
}
.custom_content_wrapper--jnk .view_more_button--centered a {
  color: #702382;
}
.custom_content_wrapper--dnk {
  background: linear-gradient(#000, #00406f);
}
.custom_content_wrapper--dnk .view_more_button--centered a {
  color: #00406f;
}
.custom_content_wrapper--kallxotv {
  background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.58));
}
.article_content--bold_headlines h1,
.article_content--bold_headlines h2,
.article_content--bold_headlines h3,
.article_content--bold_headlines h4,
.article_content--bold_headlines h5,
.article_content--bold_headlines h6 {
  font-weight: 700;
}
.article_content * {
  max-width: 100%;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.article_content h1 {
  float: left;
  width: 100%;
  font-size: 40px;
  font-size: 2.5rem;
}
.article_content h2 {
  float: left;
  width: 100%;
  font-size: 36px;
  font-size: 2.25rem;
}
.article_content h3 {
  float: left;
  width: 100%;
  font-size: 32px;
  font-size: 2rem;
}
.article_content h4 {
  float: left;
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
}
.article_content h5 {
  float: left;
  width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
}
.article_content h6 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}
.article_content p {
  font-size: 1rem;
}
.article_content pre {
  display: inline-block;
}
.article_content ol {
  float: left;
  width: 100%;
  list-style-type: decimal;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.article_content ol li:last-child {
  margin-bottom: 0;
}
.article_content ol ol,
.article_content ol ul {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.article_content ul {
  float: left;
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.article_content ul li:last-child {
  margin-bottom: 0;
}
.article_content ul ol,
.article_content ul ul {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.article_content li {
  float: left;
  width: 100%;
  display: list-item;
}
.article_content .fb_iframe_widget iframe {
  max-height: none !important;
}
.article_content iframe:not(.wp-embedded-content):not(.apester-fill-content) {
  max-width: 100%;
}
.article_content .revive_zone__holder {
  margin-bottom: 0;
}
.article_content .revive_zone__holder iframe {
  margin: 0;
}
.article_content blockquote {
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 20px;
  background: #ccc;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 25px 20px 30px 60px;
  padding: 1.5625rem 1.25rem 1.875rem 3.75rem;
}
.article_content blockquote:before {
  content: "";
  float: left;
  position: absolute;
  top: -12px;
  top: -0.75rem;
  left: 18px;
  left: 1.125rem;
  width: 37px;
  width: 2.3125rem;
  height: 55px;
  height: 3.4375rem;
  background: url(../images/blockquote-icon.svg) no-repeat 50%;
  background-size: cover;
}
.article_content blockquote cite {
  margin-bottom: 0;
  color: #3c3c3b;
  font-family: Antenna;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.article_content a {
  color: #ae1919;
}
.article_content p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.5em;
}
.article_content table {
  width: 100%;
}
.article_content table tr {
  border-left: none;
  border: 1px solid #000;
}
.article_content table td {
  padding: 5px;
  border-left: 1px solid #000;
}
.article_content table span {
  line-height: 1.2em;
}
.krypore_levels .krypore_level {
  float: left;
  width: 100%;
}
.krypore_levels .krypore_level__text {
  width: 80%;
  float: left;
  margin-bottom: 0;
}
.krypore_levels .krypore_level__desc,
.krypore_levels .krypore_level__title {
  float: none;
  display: inline;
  font-size: 16px;
  font-size: 1rem;
}
.krypore_levels .krypore_level__thumb {
  width: 20%;
  float: right;
  margin-bottom: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.krypore_levels .krypore_level__thumb img {
  margin-bottom: 0;
  max-height: 60px;
  max-height: 3.75rem;
}
.focused_content {
  line-height: 1.5em;
  font-family: Stag Book;
  font-size: 16px;
  font-size: 1rem;
}
@keyframes c {
  0% {
    background-position: -468px 0;
  }
  to {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: c;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(90deg, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.featured_articles {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: (1fr) [5];
  grid-template-columns: repeat(5, 1fr);
}
.featured_articles .post_item {
  padding: 0;
  width: auto;
}
.featured_articles .post_item--big {
  grid-row: 1/3;
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  grid-column: 1 / span 3;
}
.custom_color_articles {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.custom_color_articles__container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.custom_color_articles__section {
  width: 25%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-right: 1px solid #ccc;
}
.custom_color_articles__section:first-child {
  padding-left: 0;
}
.custom_color_articles__section:last-child {
  border-right: 0;
}
.title_articles {
  width: 100%;
  float: left;
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.title_articles--full {
  padding: 0;
  width: 100%;
}
.title_articles__container {
  float: left;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding: 1.25rem;
}
.sidebar_articles {
  width: 27%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.sidebar_articles .section_articles {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.kallxues_item {
  width: 20%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kallxues_item__header {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-family: Antenna;
  background: #ff1d25;
  text-transform: capitalize;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}
.kallxues_item__header.verified {
  background: #8cc63f;
}
.kallxues_item__content {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  min-height: 155px;
  min-height: 9.6875rem;
}
.kallxues_item__content h5 {
  font-weight: 500;
  color: #3c3c3b;
  line-height: 1.111em;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kallxues_item__cat {
  width: auto;
  margin-top: auto;
  font-weight: 400;
  color: #9c9b9b;
  text-decoration: none;
  font-family: Antenna;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.krypometer_sidebar {
  float: left;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.krypometer_sidebar__item {
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.krypometer_sidebar__item:first-child {
  display: block;
}
.krypometer_sidebar__item .post_tag {
  border: none;
  padding-left: 0;
  color: #b9d156 !important;
}
.krypometer_sidebar__item .post_date {
  color: #ccc;
}
.krypometer_sidebar__main_title {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
  background: #b9d156;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 9px 20px;
  padding: 0.5625rem 1.25rem;
}
.krypometer_sidebar__slider {
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  padding: 1.25rem;
}
.krypometer_sidebar__thumb {
  float: left;
  width: 100%;
  height: 155px;
  height: 9.6875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.krypometer_sidebar__title {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #3c3c3b;
  line-height: 1.238em;
  font-family: AntennaCond;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
.krypometer_sidebar__other_info {
  float: left;
  width: 100%;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.krypometer_sidebar__excerpt {
  float: left;
  width: 100%;
  color: #3c3c3b;
  line-height: 1.375em;
  font-family: Stag Book;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.krypometer_sidebar--external {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  max-width: 600px;
  max-width: 37.5rem;
}
.krypometer_sidebar--external * {
  margin-bottom: 0;
}
.krypometer_sidebar--external .krypometer_sidebar__item {
  display: block;
  padding: 25px;
  padding: 1.5625rem;
}
.krypometer_sidebar--external .krypometer_sidebar__item a {
  color: #3c3c3b;
}
.krypometer_sidebar--external .krypometer_sidebar__item .post_date,
.krypometer_sidebar--external .krypometer_sidebar__item .post_tag {
  font-family: AntennaCond;
}
.krypometer_sidebar--external .krypometer_sidebar__main_title {
  margin-bottom: 0;
  font-family: Antenna;
  font-size: 18px;
  font-size: 1.125rem;
}
.krypometer_sidebar--external .krypometer_sidebar__main_title a {
  color: #fff;
}
.krypometer_sidebar--external .krypometer_sidebar__thumb {
  height: 200px;
  height: 12.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.krypometer_sidebar--external .krypometer_sidebar__other_info {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.krypometer_sidebar--external .krypometer_sidebar__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.krypometer_sidebar--external .krypometer_level {
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  padding: 10px 0;
  padding: 0.625rem 0;
}
.krypometer_sidebar--external .krypometer_level__name {
  width: auto;
}
.krypometer_sidebar--external .krypometer_level__name a {
  color: inherit;
}
.krypometer_sidebar .owl-dots {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.krypometer_sidebar .owl-dot {
  border: 0;
  padding: 0;
  border-radius: 100%;
  background: #e6e6e6;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.krypometer_sidebar .owl-dot.active {
  background: gray;
}
.krypometer_sidebar .krypometer_level {
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.krypometer_sidebar .krypometer_level__name {
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.kallxoTV_logo {
  float: left;
  width: 215px;
  width: 13.4375rem;
}
.video_archive_header {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.video_archive_header--jnk .video_archive_header__logo {
  width: 220px;
  width: 13.75rem;
}
.video_archive_header--jnk .video_archive_header__time h4 {
  border-color: #702382 !important;
}
.video_archive_header--dnk .video_archive_header__logo {
  width: 220px;
  width: 13.75rem;
}
.video_archive_header--dnk .video_archive_header__time h4 {
  border-color: #00406f !important;
}
.video_archive_header__logo {
  float: left;
  width: auto;
}
.video_archive_header__time {
  width: auto;
  float: right;
}
.video_archive_header__time h4 {
  clear: both;
  float: right;
  text-align: right;
  color: #c6c6c5;
  font-family: Antenna;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.video_archive_header__time h4:last-child {
  margin-bottom: 0;
  border-bottom: 6px solid;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.video_archive_filter {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.video_archive_filter select {
  outline: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #9c9b9b;
  font-family: Antenna;
  background: transparent;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  background: url(../images/anchor-gray.svg) no-repeat 92% 10px;
  background-color: #e6e6e6 !important;
  background-position-x: calc(100% - 7px);
  background-size: 16px;
}
.video_archive_filter select option {
  color: #000;
  background: #fff;
}
.video_archive_filter select option.highlighted {
  font-weight: 700;
  font-style: italic;
  padding: 5px;
  padding: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  background: #9c9b9b !important;
}
.video_archive_filter input {
  border: none;
  cursor: pointer;
  color: #9c9b9b;
  font-family: Antenna;
  padding: 6px 19px;
  padding: 0.375rem 1.1875rem;
  background-color: #e6e6e6 !important;
}
.video_archive_filter input.date_picker {
  padding-left: 8px;
  padding-left: 0.5rem;
  margin-right: 18px;
  margin-right: 1.125rem;
  background: url(../images/anchor-gray.svg) no-repeat 92% 10px;
  background-position-x: calc(100% - 7px);
  background-size: 16px;
}
.video_archive_filter input.date_picker::-webkit-input-placeholder {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  color: #9c9b9b;
  font-family: Antenna;
  background: transparent;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.video_archive_filter input.date_picker:-moz-placeholder,
.video_archive_filter input.date_picker::-moz-placeholder {
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  color: #9c9b9b;
  font-family: Antenna;
  background: transparent;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.video_archive_filter input.date_picker:-ms-input-placeholder {
  cursor: pointer;
  appearance: none;
  color: #9c9b9b;
  font-family: Antenna;
  background: transparent;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
.video_archive_filter input.theme_btn {
  color: #fff;
  background: #ae1919 !important;
}
.video_archive_filter--jnk input,
.video_archive_filter--jnk select {
  color: #fff;
  background-color: #702382 !important;
}
.video_archive_filter--jnk select {
  background-image: url(../images/anchor-white-down.svg);
}
.video_archive_filter--dnk input,
.video_archive_filter--dnk select {
  color: #fff;
  background-color: #00406f !important;
}
.video_archive_filter--dnk select {
  background-image: url(../images/anchor-white-down.svg);
}
.single_content {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.single_content__left_side {
  width: 66%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.single_content__right_side {
  width: 34%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.single_content__right_side .section_articles--column {
  width: 100%;
  background: #f9f9f9;
  padding: 20px;
  padding: 1.25rem;
}
.single_article {
  float: left;
  width: 100%;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
.single_article--kryptometer .single_article__author__name {
  margin-left: 0;
}
.single_article--kryptometer .single_article__header__additional {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.single_article__header {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.single_article__header__additional {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  padding: 0.9375rem 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.single_article__header .post_date {
  color: #3c3c3b;
  font-size: 16px;
  font-size: 1rem;
}
.single_article__thumb {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
}
.single_article__thumb img {
  width: 100%;
  object-fit: contain;
  max-height: 450px;
  max-height: 28.125rem;
}
.single_article__thumb iframe {
  width: 100%;
  max-height: 500px;
  max-height: 31.25rem;
}
.single_article__thumb h3 {
  text-align: left;
  line-height: 1.3em;
  margin: 10px 0;
  margin: 0.625rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
.single_article__thumb h3.single_article__caption {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.single_article__kryptometer__section {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.single_article__kryptometer__title {
  float: left;
  width: 100%;
  font-weight: 900;
  color: #3c3c3b;
  font-family: Antenna;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.single_article__kryptometer__cite {
  float: left;
  width: 100%;
  margin-bottom: 0;
  color: #b9d156;
  font-family: AntennaCond;
  font-size: 16px;
  font-size: 1rem;
}
.single_article__kryptometer__verdict {
  float: left;
  width: 100%;
}
.single_article__kryptometer p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.single_article__title {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #3c3c3b;
  line-height: 1.222em;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.single_article__author {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.single_article__author--no_thumb .single_article__author__name {
  margin-left: 0;
}
.single_article__author:last-child {
  margin-right: 0;
}
.single_article__author a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.single_article__author__thumb {
  float: left;
  overflow: hidden;
  border-radius: 100%;
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
}
.single_article__author__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_article__author__name {
  float: left;
  color: #3c3c3b;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 14px;
  margin-left: 0.875rem;
}
.single_article__social_links {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.single_article__main {
  font-family: Stag Book;
}
.single_article__native_social {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.single_article__native_social .essb_links {
  margin: 0;
}
.single_article__footer .post_item__tags {
  max-width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.single_article__footer .post_tag {
  color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.single_article__footer .post_tag:last-child {
  margin-right: 0;
}
.single_article__footer .section_articles--column {
  width: 100%;
}
.social_media {
  float: left;
  background: #9c9b9b;
  min-width: 120px;
  min-width: 7.5rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
.social_media--facebook {
  background: #3a579a;
}
.social_media--twitter {
  background: #00abf0;
}
.social_media--twitter .social_media__logo {
  width: 20px;
  width: 1.25rem;
}
.social_media a {
  float: left;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  padding: 0.625rem;
}
.social_media__logo {
  float: left;
  width: 15px;
  width: 0.9375rem;
}
.social_media__text {
  float: left;
  width: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
.personalities_list {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.personalities_list__title {
  width: 100% !important;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.personalities_list__title h4 {
  font-weight: 700;
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
}
.personalities_list__thumb {
  float: left;
  overflow: hidden;
  border-radius: 100%;
  width: 39px;
  width: 2.4375rem;
  height: 39px;
  height: 2.4375rem;
}
.personalities_list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.personalities_list__name {
  float: left;
  font-weight: 900;
  color: #3c3c3b;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
.personalities_list li {
  float: left;
  width: auto;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.personalities_list a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.person_header {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 40px 0;
  padding: 2.5rem 0;
}
.person_header--square .person_header__thumb {
  border-radius: 0;
  width: 220px;
  width: 13.75rem;
  height: 220px;
  height: 13.75rem;
}
.person_header__thumb {
  float: left;
  overflow: hidden;
  border-radius: 100%;
  width: 257px;
  width: 16.0625rem;
  height: 257px;
  height: 16.0625rem;
}
.person_header__info {
  float: left;
  width: calc(100% - 257px);
  padding-left: 60px;
  padding-left: 3.75rem;
}
.person_header__name {
  float: left;
  width: auto;
  font-weight: 700;
  color: #3c3c3b;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  border-bottom: 5px solid #e6e6e6;
}
.person_header__bio {
  width: 57%;
  float: left;
  padding-left: 60px;
  padding-left: 3.75rem;
}
.person_header__bio p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.person_header span {
  color: #3c3c3b;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.person_header span,
.person_single {
  float: left;
  width: 100%;
}
.person_single__articles {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.archive_sub_header {
  float: left;
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.archive_sub_header__title {
  font-family: Antenna;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  color: var(--archive-color, #000);
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.archive_sub_header__list {
  float: left;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0;
  border-top: 1px solid #9c9b9b;
  border-bottom: 1px solid #9c9b9b;
}
.archive_sub_header__list ul {
  float: left;
  width: 100%;
}
.archive_sub_header__list li {
  float: left;
  width: auto;
  color: #9c9b9b;
  font-family: Antenna;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  margin-left: 20px;
  margin-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  border-right: 1px solid #9c9b9b;
}
.archive_sub_header__list li:last-child {
  border-right: none;
}
.archive_sub_header__list li.active,
.archive_sub_header__list li.current-menu-item,
.archive_sub_header__list li:hover {
  color: var(--archive-color, #000);
}
.archive_sub_header__list li:first-child {
  margin-left: 0;
}
.archive_header {
  float: left;
  width: 100%;
}
.archive_header h4 {
  font-family: Antenna;
  color: var(--title-color);
  font-size: 22px;
  font-size: 1.375rem;
}
.archive_header h4 span {
  font-weight: 700;
}
.default_archive {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.default_archive .featured_articles {
  margin-top: 0;
}
.kryptometer_archive {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.kryptometer_archive .post_item {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.kryptometer_archive .post_item:last-child {
  border-bottom: none;
}
.kryptometer_archive .post_item a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.kryptometer_archive .post_item__thumb {
  width: 51%;
  height: 100%;
}
.kryptometer_archive .post_item__title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
.kryptometer_archive .post_item__content {
  width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f2f2f2;
  padding: 20px;
  padding: 1.25rem;
}
.kryptometer_archive .post_item__excerpt {
  color: #3c3c3b;
  font-family: Stag Book;
  font-size: 18px;
  font-size: 1.125rem;
}
.kryptometer_archive .kryptometer_custom_fields {
  float: left;
  width: 100%;
  margin-top: auto;
}
.kryptometer_archive .kryptometer_custom_fields .post_item__cite {
  border: none;
  padding-left: 0;
  color: #b9d156 !important;
}
.kryptometer_archive__half_articles {
  float: left;
  width: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.kryptometer_archive__half_articles .post_item {
  width: 50%;
  float: left;
  border: none;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.kryptometer_archive__half_articles .post_item a {
  -ms-flex-direction: column;
  flex-direction: column;
}
.kryptometer_archive__half_articles .post_item__thumb {
  width: 100%;
  height: 330px;
  height: 20.625rem;
}
.kryptometer_archive__half_articles .post_item__content {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.kryptometer_archive .krypometer_level {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.kryptometer_archive__round_full {
  width: 80%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.kryptometer_archive__sidebar {
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.kryptometer_archive__sidebar .post_item {
  border: none;
  padding: 0 !important;
}
.kryptometer_archive__sidebar .post_item a {
  -ms-flex-direction: column;
  flex-direction: column;
}
.kryptometer_archive__sidebar .post_item__thumb {
  width: 100%;
  height: 145px !important;
  height: 9.0625rem !important;
}
.kryptometer_archive__sidebar .post_item__title {
  font-size: 16px;
  font-size: 1rem;
}
.kryptometer_archive__sidebar .post_item__content {
  width: 100%;
  background: transparent;
  padding: 5px 0;
  padding: 0.3125rem 0;
}
.kryptometer_archive__sidebar .post_item__other_info {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.kryptometer_archive__sidebar .section_articles {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kryptometer_archive__sidebar .section_articles__row_items {
  width: 100%;
}
.kryptometer_archive__list {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kryptometer_info {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.kryptometer_info__title {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #3c3c3b;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
.kryptometer_info__list {
  float: left;
  width: 100%;
}
.kryptometer_info__list li {
  color: #3c3c3b;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.kryptometer_counter {
  color: #fff;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  left: 8px;
  left: 0.5rem;
  background: #b9d156;
  bottom: 8px;
  bottom: 0.5rem;
  font-size: 28px;
  font-size: 1.75rem;
  min-width: 38px;
  min-width: 2.375rem;
  min-height: 38px;
  min-height: 2.375rem;
  padding: 6px 14px 0;
  padding: 0.375rem 0.875rem 0;
}
.members_list {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.members_list__item {
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.members_list__thumb {
  width: 100%;
  height: 220px;
  height: 13.75rem;
}
.members_list__content {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.members_list__title {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #3c3c3b;
  font-size: 16px;
  font-size: 1rem;
}
.members_list__holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.members_list__role {
  float: left;
  width: 100%;
  line-height: 1.4em;
  font-size: 16px;
  font-size: 1rem;
}
.default_template {
  float: left;
  width: 100%;
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.default_template__left_side {
  width: 75%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.default_template__right_side {
  width: 25%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.default_template__right_side .section_articles {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.default_template__right_side .section_articles__row_items {
  width: 100%;
}
.default_template__right_side .section_articles__row_items .post_item__thumb {
  height: 160px;
  height: 10rem;
}
.publications_articles {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.search_header {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.search_header--no_diff {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.search_header--no_diff .video_archive_filter {
  margin-bottom: 0;
}
.search_header__title {
  color: #9c9b9b;
  font-family: Antenna;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.search_results {
  float: left;
  width: 100%;
}
.report_section {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.report_section__form_container {
  float: left;
  width: 100%;
}
.report_form {
  width: 100%;
}
.report_form,
.report_form__left_side {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.report_form__left_side {
  width: 46%;
  -ms-flex-direction: column;
  flex-direction: column;
}
.report_form__right_side {
  width: 54%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.input_holder {
  float: left;
  width: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.input_holder.auto_input {
  height: auto;
}
.input_holder.flexible_input {
  -ms-flex: 1;
  flex: 1;
}
.input_holder.three_column {
  width: 33.333%;
}
.input_holder.half_column {
  width: 50%;
}
.input_holder.right_aligned {
  margin-left: auto;
}
.input_holder.file_input {
  cursor: pointer;
  position: relative;
}
.input_holder.file_input:before {
  content: var(--label-updated, var(--label-text, "Ngarko Dokument"));
  float: left;
  width: 100%;
  border: none;
  height: 100%;
  color: #9c9b9b;
  font-family: Antenna;
  background: #e6e6e6;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  background: url(../images/upload-icon.svg) no-repeat 85% 55%;
  background-color: #e6e6e6 !important;
  background-position-x: calc(100% - 7px);
  background-size: 25px;
}
.input_holder.file_input input {
  top: 0;
  z-index: 4;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  left: 0.625rem;
}
.input_holder.no_margin {
  margin: 0;
}
.input_holder.arrow_input input {
  background: url(../images/anchor-gray.svg) no-repeat 92% 55%;
  background-color: #e6e6e6 !important;
  background-position-x: calc(100% - 7px);
  background-size: 25px;
}
.input_holder.not_valid input,
.input_holder.not_valid textarea {
  border: 1px solid red;
}
.input_holder input {
  float: left;
  width: 100%;
  border: none;
  height: 100%;
  color: #9c9b9b;
  font-family: Antenna;
  background: #e6e6e6;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  height: 38px;
  height: 2.375rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
}
.input_holder input::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder input:-moz-placeholder,
.input_holder input::-moz-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder input:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder input[type="submit"] {
  color: #fff;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  background: #ae1919 url(../images/anchor-white.svg) no-repeat 90% 55%;
  background-position-x: calc(100% - 7px);
  background-size: 14px;
}
.input_holder input[disabled="disabled"] {
  opacity: 0.6;
}
.input_holder select {
  float: left;
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #9c9b9b;
  font-family: Antenna;
  background: #e6e6e6;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
  background: url(../images/anchor-gray.svg) no-repeat 92% 55%;
  background-color: #e6e6e6 !important;
  background-position-x: calc(100% - 7px);
  background-size: 25px;
}
.input_holder select::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder select:-moz-placeholder,
.input_holder select::-moz-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder select:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder textarea {
  float: left;
  width: 100%;
  border: none;
  resize: none;
  height: 100%;
  color: #9c9b9b;
  background: #e6e6e6;
  min-height: 280px;
  min-height: 17.5rem;
  padding: 11px 10px;
  padding: 0.6875rem 0.625rem;
}
.input_holder textarea::-webkit-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder textarea:-moz-placeholder,
.input_holder textarea::-moz-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder textarea:-ms-input-placeholder {
  color: #9c9b9b;
  font-family: Antenna;
}
.input_holder .report_error {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #ae1919;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.report_information {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.report_information__item a {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.report_information__item a:first-child {
  margin-top: 0;
}
.report_information__item span {
  line-height: 1.2em;
  font-size: 16px;
  font-size: 1rem;
}
.report_information > * {
  float: left;
  width: auto;
  max-width: 33.333%;
  color: #9c9b9b;
  font-family: Antenna;
  border-left: 1px solid;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
}
.report_information > :first-child {
  padding-left: 0;
  text-align: left;
  border-left: none;
}
.report_single {
  width: 70%;
  float: left;
  margin: 40px 0;
  margin: 2.5rem 0;
}
.report_single__verified {
  color: #8cc63f;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.report_single__verified--not_verified {
  color: #ff1d25;
}
.report_single__title {
  float: left;
  width: 100%;
  font-weight: 500;
  font-weight: 700;
  color: #3c3c3b;
  line-height: 1.238em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-family: AntennaCond;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.report_single .report_information {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.scroll_button {
  float: right;
}
#scroll_top_button {
  opacity: 0;
  bottom: 10%;
  z-index: 20;
  position: fixed;
  cursor: pointer;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  margin-left: 50px;
  margin-left: 3.125rem;
  background: url(../images/top-button.svg) no-repeat 50%;
  background-size: contain;
}
#scroll_top_button.active {
  opacity: 1;
  visibility: visible;
}
#infscr-loading {
  display: none !important;
}
.ie_object_fit {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.error_message {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.error_message h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.page_404_text {
  float: left;
  width: 100%;
  text-align: center;
}
.page_404_text h3 {
  font-weight: 700;
  color: #ae1919;
  font-size: 50px;
  font-size: 3.125rem;
  margin-top: 80px;
  margin-top: 5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.page_404_text p {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.mac .video_archive_filter input.date_picker {
  line-height: 0.6em;
}
.mac .video_archive_filter input[type="submit"] {
  line-height: 1em;
  font-size: 14px;
  font-size: 0.875rem;
}
.mac .video_archive_filter select {
  font-size: 14px;
  font-size: 0.875rem;
  background-position-x: calc(100% - 6px);
  padding: 6px 19px 6px 8px;
  padding: 0.375rem 1.1875rem 0.375rem 0.5rem;
}
.revive_zone {
  text-align: center;
}
.revive_zone__holder {
  float: left;
  width: 100%;
}
.revive_zone--top_diff ins a,
.revive_zone--top_diff ins iframe {
  display: inline-block;
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}
.revive_zone--bottom_diff ins a,
.revive_zone--bottom_diff ins iframe {
  display: inline-block;
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}
.revive_zone--sticky_mobile {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.revive_zone--desktop_visible {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .revive_zone--desktop_visible {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .revive_zone--desktop_visible {
    display: block;
  }
}
.revive_zone--only_desktop {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .revive_zone--only_desktop {
    display: block;
  }
}
.revive_zone--mobile_visible {
  display: none;
}
@media only screen and (max-width: 767px) {
  .revive_zone--mobile_visible {
    display: block;
  }
}
.revive_zone--negative_top_diff ins a {
  display: inline-block;
  margin-top: -20px !important;
  margin-top: -1.25rem !important;
}
.revive_zone--negative_bottom_diff ins a {
  display: inline-block;
  margin-bottom: -20px !important;
  margin-bottom: -1.25rem !important;
}
.revive_zone ins,
.revive_zone ins a,
.revive_zone ins iframe {
  max-width: 100%;
}
.success_submit_message {
  z-index: -1;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  position: absolute;
  visibility: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Antenna;
  -ms-flex-pack: center;
  justify-content: center;
}
.success_submit_message.active {
  position: static;
  visibility: visible;
}
.success_submit_message__title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.success_submit_message__desc {
  font-size: 18px;
  font-size: 1.125rem;
}
.home .krypometer_sidebar .krypometer_level__name {
  padding-left: 0;
}
.article_content--stats .stats_select {
  width: 20%;
  margin-right: 20px;
  background: transparent;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #ae1919;
}
.article_content--stats .stats_form {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}
.article_content--stats input[type="submit"] {
  cursor: pointer;
  border: 1px solid;
  color: #ae1919;
  font-family: Antenna;
  padding: 6px 19px;
  padding: 0.375rem 1.1875rem;
}
.post_tag {
  float: left;
  width: auto;
  line-height: 1.25em;
  text-decoration: none;
  border-left: 1px solid;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #9c9b9b !important;
  padding-left: 4px;
  padding-left: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
.post_tag:last-child {
  margin-right: 0;
}
.post_container {
  background-color: var(--section-background, transparent);
}
.post_container--spaces {
  padding: 20px;
  padding: 1.25rem;
}
.post_container--no_row_spaces {
  padding: 0 !important;
}
.post_container--flexible_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_container--transparent_content .post_item__content {
  background: transparent !important;
}
.post_container--flex_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post_container--flex_items .post_item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post_container--flex_items .post_item__content > :last-child {
  margin-top: auto;
}
.post_container--flex_items .post_item__content > :last-child * {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.post_container--big .post_item {
  float: left;
  width: 100%;
  height: 100%;
}
.post_container--big .post_item__thumb {
  height: 310px;
  height: 19.375rem;
}
.post_container--big .post_item__title {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
}
.post_container--big .post_item__content {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.post_container--mid > .post_item {
  width: 39%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.post_container--mid > .post_item .post_item__thumb {
  height: 265px;
  height: 16.5625rem;
}
.post_container--mid > .post_item .post_item__content {
  padding: 20px;
  padding: 1.25rem;
}
.post_container--mid > .post_item .post_item__tags {
  margin-bottom: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.post_container--no_row_spaces_items .post_item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.post_container--kryptometer_small .post_item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--kryptometer_small .post_item:last-child {
  margin-bottom: 0;
}
.post_container--kryptometer_small .post_item__title {
  font-weight: 400;
  line-height: 1.375em;
  font-family: Stag Book;
  font-size: 16px;
  font-size: 1rem;
}
.post_container--kryptometer_small .post_item__content {
  padding: 0;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
.post_container--kryptometer_small .post_item__cite {
  color: #b9d156;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.post_container--half > .post_item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.post_container--half > .post_item .post_item__thumb {
  height: 300px;
  height: 18.75rem;
}
.post_container--half > .post_item .post_item__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.post_container--half > .post_item .post_item__content {
  padding: 0;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.post_container--half > .post_item .post_item__tags {
  margin-bottom: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.post_container--round_full > .post_item {
  width: 72.4%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.post_container--round_full > .post_item .post_item__thumb {
  height: 340px;
  height: 21.25rem;
}
.post_container--round_full > .post_item .post_item__title {
  font-size: 20px;
  font-size: 1.25rem;
}
.post_container--round_full .post_item__content {
  padding: 0;
  padding-top: 8px;
  padding-top: 0.5rem;
}
.post_container--round_full .section_articles__row_items {
  width: 27.6%;
}
.post_container--round_full .section_articles__row_items--gutter {
  padding: 0 10px;
  padding: 0 0.625rem;
}
.post_container--four_articles > .post_item .post_item__thumb {
  height: 360px;
  height: 22.5rem;
}
.post_container--four_articles .section_articles__row_items .post_item__thumb {
  height: 105px;
  height: 6.5625rem;
}
.post_container--small_sidebar .post_item {
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6e6;
}
.post_container--small_sidebar .post_item:first-child {
  margin-top: 0;
}
.post_container--small_sidebar .post_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.post_container--small_sidebar .post_item__thumb {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
}
.post_container--small_sidebar .post_item__content {
  padding: 0;
  float: left;
  width: calc(100% - 80px);
  padding-left: 20px;
  padding-left: 1.25rem;
}
.post_container--small_sidebar .post_item__title {
  font-family: Stag Book;
  font-size: 16px;
  font-size: 1rem;
}
.post_container--mid-title .post_item {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--mid-title .post_item:last-child {
  margin-bottom: 0;
}
.post_container--mid-title .post_item__title {
  font-size: 19px;
  font-size: 1.1875rem;
}
.post_container--mid-title .post_item__content {
  padding: 0;
}
.post_container--small_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post_container--small_title .post_item {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #9c9b9b;
}
.post_container--small_title .post_item:first-child {
  padding-top: 0;
}
.post_container--small_title .post_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post_container--small_title .post_item__content {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_container--small_title .post_item__tags {
  margin-bottom: 0;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.post_container--custom_border .post_item {
  float: left;
  width: 100%;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.post_container--custom_border .post_item:hover .post_item__title {
  color: var(--item-color);
}
.post_container--custom_border .post_item:last-child {
  margin-bottom: 0;
}
.post_container--custom_border .post_item__title {
  border-left: 2px solid;
  padding-left: 14px;
  padding-left: 0.875rem;
  border-color: var(--item-color);
}
.post_container--custom_border .post_item__content {
  padding: 0;
  background: transparent;
}
.post_container--five_articles > .post_item {
  width: 46.7%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.post_container--five_articles > .post_item .post_item__thumb {
  height: 335px;
  height: 20.9375rem;
}
.post_container--five_articles > .post_item .post_item__title {
  font-size: 16px;
  font-size: 1rem;
}
.post_container--five_articles > .post_item .post_item__excerpt {
  font-size: 14px;
  font-size: 0.875rem;
}
.post_container--five_articles > .post_item .post_item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.post_container--five_articles .section_articles__other_items .post_item {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.post_container--five_articles
  .section_articles__other_items
  .post_item:first-child,
.post_container--five_articles
  .section_articles__other_items
  .post_item:nth-child(2) {
  margin-top: 0;
}
.post_container--five_articles
  .section_articles__other_items
  .post_item__thumb {
  height: 150px;
  height: 9.375rem;
}
.post_container--five_articles
  .section_articles__other_items
  .post_item__content {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.post_container--three-sections .post_item:first-child {
  width: 100%;
}
.post_container--three-sections .post_item:first-child .post_item__thumb {
  height: 195px;
  height: 12.1875rem;
}
.post_container--three-sections .post_item:first-child .post_item__title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  min-height: 58px;
  min-height: 3.625rem;
}
.post_container--three-sections .post_item:first-child .post_item__content {
  padding: 20px;
  padding: 1.25rem;
}
.post_container--three-sections .post_item:not(:first-child) {
  width: 100%;
  background: #fff;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  padding: 1.25rem;
  border-top: 1px solid #ccc;
}
.post_container--three-sections .post_item:not(:first-child) .post_item__title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.post_container--three-sections
  .post_item:not(:first-child)
  .post_item__content {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.post_container--three-sections .post_item:not(:first-child) .post_item__thumb {
  width: 135px;
  width: 8.4375rem;
  height: 85px;
  height: 5.3125rem;
}
.post_container--three-sections .post_item:not(:first-child) .post_item__tags {
  margin-bottom: 0;
}
.post_container--two-column {
  width: 50%;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.post_container--two-column > .post_item {
  width: 100%;
}
.post_container--two-column > .post_item .post_item__thumb {
  height: 225px;
  height: 14.0625rem;
}
.post_container--two-column > .post_item .post_item__content {
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}
.post_container--two-column .post_container__other_items .post_item {
  width: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}
.post_container--two-column .post_container__other_items .post_item__content {
  padding: 0;
}
.post_container--two-column .post_container__other_items .post_item:last-child {
  border-bottom: none;
}
.post_container--column .post_container__other_items .post_item {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.post_container--column .post_container__other_items .post_item:last-child {
  border-bottom: 0;
}
.post_container--column
  .post_container__other_items
  .post_item:last-child
  .post_item__content {
  padding-bottom: 0;
}
.post_container--column .post_container__other_items .post_item__thumb {
  height: 180px;
  height: 11.25rem;
}
.post_container--column .post_container__other_items .post_item__content {
  background: transparent;
  padding: 20px 0;
  padding: 1.25rem 0;
}
.post_container--column .post_container__other_items .post_item__title {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.post_container--column .post_container__other_items .post_item__tags {
  margin-bottom: 0;
}
.post_container--column
  .post_container__other_items
  .post_item.post_item_first
  .post_item__title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.post_container--column
  .post_container__other_items
  .post_item.post_item_first
  .post_item__content {
  padding-top: 15px;
  padding-top: 0.9375rem;
}
.post_container--column .post_container__other_items .post_item__half {
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 0;
  padding: 0.625rem 0;
}
.post_container--column
  .post_container__other_items
  .post_item__half
  .post_item__thumb {
  width: 40%;
  height: 100px;
  height: 6.25rem;
}
.post_container--column
  .post_container__other_items
  .post_item__half
  .post_item__content {
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.post_container--column
  .post_container__other_items
  .post_item__half
  .post_item__tags {
  width: 100%;
  max-width: 100%;
}
.post_container--column
  .post_container__other_items
  .post_item__half
  .post_tag {
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.post_container--five-columns .post_item {
  width: 20%;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--five-columns .post_item__content {
  padding: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.post_container--five-columns .post_item__thumb {
  height: 145px;
  height: 9.0625rem;
}
.post_container--publications .post_item__thumb {
  height: 200px;
  height: 12.5rem;
}
.post_container--publications .post_item__content {
  background: transparent;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.post_container--two-columns .post_item {
  width: 50%;
  float: left;
  margin-bottom: 0;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.post_container--two-columns .post_item:first-child,
.post_container--two-columns .post_item:nth-child(2) {
  margin-top: 0;
}
.post_container--two-columns .post_item__thumb {
  height: 300px;
  height: 18.75rem;
}
.post_container--two-columns .post_item__content {
  padding: 20px;
  padding: 1.25rem;
}
.post_container--three-columns .post_item {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--three-columns .post_item__thumb {
  height: 245px;
  height: 15.3125rem;
}
.post_container--four-columns .post_item {
  width: 25%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--four-columns .post_item__thumb {
  height: 180px;
  height: 11.25rem;
}
.post_container--kallxues {
  margin-bottom: 0 !important;
}
.post_container--row_items .post_item:last-child {
  margin-bottom: 0;
}
.post_container--row_items .post_item__thumb {
  height: 160px;
  height: 10rem;
}
.post_container--content-spaces .post_item__content {
  padding: 10px !important;
  padding: 0.625rem !important;
}
.post_container--row_items .post_item {
  width: 100%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--row_items .post_item__thumb {
  height: 200px;
  height: 12.5rem;
}
.post_container--row_items .post_item__content {
  padding: 10px;
  padding: 0.625rem;
}
.post_container--small_thumb .post_item__thumb {
  height: var(--thumb_size, 100px) !important;
}
.post_container--small_thumb .post_item__content {
  padding: 10px !important;
  padding: 0.625rem !important;
}
.post_container--small_thumb .post_item__tags {
  margin-bottom: 0;
  margin-top: 9px;
  margin-top: 0.5625rem;
}
.post_container--no_content_spaces .post_item__content {
  padding: 0 !important;
  padding-top: 10px !important;
  padding-top: 0.625rem !important;
}
.post_container--transparent_content .post_item__content {
  padding: 0;
  background: transparent;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.post_container--horizontal_items .post_item {
  float: left;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.post_container--horizontal_items .post_item:last-child {
  margin-bottom: 0;
}
.post_container--horizontal_items .post_item__thumb {
  width: 42%;
  float: left;
  height: 145px;
  height: 9.0625rem;
}
.post_container--horizontal_items .post_item__content {
  width: 58%;
  padding: 0;
  background: transparent;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.post_item {
  width: 50%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post_item.box_thumb .post_item__thumb {
  height: 160px;
  height: 10rem;
}
.post_item--big .post_item__content {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.post_item--big .post_item__title {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
}
.post_item--small .post_item__thumb {
  height: var(--thumb_size, 100px) !important;
}
.post_item__content {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  padding: 0.75rem;
}
.post_item__content,
.post_item__thumb {
  float: left;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.post_item__thumb {
  position: relative;
  height: 115px;
  height: 7.1875rem;
  height: var(--thumb-size, 115px);
}
.post_item__excerpt {
  float: left;
  width: 100%;
  line-height: 1.2em;
  color: #9c9b9b;
  font-family: AntennaCond;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.post_item__tags {
  width: auto;
  max-width: 65%;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.post_item__tags,
.post_item__title {
  float: left;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.post_item__title {
  width: 100%;
  line-height: 1.238em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.post_item__cite,
.post_item__title {
  font-weight: 500;
  color: #3c3c3b;
  font-family: AntennaCond;
}
.post_item__cite {
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.post_item__other_info {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post_item__other_info .post_item__tags {
  margin: 0 !important;
}
.post_item__cat {
  float: left;
  width: 100%;
  font-weight: 500;
  font-family: Antenna;
  text-transform: uppercase;
  color: #9c9b9b !important;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.section_articles {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.section_articles--left_side {
  width: 80%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-direction: var(--direction, column);
  flex-direction: var(--direction, column);
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--left_side .section_articles__main {
  -ms-flex: 1;
  flex: 1;
}
.section_articles--left_side .section_articles__main .row {
  height: 100%;
}
.section_articles--right_side {
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--archive_left_side {
  width: 80%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--archive_left_side .section_articles__main {
  -ms-flex: 1;
  flex: 1;
}
.section_articles--archive_left_side .section_articles__main .row {
  height: 100%;
}
.section_articles--kallxues {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_articles--archive_right_side {
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--title_row_items .post_item {
  float: left;
  width: 100%;
}
.section_articles--title_row_items .post_item__content {
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #9c9b9b;
}
.section_articles--round_half {
  width: 59%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--round_half .section_articles__main {
  -ms-flex: 1;
  flex: 1;
}
.section_articles--round_half .post_container--horizontal_items {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section_articles--round_half_other {
  width: 41%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--space_diff {
  padding: 20px 0;
  padding: 1.25rem 0;
}
.section_articles--custom_background {
  padding: 0 10px;
  padding: 0 0.625rem;
  background: var(--section-color);
}
.section_articles--custom_background .section_articles__container {
  background: var(--section-color);
}
.section_articles--custom_background .section_articles__main_title {
  border-color: #fff;
}
.section_articles--custom_background .section_articles__main_title a,
.section_articles--custom_background .section_articles__tabs_header span {
  color: #fff;
}
.section_articles--custom_background .post_item__title {
  color: var(--title-color, #fff);
}
.section_articles--custom_background .post_item__excerpt {
  color: var(--sub-title-color, #ccc);
}
.section_articles--custom_background .post_item__content {
  padding: 0;
  background: transparent;
}
.section_articles--custom_background .post_date,
.section_articles--custom_background .post_tag {
  color: var(--sub-title-color, #ccc) !important;
}
.section_articles--custom_background .view_more_button--arrow a {
  color: #fff;
}
.section_articles--custom_background .view_more_button--arrow a:after {
  background-image: url(../images/anchor-white.svg);
}
.section_articles--round_full {
  width: 73%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--round_full > .section_articles__container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_articles--small_sidebar {
  margin-bottom: 0;
}
.section_articles--small_sidebar .section_articles__main {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (1fr [col-start]) [5];
  grid-template-columns: repeat(5, 1fr [col-start]);
}
.section_articles--small_sidebar .post_item {
  width: 100%;
  -ms-grid-column: 5;
  grid-column: 5;
}
.section_articles--small_sidebar .post_item:first-child {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
  grid-column: 1 / span 2;
}
.section_articles--small_sidebar .post_item:nth-child(2) {
  -ms-grid-column-span: 2;
  -ms-grid-column: 3;
  grid-column: 3 / span 2;
}
.section_articles--small_sidebar .view_more_button {
  margin-top: 0;
  grid-column: 1/-1;
}
.section_articles--half {
  width: 50%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--column {
  width: 33.333%;
}
.section_articles__container {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.section_articles__main_container {
  float: left;
  width: 100%;
}
.section_articles__main_container--kryptometer,
.section_articles__main_container--three-sections {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_articles__header {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
.section_articles__header--big .section_articles__main_title {
  font-size: 24px;
  font-size: 1.5rem;
}
.section_articles__main_title {
  float: left;
  width: auto;
  font-weight: 700;
  color: #3c3c3b;
  border-left: 4px solid;
  font-family: AntennaCond;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  border-color: var(--section-color);
}
.section_articles__main_title--no-border {
  border: none;
  padding-left: 0;
}
.section_articles__list {
  width: 100%;
}
.section_articles__list,
.section_articles__other_items {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_articles__other_items {
  width: 53.3%;
}
.section_articles__row_items {
  width: 20%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section_articles__row_items .post_item {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin: 0 0 16px !important;
  margin: 0 0 1rem !important;
}
.section_articles__row_items .post_item:last-child {
  margin: 0 !important;
}
.section_articles__row_items .post_item__thumb {
  height: 120px;
  height: 7.5rem;
}
.section_articles__main {
  float: left;
  width: 100%;
  position: relative;
}
.section_articles__main:after {
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  width: 100%;
  content: "";
  height: 100%;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: url(../images/logo.svg) no-repeat 50%;
  background-size: 45%;
}
.section_articles__main.loading:after {
  opacity: 1;
  visibility: visible;
}
.section_articles__main.loading * {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.section_articles__tabs_header {
  float: left;
}
.section_articles__tabs_header span {
  cursor: pointer;
  color: #9c9b9b;
  border-right: 1px solid;
  padding: 0 14px;
  padding: 0 0.875rem;
}
.section_articles__tabs_header span:last-child {
  padding-right: 0;
  border-right: none;
}
.section_articles--kallxues .section_articles__container {
  background: transparent;
}
.section_articles--three-sections {
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.section_articles--three-sections .section_articles__main_title {
  font-size: 24px;
  font-size: 1.5rem;
}
.section_articles--three-sections .section_articles__header {
  margin-bottom: 0;
  background: #fff;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
}
.section_articles--three-sections .section_articles__main {
  -ms-flex: 1;
  flex: 1;
}
.section_articles--three-sections .section_articles__list {
  height: 100%;
}
.section_articles--two-column {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.section_articles--two-column:last-child,
.section_articles .section_articles {
  margin-bottom: 0;
}
.video_section {
  float: left;
  width: 100%;
  background: #333;
  padding: 20px;
  padding: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.video_section--full {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.video_section--archive {
  padding: 0;
  background: transparent;
}
.video_section--archive_full {
  background: transparent;
  padding: 20px 0;
  padding: 1.25rem 0;
}
.video_section--sub_cat {
  float: left;
  width: 100%;
  background: rgba(51, 51, 51, 0.6);
  padding: 20px 0;
  padding: 1.25rem 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.video_section--sub_cat:last-child {
  margin-bottom: 0;
}
.video_section--sub_cat .video_section__main_title {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
.video_section--sub_cat .view_more_button--centered {
  margin-bottom: 0;
}
.video_section--sub_cat .view_more_button--centered a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
}
.video_section__main_title {
  float: left;
  width: auto;
  color: #fff;
  font-weight: 700;
  font-family: AntennaCond;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.video_section__article {
  float: left;
  width: 100%;
  font-family: AntennaCond;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.video_section__article:last-child {
  margin-bottom: 0;
}
.video_section__list {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video_section__list--sub_cat .video_section__article {
  width: 20%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.video_section__list--sub_cat .video_section__thumb {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.video_section__list--sub_cat .video_section__other_info {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.video_section__content,
.video_section__tabs {
  float: left;
  width: 100%;
}
.video_section__tabs {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}
.video_section__tabs_header {
  float: left;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 16px 3px;
  padding: 1rem 0.1875rem;
}
.video_section__tabs_header li {
  display: inline-block;
  margin-right: 50px;
  margin-right: 3.125rem;
}
.video_section__tabs_header li:last-child {
  margin-right: 0;
}
.video_section__tabs_header li.active a,
.video_section__tabs_header li:hover a {
  color: #fff;
}
.video_section__tabs_header li a {
  color: #ccc;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 22px;
  font-size: 1.375rem;
}
.video_section__tabs_content {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.video_section__main_article {
  width: 77%;
  float: left;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.video_section__main_article--archive {
  width: 72.3%;
}
.video_section__main_article--archive .video_section__thumb {
  height: 540px !important;
  height: 33.75rem !important;
}
.video_section__main_article--archive_full {
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.video_section__main_article--archive_full .video_section__thumb {
  height: 620px;
  height: 38.75rem;
}
.video_section__main_article .video_section__thumb {
  height: 490px;
  height: 30.625rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.video_section__main_article .video_section__title {
  font-size: 26px;
  font-size: 1.625rem;
}
.video_section__other_info {
  float: left;
  width: 100%;
  font-weight: 700;
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.video_section__other_articles {
  width: 23%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  padding: 0 0.625rem;
}
.video_section__other_articles--archive {
  width: 27.7%;
}
.video_section__other_articles--archive .video_section__article {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.video_section__other_articles--archive .video_section__thumb {
  height: 180px;
  height: 11.25rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
.video_section__other_articles--archive .video_section__other_info {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
.video_section__other_articles--archive_full {
  float: left;
  width: 100%;
  background: rgba(51, 51, 51, 0.6);
  padding: 20px;
  padding: 1.25rem;
}
.video_section__other_articles--archive_full .video_section__article {
  float: left;
  width: 33.333%;
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.video_section__other_articles--archive_full .video_section__thumb {
  height: 211px;
  height: 13.1875rem;
}
.video_section__other_articles--archive_full .video_section__other_info {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.video_section__other_articles .view_more_button--arrow {
  margin-top: auto;
}
.video_section__title {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 700;
  line-height: 1.313em;
  font-size: 16px;
  font-size: 1rem;
}
.video_section__thumb {
  float: left;
  width: 100%;
  position: relative;
  height: 125px;
  height: 7.8125rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}
.video_section__thumb .play_button {
  width: 95px;
  width: 5.9375rem;
  height: 60px;
  height: 3.75rem;
  background: url(../images/play-button.png) no-repeat 50%;
  background-size: cover;
}
.video_section__tab {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  visibility: hidden;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.video_section__tab.active_tab {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.video_section__tab .video_section__article {
  width: 30%;
  margin-bottom: 0;
}
.video_section__tab .video_section__thumb {
  margin-bottom: 0;
  width: 135px;
  width: 8.4375rem;
  height: 85px;
  height: 5.3125rem;
}
.video_section__tab .video_section__other_info {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.video_section__tab .video_section__title {
  font-size: 16px;
  font-size: 1rem;
}
.video_section__tab .video_section__content {
  padding-right: 10%;
  width: calc(100% - 135px);
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.footer_top_menu {
  background: #e6e6e6;
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-top: 1px solid #9c9b9b;
}
.footer_top_menu,
.footer_top_menu__list {
  float: left;
  width: 100%;
}
.footer_top_menu__item {
  width: 20%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 30px;
  padding-right: 1.875rem;
  border-right: 1px solid #9c9b9b;
}
.footer_top_menu__item:first-child {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer_top_menu__item:last-child {
  border-right: none;
}
.footer_main {
  float: left;
  width: 100%;
  font-family: Antenna;
  background: #333;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
.footer_main__desc {
  width: 40%;
  float: left;
  padding-right: 65px;
  padding-right: 4.0625rem;
}
.footer_main__logos {
  float: left;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.footer_main__link {
  float: left;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.footer_main__logo {
  float: left;
  width: auto;
  margin-right: 16px;
  margin-right: 1rem;
}
.footer_main__logo img {
  max-height: 70px;
  max-height: 4.375rem;
}
.footer_main__partners {
  float: left;
  min-width: 20%;
}
.footer_main__partner {
  float: left;
  margin-right: 30px;
  margin-right: 1.875rem;
}
.footer_main__partner:last-child {
  margin-right: 0;
}
.footer_main__partner__title {
  color: #9c9b9b;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
.footer_main__partner__list li {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.footer_main__partner__list li:last-child {
  margin-right: 0;
}
.footer_main__text {
  line-height: 1.3em;
  color: #9c9b9b;
  font-size: 10px;
  font-size: 0.625rem;
}
.footer_main__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_main__report {
  width: 60%;
  float: left;
}
.footer_main__report--full .footer_main__report__item {
  float: left;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.footer_main__report__item {
  float: left;
  width: 33.333%;
  padding-right: 50px;
  padding-right: 3.125rem;
}
.footer_main__report h5 {
  color: #9c9b9b;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.footer_main__report p {
  color: #9c9b9b;
  line-height: 1.333em;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .top_header {
    display: none;
  }
  .block_section--gray {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 0;
  }
  .block_section--bottom_diff {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .block_section--top_diff {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .background--white,
  .background--white .section_articles__header {
    background: #fff;
  }
  .background--lightgray {
    background: #f9f9f9;
  }
  .background--lightgray2 {
    background: #f2f2f2;
  }
  .background--lightgray2 .section_articles--round_full {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .background--lightgray2 .section_articles--round_full:after {
    content: "";
    float: left;
    margin-left: -15px;
    background: #fff;
    width: calc(100% + 30px);
    height: 20px;
    height: 1.25rem;
  }
  .background--darkgray {
    background: #333;
  }
  .view_more_button--arrow {
    margin: 15px 0;
    margin: 0.9375rem 0;
  }
  #scroll_top_button {
    bottom: 15%;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    margin-left: -40px;
    margin-left: -2.5rem;
  }
  .space-below {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .space-below .video_section__main_title {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .space-below .video_section {
    margin-bottom: 0;
  }
  .main_header__container {
    height: 50px;
    height: 3.125rem;
  }
  .logo {
    width: 70px;
    width: 4.375rem;
    margin-right: 0;
  }
  .header_search {
    min-width: auto;
    position: absolute;
    right: 50px;
  }
  .report_button {
    position: relative !important;
  }
  .report_button a {
    position: relative;
    line-height: 1.1em;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 4px 15px 2px 5px;
    padding: 0.25rem 0.9375rem 0.125rem 0.3125rem;
  }
  .report_button a:after {
    position: absolute;
    height: 10px;
    height: 0.625rem;
    margin-left: 3px;
    margin-left: 0.1875rem;
    top: 6px;
    top: 0.375rem;
  }
  .mobile_menu {
    float: right;
    margin-left: auto;
    width: 15px;
    width: 0.9375rem;
    height: 15px;
    height: 0.9375rem;
  }
  #menu-icon {
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  #cancel-button {
    width: 15px;
    top: 17px;
  }
  #cancel-button,
  .mobile_menu_content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .mobile_menu_content {
    width: 100%;
    background: #e6e6e6;
    top: 50px;
    left: 0;
    z-index: 33;
    border-top: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
  }
  .active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .hidde-icon {
    opacity: 0;
    visibility: hidden;
  }
  .search_form_mob {
    float: left;
    background: #fff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
    width: 100%;
    margin: 15px 0;
    margin: 0.9375rem 0;
  }
  .search_form_mob input[type="text"] {
    outline: 0;
    float: left;
    border: none;
    color: #9c9b9b;
    font-family: Antenna;
    width: calc(100% - 28px);
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
  .search_form_mob input[type="text"]::-webkit-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search_form_mob input[type="text"]:-moz-placeholder,
  .search_form_mob input[type="text"]::-moz-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search_form_mob input[type="text"]:-ms-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search_form_mob input[type="submit"] {
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    position: absolute;
    width: 37px;
    width: 2.3125rem;
    height: 37px;
    height: 2.3125rem;
  }
  .search_form_mob .input_icon {
    top: 10px;
    right: 15px;
    z-index: 4;
    float: right;
    position: absolute;
    width: 11px;
    width: 0.6875rem;
    height: 14px;
    height: 0.875rem;
    background: url(../images/search_icon.svg) no-repeat 50%;
    background-size: contain;
  }
  .mobile_menu_items {
    float: left;
    width: 100%;
  }
  .menu_left_items {
    float: left;
  }
  .menu_left_items,
  .menu_right_items {
    width: 50%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .menu_right_items {
    float: right;
  }
  .post_container--five-columns .post_item {
    width: 100%;
  }
  .post_container--five-columns .post_item__thumb {
    height: 130px;
    height: 8.125rem;
  }
  .menu_left_items ul.bordered_menu_section,
  .menu_right_items ul.bordered_menu_section {
    border-bottom: 1px solid #9c9b9b;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
  }
  .menu_left_items li,
  .menu_right_items li {
    font-family: Antenna;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #9c9b9b;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
  }
  .footer_main {
    padding: 33px 0 20px;
    padding: 2.0625rem 0 1.25rem;
  }
  .footer_main__desc {
    width: 100%;
    padding-right: 0;
  }
  .sub_logo img {
    width: 59px;
    width: 3.6875rem;
  }
  .sub_logo_2 img {
    width: 34px;
    width: 2.125rem;
  }
  .footer_main__partners {
    width: 100%;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .footer_main__partner {
    width: 100%;
  }
  .footer_main__partner__title {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .footer_main__partner__list li {
    margin-right: 0;
    width: 33.33333%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .featured_articles {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .featured_articles .post_item {
    display: inline-block;
    height: 111px;
    height: 6.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .featured_articles .post_item:last-child {
    margin-bottom: 0;
  }
  .featured_articles .post_item--big {
    float: left;
    width: 100%;
    height: auto;
  }
  .featured_articles .post_item--big .post_item__title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
  }
  .featured_articles .post_item--big .post_item__thumb {
    width: 100%;
    height: 174px;
    height: 10.875rem;
  }
  .featured_articles .post_item--big .post_item__content {
    width: 100%;
  }
  .featured_articles .post_item--big .post_item__tags {
    display: block;
  }
  .featured_articles .post_item__content {
    width: 50%;
    float: right;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .featured_articles .post_item__title {
    margin-bottom: 0;
  }
  .featured_articles .post_item__thumb {
    float: left;
    width: 50%;
    height: 100%;
  }
  .featured_articles .post_item__tags {
    display: none;
    margin-bottom: 0;
  }
  .featured_articles__main {
    width: 100%;
  }
  .featured_articles__container {
    display: block;
  }
  .post_container--big .post_item__thumb {
    height: 174px;
    height: 10.875rem;
  }
  .featured_articles__other {
    width: 100%;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .featured_articles__other__container .post_item {
    float: left;
    width: 100%;
    height: 111px;
    margin-bottom: 15px;
    margin-top: 0;
    display: inline-block;
  }
  .featured_articles__other__container .post_item__content {
    float: right;
    width: 50%;
    height: 100%;
  }
  .featured_articles__other__container .post_item__thumb {
    float: left;
    width: 50%;
    height: 100%;
  }
  .custom_color_articles__container {
    display: inline-block;
  }
  .custom_color_articles {
    margin-top: 0;
    padding: 15px 15px 0;
    padding: 0.9375rem 0.9375rem 0;
  }
  .custom_color_articles__section {
    float: left;
    width: 100%;
    border-right: none;
    padding-left: 0;
  }
  .custom_color_articles__section:nth-child(2) .post_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .custom_color_articles .view_more_button {
    display: none;
  }
  .post_container--custom_border .post_item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .post_container--custom_border .post_item:last-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .post_container--custom_border .post_item__title {
    margin-bottom: 0;
  }
  .post_container--five_articles .post_item__content {
    background: var(--section-item-color);
  }
  .post_container--five_articles > .post_item {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .post_container--five_articles > .post_item .post_item__thumb {
    height: 164px;
    height: 10.25rem;
  }
  .post_container--five_articles > .post_item .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
  }
  .post_container--five_articles > .post_item .post_item__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post_container--five_articles > .post_item .post_item .post_date,
  .post_container--five_articles > .post_item .post_item__excerpt {
    display: none;
  }
  .post_container--five_articles .section_articles__other_items {
    width: 100%;
  }
  .post_container--five_articles .section_articles__other_items .post_item {
    float: left;
    width: 100%;
    display: inline-block;
    height: 112px;
    height: 7rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
  }
  .post_container--five_articles
    .section_articles__other_items
    .post_item:nth-child(3) {
    margin-bottom: 0;
  }
  .post_container--five_articles
    .section_articles__other_items
    .post_item__title {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  .post_container--five_articles
    .section_articles__other_items
    .post_item__thumb {
    height: 100%;
  }
  .post_container--five_articles
    .section_articles__other_items
    .post_item__content {
    height: 100%;
    overflow-y: scroll;
  }
  .post_container--five_articles
    .section_articles__other_items
    .post_item__other_info {
    display: none;
  }
  .post_container--half > .post_item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .post_container--half > .post_item .post_item__thumb {
    height: 162px;
    height: 10.125rem;
  }
  .post_container--half > .post_item .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
    background: #f2f2f2;
  }
  .post_container--half > .post_item .post_item__content .post_date,
  .post_container--half > .post_item .post_item__content .post_item__excerpt {
    display: none;
  }
  .kallxues_item {
    width: 100%;
  }
  .input_holder.file_input,
  .input_holder.half_column,
  .input_holder.three_column {
    width: 100% !important;
  }
  .section_articles--gray {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .section_articles--small_sidebar .section_articles__main {
    display: block;
  }
  .section_articles--small_sidebar .section_articles__main > .post_item {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .section_articles--small_sidebar
    .section_articles__main
    > .post_item
    .post_item__thumb {
    height: 164px;
    height: 10.25rem;
  }
  .section_articles--small_sidebar
    .section_articles__main
    > .post_item
    .post_item__excerpt {
    display: none;
  }
  .section_articles--small_sidebar
    .section_articles__main
    > .post_item
    .post_item__title {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section_articles--small_sidebar
    .post_container--small_title
    .post_item__other_info {
    display: none;
  }
  .section_articles--small_sidebar .title_articles .post_item__content h3 {
    padding-left: 10px;
    padding-left: 0.625rem;
    border-left: 2px solid green;
    margin-bottom: 0;
  }
  .section_articles--small_sidebar .view_more_button {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .section_articles--three-sections {
    background: #fff;
    width: calc(100% + 10px);
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-left: -5px;
    margin-left: -0.3125rem;
  }
  .section_articles--three-sections .section_articles__header {
    padding-left: 7px;
    padding-left: 0.4375rem;
  }
  .section_articles--three-sections .post_item:first-child .post_item__content {
    border-bottom: none;
    background: #f2f2f2;
  }
  .section_articles--three-sections .post_item:nth-child(2) {
    border-top: none;
  }
  .section_articles--three-sections .post_item:not(:first-child) {
    margin-bottom: 0;
    display: inline-block;
    padding: 15px 0 0;
    padding: 0.9375rem 0 0;
  }
  .section_articles--three-sections
    .post_item:not(:first-child)
    .post_item__thumb {
    display: none;
  }
  .section_articles--three-sections
    .post_item:not(:first-child)
    .post_item__title {
    margin-bottom: 0;
    border-left: 2px solid red;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .section_articles--three-sections
    .post_item:not(:first-child)
    .post_item__content {
    min-height: 32px;
    min-height: 2rem;
    padding: 0 15px 15px;
    padding: 0 0.9375rem 0.9375rem;
  }
  .section_articles--three-sections
    .post_item:not(:first-child)
    .post_item__other_info {
    display: none;
  }
  .section_articles--three-sections .view_more_button--arrow {
    margin-top: 0;
  }
  .section_articles__header {
    display: inline-block;
    margin-bottom: 7px;
    margin-bottom: 0.4375rem;
  }
  .section_articles__header .section_articles__main_title {
    float: left;
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .section_articles__tabs_header {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  .section_articles__tabs_header span {
    border-right: none;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
    color: #3c3c3b;
    margin-right: 9px;
    margin-right: 0.5625rem;
  }
  .section_articles__tabs_header span:last-child {
    margin-right: 0;
  }
  .section_articles__main_container .sidebar_articles .section_articles {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .section_articles__container {
    padding: 0;
    height: auto !important;
  }
  .post_container--mid .post_item {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .post_container--mid .post_item .post_item__thumb {
    height: 183px;
    height: 11.4375rem;
  }
  .post_container--mid .post_item .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
  }
  .post_container--mid .post_item .post_item__content h3 {
    font-size: 20px;
    font-weight: 700;
  }
  .post_container--mid .post_item .post_item__content p {
    display: none;
  }
  .post_container--round_full > .post_item {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .post_container--round_full > .post_item .post_item__thumb {
    height: 164px;
    height: 10.25rem;
  }
  .post_container--round_full > .post_item .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
  }
  .post_container--round_full > .post_item .post_date,
  .post_container--round_full > .post_item .post_item__excerpt {
    display: none;
  }
  .post_container--round_full .section_articles__row_items {
    float: left;
    width: 100%;
  }
  .post_container--round_full .section_articles__row_items .post_item {
    display: inline-block;
    height: 111px;
    height: 6.9375rem;
  }
  .post_container--round_full .section_articles__row_items .post_item__thumb {
    width: 50%;
    height: 100%;
  }
  .post_container--round_full .section_articles__row_items .post_item__content {
    float: left;
    width: 50%;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
  }
  .post_container--round_full .section_articles__row_items .post_item__title {
    margin-bottom: 0;
    padding: 10px 10px 7px;
    padding: 0.625rem 0.625rem 0.4375rem;
  }
  .post_container--round_full
    .section_articles__row_items
    .post_item__other_info {
    display: none;
  }
  .title_articles {
    width: 100%;
  }
  .title_articles__container {
    padding: 30px 15px;
    padding: 1.875rem 0.9375rem;
  }
  .title_articles__container .post_item {
    display: inline-block;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .title_articles__container .post_item .post_item__content {
    padding: 0;
    border-left: 2px solid #ccc;
    min-height: 32px;
    min-height: 2rem;
    padding-left: 8px;
    padding-left: 0.5rem;
  }
  .title_articles__container .post_item .post_item__content .post_item__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1em;
  }
  .title_articles__container .post_item .post_item__content .post_item__tags {
    display: none;
  }
  .view_more_button--arrow {
    text-align: center;
  }
  .view_more_button--arrow a {
    float: none;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    position: relative;
  }
  .view_more_button--arrow a:after {
    float: none;
    display: inline-block;
    margin-left: 4px;
    margin-left: 0.25rem;
    position: absolute;
    margin-top: 0;
  }
  .view_more_button--centered {
    margin: 10px 0;
    margin: 0.625rem 0;
  }
  .edit_background .section_articles--round_full .section_articles__header,
  .edit_background .section_articles--round_full .section_articles__main {
    background: #f9f9f9;
  }
  .section_articles--round_full {
    width: 100%;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .section_articles--round_full .section_articles__header {
    margin-bottom: 0;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .single_content__right_side .section_articles--column {
    background: transparent;
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .single_article {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .sidebar_articles {
    width: 100%;
    padding: 0;
  }
  .sidebar_articles .section_articles {
    background: #f9f9f9;
    width: calc(100% + 10px);
    padding: 0 10px;
    padding: 0 0.625rem;
    margin-left: -5px;
    margin-left: -0.3125rem;
    margin-right: -5px;
    margin-right: -0.3125rem;
  }
  .sidebar_articles .section_articles .section_articles__header {
    background: #f9f9f9;
    margin-bottom: 0;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .sidebar_articles .post_container--small_sidebar .post_item {
    background: #f9f9f9;
    border-bottom: none;
    margin-top: 0;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .sidebar_articles .post_container--small_sidebar .post_item:first-child {
    padding-top: 0;
    border-bottom: 1px solid #ececec;
  }
  .sidebar_articles .post_container--small_sidebar .post_item__thumb {
    width: 50%;
    height: 115px;
    height: 7.1875rem;
  }
  .sidebar_articles .post_container--small_sidebar .post_item__content {
    width: 50%;
    background: #f9f9f9;
    overflow-y: scroll;
    height: 115px;
    height: 7.1875rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .sidebar_articles .view_more_button--arrow {
    background: #f9f9f9;
    margin: 0;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .sidebar_articles .krypometer_level__name {
    max-width: 100%;
    padding-left: 0;
  }
  .sidebar_articles .krypometer_level__bottles {
    width: 100%;
    padding-left: 0;
  }
  .kryptometer_archive {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .krypometer_sidebar {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding-bottom: 0;
  }
  .krypometer_sidebar--external .krypometer_sidebar__item {
    padding: 18px;
    padding: 1.125rem;
  }
  .krypometer_sidebar--external .krypometer_sidebar__thumb {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .krypometer_sidebar--external .krypometer_sidebar__title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .krypometer_sidebar--external .krypometer_sidebar__other_info {
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .krypometer_sidebar--external .krypometer_sidebar__excerpt {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .krypometer_sidebar--external .krypometer_level__name {
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .krypometer_sidebar__slider {
    padding: 15px;
    padding: 0.9375rem;
  }
  .krypometer_sidebar__slider .krypometer_sidebar__item .krypometer_level,
  .krypometer_sidebar__slider
    .krypometer_sidebar__item
    .krypometer_sidebar__excerpt,
  .krypometer_sidebar__slider
    .krypometer_sidebar__item
    .krypometer_sidebar__other_info,
  .krypometer_sidebar__slider
    .krypometer_sidebar__item
    .krypometer_sidebar__title {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .section_articles--half {
    padding: 0;
    padding-bottom: 0;
    width: calc(100% + 20px);
    padding-top: 15px;
    padding-top: 0.9375rem;
    margin-left: -15px;
    margin-left: -0.9375rem;
  }
  .section_articles--half:last-child {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .section_articles--half .section_articles__container {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  .section_articles--half .section_articles__header {
    padding: 17px 0;
    padding: 1.0625rem 0;
    margin-bottom: 0;
  }
  .section_articles--half .title_articles .post_item {
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 0 0;
    padding: 0.9375rem 0 0;
  }
  .section_articles--half
    .title_articles
    .post_item:last-child
    .post_item__content {
    border-bottom: none;
  }
  .section_articles--half .title_articles .post_item__content {
    min-height: 32px;
    min-height: 2rem;
    border-bottom: 1px solid #ccc;
    padding: 0 15px 15px;
    padding: 0 0.9375rem 0.9375rem;
  }
  .section_articles--half
    .title_articles
    .post_item__content
    .post_item__title {
    border-left: 2px solid red;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .section_articles--half .title_articles .post_date,
  .section_articles--half .title_articles .post_item__other_info,
  .section_articles--half .title_articles .post_item__tags {
    display: none;
  }
  .section_articles--half .view_more_button--arrow {
    margin-top: 0;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
  }
  .post_container--small .post_item__thumb {
    width: 50%;
    height: 100%;
  }
  .post_container--small .post_item__content {
    width: 50%;
    float: left;
    height: 100%;
    overflow-y: scroll;
    padding: 15px;
    padding: 0.9375rem;
    padding-top: 0;
  }
  .post_container--small .post_item__title {
    margin-bottom: 0;
  }
  .post_container--small .post_item__other_info {
    display: none;
  }
  .section_articles--custom_background {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .video_section {
    padding-left: 0;
    padding: 0.9375rem 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .video_section--full .video_section__main_article .video_section__article {
    margin-bottom: 0;
    border-bottom: none;
  }
  .video_section--full .video_section__other_articles {
    display: none;
  }
  .video_section__main_article {
    width: 100%;
  }
  .video_section__main_article .video_section {
    margin-bottom: 0;
  }
  .video_section__main_article .video_section__article {
    padding-top: 0 !important;
    border-bottom: 1px solid #fff;
    display: inline-block !important;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section__main_article .video_section__thumb {
    width: 100% !important;
    height: 164px;
    height: 10.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_section__main_article .video_section__title {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_section__other_articles .video_section__article {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section__other_articles .video_section__thumb {
    width: 50%;
    margin-bottom: 0;
  }
  .video_section__other_articles .video_section__content {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .video_section__other_articles .video_section__other_info {
    width: 50%;
    border-left: none;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_section__other_articles .video_section__title {
    width: 50%;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .video_section__other_articles .view_more_button--arrow a {
    float: none !important;
  }
  .video_section__tabs {
    margin-top: 0;
  }
  .video_section__tabs .video_section__article {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    padding: 20px 0;
    padding: 1.25rem 0;
    border-bottom: 1px solid #ccc;
  }
  .video_section__tabs .video_section__article:nth-child(n + 3) {
    border-bottom: none;
  }
  .video_section__tabs .video_section:last-of-type {
    border-bottom: 0 !important;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
  }
  .video_section__tabs .video_section__thumb {
    position: relative;
    width: 30px;
    width: 1.875rem;
    height: 30px;
    height: 1.875rem;
  }
  .video_section__tabs .video_section__thumb:before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/small_video_icon.svg) no-repeat 50%;
  }
  .video_section__tabs .video_section__thumb img {
    display: none;
  }
  .video_section__tabs .video_section__content {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .video_section__tabs_header {
    padding: 13px 0;
    padding: 0.8125rem 0;
  }
  .video_section__tabs_header li {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
  .video_section__tabs_header li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .video_section__tabs_content {
    margin-top: 0;
  }
  .video_section__tab .video_section__title {
    width: 100%;
  }
  .video_section__other_info,
  .video_section__title {
    width: 50%;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .video_section .view_more_button--arrow {
    margin: 0;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .video_section .view_more_button--arrow a {
    color: #fff;
  }
  .video_section .view_more_button--arrow a:after {
    content: " ";
    float: right;
    width: 10px;
    height: 15px;
    margin-top: 2px;
    margin-left: 8px;
    background-image: url(../images/anchor-white.svg);
  }
  .video_section__other_articles {
    width: 100%;
  }
  .mobile_kallxues_slider {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }
  .mobile_kallxues_slider .owl-stage-outer {
    height: auto;
  }
  .mobile_kallxues_slider .kallxues_item {
    float: left;
    width: 100%;
    display: none;
  }
  .mobile_kallxues_slider .kallxues_item:first-child {
    display: block;
  }
  .mobile_kallxues_slider .kallxues_item__content {
    min-height: auto;
    display: inline-block;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
  .mobile_kallxues_slider .kallxues_item__content h5 {
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
  }
  .mobile_kallxues_slider .owl-item {
    width: 100%;
    margin-right: 0;
  }
  .mobile_kallxues_slider .owl-nav {
    position: absolute;
    top: -40px;
    right: 15px;
    display: block !important;
  }
  .mobile_kallxues_slider .owl-nav .owl-prev {
    background: transparent;
    outline: none;
    border: none;
    width: 25px;
    height: 20px;
    background-image: url(../images/left_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 13px;
  }
  .mobile_kallxues_slider .owl-nav .owl-prev span {
    color: transparent;
  }
  .mobile_kallxues_slider .owl-nav .owl-next {
    background: transparent;
    outline: none;
    border: none;
    width: 25px;
    height: 20px;
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px 13px;
  }
  .mobile_kallxues_slider .owl-nav .owl-next span {
    color: transparent;
  }
  .mobile_kallxues_slider .owl-dots {
    display: none;
  }
  .custom_content_wrapper {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .video_archive_header--jnk {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_archive_header--jnk .video_archive_header__logo {
    width: 137px;
    width: 8.5625rem;
  }
  .video_archive_header--jnk .video_archive_header__time h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .video_archive_header--jnk .video_archive_header__time h4:last-child {
    border-bottom: 4px solid;
  }
  .video_section--archive {
    padding-bottom: 0;
  }
  .video_section--archive
    .video_section__main_article--archive
    .video_section__article
    .video_section__thumb {
    height: 246px !important;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section--archive
    .video_section__main_article--archive
    .video_section__article
    .video_section__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1em;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .video_section--archive
    .video_section__other_articles--archive
    .video_section__article {
    height: 136px;
    height: 8.5rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section--archive
    .video_section__other_articles--archive
    .video_section__thumb {
    float: left;
    width: 50%;
    height: 100%;
  }
  .video_section--archive
    .video_section__other_articles--archive
    .video_section_content {
    float: left;
    width: 50%;
    padding: 0 13px;
    padding: 0 0.8125rem;
  }
  .video_section__list--sub_cat .video_section__article {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section__list--sub_cat .video_section__article .video_section__thumb {
    float: left;
    width: 50%;
    margin-bottom: 0;
  }
  .video_section__list--sub_cat .video_section__article .video_section_content {
    float: left;
    width: 50%;
    padding: 0 13px;
    padding: 0 0.8125rem;
  }
  .video_section__list--sub_cat .video_section__article:last-child {
    margin-bottom: 0;
  }
  .video_section--sub_cat {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .video_archive_header--dnk {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_archive_header--dnk .video_archive_header__logo {
    width: 137px;
    width: 8.5625rem;
  }
  .video_archive_header--dnk .video_archive_header__time h4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .video_archive_header--dnk .video_archive_header__time h4:last-child {
    border-bottom: 4px solid;
  }
  .custom_content_wrapper--kallxotv .video_section--archive_full,
  .video_section__main_article--archive_full {
    margin-bottom: 0;
  }
  .video_section__main_article--archive_full .video_section__thumb {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section__main_article--archive_full .video_section__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .video_section__other_articles--archive_full .video_section__article {
    float: left;
    width: 100%;
    height: 164px;
    height: 10.25rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .video_section__other_articles--archive_full .video_section__thumb {
    float: left;
    width: 50%;
    height: 100%;
  }
  .video_section__other_articles--archive_full .video_section_content {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 13px;
    padding: 0 0.8125rem;
  }
  .video_section__other_articles--archive_full .view_more_button--centered {
    margin-bottom: 0;
  }
  .video_section__other_articles--archive_full .view_more_button--centered a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .video_archive_filter {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .video_archive_filter form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .video_archive_filter .video_archive_filter__year {
    width: 86px;
    width: 5.375rem;
  }
  .video_archive_filter .video_archive_filter__month,
  .video_archive_filter .video_archive_filter__year {
    margin-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-top: 7px;
    padding-top: 0.4375rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .video_archive_filter .video_archive_filter__month {
    width: 122px;
    width: 7.625rem;
  }
  .video_archive_filter input {
    width: 77px !important;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .custom_content_wrapper--jnk .view_more_button--white a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem;
    background: #452c4c;
    color: #fff;
  }
  .custom_content_wrapper--dnk .view_more_button--white a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem;
    background: rgba(51, 51, 51, 0.6);
    color: #fff;
  }
  .person_header {
    padding: 18px 0 25px;
    padding: 1.125rem 0 1.5625rem;
  }
  .person_header .person_header__thumb {
    float: left;
    width: 50%;
    height: auto;
    border-radius: 0;
  }
  .person_header .person_header__info {
    float: left;
    width: 50%;
    padding-left: 17px;
    padding-left: 1.0625rem;
  }
  .person_header .person_header__info h3 {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #3c3c3b;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .person_header .person_header__info span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .person_header .person_header__bio {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .person_single__articles {
    margin-top: 0;
    margin-bottom: 0;
    background: #f9f9f9;
  }
  .person_single__articles .post_item {
    float: left;
    width: 100%;
    display: inline-block;
    height: 111px;
    height: 6.9375rem;
  }
  .person_single__articles .post_item .post_item__content,
  .person_single__articles .post_item .post_item__thumb {
    float: left;
    width: 50%;
    height: 100%;
  }
  .person_single__articles .post_item .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
    background: #fff;
  }
  .person_single__articles .view_more_button--centered {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .person_single__articles .view_more_button--centered a {
    color: #fff;
    background: #ccc;
    padding: 5px 15px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    font-family: AntennaCond;
  }
  .single_article__author {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .single_article__author:last-child {
    margin-bottom: 0;
  }
  .single_article__header {
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
  .single_article__title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .single_article__thumb {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
  .single_article__thumb h3 {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .single_article__social_links--footer {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .single_article__header__additional {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .single_article__right_side .section_articles--column {
    padding: 0;
    background: #fff;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .single_article__right_side .section_articles__header {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .single_article__right_side .post_item__tags {
    display: none;
  }
  .single_content {
    margin-top: 0;
  }
  .single_content__left_side,
  .single_content__right_side {
    float: left;
    width: 100%;
  }
  .revive_zone {
    margin-bottom: 0;
  }
  .revive_zone__holder ins a {
    float: left;
    width: 100%;
  }
  .revive_zone__holder ins img {
    margin-bottom: 0;
  }
  .article_content iframe {
    width: 100%;
  }
  .article_content iframe[src*="https://www.youtube.com/embed/"]
  {
    height: auto;
  }
  .article_content iframe:not(.wp-embedded-content):not(.apester-fill-content) {
    min-height: 196px;
  }
  .article_content blockquote {
    font-size: 16px;
    font-size: 1rem;
  }
  .article_content blockquote:before {
    width: 26px;
    width: 1.625rem;
    height: 39px;
    height: 2.4375rem;
  }
  .article_content blockquote cite {
    font-family: Antenna;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .personalities_list {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .personalities_list li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .personalities_list li:last-child {
    margin-bottom: 0;
  }
  .section_articles--two-column {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .section_articles--two-column .section_articles__header {
    padding-left: 0;
  }
  .post_container--two-column {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .post_container--two-column > .post_item {
    background: #fff;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .post_container--two-column > .post_item .post_item__thumb {
    height: 162px;
    height: 10.125rem;
  }
  .post_container--two-column > .post_item .post_item__content {
    border-bottom: none;
    padding: 15px;
    padding: 0.9375rem;
  }
  .post_container--two-column > .post_item .post_item__title {
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .post_container--two-column .post_container__other_items {
    float: left;
    width: 100%;
    background: #fff;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .post_container--two-column .post_container__other_items .post_item {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .post_container--two-column .post_container__other_items .post_item h3 {
    font-weight: 500;
    margin-bottom: 0;
    border-left: 2px solid gray;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .post_container--two-column
    .post_container__other_items
    .post_item__other_info {
    display: none;
  }
  .search_header {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .search_header .video_archive_filter {
    margin-top: 0;
  }
  .search_header .video_archive_filter form {
    display: inline-block;
  }
  .search_header .video_archive_filter select {
    width: 145px;
    width: 9.0625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .search_header .video_archive_filter select:last-child {
    margin-right: 0;
  }
  .search_header .video_archive_filter input {
    width: 91px;
    width: 5.6875rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-right: 10px !important;
  }
  .search_header .video_archive_filter input:last-child {
    margin-right: 0;
  }
  .search_results {
    width: 100%;
  }
  .search_results .section_articles {
    margin-bottom: 0;
  }
  .search_results .post_item {
    width: 100%;
    margin-bottom: 17px;
    margin-bottom: 1.0625rem;
  }
  .search_results .post_item__thumb {
    height: 162px;
    height: 10.125rem;
  }
  .search_results .post_item__content {
    padding: 15px;
    padding: 0.9375rem;
  }
  .search_results .post_item__content h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .search_results .post_item__excerpt {
    font-size: 16px;
    font-size: 1rem;
    color: #999;
  }
  .search_results .post_item__tags {
    width: 100%;
  }
  .search_results .post_date,
  .search_results .post_tag {
    color: #ccc !important;
    font-weight: 500;
  }
  .search_results .view_more_button--dark a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 7px 15px;
    padding: 0.4375rem 0.9375rem;
  }
  .members_list__item {
    width: 50%;
  }
  .members_list__item .members_list__thumb {
    height: 118px;
    height: 7.375rem;
  }
  .person_header--square .person_header__info .person_header__name {
    margin-bottom: 0;
    border-bottom: none;
  }
  .post_container--publications .post_item {
    width: 50%;
  }
  .post_container--publications .post_item__thumb {
    height: 118px;
    height: 7.375rem;
  }
  .krypometer_level {
    display: -ms-flexbox;
    display: flex;
  }
  .krypometer_level__bottles {
    max-width: 50%;
  }
  .krypometer_level__name {
    float: left;
    max-width: 50%;
    line-height: 1.133em;
  }
  .kryptometer_archive__half_articles .post_item {
    width: 100%;
  }
  .kryptometer_archive__half_articles .post_item__thumb {
    width: 100%;
    height: 174px;
    height: 10.875rem;
  }
  .kryptometer_archive__half_articles .post_item__content {
    width: 100%;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
  }
  .kryptometer_archive__half_articles .post_item__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .kryptometer_archive__round_full {
    width: 100%;
  }
  .kryptometer_archive__round_full .post_item {
    border-bottom: none;
    padding-bottom: 0;
  }
  .kryptometer_archive__round_full .post_item a {
    display: inline-block;
  }
  .kryptometer_archive__round_full .post_item__thumb {
    width: 100%;
    height: 174px;
    height: 10.875rem;
  }
  .kryptometer_archive__round_full .post_item__content {
    width: 100%;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
  }
  .kryptometer_archive__round_full .post_item__content .post_item__title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .kryptometer_archive__round_full .krypometer_level {
    display: -ms-flexbox;
    display: flex;
  }
  .kryptometer_archive__round_full .krypometer_level .krypometer_level__name {
    float: left;
    line-height: 1.133em;
  }
  .kryptometer_archive__sidebar {
    width: 100%;
  }
  .kryptometer_archive__sidebar .kryptometer_info__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .kryptometer_archive__sidebar ul li {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .kryptometer_archive__sidebar
    .section_articles__header
    .section_articles__main_title {
    text-transform: uppercase;
  }
  .kryptometer_archive__sidebar .post_item .post_item__thumb {
    height: 207px !important;
  }
  .kryptometer_archive__sidebar .section_articles__mob .post_item {
    display: inline-block;
    height: 111px;
    height: 6.9375rem;
  }
  .kryptometer_archive__sidebar .section_articles__mob .post_item__thumb {
    height: 100% !important;
  }
  .kryptometer_archive__sidebar .view_more_button--centered {
    margin-bottom: 0;
  }
  .kryptometer_archive__sidebar .view_more_button--centered a {
    color: #fff;
    background: #ccc;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 13px;
    padding: 0.3125rem 0.8125rem;
  }
  .archive_sub_header {
    margin-top: 0;
  }
  .sub_header_menu {
    float: left;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .page_heading {
    float: left;
  }
  .page_heading .archive_sub_header__title {
    font-weight: 700;
    line-height: 1.43em;
    width: auto !important;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .page_heading .krypometer_heading {
    background: transparent;
    color: #b9d156;
  }
  .hamburger_submenu {
    float: right;
    position: relative;
    width: 28px;
    width: 1.75rem;
    height: 18px;
    height: 1.125rem;
  }
  .hamburger_submenu .hamburger_line {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    width: 1.75rem;
    height: 2px;
    height: 0.125rem;
    background: #b3b3b3;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
  }
  .hamburger_submenu span:first-child {
    top: 0;
  }
  .hamburger_submenu span:nth-child(2) {
    opacity: 1;
    top: 7px;
  }
  .hamburger_submenu span:nth-child(3) {
    top: 14px;
    margin-bottom: 0;
  }
  .open span:first-child {
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
  }
  .open span:nth-child(2) {
    opacity: 0;
  }
  .open span:nth-child(3) {
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 6px;
  }
  .borders {
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
    border-top: 1.5px solid #b3b3b3;
    border-bottom: 1.5px solid #b3b3b3;
  }
  .archive_sub_header__list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 65px;
    z-index: 20;
    background: #f9f9f9;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
    padding: 20px 0;
    padding: 1.25rem 0;
    border-top: none;
  }
  .archive_sub_header__list ul {
    float: left;
    width: 100%;
  }
  .archive_sub_header__list li {
    display: inline;
    border-right: none;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .archive_sub_header__list li:last-child {
    margin-bottom: 0;
  }
  .archive_sub_header__list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .active_sub-header {
    visibility: visible;
    opacity: 1;
  }
  .post_container--four-columns .post_item,
  .post_container--three-columns .post_item {
    width: 100%;
  }
  .post_container--four-columns .post_item .post_item__thumb,
  .post_container--three-columns .post_item .post_item__thumb {
    height: 164px;
    height: 10.25rem;
  }
  .default_archive .section_articles {
    margin-bottom: 0;
  }
  .default_archive .view_more_button--centered a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #fff;
    padding: 5px 13px;
    padding: 0.3125rem 0.8125rem;
    background: #ccc;
  }
  .post_container--three-column .post_item {
    width: 100% !important;
  }
  .post_container--three-column .post_item .post_item__thumb {
    height: 162px;
    height: 10.125rem;
  }
  .single_content--kryptometer .single_article__header {
    margin-bottom: 0;
  }
  .single_article__kryptometer__section {
    width: 110%;
    margin-left: -5%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 15px;
    padding: 0.9375rem;
  }
  .default_template {
    margin-top: 21px;
    margin-top: 1.3125rem;
  }
  .default_template__left_side,
  .default_template__right_side {
    width: 100%;
  }
  .report_section {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .report_form__left_side,
  .report_form__right_side {
    width: 100%;
  }
  .report_form__left_side {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .input_holder.file_input,
  .input_holder.three_column {
    width: 50%;
  }
  .input_holder textarea {
    min-height: 167px;
    min-height: 10.4375rem;
  }
  .kallxuesi_archive {
    width: 100%;
  }
  .kallxuesi_archive .kallxues_item {
    width: 100% !important;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .kallxuesi_archive .kallxues_item:last-child {
    margin-bottom: 0;
  }
  .section_articles--space_diff {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .report_single,
  .section_articles--half {
    margin-bottom: 0;
  }
  .report_single {
    width: 100%;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .report_single__verified {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
  .report_information {
    margin-bottom: 23px;
    margin-bottom: 1.4375rem;
  }
  .report_information span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .report_single__title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .section_articles--archive_left_side {
    width: 100%;
  }
  .section_articles--archive_left_side .post_container--two-columns .post_item {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    margin-top: 0;
  }
  .section_articles--archive_left_side
    .post_container--two-columns
    .post_item__thumb {
    height: 164px;
    height: 10.25rem;
  }
  .section_articles--archive_left_side
    .post_container--two-columns
    .post_item__content {
    padding: 15px !important;
  }
  .section_articles--round_half {
    width: 100%;
  }
  .section_articles--round_half .post_container--horizontal_items {
    padding: 0;
    background: #f9f9f9;
  }
  .section_articles--round_half .post_container--horizontal_items .post_item {
    display: inline-block;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .section_articles--round_half
    .post_container--horizontal_items
    .post_item__thumb {
    width: 100%;
    height: 164px;
    height: 10.25rem;
  }
  .section_articles--round_half
    .post_container--horizontal_items
    .post_item__content {
    width: 100%;
    padding: 15px;
    padding: 0.9375rem;
    background: #fff;
  }
  .section_articles--archive_right_side,
  .section_articles--round_half_other {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .section_articles--archive_right_side .post_container--row_items .post_item,
  .section_articles--archive_right_side .post_container--two-columns .post_item,
  .section_articles--round_half_other .post_container--row_items .post_item,
  .section_articles--round_half_other .post_container--two-columns .post_item {
    width: 100%;
    display: inline-block;
    height: 111px;
    height: 6.9375rem;
    margin-top: 0;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item:last-child,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item:last-child,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item:last-child,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item:last-child {
    margin-bottom: 0;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__thumb,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item__thumb,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__thumb,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item__thumb {
    width: 50%;
    float: left;
    height: 100% !important;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__title,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item__title,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__title,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item__title {
    margin-bottom: 0;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__content,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item__content,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__content,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item__content {
    width: 50%;
    float: left;
    overflow-y: scroll;
    height: 100% !important;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__excerpt,
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__other_info,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item__excerpt,
  .section_articles--archive_right_side
    .post_container--two-columns
    .post_item__other_info,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__excerpt,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__other_info,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item__excerpt,
  .section_articles--round_half_other
    .post_container--two-columns
    .post_item__other_info {
    display: none;
  }
  .section_articles--archive_right_side
    .post_container--row_items
    .post_item__content,
  .section_articles--round_half_other
    .post_container--row_items
    .post_item__content {
    background: #fff !important;
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .top_header {
    display: none;
  }
  .main_header__containe {
    height: 80px;
    height: 5rem;
  }
  .section_articles--space_diff {
    padding-bottom: 0;
  }
  .logo {
    width: 95px;
    width: 5.9375rem;
    margin-right: 0;
  }
  .header_search {
    min-width: auto;
    position: absolute;
    right: 50px;
  }
  .report_button {
    position: relative !important;
  }
  .report_button a {
    font-size: 16px;
    font-size: 1rem;
    padding: 4px 20px 2px 5px;
    padding: 0.25rem 1.25rem 0.125rem 0.3125rem;
    position: relative;
    line-height: 1.1em;
  }
  .report_button a:after {
    position: absolute;
    height: 15px;
    height: 0.9375rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
    top: 4px;
    top: 0.25rem;
  }
  .mobile_menu {
    float: right;
    margin-left: auto;
    width: 23px;
    width: 1.4375rem;
    height: 23px;
    height: 1.4375rem;
  }
  #menu-icon {
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  #cancel-button {
    width: 23px;
    top: 11px;
  }
  #cancel-button,
  .mobile_menu_content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .mobile_menu_content {
    top: 42px;
    left: 50%;
    z-index: 33;
    width: 100vw;
    margin-left: -50vw;
    background: #e6e6e6;
    border-top: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
  }
  .active {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hidde-icon {
    opacity: 0;
    visibility: hidden;
  }
  .search_form_mob {
    float: left;
    background: #fff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
    width: 100%;
    margin: 30px 0;
    margin: 1.875rem 0;
  }
  .search_form_mob input[type="text"] {
    outline: 0;
    float: left;
    border: none;
    color: #9c9b9b;
    font-family: Antenna;
    width: calc(100% - 28px);
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
  .search_form_mob input[type="text"]::-webkit-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="text"]:-moz-placeholder,
  .search_form_mob input[type="text"]::-moz-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="text"]:-ms-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="button"] {
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    position: absolute;
    width: 28px;
    width: 1.75rem;
    height: 26px;
    height: 1.625rem;
  }
  .search_form_mob .input_icon {
    top: 5px;
    right: 15px;
    z-index: 4;
    float: right;
    position: absolute;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    background: url(../images/search_icon.svg) no-repeat 50%;
    background-size: contain;
  }
  .mobile_menu_items {
    float: left;
    width: 100%;
  }
  .menu_left_items {
    float: left;
  }
  .menu_left_items,
  .menu_right_items {
    width: 50%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .menu_right_items {
    float: right;
  }
  .menu_left_items ul.bordered_menu_section,
  .menu_right_items ul.bordered_menu_section {
    border-bottom: 1px solid #9c9b9b;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
  }
  .menu_left_items li,
  .menu_right_items li {
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #9c9b9b;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .featured_articles {
    display: inline-block;
  }
  .featured_articles .post_item {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .featured_articles .post_item:nth-child(3),
  .featured_articles .post_item:nth-child(5) {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 0;
  }
  .featured_articles .post_item:nth-child(4),
  .featured_articles .post_item:nth-child(5) {
    margin-bottom: 0;
  }
  .featured_articles .post_item:first-child {
    padding-right: 0;
  }
  .featured_articles .post_item .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .featured_articles .post_item--big {
    float: left;
    width: 100%;
  }
  .featured_articles .post_item--big .post_item__thumb {
    height: 400px;
    height: 25rem;
  }
  .custom_color_articles__container {
    display: inline-block;
    margin-bottom: 0;
  }
  .custom_color_articles__container .custom_color_articles__section {
    width: 50%;
    display: inline-block;
    border-right: none;
  }
  .custom_color_articles__container
    .custom_color_articles__section:nth-child(3) {
    padding-left: 0;
  }
  .custom_color_articles__container .custom_color_articles__section .post_item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-right: 0;
  }
  .block_section--gray {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  .section_articles--small_sidebar .section_articles__main {
    display: inline-block;
  }
  .section_articles--small_sidebar .section_articles__main .post_item {
    width: 50%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .section_articles--small_sidebar
    .section_articles__main
    .post_item:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .section_articles--small_sidebar
    .section_articles__main
    .post_item
    .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .section_articles--small_sidebar .post_container--small_title .post_item {
    width: 100%;
    padding-left: 0;
  }
  .section_articles--small_sidebar
    .post_container--small_title
    .post_item:nth-child(2) {
    padding-left: 0 !important;
  }
  .section_articles--small_sidebar .view_more_button {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__list {
    display: inline-block;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__list
    .post_item {
    float: left;
    width: 100%;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__list
    .post_item__thumb {
    height: 400px;
    height: 25rem;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__row_items {
    float: left;
    width: 100% !important;
    display: inline;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__row_items
    .post_item {
    width: 50% !important;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__row_items
    .post_item:last-child {
    padding-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .section_articles__main_container--kryptometer
    .section_articles__main
    .section_articles__row_items
    .post_item
    .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .section_articles--round_full {
    width: 100%;
  }
  .section_articles__main_container--kryptometer
    .section_articles__list
    .post_item {
    width: 70%;
    margin-bottom: 0;
  }
  .section_articles__main_container--kryptometer
    .section_articles__list
    .section_articles__row_items {
    width: 30%;
  }
  .section_articles__main_container--kryptometer
    .section_articles__list
    .section_articles__row_items
    .post_item,
  .section_articles__main_container--kryptometer .sidebar_articles,
  .section_articles__main_container--kryptometer
    .sidebar_articles
    .krypometer_sidebar__item {
    width: 100%;
  }
  .section_articles__main_container--kryptometer
    .sidebar_articles
    .krypometer_sidebar__thumb {
    height: 250px;
    height: 15.625rem;
  }
  .section_articles--half,
  .section_articles--half .post_item {
    width: 100%;
  }
  .section_articles--half .post_item__thumb {
    height: 400px !important;
  }
  .section_articles--half .title_articles {
    display: inline-block;
  }
  .section_articles--half .title_articles .post_item {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .section_articles--half .title_articles .post_item:last-child {
    border-bottom: 0;
  }
  .post_container--four_articles .post_item {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .post_container--four_articles .post_item__thumb {
    height: 400px !important;
  }
  .post_container--four_articles .section_articles__row_items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post_container--four_articles .section_articles__row_items .post_item {
    float: left;
    width: 31% !important;
    -ms-flex: none;
    flex: none;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .post_container--four_articles
    .section_articles__row_items
    .post_item__thumb {
    width: 100%;
    height: 150px !important;
  }
  .sidebar_articles {
    width: 50% !important;
  }
  .sidebar_articles .post_container--small_sidebar .post_item {
    height: auto;
  }
  .sidebar_articles .post_container--small_sidebar .post_item__thumb {
    width: 50%;
    height: 50%;
  }
  .section_articles--custom_background
    .post_container--five_articles
    .post_item {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
  .section_articles--custom_background
    .post_container--five_articles
    .post_item__thumb {
    height: 400px;
    height: 25rem;
  }
  .section_articles--custom_background
    .post_container--five_articles
    .section_articles__other_items {
    width: 100%;
    display: inline-block;
  }
  .section_articles--custom_background
    .post_container--five_articles
    .section_articles__other_items
    .post_item {
    width: 50%;
    margin-top: 0;
  }
  .section_articles--custom_background
    .post_container--five_articles
    .section_articles__other_items
    .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .video_section .video_section__main_article,
  .video_section .video_section__main_article .video_section__article {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .video_section
    .video_section__main_article
    .video_section__article
    .video_section__thumb {
    height: 400px;
    height: 25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .video_section .video_section__other_articles {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
  }
  .video_section .video_section__other_articles .video_section__article {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .video_section
    .video_section__other_articles
    .video_section__article:nth-child(2n + 2) {
    padding-right: 0;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .video_section
    .video_section__other_articles
    .video_section__article
    .video_section__thumb {
    min-height: 200px;
    min-height: 12.5rem;
  }
  .video_section .video_section__tab .video_section__article {
    margin-right: 20px;
    margin-right: 1.25rem;
    width: 28%;
  }
  .video_section
    .video_section__tab
    .video_section__article
    .video_section__thumb {
    float: left;
    width: 100%;
    height: 118px;
    height: 7.375rem;
  }
  .video_section
    .video_section__tab
    .video_section__article
    .video_section__content {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 0;
  }
  .video_section .view_more_button--arrow {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .post_container--kallxues {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .kallxues_item {
    width: 50%;
  }
  .kallxues_item:nth-child(n + 5) {
    display: none;
  }
  .kallxues_item__content {
    min-height: auto;
  }
  .section_articles__main_container--three-sections {
    display: inline-block;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections {
    width: 50%;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_item {
    width: 100%;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_item__thumb {
    height: 400px;
    height: 25rem;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_item__content
    .post_item__title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_container__other_items
    .post_item {
    width: 31.4%;
    display: inline-block;
    border-top: none !important;
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_container__other_items
    .post_item:nth-child(3n + 3) {
    margin-right: 0;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_container__other_items
    .post_item__thumb {
    height: 160px;
    height: 10rem;
    width: 100%;
  }
  .section_articles__main_container--three-sections
    .section_articles--three-sections
    .post_container__other_items
    .post_item__content {
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .view_more_button--arrow {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .view_more_button--arrow a {
    width: 100%;
    text-align: center;
  }
  .view_more_button--arrow a:after {
    position: absolute;
  }
  .video_section__main_article {
    width: 100%;
  }
  .footer_main {
    padding: 33px 0 20px;
    padding: 2.0625rem 0 1.25rem;
  }
  .footer_main__desc {
    width: 100%;
    padding-right: 0;
  }
  .footer_main__desc .footer_main__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer_main__report {
    width: 100%;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .sub_logo {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
  .sub_logo img {
    width: 150px;
    width: 9.375rem;
  }
  .sub_logo_2 img {
    width: 80px;
    width: 5rem;
  }
  .footer_main__partners {
    width: 100%;
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .footer_main__partner {
    width: 100%;
  }
  .footer_main__partner__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .footer_main__partner__list li {
    margin-right: 0;
    padding: 0 10px;
    padding: 0 0.625rem;
    width: 33.33333%;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .footer_main__partner__list li img {
    width: 100%;
  }
  .video_section--archive
    .video_section__list
    .video_section__main_article
    .video_section__thumb {
    height: 400px !important;
  }
  .video_section--sub_cat .video_section__article {
    width: 33.3333%;
  }
  .video_section__list--sub_cat .video_section__article {
    width: 33.333%;
  }
  .video_archive_filter form select {
    padding: 15px 35px 15px 10px;
    padding: 0.9375rem 2.1875rem 0.9375rem 0.625rem;
    background: url(../images/anchor-gray.svg) no-repeat 92% 20px;
    background-color: #e6e6e6 !important;
    background-position-x: calc(100% - 7px);
    background-size: 16px;
  }
  .video_archive_filter form input {
    padding: 15px 40px;
    padding: 0.9375rem 2.5rem;
  }
  .video_archive_filter--jnk form select {
    background-color: #702382 !important;
  }
  .video_archive_filter--dnk form select {
    background-color: #00406f !important;
  }
  .custom_content_wrapper--kallxotv
    .video_section__other_articles--archive_full
    .video_section__article {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .custom_content_wrapper--kallxotv
    .video_section__other_articles--archive_full
    .video_section__article:nth-child(2n + 2) {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .report_form__left_side {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .report_form__right_side {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .report_form__right_side input[type="submit"] {
    width: 200px;
    width: 12.5rem;
  }
  .report_form__right_side .report_information {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .kallxuesi_archive .kallxues_item {
    width: 50%;
  }
  .report_single {
    width: 100%;
  }
  .person_header__bio {
    width: 64%;
  }
  .person_header__bio,
  .person_header__info {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .person_single__articles {
    margin-bottom: 0;
  }
  .post_container--five-columns .post_item {
    width: 33.333%;
  }
  .view_more_button--archive {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .archive_sub_header {
    margin-top: 0;
  }
  .sub_header_menu {
    float: left;
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  .page_heading {
    float: left;
  }
  .page_heading .archive_sub_header__title {
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.43em;
    width: auto !important;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .page_heading .krypometer_heading {
    background: transparent;
    color: #b9d156;
  }
  .hamburger_submenu {
    float: right;
    position: relative;
    width: 55px;
    width: 3.4375rem;
    height: 30px;
    height: 1.875rem;
  }
  .hamburger_submenu .hamburger_line {
    right: 0;
    display: block;
    width: 55px;
    width: 3.4375rem;
    height: 2px;
    height: 0.125rem;
    background: #b3b3b3;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .hamburger_submenu span:first-child {
    top: 0;
  }
  .hamburger_submenu span:nth-child(2) {
    opacity: 1;
    top: 7px;
  }
  .hamburger_submenu span:nth-child(3) {
    top: 14px;
    margin-bottom: 0;
  }
  .open span:first-child {
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
  }
  .open span:nth-child(2) {
    opacity: 0;
  }
  .open span:nth-child(3) {
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    top: 15px;
  }
  .archive_sub_header__list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    z-index: 20;
    background: #f9f9f9;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    border-top: none;
  }
  .archive_sub_header__list ul {
    float: left;
    width: 100%;
  }
  .archive_sub_header__list li {
    display: inline;
    border-right: none;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .archive_sub_header__list li:last-child {
    margin-bottom: 0;
  }
  .archive_sub_header__list li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .active_sub-header {
    visibility: visible;
    opacity: 1;
  }
  .archive_sub_header {
    border-bottom: 1px solid #b3b3b3;
    z-index: 33;
  }
  .post_container--four-columns .post_item {
    width: 33.3333%;
  }
  .date_picker,
  .video_archive_filter__month,
  .video_archive_filter__year {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .single_content__left_side {
    width: 100%;
  }
  .single_content__right_side {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }
  .single_content__right_side .section_articles--column {
    width: 50%;
    float: left;
    padding: 10px;
    padding: 0.625rem;
  }
  .single_article__header .single_article__thumb {
    height: 400px;
    height: 25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .single_article__header .single_article__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .single_article__kryptometer__section {
    padding-left: 0;
    padding-right: 0;
  }
  .members_list__item {
    width: 33.333%;
  }
  .members_list {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .default_template__left_side,
  .default_template__right_side {
    width: 100%;
  }
  .default_template__right_side .post_item {
    width: 33.3333%;
  }
  .kryptometer_archive__half_articles .post_item {
    width: 100%;
  }
  .kryptometer_archive__half_articles .post_item .post_item__thumb {
    height: 400px;
    height: 25rem;
  }
  .kryptometer_archive__round_full {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .kryptometer_archive__round_full
    .kryptometer_archive__list
    .post_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .kryptometer_archive__sidebar {
    width: 100%;
  }
  .kryptometer_archive__sidebar .post_container--kryptometer_small {
    display: inline-block;
  }
  .kryptometer_archive__sidebar .post_container--kryptometer_small .post_item {
    width: 234px;
    margin-right: 15px !important;
  }
  .kryptometer_archive__sidebar
    .post_container--kryptometer_small
    .post_item:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .kryptometer_archive__sidebar .post_container--small {
    display: inline-block;
  }
  .kryptometer_archive__sidebar .post_container--small .post_item {
    width: 234px;
    margin-right: 15px !important;
  }
  .kryptometer_archive__sidebar
    .post_container--small
    .post_item:nth-child(3n + 3) {
    margin-right: 0 !important;
  }
  .kryptometer_info .kryptometer_info__title {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .kryptometer_info .kryptometer_info__list li {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .block_section--equal_sections .section_articles--archive_left_side {
    width: 100%;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .block_section--equal_sections
    .section_articles--archive_left_side
    .post_container--two-columns
    .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .block_section--equal_sections .section_articles--archive_right_side {
    width: 100%;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .block_section--equal_sections
    .section_articles--archive_right_side
    .post_container--small_thumb
    .post_item {
    width: 33.3333%;
  }
  .block_section--equal_sections
    .section_articles--archive_right_side
    .post_container--small_thumb
    .post_item__thumb {
    height: var(--thumb_size, 160px) !important;
  }
  .block_section--equal_sections .section_articles--round_half {
    width: 100%;
  }
  .block_section--equal_sections
    .section_articles--round_half
    .post_container--horizontal_items
    .post_item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .block_section--equal_sections
    .section_articles--round_half
    .post_container--horizontal_items
    .post_item__thumb {
    width: 50%;
    height: 200px;
  }
  .block_section--equal_sections .section_articles--round_half_other {
    width: 100%;
  }
  .block_section--equal_sections
    .section_articles--round_half_other
    .post_container--small_thumb
    .post_item
    .post_item__thumb {
    height: 200px !important;
  }
  .default_archive .section_articles {
    margin-bottom: 0;
  }
  .default_archive .view_more_button--archive {
    margin-top: 0;
  }
  .default_archive .featured_articles {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .default_archive .post_container--three-columns .post_item,
  .other_items .post_container--three-columns .post_item {
    width: 50%;
  }
  .other_items .post_container--three-columns .post_item__thumb {
    height: 200px;
    height: 12.5rem;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .main_header__container {
    height: 80px !important;
  }
  .logo {
    width: 95px;
    width: 5.9375rem;
    margin-right: 0;
  }
  .header_search {
    min-width: auto;
    position: absolute;
    right: 50px;
  }
  .report_button {
    position: relative !important;
  }
  .report_button a {
    font-size: 16px;
    font-size: 1rem;
    padding: 3px 18px 3px 4px;
    padding: 0.1875rem 1.125rem 0.1875rem 0.25rem;
    position: relative;
    line-height: 1.1em;
  }
  .report_button a:after {
    position: absolute;
    height: 15px;
    height: 0.9375rem;
    margin-left: 5px;
    margin-left: 0.3125rem;
    top: 4px;
    top: 0.25rem;
  }
  .mobile_menu {
    float: right;
    margin-left: auto;
    width: 23px;
    width: 1.4375rem;
    height: 23px;
    height: 1.4375rem;
  }
  #menu-icon {
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  #cancel-button {
    width: 23px;
    top: 27px;
  }
  #cancel-button,
  .mobile_menu_content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.6, 0, 0.2, 1);
  }
  .mobile_menu_content {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #e6e6e6;
    top: 80px;
    z-index: 33;
    border-top: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
  }
  .active {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hidde-icon {
    opacity: 0;
    visibility: hidden;
  }
  .search_form_mob {
    float: left;
    background: #fff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
    width: 50%;
    margin: 30px 0;
    margin: 1.875rem 0;
  }
  .search_form_mob input[type="text"] {
    outline: 0;
    float: left;
    border: none;
    color: #9c9b9b;
    font-family: Antenna;
    width: calc(100% - 28px);
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
  .search_form_mob input[type="text"]::-webkit-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="text"]:-moz-placeholder,
  .search_form_mob input[type="text"]::-moz-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="text"]:-ms-input-placeholder {
    color: #9c9b9b;
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
  }
  .search_form_mob input[type="button"] {
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
    position: absolute;
    width: 28px;
    width: 1.75rem;
    height: 26px;
    height: 1.625rem;
  }
  .search_form_mob .input_icon {
    top: 5px;
    right: 15px;
    z-index: 4;
    float: right;
    position: absolute;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    background: url(../images/search_icon.svg) no-repeat 50%;
    background-size: contain;
  }
  .mobile_menu_items {
    float: left;
    width: 100%;
  }
  .menu_left_items {
    float: left;
  }
  .menu_left_items,
  .menu_right_items {
    width: 50%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .menu_right_items {
    float: right;
  }
  .menu_left_items ul.bordered_menu_section,
  .menu_right_items ul.bordered_menu_section {
    border-bottom: 1px solid #9c9b9b;
    margin-bottom: 19px;
    margin-bottom: 1.1875rem;
  }
  .menu_left_items li,
  .menu_right_items li {
    font-family: Antenna;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #9c9b9b;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .sidebar_articles .post_container--small_sidebar .post_item {
    display: inline-block;
  }
  .sidebar_articles .post_container--small_sidebar .post_item__thumb {
    width: 100%;
    height: 122px;
    height: 7.625rem;
  }
  .sidebar_articles .post_container--small_sidebar .post_item__content {
    width: 100%;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-left: 0;
  }
  .video_section__tab .video_section__article .video_section__thumb {
    height: 100px;
    height: 6.25rem;
  }
  .video_section__tab .video_section__article .video_section__thumb a {
    height: 100%;
  }
  #scroll_top_button {
    margin-left: -40px !important;
  }
  .kryptometer_archive__round_full {
    width: 76%;
  }
  .kryptometer_archive__sidebar {
    width: 24%;
  }
  .default_template__left_side {
    width: 70%;
  }
  .default_template__right_side {
    width: 30%;
  }
  .report_information > * {
    font-size: 16px;
    font-size: 1rem;
  }
  .report_single {
    width: 100%;
  }
  .person_header__bio {
    width: calc(100% - 257px);
  }
  .person_header--square .person_header__thumb {
    width: 257px;
    width: 16.0625rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1380px) {
  #scroll_top_button {
    margin-left: -15px;
    margin-left: -0.9375rem;
  }
  .logo {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .main_header__container {
    height: 35px;
    height: 2.1875rem;
  }
  .header_navigation {
    max-width: 62%;
  }
  .header_navigation__list li {
    min-width: 85px;
    min-width: 5.3125rem;
  }
  .header_navigation__list a {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search_form input[type="text"] {
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
  }
  .search_form .input_icon {
    height: 24px;
    height: 1.5rem;
    background-size: 14px;
  }
  .report_button a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .report_button a:after {
    height: 14px;
    height: 0.875rem;
  }
}
/*# sourceMappingURL=app.min.css.map */
