@font-face {
  font-family: "Core Circus";
  src: url("../fonts/CoreCircus.woff2") format("woff2"), url("../fonts/CoreCircus.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agenda Light";
  src: url("../fonts/Agenda-Light.woff2") format("woff2"), url("../fonts/Agenda-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agenda Light Italic";
  src: url("../fonts/Agenda-LightItalic.woff2") format("woff2"), url("../fonts/Agenda-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Agenda Medium";
  src: url("../fonts/Agenda-Medium.woff2") format("woff2"), url("../fonts/Agenda-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Agenda Semi Bold";
  src: url("../fonts/Agenda-Semibold.woff2") format("woff2"), url("../fonts/Agenda-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Bold";
  src: url("../fonts/FiraSans-Bold.woff2") format("woff2"), url("../fonts/FiraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Bold Italic";
  src: url("../fonts/FiraSans-BoldItalic.woff2") format("woff2"), url("../fonts/FiraSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Extra Bold";
  src: url("../fonts/FiraSans-ExtraBold.woff2") format("woff2"), url("../fonts/FiraSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Black";
  src: url("../fonts/FiraSans-Black.woff2") format("woff2"), url("../fonts/FiraSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Book";
  src: url("../fonts/FiraSans-Book.woff2") format("woff2"), url("../fonts/FiraSans-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Book Italic";
  src: url("../fonts/FiraSans-BookItalic.woff2") format("woff2"), url("../fonts/FiraSans-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Regular";
  src: url("../fonts/FiraSans-Regular.woff2") format("woff2"), url("../fonts/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Light";
  src: url("../fonts/FiraSans-Light.woff2") format("woff2"), url("../fonts/FiraSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Medium";
  src: url("../fonts/FiraSans-Medium.woff2") format("woff2"), url("../fonts/FiraSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Heavy";
  src: url("../fonts/FiraSans-Heavy.woff2") format("woff2"), url("../fonts/FiraSans-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.clear {
  clear: both;
}

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

.hidden {
  display: none !important;
  visibility: hidden;
}

*[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

a,
button,
input,
select,
textarea,
label,
summary {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.mainHeader a,
.mainHeader a:visited,
.mainHeader button {
  pointer-events: auto;
}

input[type=button],
input[type=submit],
input[type=reset],
.button,
.button:visited {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 12px 16px;
  min-width: 280px;
  height: 65px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  font-family: "Fira Sans Bold";
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.35s, border-color 0.35s, color 0.35s;
  transition: background-color 0.35s, border-color 0.35s, color 0.35s;
  color: #f1db7e;
  border: 1px solid #3c372e;
  background-color: #3c372e;
  font-size: 44px;
}
input[type=button] span,
input[type=submit] span,
input[type=reset] span,
.button span,
.button:visited span {
  margin: 0 20px 0 0;
  color: #f1db7e;
}
input[type=button] i,
input[type=submit] i,
input[type=reset] i,
.button i,
.button:visited i {
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  input[type=button],
  input[type=submit],
  input[type=reset],
  .button,
  .button:visited {
    min-width: 400px;
  }
}

input[type=button] span,
input[type=submit] span,
input[type=reset] span,
.button span,
.button:visited span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 31px;
  line-height: 1.1;
  vertical-align: middle;
}
@media screen and (min-width: 48em) {
  input[type=button] span,
  input[type=submit] span,
  input[type=reset] span,
  .button span,
  .button:visited span {
    font-size: 48px;
  }
}

input[type=button]:hover,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.button:hover,
.button:active,
.button:visited:hover,
.button:visited:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #3c372e;
  border-color: #3c372e;
  opacity: 0.85;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.button-row.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=date],
select,
textarea,
.input {
  display: inline-block;
  padding: 1em 22px;
  width: 100%;
  height: 50px;
  border: none;
  border: 1px solid transparent;
  line-height: 1.1;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0;
  outline: none;
  font-size: 1em;
  font-weight: 300;
  font-family: "Poppins Light Italic";
}

.social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 6px 0;
  margin: 0;
}
.social ul li {
  margin: 0 5px;
}
.social ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #000000;
  color: #000000;
}
.social ul li a:hover {
  background-color: #d1a73d;
  border: 1px solid #d1a73d;
  color: #373435;
}
.social ul li a i {
  font-size: 17px;
}
.social ul li a i.icon-mail {
  font-size: 15px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex .container {
  width: 100%;
}

br {
  display: none;
}
@media screen and (min-width: 48em) {
  br {
    display: block;
  }
}

@font-face {
  font-family: "kangaroo";
  font-display: swap;
  src: url("../fonts/kangaroo.ttf?lnermw") format("truetype"), url("../fonts/kangaroo.woff?lnermw") format("woff"), url("../fonts/kangaroo.svg?lnermw#kangaroo") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "kangaroo" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e80a";
}

.icon-menu-22:before {
  content: "\e80b";
}

.icon-phone-1:before {
  content: "\e80c";
}

.icon-mail-1:before {
  content: "\e80d";
}

.icon-viber:before {
  content: "\e810";
}

.icon-instagram:before {
  content: "\e817";
}

.icon-facebook:before {
  content: "\e818";
}

.icon-close-new:before {
  content: "\e81a";
}

.icon-phone:before {
  content: "\e822";
}

.icon-youtube:before {
  content: "\e824";
}

.icon-linkedin:before {
  content: "\e828";
}

.icon-tel:before {
  content: "\e83e";
}

.icon-tiktok:before {
  content: "\e840";
}

.icon-pinterest:before {
  content: "\e841";
}

.icon-menu1:before {
  content: "\e844";
}

.icon-twitter:before {
  content: "\e849";
}

.icon-menu:before {
  content: "\e84c";
}

.icon-close:before {
  content: "\e901";
}

.icon-twitter-old:before {
  content: "\f099";
}

.icon-skype:before {
  content: "\f339";
}

.icon-kangaroo:before {
  content: "\e819";
}

.wrap.open-menu {
  height: 100%;
  overflow: hidden;
}

.open-menu {
  overflow: hidden;
}
.open-menu body {
  overflow: visible;
  height: 100%;
}
.open-menu.ua-desktop body {
  margin-right: 17px;
}

.gdpr {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px 18px !important;
  width: 100%;
  background-color: #48743c;
  color: #000000;
  z-index: 99999;
}
@media screen and (min-width: 48em) {
  .gdpr {
    padding: 29px 35px !important;
  }
}
.gdpr .margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
}
.gdpr .margin .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .gdpr .margin .left {
    margin-right: 20px;
  }
}
.gdpr .margin .left h1,
.gdpr .margin .left h2,
.gdpr .margin .left h3,
.gdpr .margin .left h4,
.gdpr .margin .left h5,
.gdpr .margin .left h6 {
  font-size: 23px;
  margin-bottom: 20px;
  color: #ffffff;
}
.gdpr .margin .left p {
  margin: 0 0 12px;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 15px;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .gdpr .margin .left p {
    margin-right: 20px;
    font-size: 16px;
  }
}
.gdpr .margin .left p a {
  color: #ffffff;
  text-decoration: underline;
}
.gdpr .margin .right a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.gdpr .button {
  padding: 0;
  height: auto;
  min-width: 107px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 12px;
}
.gdpr .button:hover {
  background-color: #ffffff;
}
.gdpr .button:hover a {
  color: #48743c;
}
.gdpr .button a {
  display: block;
  padding: 0;
}
.gdpr .button span {
  display: block;
  padding: 0.8em 1em;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .gdpr .button span {
    padding: 1em 1em;
  }
}
.gdpr .button::after {
  background-color: #ffffff;
}

.no-uploaded-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.no-uploaded-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.mainFooter {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  z-index: 999;
  font-family: "Agenda Light";
}
.mainFooter .container {
  padding: 30px 30px;
  width: calc(100% - 60px);
  max-width: 955px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .mainFooter .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 40px 30px;
  }
}
.mainFooter .container div {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .mainFooter .container div {
    margin-bottom: 0;
  }
}
.mainFooter .container div a {
  display: block;
  font-size: 25px;
  text-align: center;
}
.mainFooter .container .logo {
  margin: 0 auto;
  max-width: 343px;
  text-align: center;
}
.mainFooter .container .logo a {
  display: block;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.mainFooter .container .logo img {
  width: 100px;
  margin-bottom: 15px;
}
.mainFooter .container .logo p {
  margin: 0;
  font-size: 22px;
}
.mainFooter .container .logo p:last-of-type {
  margin: 0 0 4px;
}
.mainFooter .container .logo .social {
  margin-top: 33px;
  margin-bottom: 0;
}
.mainFooter .container .logo .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 50px;
  height: 50px;
  border: 2px solid #d1a73d;
  background-color: #d1a73d;
  color: #373435;
}
.mainFooter .container .logo .social li a:hover {
  border: 2px solid #d1a73d;
  background-color: transparent;
  color: #d1a73d;
}
.mainFooter .container .logo .social li a i {
  font-size: 27px;
}

.mainHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 1050;
  background-color: transparent;
}
@media screen and (min-width: 68em) {
  .mainHeader {
    top: 62px;
  }
}
.mainHeader li {
  margin: 0;
}
.mainHeader li::before {
  display: none;
}
.mainHeader.headroom {
  will-change: transform;
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.4s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0.3s, color 0.3s;
  transition: transform 0.4s, background-color 0.3s, color 0.3s, -webkit-transform 0.4s;
}
.mainHeader.headroom--not-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 68em) {
  .mainHeader.headroom--not-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.mainHeader.headroom--not-top.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mainHeader .headroom--not-top.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mainHeader > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
  max-width: 100%;
  width: calc(100% - 30px);
  z-index: 1;
}
@media screen and (min-width: 68em) {
  .mainHeader > .container {
    padding: 0 5%;
    width: 90%;
  }
}
.mainHeader > .container .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 7px 0 7px;
  width: 100%;
  max-width: 872px;
}
@media screen and (min-width: 68em) {
  .mainHeader > .container .top-menu {
    padding: 3px 0 3px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 68em) {
  .mainHeader > .container .top-menu .div {
    flex-basis: 200px;
  }
}
.mainHeader > .container .top-menu .div .button {
  height: 46px;
  min-width: auto;
  background-color: #3c372e;
  border: 1px solid #3c372e;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .mainHeader > .container .top-menu .div .button {
    height: 52px;
  }
}
.mainHeader > .container .top-menu .div .button:hover {
  opacity: 0.93;
}
.mainHeader > .container .top-menu .div .button span {
  display: block;
  margin-right: 7px;
  color: #f1db7e;
  font-size: 21px;
}
@media screen and (min-width: 48em) {
  .mainHeader > .container .top-menu .div .button span {
    font-size: 31px;
  }
}
.mainHeader > .container .top-menu .div .button i {
  font-size: 28px;
}
@media screen and (min-width: 48em) {
  .mainHeader > .container .top-menu .div .button i {
    font-size: 31px;
  }
}
.mainHeader > .container .top-menu .logo {
  text-align: center;
}
.mainHeader > .container .top-menu .logo img {
  margin: 0 auto;
  max-width: 91px;
}
@media screen and (min-width: 68em) {
  .mainHeader > .container .top-menu .logo img {
    max-width: 134px;
  }
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000000;
}

:-moz-placeholder {
  opacity: 1;
  color: #000000;
}

::-moz-placeholder {
  opacity: 1;
  color: #000000;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000000;
}

.clearfix,
.cf {
  *zoom: 1;
}

.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after,
.cf:after {
  clear: both;
}

p:first-child,
article ul:first-child,
article ol:first-child,
.row:first-child,
.row2:first-child {
  margin-top: 0;
}

p:last-child,
article ul:last-child,
article ol:last-child,
.row:last-child,
.row2:last-child {
  margin-bottom: 0;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  overflow-x: hidden;
  height: 100vh;
  height: var(--app-height);
}
html.fixedpage {
  overflow: hidden;
}
html.fixedpage body {
  overflow: hidden;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:visited:hover,
a:visited:active {
  text-decoration: none;
}

a img,
a:visited img {
  border: none;
  outline: none;
}

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

ul {
  list-style: none;
}

a,
button,
input,
select,
textarea,
label,
summary {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

select {
  padding: 1em 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-position: 99.7% center;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #000000;
  text-transform: uppercase;
}

audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

header,
footer,
nav,
article,
section,
main {
  display: block;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-size: 16px;
  font-family: "Agenda Medium";
  font-family: "Agenda Light";
  font-size: 1rem;
  line-height: 1.2;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100vh;
  height: var(--app-height);
}

::-moz-selection {
  background: #48743c;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #48743c;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #48743c;
  color: #ffffff;
  text-shadow: none;
}

header,
footer,
nav,
article,
section,
main {
  display: block;
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 99;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0;
}
@media screen and (min-width: 68em) {
  .content {
    padding-top: 0;
  }
}

.container {
  position: relative;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.625em;
  line-height: 1.125;
  color: #000000;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 49px;
  }
}

h2 {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 37em) {
  h2 {
    font-size: 28px;
  }
}

p,
ul,
ol {
  font-size: 18px;
  line-height: 1.3;
  margin: 1.35em 0;
}
p li,
ul li,
ol li {
  position: relative;
  margin-bottom: 1em;
}

p {
  text-align: center;
  margin: 1.6em 0;
}
@media screen and (min-width: 37em) {
  p {
    margin: 1.425em 0;
  }
}

.error {
  color: #ff0000;
}

textarea.error {
  color: #ff0000;
}

small {
  display: inline-block;
  line-height: 1.8333;
  font-size: 0.875em;
}
small .error {
  color: #ff0000;
}

section {
  position: relative;
  padding-top: 3.7em;
  padding-bottom: 3.7em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
}
@media screen and (min-width: 68em) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.bgGreen {
  background-color: #48743c;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
  pointer-events: none;
}

.row {
  margin: 30px 0;
}
@media screen and (min-width: 68em) {
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin: 50px 0;
  }
}
.row .column {
  margin-bottom: 50px;
}
@media screen and (min-width: 68em) {
  .row .column {
    margin-bottom: 0;
    padding: 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%;
    max-width: 33.333%;
  }
}
.row .column p {
  text-align: left;
}
.row .column p:first-of-type {
  margin-top: 0;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 155px !important;
  padding-bottom: 0 !important;
  height: auto;
  min-height: 600px;
}
@media screen and (min-width: 68em) {
  .hero {
    padding-top: 185px !important;
    padding-bottom: 0 !important;
    height: 750px;
  }
}
@media screen and (min-width: 1800px) {
  .hero {
    height: 771px;
  }
}
@media screen and (min-width: 2025px) {
  .hero {
    height: 1000px;
  }
}
@media screen and (min-width: 3046px) {
  .hero {
    height: 1100px;
  }
}
@media screen and (min-width: 4164px) {
  .hero {
    height: 1400px;
  }
}
.hero .topshape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 48em) {
  .hero .topshape {
    background-size: 338px !important;
  }
}
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .bg img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  object-position: bottom;
}
.hero .bg img.curtain {
  z-index: 1;
  height: 60px;
}
.hero .hero-text {
  font-size: 18px;
  font-family: "Core Circus";
  text-transform: uppercase;
  text-align: center;
  color: #735634;
}
.hero .hero-text img {
  display: block;
  margin: 0 auto 10px;
  max-width: 271px;
}
@media screen and (min-width: 68em) {
  .hero .hero-text img {
    max-width: 343px;
  }
}

.intro {
  padding: 40px 0 30px;
  text-align: center;
}
.intro .container {
  max-width: 717px;
}
.intro .container h1,
.intro .container h2,
.intro .container h3,
.intro .container h4,
.intro .container h5,
.intro .container h6 {
  text-align: center;
  font-family: "Fira Sans Bold Italic";
}
.intro .container h1 {
  margin-bottom: 22px;
  font-size: 34px;
  color: #48743c;
}
@media screen and (min-width: 48em) {
  .intro .container h1 {
    font-size: 54px;
  }
}
.intro .container p {
  margin: 1em 0;
  font-size: 20px;
  line-height: 1.55;
  font-family: "Fira Sans Light";
}
@media screen and (min-width: 48em) {
  .intro .container p {
    font-size: 28px;
  }
}
.intro .container p:last-child {
  margin-bottom: 0;
}
.intro .container p.bigger {
  font-size: 25px;
}
@media screen and (min-width: 48em) {
  .intro .container p.bigger {
    font-size: 35px;
  }
}

.bg-section {
  padding: 30px 0;
  min-height: 500px;
}
@media screen and (min-width: 2025px) {
  .bg-section {
    min-height: 800px;
  }
}
.bg-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg-section .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.feedsection {
  padding: 15px 0 0;
}
.feedsection .container {
  padding: 0;
  max-width: 100%;
  z-index: 1;
}
.feedsection .container .feed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.feedsection .container .feed-container .feed-item {
  margin: 0;
  width: 50%;
  height: auto !important;
  overflow: hidden;
}
@media screen and (min-width: 68em) {
  .feedsection .container .feed-container .feed-item {
    margin: 0;
    width: 25%;
  }
}
.feedsection .container .feed-container .feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.pricesection {
  padding: 65px 0 60px;
}
@media screen and (max-width: 48em) {
  .pricesection .bg {
    background-size: 426px !important;
  }
}
.pricesection .container {
  margin-top: 20px;
  color: #ffffff;
}
@media screen and (min-width: 68em) {
  .pricesection .container {
    margin-top: 50px;
  }
}
.pricesection .container h1 {
  font-size: 32px;
  font-family: "Fira Sans Regular";
  line-height: 1.25;
  color: #ffffff;
}
@media screen and (min-width: 68em) {
  .pricesection .container h1 {
    font-size: 42px;
  }
}
.pricesection .container h1 span {
  display: inline-block;
  font-size: 62px;
  font-family: "Fira Sans Heavy";
  color: #f1db7e;
}
@media screen and (min-width: 68em) {
  .pricesection .container h1 span {
    font-size: 72px;
  }
}
.pricesection .container .row {
  margin: 0 auto 70px;
  max-width: 886px;
}
.pricesection .container .row .column {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .pricesection .container .row .column {
    margin-bottom: 0;
  }
}
.pricesection .container .row .column a {
  cursor: default;
}
.pricesection .container .row .column a:hover {
  cursor: default;
}
.pricesection .container .row .column a .image {
  margin: 0 auto 20px;
  max-width: 360px;
  height: auto;
}
@media screen and (min-width: 68em) {
  .pricesection .container .row .column a .image {
    height: 230px;
    max-width: none;
  }
}
.pricesection .container .row .column a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricesection .container .row .column a .title {
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Fira Sans Regular";
}
@media screen and (min-width: 68em) {
  .pricesection .container .row .column a .title {
    font-size: 42px;
  }
}
.pricesection .container .items {
  margin: 70px auto 70px;
  max-width: 886px;
}
.pricesection .container .items .item {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
}
@media screen and (min-width: 68em) {
  .pricesection .container .items .item {
    margin-bottom: 40px;
  }
}
.pricesection .container .items .item span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: "Fira Sans Book";
}
@media screen and (min-width: 68em) {
  .pricesection .container .items .item span {
    font-size: 36px;
  }
}
.pricesection .container .items .item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 68em) {
  .pricesection .container .items .item span::before {
    left: -27px;
  }
}
.pricesection .container .items .item span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 68em) {
  .pricesection .container .items .item span::after {
    right: -27px;
  }
}
.pricesection .container .button i {
  position: absolute;
  right: 14px;
}/*# sourceMappingURL=default.css.map */