@import 'https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@700&family=Poppins:wght@300;400;500;700&display=swap';
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.pb-4 {
  padding-bottom: 2rem !important;
}

.pt-4 {
  padding-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.pb-5 {
  padding-bottom: 2.5rem !important;
}

.pt-5 {
  padding-top: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.mb-25 {
  margin-bottom: 25% !important;
}

.pb-25 {
  padding-bottom: 25% !important;
}

.pt-25 {
  padding-top: 25% !important;
}

.mb-50 {
  margin-bottom: 50% !important;
}

.pb-50 {
  padding-bottom: 50% !important;
}

.pt-50 {
  padding-top: 50% !important;
}

.mb-100 {
  margin-bottom: 100% !important;
}

.pb-100 {
  padding-bottom: 100% !important;
}

.pt-100 {
  padding-top: 100% !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

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

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

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

/* ========== GRID ========== */
@media (max-width: 480px) {
  :root {
    --media-breakdown: 480 * 100vw;
  }
}
@media (min-width: 480px) {
  :root {
    --media-breakdown: 568 * 100vw;
  }
}
@media (min-width: 568px) {
  :root {
    --media-breakdown: 768 * 100vw;
  }
}
@media (min-width: 768px) {
  :root {
    --media-breakdown: 992 * 100vw;
  }
}
@media (min-width: 992px) {
  :root {
    --media-breakdown: 1200 * 100vw;
  }
}
@media (min-width: 1200px) {
  :root {
    --media-breakdown: 1580 * 100vw;
  }
}
@media (min-width: 1380px) {
  :root {
    --media-breakdown: 1920 * 100vw;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(-15 / var(--media-breakdown));
  margin-left: calc(-15 / var(--media-breakdown));
}

[class^=col-],
[class*=" col-"] {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: calc(15 / var(--media-breakdown));
  padding-left: calc(15 / var(--media-breakdown));
}

@media (min-width: 320px) {
  .col-xxs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 320px) {
  .col-xxs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 320px) {
  .col-xxs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 320px) {
  .col-xxs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 320px) {
  .col-xxs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 320px) {
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 480px) {
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) {
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 480px) {
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 480px) {
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 768px) {
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 992px) {
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1280px) {
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1280px) {
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1280px) {
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1440px) {
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1440px) {
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1440px) {
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}

@media (min-width: 1650px) {
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-flex {
  display: flex;
}

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

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

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

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

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

.justify-content-center {
  justify-content: center;
}

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

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

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

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main,
header,
footer {
  display: block;
}

hr {
  overflow: visible;
  height: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

[hidden] {
  display: none;
}

@font-face {
  src: url("../fonts/HayleyNew_Bold.woff") format("woff"), url("../fonts/HayleyNew_Bold.woff2") format("woff2");
  font-family: "HayleyNye";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/HayleyNye.woff") format("woff"), url("../fonts/HayleyNye.woff2") format("woff2");
  font-family: "HayleyNye";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.woff2") format("woff2");
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: inherit;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "icomoon" !important;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
}

.icon-arrow-right-02::before {
  content: "\e920";
}

.icon-arrow-left-02::before {
  content: "\e922";
}

.icon-chevron-right::before {
  content: "\e918";
}

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

.icon-location::before {
  content: "\e91f";
}

.icon-chevron-down::before {
  content: "\e912";
}

.icon-arrow-right::before {
  content: "\e913";
}

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

.icon-arrow-down::before {
  content: "\e900";
}

.icon-arrow-left::before {
  content: "\e909";
}

.icon-calendar::before {
  content: "\e914";
}

.icon-telegram::before {
  content: "\e90c";
}

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

.icon-behance::before {
  content: "\e905";
}

.icon-discord::before {
  content: "\e903";
}

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

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

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

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

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

.icon-arrow-down-left::before {
  content: "\e90b";
}

.icon-arrow-down-right::before {
  content: "\e90d";
}

.icon-arrow-up-left::before {
  content: "\e910";
}

.icon-arrow-up-right::before {
  content: "\e911";
}

.icon-twitch::before {
  content: "\e919";
}

.icon-brand::before {
  content: "\e919";
}

.icon-social::before {
  content: "\e919";
}

.icon-vimeo::before {
  content: "\e91e";
}

.icon-brand1::before {
  content: "\e91e";
}

.icon-social1::before {
  content: "\e91e";
}

.icon-mail::before {
  content: "\e915";
  font-size: 0.75rem !important;
}

.icon-person::before {
  content: "\e917";
}

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

.icon-share::before {
  content: "\e91b";
}

.icon-telegram-alt::before {
  content: "\e91c";
}

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

.icon-whatsapp::before {
  content: "\e902";
}

.icon-google::before {
  content: "\e907";
}

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

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

.toggle {
  overflow: hidden;
  text-align: left;
}
.toggle._active .toggle__btn {
  color: #daa520;
}
.toggle._active .toggle__plus::after {
  opacity: 0;
  transform: translate(-50%, -50%);
}
.toggle._active .toggle__content {
  padding: 1.875rem 5.625rem 3.5rem;
}
@media (max-width: 991px) {
  .toggle._active .toggle__content {
    padding: 1.5rem 1.5rem 2.25rem;
  }
}
.toggle._active .toggle__content::after {
  right: 11.5rem;
}
@media (max-width: 991px) {
  .toggle._active .toggle__content::after {
    right: 4rem;
  }
}
.toggle__content {
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 5.625rem;
  background-color: #fff;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .toggle__content {
    padding: 0 1.5rem;
  }
}
.toggle__content::after {
  content: "";
  position: absolute;
  left: 5.625rem;
  right: calc(100% - 11.5rem + 5.625rem);
  top: 0;
  height: 0.0625rem;
  background-color: #e0e0e0;
  transition: right 0.5s;
}
@media (max-width: 991px) {
  .toggle__content::after {
    left: 1.5rem;
  }
}
.toggle__content > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.toggle__btn {
  position: relative;
  outline: none;
  border: 0.0625rem solid #fff;
  width: 100%;
  padding: 4.125rem 7.5rem 4.125rem 5.625rem;
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.45rem;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .toggle__btn {
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  }
}
@media (any-hover: hover) {
  .toggle__btn:hover {
    color: #daa520;
  }
  .toggle__btn:hover .toggle__plus::after {
    border-color: #daa520;
  }
}
.toggle__btn:focus, .toggle__btn:active {
  color: #daa520;
}
.toggle__btn:focus .toggle__plus::after, .toggle__btn:active .toggle__plus::after {
  border-color: #daa520;
}
.toggle__plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 11.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .toggle__plus {
    width: 4rem;
  }
}
.toggle__plus::after, .toggle__plus::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.75rem;
  height: 0.125rem;
  background-color: #daa520;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .toggle__plus::after, .toggle__plus::before {
    width: 1.5rem;
  }
}
.toggle__plus::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.35s, transform 0.35s;
}

.pagination {
  display: inline-block;
}
.pagination__prev, .pagination__next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #daa520;
  width: 5.3125rem;
  height: 3rem;
  color: #daa520 !important;
  transition: background-color 0.35s, color 0.35s;
}
@media (any-hover: hover) {
  .pagination__prev:hover, .pagination__next:hover {
    background-color: #daa520;
    color: #fff !important;
  }
}
.pagination__prev::before, .pagination__next::before {
  font-family: "icomoon";
}
.pagination__prev:focus, .pagination__prev:active, .pagination__next:focus, .pagination__next:active {
  background-color: #daa520;
  color: #fff !important;
}
.pagination__prev {
  margin-right: 1.5rem !important;
}
.pagination__prev::before {
  content: "<--";
}
.pagination__next {
  margin-left: 1.5rem !important;
}
.pagination__next::before {
  content: "-->";
}
.pagination__list {
  display: flex;
  align-items: center;
  margin: -0.25rem -0.5rem;
}
.pagination__list > li {
  display: flex;
  margin: 0.25rem;
}
.pagination__list > li > a {
  margin: auto;
  min-width: 2.25rem;
  padding: 0.125rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.35s, color 0.35s;
}
@media (any-hover: hover) {
  .pagination__list > li > a:hover {
    color: #daa520;
  }
}
.pagination__list > li > a:focus, .pagination__list > li > a:active {
  color: #daa520;
}

