.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
}

.row > * {
  flex-shrink: 0;
  margin-top: 0;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
.slick-dots li {
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots li button {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999em;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}

body.admin-bar header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar header {
    top: 46px;
  }
}

main {
  overflow-x: hidden;
}

a {
  transition: all 0.5s ease-in-out;
}

p,
input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 25px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 24px;
  }
}

p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 0 0 16px;
  font-weight: 500;
}

.btn {
  background-color: #D8E02F;
  padding: 10px 25px;
  color: #000000;
  text-decoration: none;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
}
.btn:hover {
  color: #ffffff;
  background-color: #000000;
}

section.error-404 {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 767.98px) {
  section.error-404 h1 {
    font-size: 30px;
  }
}

@media (max-width: 1199.98px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay.active {
  display: block;
}

.overlay-popup {
  display: none;
  z-index: 101;
  background-color: #ffffff;
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
  padding: 80px 30px 50px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .overlay-popup {
    padding: 50px 30px;
  }
}
.overlay-popup.active {
  display: block;
}
.overlay-popup h2 {
  text-transform: none;
}
.overlay-popup .overlay-close {
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/zevo//img/cross.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.hero {
  height: 700px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.hero .hero-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hero-slider .hero-slider-ind {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .hero-slider .slick-track,
.hero .hero-slider .slick-list {
  width: 100%;
  height: 100%;
}
.hero .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero .container .logo-wrapper {
  background-color: rgba(255, 255, 255, 0.83);
  width: 130px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50px;
}
@media (max-width: 991.98px) {
  .hero .container .logo-wrapper {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .hero .container .logo-wrapper {
    height: auto;
    width: auto;
    padding: 15px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero .container .logo-wrapper img {
    width: 70px;
    height: auto;
  }
}
.hero .container a {
  display: flex;
}
.hero .container .hero-copy {
  width: 500px;
  position: relative;
  max-width: 100%;
}
.hero .container .hero-copy img {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  margin-left: -30px;
}
.hero .container .hero-scroll-down {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ffffff;
  font-weight: 300;
  font-size: 10px;
  padding: 20px 0 0 50px;
  animation: bounce 2s ease infinite;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .hero .container .hero-scroll-down {
    padding-left: 0;
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.content-wrapper {
  display: flex;
  align-items: center;
  gap: 75px;
  padding: 45px 0;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .content-wrapper {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .content-wrapper.content-wrapper-mobile-swap {
    flex-direction: column-reverse;
  }
}
.content-wrapper .content-wrapper__image {
  width: 650px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 1199.98px) {
  .content-wrapper .content-wrapper__image {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .content-wrapper .content-wrapper__image {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .content-wrapper .content-wrapper__image {
    width: 100%;
  }
}
.content-wrapper .content-wrapper__image img {
  width: 100%;
  height: auto;
}
.content-wrapper .content-wrapper__copy {
  width: calc(100% - 650px);
  max-width: 400px;
}
@media (max-width: 1199.98px) {
  .content-wrapper .content-wrapper__copy {
    width: calc(100% - 500px);
    max-width: 500px;
  }
}
@media (max-width: 991.98px) {
  .content-wrapper .content-wrapper__copy {
    width: calc(100% - 400px);
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .content-wrapper .content-wrapper__copy {
    width: 100%;
    max-width: 100%;
  }
}
.content-wrapper .content-wrapper__copy .btn {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .content-wrapper .content-wrapper__copy .btn {
    margin-top: 8px;
  }
}
@media (max-width: 991.98px) {
  .content-wrapper .content-wrapper__copy h2 br {
    display: none;
  }
}

hr {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
  border: 0;
  height: 1px;
}

.content-wrapper__grey {
  background-color: rgba(243, 243, 243, 0.4588235294);
  padding: 60px 0;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  .content-wrapper__grey {
    margin: 0;
    padding: 0;
  }
}
.content-wrapper__grey .content-wrapper .content-wrapper__image {
  max-width: 400px;
}
.content-wrapper__grey .content-wrapper .content-wrapper__copy {
  width: 450px;
  max-width: 100%;
}
.content-wrapper__grey .content-wrapper .content-wrapper__copy h2 {
  position: relative;
  color: #183319;
  line-height: 1.3;
  padding: 0 0 0 30px;
  margin: 0 0 50px;
}
.content-wrapper__grey .content-wrapper .content-wrapper__copy h2:before {
  content: "";
  height: 100%;
  background-color: #183319;
  width: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.content-wrapper__grey .content-wrapper .content-wrapper__copy p {
  color: #183319;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .content-wrapper__grey .content-wrapper .content-wrapper__copy p {
    font-size: 16px;
  }
}

.content-wrapper__image-slider-nav {
  width: 100%;
  position: absolute;
  bottom: 24px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.content-wrapper__image-slider-nav .slick-dots {
  position: relative;
  bottom: auto;
}
.content-wrapper__image-slider-nav .content-wrapper__image-arrow-left {
  width: 15px;
  height: 14px;
  background-image: url("/wp-content/themes/zevo//img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.content-wrapper__image-slider-nav .content-wrapper__image-arrow-right {
  width: 15px;
  height: 14px;
  background-image: url("/wp-content/themes/zevo//img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

footer {
  padding: 30px 0;
  background-color: #183319;
  color: #ffffff;
  font-weight: 500;
}
footer ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  footer ul {
    padding-top: 20px;
    flex-direction: column;
  }
}
footer ul li {
  display: block;
}
footer ul a {
  color: #ffffff;
}
footer ul a:hover {
  color: #D8E02F;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  footer .container {
    flex-direction: column;
    justify-content: center;
  }
}

.main-page {
  margin: 20px auto;
}

/*# sourceMappingURL=main.css.map */
