ul[class],
ol[class] {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style-position: inside;
}

*::before,
*::after {
  box-sizing: border-box;
  display: block;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

li,
div,
a,
p,
span,
font,
figcaption {
  font-size: 1.6rem;
}

h1 {
  font-size: 2.5rem;
}

h2,
h3 {
  font-size: 2.2rem;
}

h4,
h5 {
  font-size: 1.8rem;
}

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

[class*=parallax] {
  position: relative;
  transition: all 1ms linear;
}

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

.reset {
  all: initial;
}

.full {
  width: 100%;
}

.col-02 {
  width: 50%;
}

.col-03 {
  width: 33.3%;
}

.col-04 {
  width: 25%;
}

.col-05 {
  width: 20%;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

[class*=flex] {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-evenly {
  justify-content: space-around;
}

@supports (justify-content: space-evenly) {
  .flex-evenly {
    justify-content: space-evenly;
  }
}
.flex-center {
  justify-content: center;
}

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

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

.flex-align-center {
  align-items: center;
}

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

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

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

.fx-auto {
  flex: 1 1 auto;
}

.flexslider,
.flexslider [class*=flex] {
  display: block;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
  outline: none;
}

button {
  border: 0;
}

input:not([type=checkbox]):not([type=radio]),
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  font-family: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: inherit;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  font-family: inherit;
  color: inherit;
}

.animate {
  transition: all 400ms ease-in-out;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  padding: 0 15px;
  max-width: 120rem;
  margin: 0 auto;
}

.menu-button {
  background-color: transparent;
  position: relative;
  width: 4rem;
  height: 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 400ms ease-in-out;
}
.menu-button span {
  display: block;
  background-color: #3A3A3A;
  width: 100%;
  height: 5px;
  position: relative;
  transition: all 400ms ease-in-out;
  border-radius: 0.5rem;
}
.menu-button span:nth-child(2)::after, .menu-button span:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3A3A3A;
  border-radius: 0.5rem;
  display: block;
}
.menu-button.menu-opened {
  width: 3rem;
  height: 3rem;
}
.menu-button.menu-opened span {
  height: 3px;
}
.menu-button.menu-opened span:first-child, .menu-button.menu-opened span:last-child {
  opacity: 0;
}
.menu-button.menu-opened span:nth-child(2) {
  background-color: transparent;
  transform: rotate(180deg);
}
.menu-button.menu-opened span:nth-child(2)::after {
  transform: rotate(45deg);
}
.menu-button.menu-opened span:nth-child(2)::before {
  transform: rotate(-45deg);
}

.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  background: rgba(51, 51, 51, 0.99);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-box .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading-box .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-box .lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading-box .lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-box .lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-box .lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.has-image-fixed {
  position: relative;
  height: 50vh;
  overflow: hidden;
}
.has-image-fixed .image-clip {
  clip: rect(0, 100vw, 50vh, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.has-image-fixed .image-clip .image-fixed {
  position: fixed;
  top: -30px;
  left: 0;
  width: 100vw;
  height: calc(100% + 90px);
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox {
  display: none;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.lightbox--has_loader {
  background: url("../images/loader.html") no-repeat center center/50px;
}
.lightbox_background {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: auto;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(4turn);
  }
}
@media screen and (min-width: 961px) {
  .only-mobile {
    display: none;
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  50% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(-5px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 960px) {
  .only-desktop {
    display: none;
  }
  [class*=flex]:not(.no-wrap) {
    flex-wrap: wrap;
  }
  .container {
    max-width: 720px;
  }
  .mob-column {
    flex-flow: column;
  }
  .mob-column-reverse {
    flex-flow: column-reverse;
  }
  .mob-flex {
    display: flex;
  }
}/*# sourceMappingURL=default.css.map */