.btn {
  outline: none;
  border: 0.0625rem solid #1f1f1f;
  border-radius: 0;
  padding: 1.125rem 2.25rem 1rem;
  background-color: #1f1f1f;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2625rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.35s ease;
}
.btn:disabled, .btn._disabled {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
  color: #000;
  cursor: default;
  pointer-events: none;
}
.btn.btn--outline {
  border-color: #fff;
  background: none;
}
@media (any-hover: hover) {
  .btn.btn--outline:not(:disabled, ._disabled):hover {
    border-color: #daa520;
    background-color: transparent;
    color: #daa520;
  }
}
.btn.btn--outline:not(:disabled, ._disabled):active {
  border-color: #daa520;
  background-color: transparent;
  color: #daa520;
}
.btn.btn--outline-primary {
  border-color: #daa520;
  background: none;
  color: #daa520;
}
@media (any-hover: hover) {
  .btn.btn--outline-primary:not(:disabled, ._disabled):hover {
    border-color: #daa520;
    background-color: #daa520;
    color: #000;
  }
}
.btn.btn--outline-primary:not(:disabled, ._disabled):active {
  border-color: #daa520;
  background-color: #daa520;
  color: #000;
}
@media (any-hover: hover) {
  .btn:not(:disabled, ._disabled):hover {
    background-color: #daa520;
    box-shadow: 0 0 0 1em transparent;
    color: #000;
    animation: pulse 1s;
  }
}
.btn:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 1em transparent;
  animation: pulse 1s;
}
.btn:not(:disabled, ._disabled):active {
  background-color: #daa520;
  box-shadow: 0 0 0 1em transparent;
  color: #000;
  animation: pulse 1s;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(218, 165, 32, 0.7);
  }
}
.input input,
.input textarea {
  appearance: none;
  outline: none;
  border: 0.0625rem solid rgba(34, 34, 34, 0.9);
  width: 100%;
  padding: 0.9375rem 1.875rem;
  background-color: rgba(34, 34, 34, 0.9);
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.05rem;
  color: #fff;
  resize: none;
  transition: all 0.35s ease;
}
.input input:disabled, .input input._disabled,
.input textarea:disabled,
.input textarea._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
.input input::-webkit-search-decoration, .input input::-webkit-search-cancel-button, .input input::-webkit-search-results-button, .input input::-webkit-search-results-decoration,
.input textarea::-webkit-search-decoration,
.input textarea::-webkit-search-cancel-button,
.input textarea::-webkit-search-results-button,
.input textarea::-webkit-search-results-decoration {
  display: none;
}
@media (any-hover: hover) {
  .input input:not(:disabled, ._disabled):hover,
  .input textarea:not(:disabled, ._disabled):hover {
    border-color: #daa520;
  }
}
.input input:not(:disabled, ._disabled):focus,
.input textarea:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.125rem #000;
}
.input input:not(:disabled, ._disabled):active,
.input textarea:not(:disabled, ._disabled):active {
  border-color: #daa520;
}
.input input::placeholder,
.input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select select {
  outline: none;
  border: 0.0625rem solid rgba(34, 34, 34, 0.9);
  border-radius: 0;
  width: 100%;
  padding: 1.09375rem 1.875rem;
  background-color: rgba(34, 34, 34, 0.9);
  font-size: 1rem;
  line-height: 1.625;
  color: #fff;
  transition: all 0.35s ease;
}
.select select:disabled, .select select._disabled {
  border-color: #c8c8c8;
  background-color: rgba(200, 200, 200, 0.75);
  opacity: 0.8;
  cursor: default;
}
@media (any-hover: hover) {
  .select select:not(:disabled, ._disabled):hover {
    border-color: #daa520;
  }
}
.select select:not(:disabled, ._disabled):focus {
  box-shadow: 0 0 0 0.125rem #000;
}
.select select:not(:disabled, ._disabled):active {
  border-color: #daa520;
}

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.35s, border 0.35s;
}
.header--white {
  background-color: #fff;
  color: #000;
}
@media (max-width: 991px) {
  .header--white {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  }
}
.header--white.header--scrolled {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.header--white .menu__btn span, .header--white .menu__btn::after, .header--white .menu__btn::before {
  background-color: #000;
}
.header--white .menu__btn.active span, .header--white .menu__btn.active::after, .header--white .menu__btn.active::before {
  background-color: #fff;
}
.header--scrolled {
  background-color: #000;
}
.header--scrolled .header__wrap {
  padding: 1.25rem 0;
}
.header--scrolled .menu__logo > img {
  height: 3.5rem;
}
.header__wrap {
  position: relative;
  z-index: 10;
  padding: 2.5rem 0;
  transition: padding 0.35s;
}
@media (max-width: 991px) {
  .header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
  }
}
.header__logo {
  margin-right: 1.875rem;
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .header__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.75;
  }
}
.header__logo:focus, .header__logo:active {
  opacity: 0.75;
}
.header__logo img {
  display: block;
  max-width: 6.25rem;
}
.header__menu {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .header__menu {
    flex: 0 0 auto;
  }
}

