.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}

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

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

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

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

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
@charset "UTF-8";
.myClass {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
.myClass .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  .myClass {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  }
}
.myClass .slick-prev,
.myClass .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.myClass .slick-prev:hover,
.myClass .slick-prev:focus,
.myClass .slick-next:hover,
.myClass .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.myClass .slick-prev:hover:before,
.myClass .slick-prev:focus:before,
.myClass .slick-next:hover:before,
.myClass .slick-next:focus:before {
  opacity: 1;
}
.myClass .slick-prev.slick-disabled:before,
.myClass .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.myClass .slick-prev:before,
.myClass .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myClass .slick-prev {
  left: -25px;
}
.myClass [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.myClass .slick-prev:before {
  content: "←";
}
.myClass [dir=rtl] .slick-prev:before {
  content: "→";
}
.myClass .slick-next {
  right: -25px;
}
.myClass [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.myClass .slick-next:before {
  content: "→";
}
.myClass [dir=rtl] .slick-next:before {
  content: "←";
}
.myClass .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.myClass .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.myClass .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.myClass .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.myClass .slick-dots li button:hover,
.myClass .slick-dots li button:focus {
  outline: none;
}
.myClass .slick-dots li button:hover:before,
.myClass .slick-dots li button:focus:before {
  opacity: 1;
}
.myClass .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myClass .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
@import '_sprite.css';
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

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

nav ul,
nav ol {
  list-style: none outside none;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background: #dddddd;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.85;
  color: #191919;
  overflow-x: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 11px;
    line-height: 1.82;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body.is-fixed {
    overflow: hidden;
    height: 100%;
  }
}

main {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.85em / 2);
}

h1,
h2 {
  font-weight: 500;
  letter-spacing: 0.005em;
  margin-bottom: 28px;
}

.h1,
h1 {
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 28px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
h1 {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }
}

.h2,
h2 {
  font-size: 42px;
  line-height: 1.38;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
h2 {
    font-size: 26px;
    line-height: 1.23;
  }
}

.h3,
h3 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
h3 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
}

.h4,
h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
h4 {
    font-size: 18px;
    line-height: 1.22;
  }
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
h5 {
    font-size: 18px;
    line-height: 1.22;
  }
}

.h6,
h6 {
  line-height: 1.5;
  font-size: 16px;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.85em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.e-active {
  display: none;
}

.e-not-active {
  display: block;
}

body.elementor-editor-active .e-active {
  padding: 40px 0;
  background-color: #9acfef;
  display: block;
  text-align: center;
}
body.elementor-editor-active .e-not-active {
  display: none;
}

/*.elementor-heading-title, .elementor-shortcode {
	padding-left: 32px !important;

	@include breakpoint-down(mobile) {
		padding-left: 15px !important;
	}
}*/
.team_grid {
  grid-row-gap: 20px;
}

.mobile-show-contents > p {
  margin-top: 20px;
}

.more-posts__link {
  font-weight: 700;
  text-align: center;
  margin-top: 100px;
  width: 100%;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1139px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1139.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/*  has-separator-left  */
.has-separator-left span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.has-separator-left span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 0.1rem;
  margin-right: 4rem;
  background-color: #191919;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-separator-left span:before {
    margin-right: 2rem;
  }
}

