a {
  text-decoration: none !important;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1140px;
  max-width: 1640px;
  padding-top: 10px;
  padding-bottom:10px;
}

.navbar3_tablet-menu-button {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  align-items: center;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_logo {
  max-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar3_link {
  color: #56585c;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem 1rem;
}

.navbar3_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar3_logo-link {
  padding-left: 0;
  display: flex;
  flex-direction: row;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.75rem 1.5rem;
}

.button.is-navbar3-button {
  color: #56585c;
  background-color: #fff;
  border-width: 2px;
  border-radius: 5px;
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s, background-color 0.3s;
}

.button.is-navbar3-button:hover {
  color: #fff;
  background-color: #ab8800;
}

.navbar3_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar3_component {
  background-color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px;
  position: absolute;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 2rem;
  font-family: "Rubik", sans-serif;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -0.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon3_line-top,
  .menu-icon3_line-bottom {
    background-color: rgba(0, 0, 0, 0);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    position: relative;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .navbar3_link {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_logo-link {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar3_dropdown-link {
    padding: 0.75rem 0 0.75rem 5%;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon3_line-middle {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar3_menu {
    width: 90vw;
  }

  .navbar3_logo {
    object-fit: contain;
  }

  .button.is-navbar3-button {
    padding: 0.25rem;
    font-size: 14px;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .heading-2 {
    margin-left: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 1092px) {
  .navbar3_container {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .navbar3_menu-button {
    object-fit: fill;
    display: none;
  }

  .button.is-navbar3-button {
    border-width: 1px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1400px) {
  .navbar3_container {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1200px) {
  .navbar3_container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 992px) {
  .navbar3_container {
    max-width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .navbar3_container {
    max-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .navbar3_container {
    max-width: 540px;
  }
}

@media screen and (max-width: 484px) {
  .navbar3_container a:first-of-type {
    margin-bottom: 10px;
    display: block;
  }
}

#w-node-_41471741-6e5f-3858-9f8f-d785ed812e1c-4aa56e9b {
  justify-self: end;
  background-color: #f53c02 !important;
  color: #ffffff;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  border-radius: 50px;
  font-size: 20px;
  padding: 11px 44px;
  line-height: 39px;
  text-transform: capitalize;
}

#w-node-_41471741-6e5f-3858-9f8f-d785ed812e1c-4aa56e9b:hover {
  background: #242627 !important;
}

@media (min-width: 1600px) {
  #w-node-_41471741-6e5f-3858-9f8f-d785ed812e1c-4aa56e9b {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
}

.button-group {
  display: flex;
  justify-content: end;
}

@media (max-width: 1092px) {
  .button-group {
    flex-direction: column;
  }
}

.text-white {
  color: white;
  font-size: 23px;
}

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

.logo-container {
    display: flex;
    justify-content: center;
}

.logo {
    max-height: 60px;
}