.menu__arrow {
  display: inline-block;
  margin: 0 0 0.125rem 0.3125rem;
  border: solid currentcolor;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.1875rem;
  transform: rotate(45deg);
  transition: transform 0.35s;
}
.menu__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
}
@media (max-width: 991px) {
  .menu__body {
    position: fixed;
    left: -100%;
    top: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 7.5rem 1.5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.98);
    color: #fff;
    transition: left 0.5s;
  }
  .menu__body.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc) {
    display: flex;
    flex: calc(50% - 10.3125rem);
    align-items: center;
    gap: 1.25rem 4rem;
  }
}
@media (min-width: 992px) {
  .menu__body > ul:not(.soc):nth-child(3) {
    justify-content: flex-end;
  }
}
.menu__body > ul:not(.soc) > li {
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li:not(:last-child) {
    border-bottom: 0.0625rem dashed #fff;
  }
}
.menu__body > ul:not(.soc) > li > a {
  padding: 0.25rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.2625rem;
  text-transform: uppercase;
  transition: all 0.35s ease;
}
@media (max-width: 991px) {
  .menu__body > ul:not(.soc) > li > a {
    padding: 0.75rem 0.25rem;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .menu__body > ul:not(.soc) > li > a:hover {
    color: #daa520;
  }
}
.menu__body > ul:not(.soc) > li > a::before {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 1;
  color: #daa520;
}
.menu__body > ul:not(.soc) > li > a:focus, .menu__body > ul:not(.soc) > li > a:active {
  color: #daa520;
}
.menu__body > ul:not(.soc) > li > a[class^=icon-], .menu__body > ul:not(.soc) > li > a[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
}
.menu__body > ul:not(.soc) > li > a[class^=icon-]::before, .menu__body > ul:not(.soc) > li > a[class*=" icon-"]::before {
  margin-top: -0.1875rem;
  font-size: 1.25rem;
}
.menu__logo {
  transition: opacity 0.35s;
}
@media (min-width: 992px) {
  .menu__logo {
    flex: 0 0 10.3125rem;
  }
}
@media (max-width: 991px) {
  .menu__logo {
    display: none;
  }
}
@media (any-hover: hover) {
  .menu__logo:hover {
    opacity: 0.75;
  }
}
.menu__logo:focus, .menu__logo:active {
  opacity: 0.75;
}
.menu__logo > img {
  display: block;
  margin: 0 auto;
  height: 5rem;
  transition: height 0.35s;
}
.menu__sublist {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  pointer-events: none;
  transition: all 0.35s ease;
}
.menu__sublist > li > a {
  display: block;
  min-width: 10rem;
  padding: 0.1875rem 0.9375rem;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .menu__sublist > li > a:hover {
    color: #daa520;
  }
}
.menu__sublist > li > a:focus, .menu__sublist > li > a:active {
  color: #daa520;
}
.menu__btn {
  display: none;
}
@media (max-width: 991px) {
  .menu__btn {
    position: relative;
    z-index: 100;
    display: block;
    border: none;
    width: 2.625rem;
    height: 1.75rem;
    background-color: transparent;
    cursor: pointer;
  }
  .menu__btn span, .menu__btn::before, .menu__btn::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
    transition: all 0.35s ease;
  }
  .menu__btn::before, .menu__btn::after {
    content: "";
  }
  .menu__btn::before {
    top: 0;
  }
  .menu__btn::after {
    bottom: 0;
  }
  .menu__btn.active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__btn.active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__btn.active span {
    transform: scale(0) translate(0, -50%);
  }
  .menu__btn span {
    top: 50%;
    transform: scale(1) translate(0, -50%);
  }
}
.menu__btn-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.625rem;
}
@media (max-width: 991px) {
  .menu__btn-box {
    flex-direction: column;
    margin-left: -0.625rem;
  }
}
.menu__btn-box > .btn {
  margin: 0.625rem;
}

