@font-face {
  font-family: "Trashhand 2";
  src: url('../fonts/TrashHand-2.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bronze-main: #b28231;
  --border: #434343;
  --white: white;
  --dark-main-bg: #181818;
  --gray-placeholder: #717171;
}

.body {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.main {
  background-image: linear-gradient(#0f0f0f, #1d1406);
  padding-top: 40px;
}

.section.main.contact {
  padding-bottom: 0;
}

.section.second {
  background-image: linear-gradient(#1d1406, #0f0f0f 21%, #150b30 51%, #1d1406 77%, #0f0f0f);
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 200px;
  display: block;
  position: static;
}

.section.second.service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.subheader {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Trashhand 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 130%;
}

.subheader.main {
  font-size: 35px;
}

.subheader.main.contact {
  font-size: 25px;
}

.subheader.hidden {
  opacity: 0;
  cursor: default;
  display: block;
}

.text-span {
  color: var(--bronze-main);
}

.header {
  width: 680px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 400;
  line-height: 130%;
}

.header.secondary, .header.contact {
  width: auto;
  margin-top: 0;
  font-weight: 700;
}

.text-span-2, .bold-text {
  font-weight: 700;
}

.content-main {
  margin-left: 75px;
}

.content-main.custom {
  margin-left: 0;
}

.content-main.custom.about {
  position: relative;
}

.content-main.custom.services {
  margin-top: 300px;
}

.content-main.custom.services.benefits {
  margin-top: 100px;
}

.content-main.contact {
  width: 550px;
  margin-left: 0;
}

.content-main.main {
  position: relative;
}

.nav-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 950px;
  margin-bottom: 70px;
}

.nav-container-desk {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-links-box {
  justify-content: space-between;
  align-items: center;
  width: 175px;
  display: flex;
}

.social-links-box.vertical {
  flex-direction: column;
  width: auto;
  height: 175px;
  margin-top: 40px;
}

.image, .image-2, .image-3, .image-4 {
  width: 25px;
}

.container-2 {
  max-width: 950px;
  display: flex;
}

.container-2.copyright {
  border-top: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 150px;
}

.main-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-box.secondary {
  justify-content: flex-start;
}

.main-box.contact {
  justify-content: space-between;
  width: 100%;
}

.side-menu-desk {
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 180px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.side-menu-desk.closed {
  border-right-style: none;
  align-self: flex-start;
  align-items: center;
  width: 100px;
  height: 100vh;
  margin-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.side-menu-desk.contact {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-link-box {
  color: var(--white);
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.menu-link-box.last {
  margin-bottom: 0;
}

.menu-link-box.closed {
  flex-direction: column;
  justify-content: center;
  width: 39px;
  height: 39px;
  padding-top: 0;
  padding-bottom: 18px;
  padding-right: 20px;
}

.menu-link {
  margin-left: 20px;
  line-height: 18px;
}

.menu-link.hidden {
  flex: 0 auto;
  height: 20.5px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  display: none;
}

.menu-link.hidden.social {
  display: none;
}

.menu-link.hidden.social.youtube, .menu-link.hidden.social.twitter, .menu-link.hidden.social.instagram, .menu-link.hidden.contact {
  margin-bottom: 5px;
}

.menu-icon.hidden, .menu-icon.active.hidden {
  display: none;
}

.menu-icon.main, .menu-icon.icon {
  position: absolute;
}

.paragraph {
  margin-top: 30px;
  font-size: 25px;
  line-height: 143%;
}

.container-3 {
  flex-direction: column;
  display: flex;
}

.container-4 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  display: flex;
}

.container-5 {
  max-width: 950px;
}

.content-container {
  flex-direction: column;
  align-self: center;
  width: 740px;
  margin-top: 150px;
  display: flex;
}

.content-container.service {
  margin-top: 50px;
}

.gray-line {
  background-color: var(--border);
  width: 60px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gray-line.long {
  flex: 1;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.gray-line.sidebar {
  margin-top: 30px;
  margin-bottom: 30px;
}

.social-links-side {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  display: flex;
}

.list-item-para {
  width: 500px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 143%;
}

.list-item-para.service {
  width: 100%;
}

.list-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  display: flex;
}

.list-item.first {
  border-bottom: 1px solid var(--border);
  padding-bottom: 45px;
  padding-right: 30px;
}

.list-item.first.service {
  flex-direction: row;
}

.list-item.second, .list-item.third {
  border-bottom: 1px solid var(--border);
  padding-top: 45px;
  padding-bottom: 45px;
}

.list-content {
  width: 500px;
}

.list-item-header {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 24px;
}

.list-button {
  color: var(--white);
  border: 3px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.list-button:hover {
  transform: scale(1.1)rotate(-15deg);
}

.list-button.disabled {
  cursor: not-allowed;
  border-color: gray;
}

.list-button.disabled.service {
  border-color: #fff;
  transition-property: none;
}

.list-button.disabled.service:hover {
  border-color: #fff;
  transform: none;
}

.button-text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
}

.button-text.disabled {
  color: gray;
  font-size: 11px;
}

.list-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.list-container.horizontal {
  flex-direction: row;
  width: 100%;
}

.image-5 {
  margin-top: 55px;
  margin-bottom: 50px;
}

.button-block {
  color: #fff;
  background-color: #976c20;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 1px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-block:hover {
  background-color: #725118;
}

.text-block-2 {
  margin-left: 15px;
  line-height: 16px;
}

.text-block-2.success {
  margin-left: 0;
}

.cta-box {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-line {
  background-color: var(--white);
  border-radius: 3px;
  flex: 1;
  width: 4px;
  height: auto;
}

.side-social-icons {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-content-box {
  justify-content: space-between;
  display: flex;
}

.main-content-box.service {
  justify-content: center;
  width: 100%;
}

.column {
  padding-right: 0;
}

.column-2 {
  padding-left: 0;
}

.form-field {
  border: 1px solid var(--border);
  background-color: var(--dark-main-bg);
  color: var(--white);
  border-radius: 5px;
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.form-field:focus {
  border-color: var(--bronze-main);
}

.form-field.contact {
  height: 200px;
  margin-bottom: 0;
  padding-left: 15px;
}

.field-label {
  margin-bottom: 10px;
}

.columns {
  width: 100%;
}

.form {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  width: 100%;
  margin-top: 20px;
}

.submit-button {
  background-color: #976c20;
  border-radius: 10px;
  width: 175px;
  height: 50px;
  margin-top: 40px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #725118;
}

.huge-logo {
  border: 3px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
  position: absolute;
  inset: -30% 0% auto auto;
  transform: rotate(15deg);
}

.huge-logo.service {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: none;
}

.menu-icon-active.hidden {
  display: none;
}

.menu-icon-active.hidden.main {
  z-index: 1;
  opacity: 0;
  display: block;
  position: absolute;
}

.social-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  padding-bottom: 18px;
  padding-right: 19px;
  text-decoration: none;
  display: flex;
}

.social-media-link {
  transition: all .2s;
}

.social-media-link:hover {
  transform: scale(1.1)rotate(-15deg);
}

.image-6.disabled, .image-7.disabled, .image-8.disabled, .arrow.disabled {
  opacity: .5;
}

.navbar {
  display: none;
}

.copyright {
  text-align: center;
}

.success-message {
  border: 1px solid var(--border);
  background-color: var(--dark-main-bg);
  border-radius: 10px;
  height: 425px;
  margin-top: 40px;
}

.success-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-3 {
  width: 300px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 150%;
}

.error-message {
  background-color: #7a1c1c;
  border-radius: 5px;
  margin-top: 30px;
  padding: 15px;
}

.text-block-4 {
  line-height: 130%;
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  font-weight: 400;
}

.text-span-5, .text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-weight: 400;
}

.text-span-8 {
  font-weight: 700;
}

.text-span-9 {
  font-weight: 400;
}

.image-11 {
  z-index: 9999;
  height: 350px;
  position: absolute;
  top: 110%;
  right: 35%;
}

.text-block-5 {
  text-align: left;
  width: 150px;
  font-family: "Trashhand 2", sans-serif;
  font-size: 30px;
  line-height: 120%;
  position: absolute;
  top: 120%;
  right: 10%;
}

.text-block-6 {
  font-family: "Trashhand 2", sans-serif;
  font-size: 75px;
  line-height: 80px;
}

.container-2 {
  align-self: flex-start;
}

.text-block-7 {
  color: #fff;
  align-self: center;
  margin-left: 15px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-7:hover {
  color: #b9b9b9;
}

.div-block-18 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: inline-block;
}

.image-12 {
  transform-style: preserve-3d;
  align-self: flex-start;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.link-block {
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-19 {
  border-top: 1px solid var(--border);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100px;
  margin-top: 150px;
  display: flex;
}

.circle-number {
  border: 3px solid #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
}

.text-block-8 {
  font-family: "Trashhand 2", sans-serif;
  font-size: 70px;
  line-height: 100%;
}

.text-block-8.three {
  margin-bottom: 7px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .header {
    width: 800px;
    font-size: 55px;
  }

  .content-main.main {
    margin-left: 70px;
  }

  .nav-container, .container-2 {
    max-width: 1000px;
  }

  .paragraph {
    font-size: 28px;
  }

  .content-container {
    width: 800px;
  }

  .list-item-para {
    width: 575px;
  }

  .list-item.first {
    padding-bottom: 50px;
  }

  .list-item.second, .list-item.third {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-content {
    width: 575px;
  }

  .list-content.service {
    width: 600px;
  }

  .image-11 {
    height: 325px;
    right: 40%;
  }

  .text-block-5 {
    top: 115%;
    right: 18%;
  }
}

@media screen and (min-width: 1440px) {
  .section.second {
    padding-top: 150px;
  }

  .section.second.service {
    padding-top: 50px;
  }

  .header {
    width: 870px;
    font-size: 60px;
  }

  .content-main.main {
    margin-left: 130px;
  }

  .nav-container, .container-2 {
    max-width: 1200px;
  }

  .side-menu-desk {
    width: 200px;
  }

  .side-menu-desk.main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph {
    font-size: 30px;
  }

  .content-container {
    width: 850px;
    margin-left: 60px;
  }

  .list-content.service {
    width: 650px;
  }

  .main-content-box {
    width: 1125px;
  }

  .image-11 {
    height: 425px;
    top: 115%;
    right: 35%;
  }

  .text-block-5 {
    top: 120%;
    right: 15%;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    width: 850px;
  }

  .content-main.main {
    margin-left: 150px;
  }

  .nav-container, .container-2 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .section.second {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .subheader.main.landing, .header.center {
    text-align: center;
  }

  .content-main.custom.services {
    margin-top: 150px;
  }

  .content-main.contact {
    width: 100%;
    max-width: 700px;
  }

  .content-main.main {
    margin-left: 0;
  }

  .nav-container {
    max-width: 90%;
  }

  .nav-container-desk {
    display: none;
  }

  .social-links-box.vertical {
    flex-direction: row;
    width: 175px;
    height: auto;
    margin-top: 0;
    margin-left: 40px;
  }

  .container-2 {
    justify-content: center;
    max-width: 90%;
  }

  .container-2.copyright {
    border-top-style: none;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .container-2.landing {
    justify-content: center;
    align-items: center;
  }

  .main-box.contact {
    flex-direction: column;
  }

  .main-box.landing {
    justify-content: center;
  }

  .side-menu-desk.closed, .side-menu-desk.contact, .side-menu-desk.main {
    display: none;
  }

  .paragraph {
    max-width: 700px;
    font-size: 24px;
  }

  .content-container {
    width: 100%;
  }

  .list-item-para {
    width: auto;
  }

  .list-content {
    width: 75%;
  }

  .list-container.horizontal {
    justify-content: space-around;
  }

  .white-line {
    flex: 1;
    width: 100%;
    height: 4px;
  }

  .side-social-icons {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 150px;
  }

  .main-content-box {
    width: 100%;
  }

  .huge-logo {
    right: 5%;
  }

  .navbar {
    background-color: #0000;
    justify-content: space-between;
    display: flex;
  }

  .nav-main {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .container-6 {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .line {
    background-color: #fff;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line.center {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-button {
    border: 1px solid var(--bronze-main);
    cursor: pointer;
    background-color: #43434340;
    border-radius: 5px;
    padding: 15px;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #1d1d1d;
  }

  .side-menu {
    border: 1px solid var(--gray-placeholder);
    background-color: #181818fc;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 160px;
    height: 380px;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    position: absolute;
    inset: 130% 0% 0% auto;
  }

  .image-11, .text-block-5 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.main.mobile {
    padding-top: 30px;
  }

  .section.second {
    padding-bottom: 100px;
  }

  .subheader.main.landing {
    text-align: center;
    font-size: 30px;
  }

  .header.center {
    text-align: center;
    width: 100%;
    max-width: 560px;
    margin-top: 20px;
    font-size: 40px;
  }

  .content-main.custom.services {
    margin-top: 100px;
  }

  .content-main.contact {
    max-width: 500px;
  }

  .paragraph {
    width: 90%;
    max-width: 560px;
    font-size: 20px;
  }

  .list-item-para {
    max-width: 570px;
  }

  .list-item.first {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item.first.service {
    flex-direction: column;
  }

  .list-item.second {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item.second.service {
    padding-top: 55px;
  }

  .list-item.third {
    flex-direction: column;
    align-items: flex-start;
  }

  .list-item.third.service {
    padding-top: 55px;
  }

  .list-content {
    width: 100%;
  }

  .list-item-header {
    margin-bottom: 15px;
    line-height: 140%;
  }

  .list-button {
    border-radius: 0;
    flex-direction: row;
    width: auto;
    height: 60px;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all .2s;
  }

  .list-button:hover {
    border-color: #505050;
    border-radius: 10px;
    transform: none;
  }

  .list-button.disabled.service {
    border-radius: 100px;
    width: 75px;
    height: 75px;
    margin-bottom: 30px;
  }

  .button-text {
    margin-top: 0;
  }

  .list-container.horizontal {
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
  }

  .list-container.horizontal.second {
    margin-top: 60px;
  }

  .list-container.service {
    margin-top: 30px;
  }

  .column {
    margin-top: 15px;
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .huge-logo {
    width: 170px;
    height: 170px;
    right: 4vw;
  }

  .image-6, .image-7, .image-8, .arrow {
    order: 1;
    margin-left: 30px;
  }

  .brand-logo {
    padding-left: 0;
  }

  .success-message {
    height: 525px;
  }

  .text-block-6 {
    font-size: 50px;
    line-height: 110%;
  }

  .circle-number {
    width: 75px;
    height: 75px;
    margin-bottom: 25px;
  }

  .text-block-8 {
    font-size: 55px;
  }
}

@media screen and (max-width: 479px) {
  .section.main.mobile {
    padding-top: 20px;
  }

  .section.second {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.second.service {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheader.main.contact {
    font-size: 23px;
  }

  .subheader.main.landing {
    text-align: left;
    font-size: 23px;
  }

  .header.secondary {
    font-size: 35px;
    line-height: 120%;
  }

  .header.contact {
    font-size: 35px;
  }

  .header.center {
    text-align: left;
    max-width: 360px;
    font-size: 35px;
  }

  .content-main.custom.services.benefits {
    margin-top: 35px;
  }

  .content-main.contact {
    max-width: none;
  }

  .social-links-box.vertical {
    margin-left: 0;
  }

  .container-2.copyright {
    padding-bottom: 30px;
  }

  .container-2.landing {
    justify-content: flex-start;
  }

  .content-container {
    margin-top: 0;
  }

  .gray-line.long {
    display: none;
  }

  .list-item.second.service, .list-item.third.service {
    padding-top: 50px;
  }

  .list-button {
    transition: all .2s;
  }

  .list-button:hover {
    border-color: #505050;
    border-radius: 10px;
    justify-content: space-between;
  }

  .list-button.disabled.service:hover {
    transform: translate(1px);
  }

  .list-container {
    margin-top: 30px;
  }

  .list-container.horizontal {
    flex-direction: column;
    height: 350px;
    margin-top: 50px;
  }

  .list-container.horizontal.second {
    margin-top: 60px;
  }

  .white-line {
    display: none;
  }

  .side-social-icons {
    justify-content: center;
    margin-top: 50px;
  }

  .huge-logo {
    width: 40.5vw;
    height: 40.5vw;
    top: -35vw;
  }

  .huge-logo.service {
    display: none;
  }

  .image-9 {
    width: 25vw;
    height: 25vw;
  }

  .menu-button {
    background-color: #181818;
  }

  .side-menu {
    display: none;
  }

  .image-10 {
    width: 80px;
  }

  .text-block-3 {
    width: 90%;
    max-width: 300px;
  }

  .text-block-6:hover {
    transform: translate(0);
  }

  .div-block-19 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


@font-face {
  font-family: 'Trashhand 2';
  src: url('../fonts/TrashHand-2.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}