/*  mobile contents  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .mobile-show-contents {
    display: contents;
  }
}

.wysiwyg a, .elementor-text-editor a, .elementor-tab-content a {
  color: inherit;
  text-decoration: underline;
}
.wysiwyg a:hover, .elementor-text-editor a:hover, .elementor-tab-content a:hover {
  text-decoration: none;
}
.wysiwyg a[href^=tel], .elementor-text-editor a[href^=tel], .elementor-tab-content a[href^=tel] {
  text-decoration: none;
}
.wysiwyg .h1,
.wysiwyg h1,
.wysiwyg .h2,
.wysiwyg h2,
.wysiwyg .h3,
.wysiwyg h3,
.wysiwyg .h4,
.wysiwyg h4,
.wysiwyg .h5,
.wysiwyg h5,
.wysiwyg .h6,
.wysiwyg h6, .elementor-text-editor .h1,
.elementor-text-editor h1,
.elementor-text-editor .h2,
.elementor-text-editor h2,
.elementor-text-editor .h3,
.elementor-text-editor h3,
.elementor-text-editor .h4,
.elementor-text-editor h4,
.elementor-text-editor .h5,
.elementor-text-editor h5,
.elementor-text-editor .h6,
.elementor-text-editor h6, .elementor-tab-content .h1,
.elementor-tab-content h1,
.elementor-tab-content .h2,
.elementor-tab-content h2,
.elementor-tab-content .h3,
.elementor-tab-content h3,
.elementor-tab-content .h4,
.elementor-tab-content h4,
.elementor-tab-content .h5,
.elementor-tab-content h5,
.elementor-tab-content .h6,
.elementor-tab-content h6 {
  margin-bottom: calc(1.85em / 2);
}
.wysiwyg h1,
.wysiwyg h2, .elementor-text-editor h1,
.elementor-text-editor h2, .elementor-tab-content h1,
.elementor-tab-content h2 {
  font-weight: 500;
  letter-spacing: 0.005em;
  margin-bottom: 28px;
}
.wysiwyg .h1,
.wysiwyg h1, .elementor-text-editor .h1,
.elementor-text-editor h1, .elementor-tab-content .h1,
.elementor-tab-content h1 {
  font-size: 50px;
  line-height: 1.16;
  margin-bottom: 28px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wysiwyg .h1,
.wysiwyg h1, .elementor-text-editor .h1,
.elementor-text-editor h1, .elementor-tab-content .h1,
.elementor-tab-content h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.wysiwyg .h2,
.wysiwyg h2, .elementor-text-editor .h2,
.elementor-text-editor h2, .elementor-tab-content .h2,
.elementor-tab-content h2 {
  font-size: 42px;
  line-height: 1.38;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wysiwyg .h2,
.wysiwyg h2, .elementor-text-editor .h2,
.elementor-text-editor h2, .elementor-tab-content .h2,
.elementor-tab-content h2 {
    font-size: 26px;
    line-height: 1.23;
  }
}
.wysiwyg .h3,
.wysiwyg h3, .elementor-text-editor .h3,
.elementor-text-editor h3, .elementor-tab-content .h3,
.elementor-tab-content h3 {
  font-size: 38px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wysiwyg .h3,
.wysiwyg h3, .elementor-text-editor .h3,
.elementor-text-editor h3, .elementor-tab-content .h3,
.elementor-tab-content h3 {
    font-size: 22px;
  }
}
.wysiwyg .h4,
.wysiwyg h4, .elementor-text-editor .h4,
.elementor-text-editor h4, .elementor-tab-content .h4,
.elementor-tab-content h4 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wysiwyg .h4,
.wysiwyg h4, .elementor-text-editor .h4,
.elementor-text-editor h4, .elementor-tab-content .h4,
.elementor-tab-content h4 {
    font-size: 18px;
    line-height: 1.22;
  }
}
.wysiwyg .h5,
.wysiwyg h5, .elementor-text-editor .h5,
.elementor-text-editor h5, .elementor-tab-content .h5,
.elementor-tab-content h5 {
  font-size: 22px;
  line-height: 1.27;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wysiwyg .h5,
.wysiwyg h5, .elementor-text-editor .h5,
.elementor-text-editor h5, .elementor-tab-content .h5,
.elementor-tab-content h5 {
    font-size: 18px;
    line-height: 1.22;
  }
}
.wysiwyg .h6,
.wysiwyg h6, .elementor-text-editor .h6,
.elementor-text-editor h6, .elementor-tab-content .h6,
.elementor-tab-content h6 {
  line-height: 1.5;
  font-size: 16px;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl,
.wysiwyg hr,
.wysiwyg table,
.wysiwyg blockquote, .elementor-text-editor p,
.elementor-text-editor ul,
.elementor-text-editor ol,
.elementor-text-editor dl,
.elementor-text-editor hr,
.elementor-text-editor table,
.elementor-text-editor blockquote, .elementor-tab-content p,
.elementor-tab-content ul,
.elementor-tab-content ol,
.elementor-tab-content dl,
.elementor-tab-content hr,
.elementor-tab-content table,
.elementor-tab-content blockquote {
  margin-bottom: 1.85em;
}
.wysiwyg h1[class],
.wysiwyg h2[class],
.wysiwyg h3[class],
.wysiwyg h4[class],
.wysiwyg h5[class],
.wysiwyg h6[class],
.wysiwyg h1:last-child,
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child,
.wysiwyg h5:last-child,
.wysiwyg h6:last-child,
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.wysiwyg dl:last-child,
.wysiwyg table:last-child,
.wysiwyg blockquote:last-child, .elementor-text-editor h1[class],
.elementor-text-editor h2[class],
.elementor-text-editor h3[class],
.elementor-text-editor h4[class],
.elementor-text-editor h5[class],
.elementor-text-editor h6[class],
.elementor-text-editor h1:last-child,
.elementor-text-editor h2:last-child,
.elementor-text-editor h3:last-child,
.elementor-text-editor h4:last-child,
.elementor-text-editor h5:last-child,
.elementor-text-editor h6:last-child,
.elementor-text-editor p:last-child,
.elementor-text-editor ul:last-child,
.elementor-text-editor ol:last-child,
.elementor-text-editor dl:last-child,
.elementor-text-editor table:last-child,
.elementor-text-editor blockquote:last-child, .elementor-tab-content h1[class],
.elementor-tab-content h2[class],
.elementor-tab-content h3[class],
.elementor-tab-content h4[class],
.elementor-tab-content h5[class],
.elementor-tab-content h6[class],
.elementor-tab-content h1:last-child,
.elementor-tab-content h2:last-child,
.elementor-tab-content h3:last-child,
.elementor-tab-content h4:last-child,
.elementor-tab-content h5:last-child,
.elementor-tab-content h6:last-child,
.elementor-tab-content p:last-child,
.elementor-tab-content ul:last-child,
.elementor-tab-content ol:last-child,
.elementor-tab-content dl:last-child,
.elementor-tab-content table:last-child,
.elementor-tab-content blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article.status-old {
  opacity: 0.5;
}
.article.status-old .article__image img {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h4 {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article p {
    margin-bottom: 27px;
  }
}
.article .article__image {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image {
    margin-bottom: 40px;
  }
}
.article .article__image.article__more {
  height: 185px;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image.article__more {
    width: 100%;
    height: 180px;
  }
}
.article .article__image a {
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image a {
    height: 180px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.article .article__meta {
  margin-bottom: 6px;
  margin-top: 35px;
  font-size: 12px;
  letter-spacing: 0.054rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__meta {
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.article .article__meta ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
}
.article .article__meta li {
  display: inline-block;
}
.article .article__meta li + li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 1px;
  height: 13px;
  background-color: currentColor;
}
.article .article__meta a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.article .article__meta a:hover {
  color: #006A20;
}
.article .article__meta strong {
  font-weight: 500;
  margin-right: 0;
}
.article .article__caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.6);
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__caption {
    font-size: 13px;
  }
}

/*  Article--horizotnal  */
.article--horizontal ~ .article--horizontal {
  margin-top: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--horizontal ~ .article--horizontal {
    margin-top: 49px;
  }
}
.article--horizontal .article__image {
  max-width: 475px;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--horizontal .article__image {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.article--horizontal .article__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article--horizontal .article__image a {
  display: block;
}
.article--horizontal .article__content {
  max-width: 430px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--horizontal .article__content {
    margin-top: 20px;
  }
}

/*  Article--reverse  */
.article--reverse ~ .article--reverse {
  margin-top: 35px;
}
.article--reverse h3 {
  margin-bottom: 33px;
  line-height: 1.21;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reverse h3 {
    margin-bottom: 34px;
    font-size: 26px;
  }
}
.article--reverse .article__image {
  max-width: 640px;
  height: 399px;
  margin-right: -70px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reverse .article__image {
    max-width: 100%;
    height: 267px;
    margin: 0 0 44px 0;
  }
}
.article--reverse .article__image a {
  width: 100%;
  height: 100%;
}
.article--reverse .article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article--reverse .article__content {
  max-width: 475px;
  padding: 0 0 0 47px;
  margin: 0;
}
@media (max-width: 1023px) {
  .article--reverse .article__content {
    padding: 50px 0 0 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reverse .article__content {
    padding: 0 0 32px;
  }
}
.article--reverse .article__head {
  max-width: 335px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--reverse .article__head {
    max-width: 210px;
  }
}

/*  Article Big  */
.article--big .article__head h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__head h2 {
    margin-bottom: 34px;
  }
}
.article--big .article__title {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.38;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__title {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__meta {
    margin-bottom: 9px;
  }
}
.article--big .article__meta li + li {
  margin-left: 3px;
}
.article--big .article__body {
  margin-bottom: 46px;
  max-width: 870px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__body {
    margin-bottom: 37px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__body p {
    margin-bottom: 19px;
  }
}
.article--big .article__body p + p {
  margin-top: 5px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__body p + p {
    margin-top: 0;
  }
}
.article--big .article__actions {
  margin-bottom: 45px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__actions {
    margin-bottom: 35px;
  }
}
.article--big .article__foot {
  margin-bottom: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1023px) {
  .article--big .article__foot {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__foot {
    display: block;
    margin-bottom: 53px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article--big .article__socials {
    margin-top: 9px;
    text-align: right;
  }
}
.article--big .article__video {
  max-width: 950px;
  margin: 0 auto 0 48px;
  padding-bottom: 56.25%;
  position: relative;
}
@media (max-width: 1023px) {
  .article--big .article__video {
    margin: 0 auto;
  }
}
.article--big .article__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article--big .article__video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.article--big .article__video-placeholder:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.31);
}
.article--big .article__video-placeholder.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.article--big .article__video-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article--big .video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

/* ------------------------------------------------------------ *\
	Article-featured
\* ------------------------------------------------------------ */
.article-featured a {
  display: block;
  border: 10px solid #fff;
  text-decoration: none;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.article-featured a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(5deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.12) 45%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-featured a {
    border: none;
  }
}
.article-featured h5,
.article-featured span {
  position: absolute;
  z-index: 5;
}
.article-featured span {
  top: 18px;
  left: 23px;
}
.article-featured h5 {
  font-weight: 500;
  bottom: 25px;
  left: 16px;
  right: 23px;
}
.article-featured img {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
  padding: 2px 0 43px;
}
@media (max-width: 1023px) {
  .articles {
    padding: 40px 0;
  }
}
.articles .articles__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.articles .articles__foot .paging {
  max-width: 100%;
  width: 320px;
}
.articles .articles__head {
  padding: 0 47px 0 54px;
  margin: 28px 0 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .articles .articles__head {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__head {
    display: block;
    margin: 22px 0 71px;
  }
}
.articles .articles__filters {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 547px;
}
@media (max-width: 1023px) {
  .articles .articles__filters {
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__filters {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.articles .articles__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 333px;
  flex: 0 0 333px;
}
@media (max-width: 1023px) {
  .articles .articles__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}
.articles .articles__body {
  margin-bottom: 66px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .articles .articles__body {
    margin-bottom: 30px;
  }
}

.articles.top-offset {
  padding-top: 84px;
  overflow-x: hidden;
}

.articles.has-offset {
  padding-bottom: 118px;
}
@media (max-width: 1023px) {
  .articles.has-offset {
    padding-bottom: 0;
  }
}

.archive-ajax.is-loading:after {
  opacity: 0.7;
  visibility: visible;
}
.archive-ajax:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background-color: #191919;
  color: #fff;
  padding: 8px 0;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar {
    padding: 16px 0;
  }
}

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  margin-bottom: 25px !important;
  margin-top: 50px !important;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.035rem;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin: 0 0 50px;
    font-size: 11px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .breadcrumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs .seperator {
  margin-left: 9px;
  margin-right: 9px;
}
.breadcrumbs span[typeof*=ListItem] > .current-item {
  font-weight: 500;
  pointer-events: none;
}
.breadcrumbs span[typeof*=ListItem] + span[typeof*=ListItem]:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-right: 6px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.breadcrumbs span > span:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
  margin-left: 10px;
  width: 1px;
  height: 13px;
  background-color: currentColor;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.breadcrumbs span[typeof*=ListItem] + span[typeof*=ListItem] {
  margin-left: 9px;
}
.breadcrumbs .breadcrumb_last {
  font-weight: 500;
  margin-left: -4px;
}
.breadcrumbs > a {
  margin-right: 7px;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 21px 3px;
  min-height: 39px;
  text-align: center;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn:hover {
  background-color: #191919;
  color: #fff;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/*  Btn--light  */
.btn--light {
  color: #fff;
}
.btn--light:hover {
  background-color: #fff;
  color: #191919;
  border-color: #fff;
}

/* ------------------------------------------------------------ *\
	Btn-close
\* ------------------------------------------------------------ */
.btn-close {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  text-align: center;
  margin: 100px 0;
}
@media (max-width: 1023px) {
  .callout {
    margin: 50px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout {
    margin: 108px 0 117px;
  }
}
.callout .callout__inner {
  padding: 68px 50px 50px;
  background-color: #efefef;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__inner {
    padding: 58px 20px;
  }
}
.callout .callout__content {
  max-width: 600px;
  margin: 0 auto;
}
.callout h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 374px) {
  .callout h2 span:before {
    margin: 0 -35px 0 0;
    top: 25%;
  }
}
.callout p {
  margin-bottom: 42px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout p {
    margin-bottom: 46px;
  }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card .card__image {
  margin-bottom: 28px !important;
}
.card .card__image img {
  width: 306px;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
}
.card h6 {
  margin-bottom: 1px;
}
.card h6 span {
  font-weight: 300;
  margin-left: 9px;
  font-size: 13px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card p {
    font-size: 13px;
    letter-spacing: 0.015rem;
  }
}

/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */
.filters > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -17px;
}
@media (max-width: 1023px) {
  .filters > ul {
    margin: 0 -15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters > ul {
    display: block;
    margin: 0;
    font-size: 13px;
  }
}
.filters > ul > li {
  padding: 0 17px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 291px;
}
@media (max-width: 1023px) {
  .filters > ul > li {
    padding: 0 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters > ul > li {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .filters > ul > li + li {
    margin-top: 15px;
  }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 100px 0 65px;
  background-color: #efefef;
  font-weight: normal;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .footer {
    padding: 70px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 73px 0 54px;
  }
}
.footer .footer__shell {
  position: relative;
}
.footer .footer__actions:not(.footer__actions--absolute) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer .footer__actions--absolute {
  position: absolute;
  bottom: 100%;
  right: 25px;
  margin-bottom: 71px;
}
@media (max-width: 1023px) {
  .footer .footer__actions--absolute {
    margin-bottom: 43px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__actions--absolute {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.footer .footer__content {
  padding-left: 46px;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    padding-left: 0;
  }
}
.footer .footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols {
    display: block;
  }
}
.footer .footer__col {
  padding: 0 20px;
}
.footer .footer__col--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.footer .footer__col--size2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.5%;
  flex: 0 0 45.5%;
}
@media (max-width: 1023px) {
  .footer .footer__col--size2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}
.footer .footer__logo {
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    margin-bottom: 42px;
  }
}
.footer .footer__nav {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding-top: 82px;
  margin-bottom: 40px;
}
.footer .footer__nav ul {
  list-style: none;
}
.footer .footer__nav li + li {
  margin-top: 16px;
}
.footer .footer__nav a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.footer .footer__nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .footer__nav a:hover:after {
  -webkit-transform: none;
  transform: none;
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery .gallery__image {
  margin: 0 auto;
  width: 760px;
  position: relative;
}
@media (max-width: 1023px) {
  .gallery .gallery__image {
    width: 80%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .gallery .gallery__image {
    height: 267px;
    width: 100%;
  }
}
.gallery .gallery__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.65) 100%);
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
}
.gallery .gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -32px;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col size1  */
}
@media (max-width: 1023px) {
  .grid {
    margin: 0 -15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid {
    display: block;
    margin: -25px -15px;
  }
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 32px;
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 0 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col {
    padding: 25px 15px;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
  }
}
.grid .grid__col--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
  max-width: 42%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--size1 {
    max-width: 100%;
  }
}

/*  Grid large  */
.grid--large {
  margin: 0 -60px;
}
@media (max-width: 1023px) {
  .grid--large {
    margin: 0 -15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--large {
    margin: -15px -15px;
  }
}
.grid--large .grid__col {
  padding: 0 60px;
}
@media (max-width: 1023px) {
  .grid--large .grid__col {
    padding: 0 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--large .grid__col {
    padding: 15px 15px;
  }
}

/*  Grid alt  */
.grid--alt {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .grid--alt {
    margin: 0 -15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.grid--alt .grid__col {
  padding: 0;
}
@media (max-width: 1023px) {
  .grid--alt .grid__col {
    padding: 0 15px;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile-contents {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--mobile-contents .grid__col {
    display: contents;
  }
}

/*  Grid reverse  */
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .grid--reverse {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*  Grid no gutter  */
.grid--no-gutter {
  margin: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--no-gutter {
    margin: -10px 0;
  }
}
.grid--no-gutter .grid__col {
  padding: 0 63px 0 0;
}
@media (max-width: 1023px) {
  .grid--no-gutter .grid__col {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid--no-gutter .grid__col {
    padding: 10px 0;
  }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 11;
  background-color: #fff;
  padding: 40px 0 17px;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding-top: 28px;
  }
}
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 46px;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0;
  }
}
.header .header__aside {
  padding-top: 61px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__aside {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #efefef;
    padding: 87px 0 35px;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s;
    transition: opacity 0.3s ease, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    max-height: 100vh;
    overflow: auto;
  }
}
.header .header__aside.is-visible {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__aside.is-visible {
    height: 100vh;
  }
}
.header .header__actions {
  position: absolute;
  top: 11px;
  right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__actions {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 11;
    background-color: #efefef;
    padding: 28px 0;
    pointer-events: none;
    text-align: center;
  }
}
.header .header__actions.is-active {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  /*  Hero__entry has-eparator  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    min-height: 483px;
    padding: 72px 0 0;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(123deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.hero .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.hero .hero__content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 23px;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    text-align: center;
    padding: 0;
  }
}
.hero .hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 57px 0 46px;
}
@media (max-width: 1023px) {
  .hero .hero__inner {
    padding: 0;
    display: block;
  }
}
.hero .hero__entry {
  color: #fff;
  font-weight: 400;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 440px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .hero .hero__entry {
    max-width: 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    max-width: 100%;
    padding: 0;
  }
}
.hero .hero__entry.has-separator:before {
  content: "";
  display: block;
  margin-bottom: 40px;
  width: 250px;
  height: 2px;
  background-color: currentColor;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry.has-separator:before {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry.has-separator:before {
    margin-bottom: 25px;
  }
}
.hero .hero__entry--dark {
  color: #191919;
}
.hero .hero__entry p {
  margin-bottom: 40px;
}
.hero .hero__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  padding-top: 45px;
}
@media (max-width: 1023px) {
  .hero .hero__aside {
    max-width: 400px;
    padding-top: 20px;
  }
}
.hero .hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions a {
    margin-bottom: 8px;
  }
}

/*  Hero Alt  */
.hero--alt {
  min-height: 559px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt {
    min-height: 415px;
  }
}
.hero--alt .hero__content {
  padding-top: 106px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content {
    padding-top: 0;
  }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.ico-sound {
  width: 15px;
  height: 12px;
}

.ico-facebook {
  width: 7px;
  height: 13px;
}

.ico-youtube {
  width: 15px;
  height: 10px;
}

.ico-instagram {
  width: 12px;
  height: 12px;
}

.ico-twitter {
  width: 15px;
  height: 12px;
}

.ico-call {
  width: 12px;
  height: 12px;
}

.ico-arrow-up,
.ico-arrow {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.ico-arrow-up:hover,
.ico-arrow:hover {
  color: #fff;
  background-color: #191919;
}
.ico-arrow-up:hover .circle,
.ico-arrow:hover .circle {
  fill: #191919;
}

.ico-home {
  margin-bottom: 3px;
  width: 12px;
  height: 12px;
}

.ico-play {
  width: 24px;
  height: 27px;
}

.svg-sprite [data-name=circle] {
  stroke: #191919;
}

/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-more:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 27px;
  height: 1px;
  width: 80px;
  background-color: currentColor;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-more:hover {
  color: #006A20;
}
.link-more:not(.link-more--light):hover:after {
  background-color: #191919;
}

.link-more--light:hover {
  color: #efefef;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-more--light:after {
    display: block;
    margin: 10px auto;
  }
}

/* ------------------------------------------------------------ *\
	link-top
\* ------------------------------------------------------------ */
.link-top {
  display: inline-block;
  vertical-align: middle;
}
.link-top img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.link-top:hover img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* ------------------------------------------------------------ *\
	List-details
\* ------------------------------------------------------------ */
.list-details {
  list-style: none;
}
.list-details a {
  text-decoration: none;
}
.list-details a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 243px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 182px;
  }
}

.logo--footer {
  max-width: 310px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo--footer {
    max-width: 242px;
  }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9;
  width: 41.6%;
  height: 10000vh;
  background-color: #efefef;
  padding: 221px 20px 153px 96px;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.025em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.nav:before {
  content: "";
  display: block;
  min-width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav:before {
    display: none;
  }
}
@media (max-width: 1139px) {
  .nav {
    width: 45%;
    padding-left: 70px;
  }
}
@media (max-width: 1023px) {
  .nav {
    width: 50%;
    padding-left: 50px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    pointer-events: all;
    font-size: 14px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    opacity: 1;
  }
}
.nav ul {
  list-style: none;
}
.nav a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav > ul > li + li {
  margin-top: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li + li {
    border-top: 1px solid #191919;
    margin: 0;
  }
}
.nav > ul > li > a {
  font-size: 22px;
  font-weight: 500;
  padding-right: 34px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav > ul > li > a {
    display: block;
    padding: 14px 30px 10px 28px;
    font-size: 16px;
  }
}
.nav .is-current > a,
.nav > ul > li > a:hover {
  color: #006A20;
}
.nav ul ul {
  position: relative;
  display: none;
  padding: 15px 0 0 25px;
  border-left: 2px solid #006A20;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul ul {
    border: none;
    padding: 13px 10px 23px 28px;
  }
}
.nav ul ul li + li {
  margin-top: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav ul ul li + li {
    margin-top: 20px;
  }
}
.nav ul ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #191919;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav ul ul a:hover:after {
  -webkit-transform: none;
  transform: none;
}
.nav .has-dropdown > a:before,
.nav .has-dropdown > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .has-dropdown > a:before,
.nav .has-dropdown > a:after {
    right: 18px;
    top: 28px;
  }
}
.nav .has-dropdown > a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav .is-current > a:after {
  -webkit-transform: none;
  transform: none;
}

.nav.is-visible {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------ *\
	Nav-secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  position: relative;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary {
    padding: 0 28px;
  }
}
.nav-secondary ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary ul {
    display: block;
  }
}
.nav-secondary li + li {
  margin-left: 33px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary li + li {
    margin: 16px 0 0;
  }
}
.nav-secondary a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-secondary .is-current a,
.nav-secondary a:hover {
  color: #006A20;
}

/*  nav-secondary--centered  */
.nav-secondary--centered ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary--centered ul {
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: inline-block;
  position: relative;
  width: 37px;
  height: 17px;
  z-index: 10;
}
.nav-trigger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #191919;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s;
}
.nav-trigger span:nth-child(1) {
  top: 0;
}
.nav-trigger span:nth-child(2) {
  top: 15px;
}

.nav-trigger.is-active span:nth-child(1),
.nav-trigger.is-active span:nth-child(2) {
  top: 7px;
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s;
  transition: transform 0.3s 0.3s, top 0.3s, -webkit-transform 0.3s 0.3s;
}
.nav-trigger.is-active span:nth-child(1) {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.nav-trigger.is-active span:nth-child(2) {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.paging ol {
  list-style: none;
}
.paging li {
  display: inline-block;
  vertical-align: middle;
}
.paging a, .paging button {
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 29px;
  height: 29px;
  margin: 0 3px;
  border: 1px solid transparent;
  border-radius: 100%;
  line-height: 2.7rem;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.paging a.slick-arrow, .paging button.slick-arrow {
  position: absolute;
  z-index: 1000;
  border: 1px solid #000;
  font-size: 0;
}
.paging a.slick-arrow:after, .paging button.slick-arrow:after {
  content: ">";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #0b0b0b;
  font-size: 12px;
  font-weight: bold;
}
.paging a.slick-arrow.slick-prev, .paging button.slick-arrow.slick-prev {
  left: -40px;
  top: 0;
}
.paging a.slick-arrow.slick-prev:after, .paging button.slick-arrow.slick-prev:after {
  content: "<";
}
.paging a.slick-arrow.slick-next, .paging button.slick-arrow.slick-next {
  right: -40px;
  top: 0;
}
.paging a:hover, .paging button:hover {
  color: #006A20;
  border-color: #191919;
}
.paging .is-active button {
  border-color: #191919;
}
.paging .paging__separator {
  margin: 0 1.2rem;
}

/* ------------------------------------------------------------ *\
	Pill
\* ------------------------------------------------------------ */
.pill {
  display: inline-block;
  top: 18px;
  left: 23px;
  padding: 2px 17px;
  background-color: #efefef;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #191919;
  border-radius: 20px;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .pill {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Play Btn
\* ------------------------------------------------------------ */
.play {
  display: inline-block;
  padding: 27px 0 0 4px;
  text-align: center;
  width: 85px;
  height: 85px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease;
  transition: opacity 0.3s, visibility 0.3s ease;
}
.play:hover {
  opacity: 0.7;
}

.play.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Read More
\* ------------------------------------------------------------ */
.read-more {
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}

/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
}
.search .search__field {
  background-color: #fff;
  border: 1px solid #191919;
  width: 100%;
  height: 39px;
  padding: 0 43px 0 17px;
  border-radius: 0;
  font-size: 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.search .search__field:focus {
  background-color: #efefef;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__field {
    font-size: 1.3rem;
  }
}
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 13px;
  border: none;
  background: url(../layout/ico-search.svg) 0 0 no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__btn {
    right: 16px;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  overflow: hidden;
  padding: 155px 0 170px;
}
@media (max-width: 1023px) {
  .section {
    padding: 70px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 55px 0;
  }
}
.section .section__image.has-offset {
  margin: 36px -70px 0 0;
  text-align: right;
}
@media (max-width: 1023px) {
  .section .section__image.has-offset {
    margin-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__image.has-offset {
    margin: 0 0 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__image {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__image img {
    width: 100%;
    height: auto;
  }
}
.section .section__content {
  padding-left: 46px;
}
@media (max-width: 1023px) {
  .section .section__content {
    padding: 0;
  }
}
.section .section__content blockquote {
  font-style: italic;
  padding-right: 10px;
  font-weight: normal;
}
.section .section__head {
  text-align: center;
  margin-bottom: 63px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    margin-bottom: 58px;
  }
}
.section .section__head.has-medium-offset {
  margin-bottom: 56px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head.has-medium-offset {
    margin-bottom: 53px;
  }
}
.section .section__body.has-padding {
  padding: 0 50px;
}
@media (max-width: 1023px) {
  .section .section__body.has-padding {
    padding: 0;
  }
}
.section .section__aside {
  padding-top: 5px;
  max-width: 304px;
  width: 100%;
  margin: 0 auto;
}

.section.no-top-offset {
  padding: 0 0 170px;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  .section.no-top-offset {
    padding: 0 0 80px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.no-top-offset {
    padding: 40px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.no-top-offset h2 {
    margin-bottom: 45px;
  }
}

.section.alt-offest {
  padding: 30px 0;
}

.section.has-large-offset {
  padding: 177px 0 148px;
}
@media (max-width: 1023px) {
  .section.has-large-offset {
    padding: 70px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.has-large-offset {
    padding: 100px 0;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.mobile-rearrange {
    padding: 78px 0 55px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.mobile-rearrange h2 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    margin-bottom: 33px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section.mobile-rearrange .section__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------------------ *\
	Section-bg
\* ------------------------------------------------------------ */
.section-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 423px;
  padding: 30px 0;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bg {
    min-height: 437px;
    padding: 32px 0 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bg h1 {
    font-size: 32px;
    margin-bottom: 26px;
  }
}
.section-bg .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-bg .section__image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(123deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0.12) 40%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.35) 100%);
  opacity: 0.5;
}
.section-bg .section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-bg .section__inner {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.section-bg .section__content {
  max-width: 612px;
  padding: 28px 0 0 47px;
}
@media (max-width: 1023px) {
  .section-bg .section__content {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bg .section__content {
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
}
.section-bg .section__entry {
  max-width: 464px;
  margin-bottom: 42px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-bg .section__entry {
    margin: 0 auto 30px;
  }
}

/* ------------------------------------------------------------ *\
	Section Big Article
\* ------------------------------------------------------------ */
.section-big-article {
  padding: 40px 0 138px;
}
@media (max-width: 1023px) {
  .section-big-article {
    padding: 40px 0 70px;
  }
}
.section-big-article .section__content {
  padding-left: 47px;
}
@media (max-width: 1023px) {
  .section-big-article .section__content {
    padding-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Gallery
\* ------------------------------------------------------------ */
.section-gallery {
  padding: 160px 0 190px;
}
@media (max-width: 1023px) {
  .section-gallery {
    padding: 70px 0 100px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gallery {
    padding: 89px 0 118px;
  }
}
.section-gallery .section__head {
  margin-bottom: 106px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gallery .section__head {
    margin-bottom: 53px;
  }
}

/* ------------------------------------------------------------ *\
	Section-small
\* ------------------------------------------------------------ */
.section-small {
  padding-top: 10px;
}
.section-small .section__actions {
  text-align: center;
  margin-bottom: 39px;
}

/* ------------------------------------------------------------ *\
	Section Timeline
\* ------------------------------------------------------------ */
.section-timeline {
  padding: 150px 0 74px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-timeline h2 {
    margin-bottom: 34px;
  }
}
@media (max-width: 1023px) {
  .section-timeline {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-timeline {
    padding: 20px 0 27px;
  }
}
.section-timeline .section__head {
  margin-bottom: 122px;
  padding: 0 37px 0 47px;
}
@media (max-width: 1023px) {
  .section-timeline .section__head {
    margin-bottom: 70px;
    padding: 0;
  }
}
.section-timeline .section__body {
  padding: 0 37px 0 47px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-timeline .section__body {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section Trigger
\* ------------------------------------------------------------ */
.section-trigger {
  padding: 30px 0 29px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 26px * 2 );
  padding-left: 26px;
  padding-right: 26px;
  margin: auto;
  width: 100%;
}

/* Shell Fluid */
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Slider Gallery
\* ------------------------------------------------------------ */
.slider-gallery {
  position: relative;
}
.slider-gallery .slider__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1139px) {
  .slider-gallery .slider__actions {
    width: 95%;
  }
}
@media (max-width: 1023px) {
  .slider-gallery .slider__actions {
    width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-gallery .slider__actions {
    display: none;
  }
}
.slider-gallery .slider__actions span {
  display: block;
  cursor: pointer;
}
.slider-gallery .slider__prev {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.slider-gallery .slider__next {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ------------------------------------------------------------ *\
	Slider-hero
\* ------------------------------------------------------------ */
.slider-hero {
  position: relative;
}
.slider-hero .slider__paging {
  position: absolute;
  bottom: 31px;
  z-index: 3;
  left: 50%;
  width: 510px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero .slider__paging {
    display: none;
  }
}
.slider-hero .tns-nav button {
  border: none;
  background: transparent;
}
.slider-hero .tns-nav:not(.is-progress) {
  margin-bottom: 5px;
  counter-reset: slide;
}
.slider-hero .tns-nav:not(.is-progress) button {
  counter-increment: slide;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slider-hero .tns-nav:not(.is-progress) button:before {
  content: counter(slide, decimal-leading-zero);
}
.slider-hero .tns-nav:not(.is-progress) button + button {
  margin-left: 20px;
}
.slider-hero .tns-nav:not(.is-progress) .tns-nav-active {
  color: #fff;
}
.slider-hero .tns-nav.is-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  pointer-events: none;
}
.slider-hero .tns-nav.is-progress:before {
  content: "";
  position: absolute;
  top: 1px;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-hero .tns-nav.is-progress button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.slider-hero .tns-nav.is-progress .tns-nav-active {
  background-color: #fff;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.socials ul {
  list-style: none;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 32px;
}
.socials a {
  display: inline-block;
}
.socials a:hover {
  color: #efefef;
}

.socials--dark {
  color: #191919;
}
.socials--dark a:hover {
  color: #006A20;
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe .subscribe__field {
  display: inline-block;
  vertical-align: bottom;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #fff;
  background-color: transparent;
  height: 38px;
  font-size: 15px;
  font-weight: 300;
  width: calc(100% - 235px);
  margin-right: 40px;
  padding: 0 18px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field {
    width: 100%;
    margin-bottom: 23px;
  }
}
.subscribe .subscribe__btn {
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: bottom;
}

/* ------------------------------------------------------------ *\
	Timeline
\* ------------------------------------------------------------ */
.timeline:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  border: 2px solid #191919;
  border-radius: 50%;
}
.timeline:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 52px;
  height: 3px;
  background-color: #191919;
}
.timeline ol {
  padding-top: 217px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.timeline ol:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #191919;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .timeline ol {
    padding-top: 150px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline ol {
    display: block;
    padding: 88px 0 10px;
  }
}
.timeline li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-top: 200px;
  position: relative;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li {
    width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li {
    margin: 0;
    padding: 44px 0 83px;
  }
}
.timeline li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #191919;
  border-radius: 50%;
  position: absolute;
  top: 97px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:before {
    top: 9px;
  }
}
.timeline li:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #191919;
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:after {
    top: 13px;
  }
}
.timeline li:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .timeline li:nth-child(even) {
    padding-right: 70px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:nth-child(even) {
    padding: 34px 20px 82px;
    text-align: right;
  }
}
.timeline li:nth-child(even):before {
  top: 89px;
  right: 0;
  left: initial;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:nth-child(even):before {
    top: 0;
  }
}
.timeline li:nth-child(even):after {
  top: 93px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:nth-child(even):after {
    top: 3px;
  }
}
.timeline li:nth-child(even) .timeline__content {
  text-align: left;
}
.timeline li:nth-child(even) .timeline__date {
  top: 74px;
  left: initial;
  right: -85px;
}
@media (max-width: 1023px) {
  .timeline li:nth-child(even) .timeline__date {
    right: -60px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:nth-child(even) .timeline__date {
    top: -11px;
    right: -52px;
  }
}
.timeline li:nth-child(odd) {
  margin-top: -95px;
}
@media (max-width: 1023px) {
  .timeline li:nth-child(odd) {
    padding-left: 70px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline li:nth-child(odd) {
    margin: 0 0 0 auto;
    padding: 44px 20px 94px;
  }
}
.timeline li:nth-child(odd) .timeline__content {
  margin-left: auto;
}
.timeline figure {
  margin-bottom: 35px;
}
.timeline figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline h5 {
    font-size: 14px;
  }
}
.timeline h5 > span {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline h5 > span {
    display: inline;
  }
}
.timeline .timeline__content {
  max-width: 340px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline .timeline__content {
    position: fixed;
    top: 50%;
    left: 26px;
    right: 26px;
    max-width: none;
    max-height: 100vh;
    overflow: auto;
    padding: 20px 17px;
    background-color: #efefef;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.5);
  }
}
.timeline .timeline__content h5 {
  font-size: 18px;
  margin-top: 20px;
}
.timeline .timeline__date {
  position: absolute;
  top: 83px;
  left: -94px;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 1023px) {
  .timeline .timeline__date {
    left: -60px;
    font-size: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline .timeline__date {
    font-size: 14px;
    top: 1px;
    left: -55px;
  }
}
.timeline .timeline__actions {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .timeline .timeline__actions {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.timeline .is-active .timeline__content {
  opacity: 1;
  pointer-events: all;
}

/* ------------------------------------------------------------ *\
	Widget-details
\* ------------------------------------------------------------ */
.widget-details {
  background-color: #efefef;
  padding: 45px 30px 40px;
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-details {
    padding: 27px 30px;
  }
}
.widget-details ul {
  list-style: none;
}
.widget-details h4 {
  margin-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-details h4 {
    margin-bottom: 15px;
  }
}
.widget-details li + li {
  margin-top: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget-details li + li {
    margin-top: 28px;
  }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .wrapper {
    overflow: initial;
  }
}

/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Selectric
\* ------------------------------------------------------------ */
.selectric {
  background-color: #fff;
  border: 1px solid #191919;
}
.selectric .label {
  font-size: 15px;
  font-weight: 300;
  color: #191919;
  margin: 0 40px 0 16px;
  height: 37px;
  line-height: 39px;
}
.selectric .button {
  background-color: transparent;
  width: 44px;
  height: 40px;
}
.selectric .button:after {
  border: none;
  background: url(../layout/ico-arrow-down.svg) 0 0 no-repeat;
  background-size: contain;
  width: 13px;
  height: 7px;
}

.selectric-items {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 0;
}
.selectric-items li {
  font-size: 12px;
  font-weight: 400;
  padding: 5px 17px;
  color: #191919;
}
.selectric-items li.highlighted {
  color: #006A20;
}
.selectric-items .hidden {
  display: none;
}

.selectric,
.selectric:hover,
.selectric-focus .selectric,
.selectric-open .selectric {
  border-color: #191919;
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Ubuntu-normal-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Ubuntu-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Ubuntu-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Ubuntu-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
/*# sourceMappingURL=main.combined.css.map */