/* ===== PC ===== */
@media (any-hover: hover) {
  body.pc .menu__body > ul > li:hover .menu__sublist {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: all;
  }
  body.pc .menu__body > ul > li:hover .menu__arrow {
    border-color: #daa520;
    transform: rotate(225deg);
  }
}
body.pc .menu__arrow {
  display: inline-block;
}
body.pc .menu__sublist {
  padding: 0.625rem 0;
  box-shadow: 0 0 1rem rgba(218, 165, 32, 0.25);
}

/* ===== MOBILE ===== */
body.touch .menu__body > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body.touch .menu__body > ul > li.active .menu__sublist {
  max-height: 300vh;
  pointer-events: all;
}
body.touch .menu__body > ul > li.active .menu__arrow {
  transform: rotate(225deg);
}
body.touch .menu__body > ul > li > a {
  flex: 1 1 auto;
}
body.touch .menu__body > ul > li .menu__sublist {
  position: static;
  flex: 1 1 100%;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 1.125rem;
  background-color: transparent;
  font-size: 1.125rem;
  opacity: 1;
  visibility: visible;
  transform: none;
}
body.touch .menu__body > ul > li .menu__sublist > li:not(:last-child) {
  border-bottom: 0.0625rem dashed #daa520;
}
body.touch .menu__body > ul > li .menu__sublist > li a {
  padding: 0.625rem 0;
}
body.touch .menu__arrow {
  margin: 0;
  border-width: 0 0.125rem 0.125rem 0;
  padding: 0.25rem;
}

.footer-top {
  padding: 7.375rem 0 3.5rem;
}
@media (max-width: 991px) {
  .footer-top {
    padding: 4rem 0 2rem;
  }
}
.footer-top__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -1.25rem -1.125rem;
}
.footer-top__col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 1.25rem 1.125rem;
}
@media (max-width: 991px) {
  .footer-top__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-top__col:last-child {
    text-align: right;
  }
}
.footer-top__menu > li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.footer-top__menu > li > a {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  transition: color 0.35s;
}
@media (max-width: 991px) {
  .footer-top__menu > li > a {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media (any-hover: hover) {
  .footer-top__menu > li > a:hover {
    color: #daa520;
  }
}
.footer-top__menu > li > a:active {
  color: #daa520;
}

.footer-bottom {
  padding: 3.5rem 0 4rem;
}
.footer-bottom__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: -0.5rem -1.125rem;
}
@media (max-width: 991px) {
  .footer-bottom__row {
    justify-content: center;
    text-align: center;
  }
}
.footer-bottom__col {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.5rem 1.125rem;
}
@media (max-width: 991px) {
  .footer-bottom__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .footer-bottom__col:last-child {
    text-align: right;
  }
}
.footer-bottom__logo {
  display: block;
  text-align: center;
}
.footer-bottom__copyright {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.contacts-block {
  border: 0.0625rem solid #cecece;
}
.contacts-block > li:not(:last-child) {
  border-bottom: 0.0625rem solid #cecece;
}
.contacts-block > li > a {
  position: relative;
  width: 100%;
  padding: 0.9375rem 1rem;
  padding-left: 2.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .contacts-block > li > a:hover {
    color: #daa520;
  }
}
.contacts-block > li > a::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  max-width: 1rem;
  font-size: 1rem;
  color: #daa520;
  transform: translateY(-50%);
}

.section {
  background-color: #f5f5f5;
}
.section--full .section__wrap {
  padding: 15rem 0 7.5rem;
}
.section--sm .section__wrap {
  padding: 6.25rem 0 2rem;
}
@media (max-width: 991px) {
  .section--sm .section__wrap {
    padding: 4rem 0;
  }
}
.section--page .section__wrap {
  padding: 3rem 0;
}
.section__wrap {
  padding: 7.5rem 0;
}
@media (max-width: 991px) {
  .section__wrap {
    padding: 4rem 0;
  }
}
.section__title:not(:last-child) {
  margin-bottom: 3.5rem;
}
.section__body:not(:last-child) {
  margin-bottom: calc(50 / var(--media-breakdown));
}
.section__body > *:not(:last-child) {
  margin-bottom: calc(20 / var(--media-breakdown));
}
.section__btn-box {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / var(--media-breakdown));
}

.img-text {
  background-color: #f5f5f5;
}
.img-text--reversed .img-text__row {
  flex-direction: row-reverse;
}
.img-text__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.img-text__col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .img-text__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.img-text__img > img {
  display: block;
  width: 100%;
  height: auto;
}
.img-text__text {
  padding: 4rem max(64 / var(--media-breakdown), (200% - 103.125rem) / 2);
}
@media (max-width: 991px) {
  .img-text__text {
    padding: 4rem 1.25rem;
  }
}
.img-text__title {
  margin-bottom: 3rem;
}
.img-text__body:not(:last-child) {
  margin-bottom: 3rem;
}

.hero {
  --slide-transition: 1s;
  position: relative;
  background-color: #000;
  color: #fff;
}
.hero__thumbs-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.hero__navigation-btn {
  position: absolute;
  z-index: 20;
  bottom: 0;
  display: none;
  border: none;
  width: max(0.9375rem, (100% - 103.125rem) / 2);
  height: 100%;
  background: none;
  cursor: pointer;
}
@media (min-width: 1650px) {
  .hero__navigation-btn {
    display: block;
  }
}
.hero__navigation-btn::before {
  font-family: "icomoon";
  font-size: 0.625rem;
  color: #fff;
}
.hero__navigation-btn--prev {
  left: 0;
}
.hero__navigation-btn--prev::before {
  content: "\e922";
}
.hero__navigation-btn--next {
  right: 0;
}
.hero__navigation-btn--next::before {
  content: "\e920";
}

.hero-block {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.hero-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.hero-block__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-block__wrap {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 12.5rem 0;
}
.hero-block__title {
  margin: 0 auto 2rem;
  max-width: 42.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-block__title {
    font-size: 2rem !important;
    letter-spacing: 0.3rem !important;
  }
}
.hero-block__btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-thumb-block {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 10.625rem;
  padding: 1.5rem;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-thumb-block {
    min-height: 7.5rem;
  }
}
.hero-thumb-block::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 50%;
  right: 50%;
  top: 0;
  height: 0.3125rem;
  background-color: #daa520;
}
.hero-thumb-block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-thumb-block__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-thumb-block__title {
  position: relative;
  z-index: 10;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  text-align: center;
  text-transform: uppercase;
}

#swiper-home-hero-thumbs .swiper-slide {
  cursor: pointer;
}
#swiper-home-hero-thumbs .swiper-slide.swiper-slide-active .hero-thumb-block::before {
  left: 0;
  right: 0;
  transition: left var(--slide-transition), right var(--slide-transition);
}
#swiper-home-hero-thumbs .swiper-slide.swiper-slide-active .hero-thumb-block::after {
  opacity: 1;
  transition: opacity var(--slide-transition);
}
#swiper-home-hero-thumbs .swiper-slide.swiper-slide-active .hero-thumb-block__bg {
  opacity: 1;
  transition: opacity var(--slide-transition);
}
#swiper-home-hero-thumbs .swiper-slide .hero-thumb-block::after {
  opacity: 0;
}
#swiper-home-hero-thumbs .swiper-slide .hero-thumb-block__bg {
  opacity: 0;
}

.section-cta {
  position: relative;
  z-index: 0;
  background: #000;
  color: #fff;
}
.section-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3rem;
  right: 3rem;
  top: 3rem;
  bottom: 3rem;
  background: url("../img/cta-bg.svg") repeat;
  background-attachment: fixed;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .section-cta::after {
    left: 1.5rem;
    right: 1.5rem;
    top: 1.5rem;
    bottom: 1.5rem;
  }
}
.section-cta__wrap {
  margin: 0 auto;
  max-width: 42.5rem;
  padding: 9.375rem 0;
  text-align: center;
}
@media (max-width: 991px) {
  .section-cta__wrap {
    padding: 5rem 0;
  }
}
.section-cta__wrap--lg {
  max-width: 78rem;
}
.section-cta__title {
  margin-bottom: 2.25rem;
}
.section-cta__body {
  margin-bottom: 3.5rem;
}
.section-cta__btn-box {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem -1.4375rem;
}
.section-cta__btn-box > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.75rem 1.4375rem;
}
@media (max-width: 991px) {
  .section-cta__btn-box > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-cta__btn-box > li .btn {
  width: 100%;
}

.section-join {
  background-color: #daa520;
  color: #fff;
}
.section-join__wrap {
  padding: 3.375rem 0;
}
.section-join__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3.75rem;
}
.section-join__title {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}

.subscribe-form {
  position: relative;
}
.subscribe-form__input {
  display: block;
  outline: none;
  border: 0.0625rem solid #fff;
  width: 3.4375rem;
  min-width: 20rem;
  padding: 0.9375rem 5.125rem 0.9375rem 1.75rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05rem;
  color: #000;
}
.subscribe-form__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.subscribe-form__btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 3.4375rem;
  height: 100%;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  transition: background-color 0.35s, color 0.35s;
}
.subscribe-form__btn::before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .subscribe-form__btn:not(:disabled):hover {
    background-color: #000;
    color: #fff;
  }
}

.section-news__wrap {
  padding: 7.5rem 0 6.25rem;
}
@media (max-width: 991px) {
  .section-news__wrap {
    padding: 5rem 0;
  }
}
.section-news__title {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .section-news__title {
    margin-bottom: 3rem;
  }
}
.section-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.3125rem;
  margin-bottom: 4rem;
}
.section-news__list > li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0.3125rem;
}
@media (max-width: 991px) {
  .section-news__list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .section-news__list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-reviews {
  background-color: rgba(0, 0, 0, 0.04);
}
.section-reviews__wrap {
  padding: 4.6875rem 0 8rem;
}
@media (max-width: 991px) {
  .section-reviews__wrap {
    padding: 4rem 0;
  }
}
.section-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3.5rem;
  gap: 2rem;
}
@media (max-width: 991px) {
  .section-reviews__header {
    margin-bottom: 3rem;
  }
}
.section-reviews__title {
  flex: 1 1 auto;
  text-align: center;
}

.swiper-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #daa520;
  width: 5.3125rem;
  height: 3rem;
  background: none;
  color: #daa520;
  cursor: pointer;
  transition: background-color 0.35s, color 0.35s;
}
@media (max-width: 991px) {
  .swiper-btn {
    width: 4rem;
  }
}
.swiper-btn::before {
  font-family: "icomoon";
  font-size: 0.625rem;
}
.swiper-btn--prev::before {
  content: "\e922";
}
.swiper-btn--next::before {
  content: "\e920";
}
@media (any-hover: hover) {
  .swiper-btn:not(:disabled):hover {
    background-color: #daa520;
    color: #000;
  }
}

.section-process__wrap {
  padding: 4.6875rem 0;
}
.section-process__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .section-process__header {
    margin-bottom: 3rem;
  }
}
.section-process__navigation-panel {
  display: flex;
}

.banner__wrap {
  margin: 0 auto;
  max-width: 42.5rem;
  padding: 16.5rem 0 5.25rem;
}
@media (max-width: 991px) {
  .banner__wrap {
    padding: 9.375rem 0 4rem;
  }
}
.banner__title {
  margin-bottom: 2.25rem;
  text-align: center;
}
.banner__body {
  text-align: center;
}

.section-featured {
  background-color: #f5f5f5;
}
.section-featured__wrap {
  padding: 5.625rem 0;
}
@media (max-width: 991px) {
  .section-featured__wrap {
    padding: 4rem 0;
  }
}
.section-featured__row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -3rem;
}
.section-featured__col {
  flex: 0 0 27.45%;
  max-width: 27.45%;
  padding: 0.5rem 3rem;
}
@media (max-width: 991px) {
  .section-featured__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-featured__col:nth-child(2) {
  flex: 0 0 45.1%;
  max-width: 45.1%;
}
@media (max-width: 991px) {
  .section-featured__col:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-featured__text {
  padding: 8.75rem 1.25rem;
  text-align: center;
}
@media (max-width: 991px) {
  .section-featured__text {
    padding: 4rem 0;
  }
}
.section-featured__title {
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
}
.section-featured__body {
  margin-bottom: 2.25rem;
}
.section-featured__media {
  min-height: 100%;
}
.section-featured__media--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section-featured__img-wrap--01 {
  width: 60%;
}
.section-featured__img-wrap--02 {
  margin-left: auto;
  width: 40%;
}
.section-featured__img-wrap--03 {
  margin-left: auto;
  width: 40%;
}
.section-featured__img-wrap--04 {
  width: 60%;
}
.section-featured__img {
  position: relative;
  padding-bottom: 100%;
}
.section-featured__img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-featured-item {
  padding: 1rem;
  text-align: center;
}
.section-featured-item__num {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2375rem;
  text-transform: uppercase;
  color: #daa520;
}
.section-featured-item__title {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: rgba(0, 0, 0, 0.5);
}

.section-category__row {
  display: flex;
  flex-wrap: wrap;
}
.section-category__col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .section-category__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-category__col:first-child {
    padding: 6.25rem;
  }
}

.section-contact__wrap {
  padding-top: 12.5rem;
}
@media (max-width: 991px) {
  .section-contact__wrap {
    padding-top: 6.25rem;
  }
}
.section-contact__row {
  display: flex;
  flex-wrap: wrap;
}
.section-contact__col {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .section-contact__col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-contact__text {
  padding: max(9.375rem, (200% - 103.125rem) / 2) max(7.5rem, (200% - 103.125rem) / 2);
}
@media (max-width: 991px) {
  .section-contact__text {
    padding: 6.25rem 0.9375rem;
  }
}
.section-contact__title {
  margin-bottom: 2rem;
  text-align: center;
}
.section-contact__map {
  height: 100%;
  min-height: 23.75rem;
}

#swiper-reviews .swiper-slide {
  transition: opacity 0.35s;
}
#swiper-reviews .swiper-slide:not(.swiper-slide-active, .swiper-slide-prev, .swiper-slide-next) {
  opacity: 0.5;
}

.card {
  padding: 3rem 1.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .card {
    padding: 3rem 3rem;
  }
}
.card__img {
  margin-bottom: 3rem;
}
.card__img > img {
  display: block;
  width: 100%;
  height: auto;
}

.review-card {
  padding: 3.375rem 3.75rem 4rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .review-card {
    padding: 2.25rem 1.75rem;
  }
}
.swiper-slide .review-card {
  min-height: 100%;
}
.review-card__body {
  margin-bottom: 3rem;
  padding-top: 3rem;
  background: url("../img/icons/review-card-quotes.svg") no-repeat top left/1.25rem 1rem;
}
@media (max-width: 991px) {
  .review-card__body {
    margin-bottom: 2rem;
    padding-top: 2.25rem;
  }
}
.review-card__name {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}

.article-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 31.875rem;
  padding: 3.125rem 3rem;
  padding-right: 6rem;
  background-color: #000;
  color: #fff;
}
@media (min-width: 1650px) {
  .article-card {
    padding: 3.125rem 3.75rem;
  }
}
@media (max-width: 991px) {
  .article-card {
    min-height: 23.75rem;
    padding: 2rem 1.5rem 3.125rem;
  }
}
@media (any-hover: hover) {
  .article-card:hover::after {
    opacity: 0.25;
  }
  .article-card:hover .article-card__img {
    transform: scale(1.1);
  }
}
.article-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  transition: opacity 0.5s;
}
.article-card__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.article-card__title {
  position: relative;
  z-index: 20;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.18;
}
@media (min-width: 1650px) {
  .article-card__title {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .article-card__title {
    font-size: 1.5rem;
  }
}
.article-card__btn {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #fff;
  width: 5.375rem;
  height: 4.0625rem;
  color: #fff;
  transition: background-color 0.35s, color 0.35s;
}
@media (any-hover: hover) {
  .article-card__btn:hover {
    background-color: #fff;
    color: #000;
  }
}
.article-card__btn::before {
  content: "\e920";
  font-family: "icomoon";
  font-size: 0.5rem;
}

.process-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 31.0625rem;
  padding: 3.75rem 3.125rem;
  background-color: #000;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .process-card {
    min-height: 23.75rem;
    padding: 2rem 1.75rem;
  }
}
@media (any-hover: hover) {
  .process-card:hover::after {
    opacity: 0.85;
  }
  .process-card:hover .process-card__body {
    height: 8.75rem;
    padding-top: 1.25rem;
  }
}
.process-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 71%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
  transition: opacity 0.35s;
}
.process-card__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-card__title {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
}
.process-card__body {
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 0;
  transition: height 0.5s, padding 0.5s;
}

.gallery-card {
  position: relative;
  min-height: 20rem;
  padding-bottom: 45.88%;
}
.gallery-card > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 23.75rem;
  padding: calc(50% - 8.75rem) 1.5rem;
  background-color: #000;
  color: #fff;
}
@media (any-hover: hover) {
  .category-card:hover::after {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .category-card:hover .category-card__img {
    transform: scale(1.1);
  }
}
.category-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.35s;
}
.category-card__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s;
}
.category-card__title {
  position: relative;
  z-index: 10;
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: 0.675rem;
}
@media (max-width: 991px) {
  .category-card__title {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
  }
}
.category-card__btn-box {
  position: relative;
  z-index: 10;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.services-list > li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0.25rem;
}
@media (max-width: 991px) {
  .services-list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.services-list > li:first-child {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media (max-width: 991px) {
  .services-list > li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.service-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 31.0625rem;
  padding: 3.75rem 3.125rem;
  background-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .service-card {
    min-height: 23.75rem;
    padding: 2rem 1.75rem;
  }
}
@media (any-hover: hover) {
  .service-card:hover::after {
    opacity: 0.95;
  }
  .service-card:hover .service-card__btn-box {
    height: 5.25rem;
    padding-top: 2rem;
  }
}
.service-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 71%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.5;
  transition: opacity 0.35s;
}
@media (max-width: 991px) {
  .service-card::after {
    height: 100%;
    opacity: 0.75;
  }
}
.service-card__img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card__content {
  position: relative;
  z-index: 10;
  max-width: 30rem;
}
.service-card__title {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.service-card__btn-box {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .service-card__btn-box {
    overflow: hidden;
    height: 0;
    padding-top: 0;
    transition: height 0.5s, padding-top 0.5s;
  }
}

.stats-card {
  padding: 5.375rem;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .stats-card {
    padding: 2rem;
  }
}
.stats-card__value {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #daa520;
}
@media (max-width: 991px) {
  .stats-card__value {
    margin-bottom: 1.25rem;
    font-size: 3rem;
  }
}
.stats-card__label {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.06875rem;
}
@media (max-width: 991px) {
  .stats-card__label {
    font-size: 1.125rem;
  }
}

html {
  font-size: calc(16 / var(--media-breakdown));
}
@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "HayleyNye", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.05rem;
}
body::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
body::-webkit-scrollbar-track {
  background-color: #c8c8c8;
}
body::-webkit-scrollbar-thumb {
  background-color: #daa520;
}

::selection {
  background-color: #daa520;
  color: #000;
}

.disable-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 105rem;
  padding: 0 0.9375rem;
}
.container--lg {
  max-width: 109.375rem;
}

.offset-container {
  padding-left: max(0.9375rem, (100% - 103.125rem) / 2);
}

/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
.sr-only:not(:focus, :active) {
  position: absolute;
  clip-path: inset(50%);
  overflow: hidden;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

.text-block ol li:not(:last-child),
.text-block ul li:not(:last-child) {
  margin-bottom: calc(20 / var(--media-breakdown));
}
.text-block strong,
.text-block b {
  font-weight: 700;
}
.text-block em,
.text-block i {
  font-style: italic;
}
.text-block mark {
  background-color: #daa520;
  color: #fff;
}
.text-block del {
  background-color: #fbb;
  text-decoration: line-through;
}
.text-block ins {
  background-color: #d4fcbc;
  text-decoration: none;
}
.text-block blockquote {
  border-left: calc(3 / var(--media-breakdown)) solid #daa520;
  padding-left: calc(15 / var(--media-breakdown));
}
.text-block > *:not(:last-child) {
  margin-bottom: calc(20 / var(--media-breakdown));
}

.pages-list {
  padding-left: 1rem;
}
.pages-list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.pages-list > li a {
  text-decoration: underline;
  transition: color 0.35s;
}
@media (any-hover: hover) {
  .pages-list > li a:hover {
    color: #daa520;
  }
}

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

h1,
.h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.9rem;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.675rem;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    letter-spacing: 0.375rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}

h4,
.h4 {
  font-size: calc(20 / var(--media-breakdown));
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 0.75rem;
}

.swiper-gallery .swiper-slide {
  opacity: 0.35;
  transition: opacity 0.35s;
}
.swiper-gallery .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 2.25rem;
}
@media (max-width: 991px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 1rem;
  }
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-bullet,
.swiper-pagination-fraction .swiper-pagination-bullet {
  margin: 0 0.4375rem;
  border-radius: 0;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #fff;
  opacity: 0.25;
  transition: width 0.35s, opacity 0.35s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 3rem;
  opacity: 1;
}

.stats-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.stats-list > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.25rem;
}
@media (max-width: 991px) {
  .stats-list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.blog-list__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0.25rem;
}
.blog-list__item--half {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-post {
  padding: 3rem 1.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .blog-post {
    padding: 3rem 3rem;
  }
}
.blog-post__img {
  margin-bottom: 3rem;
}
.blog-post__img > img {
  display: block;
  width: 100%;
  height: auto;
}