* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

h1 {
  font-size: 1rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.heading-light {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.heading-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.heading-medium {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.text-regular {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-light {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-label--responsive {
  display: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-label--responsive {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .page-label--responsive {
    text-align: center;
  }
}

.page-label--wh {
  color: white;
}

.page-label--desktop {
  --color: black;
  --bg: white;
  color: var(--color);
  background: var(--bg);
  width: fit-content;
  position: absolute;
  top: var(--top);
  font-size: 22px;
  line-height: 40px;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(calc(-100% + 20px)) translateY(-50%);
  padding: 0 30px;
  z-index: 11;
  top: 170px;
  left: 70px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1536px) {
  .page-label--desktop {
    left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-label--desktop {
    left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-label--desktop {
    display: none;
  }
}

.page-header {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1366px) {
  .page-header {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 576px) {
  .page-header {
    flex-direction: column;
    align-items: center;
  }
}

.page-heading {
  color: black;
  font-size: 90px;
  line-height: 122%;
}
@media only screen and (max-width: 1536px) {
  .page-heading {
    font-size: 68px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-heading {
    font-size: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .page-heading {
    font-size: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .page-heading {
    font-size: 40px;
    text-align: center;
  }
}

.page-heading-small {
  color: black;
  font-size: 48px;
  line-height: 122%;
}
@media only screen and (max-width: 1536px) {
  .page-heading-small {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-heading-small {
    font-size: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .page-heading-small {
    font-size: 20px;
  }
}

.page-description {
  font-size: 22px;
  line-height: 28px;
  max-width: 488px;
  height: fit-content;
}
@media only screen and (max-width: 1536px) {
  .page-description {
    font-size: 20px;
    line-height: 26px;
    max-width: 455px;
  }
}
@media only screen and (max-width: 1366px) {
  .page-description {
    max-width: unset;
  }
}
@media only screen and (max-width: 576px) {
  .page-description {
    font-size: 18px;
    line-height: 24px;
    max-width: 455px;
    max-width: unset;
    text-align: center;
  }
}

.container--big {
  max-width: 92.7%;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1536px) {
  .container--big {
    max-width: 93.6%;
  }
}
@media only screen and (max-width: 768px) {
  .container--big {
    max-width: 89.3%;
  }
}

.container {
  max-width: 83.3%;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1536px) {
  .container {
    max-width: 87%;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 89.3%;
  }
}

@media only screen and (max-width: 576px) {
  .max-576-hidden {
    display: none !important;
  }
}

.main-contact {
  position: relative;
  background: #F2F2F2;
  padding-top: 130px;
  padding-bottom: 89px;
  border-radius: 0px 100px 0px 0px;
}
.main-contact .page-label--desktop {
  top: 140px;
}
@media only screen and (max-width: 1536px) {
  .main-contact {
    padding-top: 120px;
    padding-bottom: 100px;
    border-radius: 0px 70px 0px 0px;
  }
  .main-contact .page-label--desktop {
    top: 120px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-contact {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .main-contact .page-label--desktop {
    top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .main-contact {
    border-radius: 0px 50px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main-contact {
    padding-top: 60px;
    padding-bottom: 72px;
  }
  .main-contact .page-label--desktop {
    top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .main-contact {
    border-radius: 0px 30px 0px 0px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .main-contact .page-label--desktop {
    top: 40px;
  }
}

.main-contact__items-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19vw, 1fr));
  margin-top: 80px;
  align-items: start;
}
@media only screen and (max-width: 1536px) {
  .main-contact__items-container {
    margin-top: 60px;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
  }
}
@media only screen and (max-width: 1366px) {
  .main-contact__items-container {
    grid-template-columns: repeat(auto-fit, minmax(17vw, 1fr));
  }
}
@media only screen and (max-width: 1200px) {
  .main-contact__items-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 86px;
  }
}
@media only screen and (max-width: 576px) {
  .main-contact__items-container {
    grid-template-columns: unset;
    grid-template-rows: auto;
    justify-content: center;
    margin-top: 40px;
  }
}

.main-contact__item {
  max-width: 367px;
}
@media only screen and (max-width: 576px) {
  .main-contact__item * {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
.main-contact__item h2 {
  font-size: 26px;
  line-height: 40px;
}
@media only screen and (max-width: 576px) {
  .main-contact__item h2 {
    font-size: 22px;
  }
}
.main-contact__item p {
  font-size: 20px;
  list-style: 28px;
}
@media only screen and (max-width: 576px) {
  .main-contact__item p {
    font-size: 18px;
  }
}
.main-contact__item .content {
  margin-top: 40px;
}
@media only screen and (max-width: 1536px) {
  .main-contact__item .content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-contact__item .content {
    margin-top: 0px;
  }
}
.main-contact__item .content__links-container {
  margin-top: 22px;
}
@media only screen and (max-width: 576px) {
  .main-contact__item .content__links-container {
    margin-top: 12px;
  }
}
.main-contact__item .content__links-container a:hover {
  text-decoration: underline;
}
.main-contact__item .content__socials-container {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 1536px) {
  .main-contact__item .content__socials-container {
    gap: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-contact__item .content__socials-container {
    gap: 22px;
  }
}
.main-contact__item .content__socials-container svg {
  width: 33px;
  height: 33px;
}
.main-contact__item .content__socials-container svg:hover * {
  fill: #96A053;
}
@media only screen and (max-width: 1536px) {
  .main-contact__item .content__socials-container svg {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 1366px) {
  .main-contact__item .content__socials-container svg {
    width: 27px;
    height: 27px;
  }
}
.main-contact__item .link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1536px) {
  .main-contact__item .link {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .main-contact__item .link {
    justify-items: center;
    margin-bottom: 9px;
  }
}
.main-contact__item .link .icon-wrapper svg {
  height: 24px;
  width: 24px;
  position: relative;
  top: 3px;
}
.main-contact__item .link span {
  font-size: 20px;
  line-height: 20px;
}

footer {
  background: #DECCB2;
  z-index: 11;
  position: relative;
  overflow: hidden;
}

.footer__chevron__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  left: 70px;
  transform: translateX(-50%);
  z-index: 10;
}
.footer__chevron__wrapper svg {
  transform: translateY(6%);
}
@media only screen and (max-width: 1536px) {
  .footer__chevron__wrapper {
    left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .footer__chevron__wrapper {
    left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__chevron__wrapper {
    display: none;
  }
}

.footer__chevron {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid white !important;
  transition: background 0.2s;
  background: #DECCB2 !important;
}
.footer__chevron * {
  transition: stroke 0.2s;
}

.foonter__vertical-line {
  position: absolute;
  width: 1px;
  left: 70px;
  z-index: 50;
  top: 0;
  bottom: 150px;
  background: white;
  height: 50%;
  z-index: 0;
}
@media only screen and (max-width: 1536px) {
  .foonter__vertical-line {
    left: 50px;
  }
}
@media only screen and (max-width: 1366px) {
  .foonter__vertical-line {
    left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .foonter__vertical-line {
    display: none;
  }
}

.footer__navbar {
  position: relative;
}
.footer__navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer__navbar .container {
    justify-content: start;
    align-items: start;
    padding: 30px 0;
  }
}
.footer__navbar .container nav {
  height: 130px;
  display: flex;
  align-items: center;
  gap: 70px;
  height: 123px;
}
@media only screen and (max-width: 1536px) {
  .footer__navbar .container nav {
    height: 112px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__navbar .container nav {
    flex-direction: column;
    gap: 10px;
    height: auto !important;
    align-items: start;
    width: 100%;
  }
}
.footer__navbar .container nav a {
  color: #000;
  font-size: 22px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
.footer__navbar .container nav a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1536px) {
  .footer__navbar .container nav a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1536px) {
  .footer__navbar .container nav {
    height: 90px;
  }
}
.footer__navbar .container .links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer__navbar .container .links a {
  font-size: 16px;
  line-height: 19.2px;
}
@media only screen and (max-width: 1024px) {
  .footer__navbar .container .links {
    gap: 10px;
    flex-direction: column;
    width: 100%;
    align-items: start;
    justify-content: start;
  }
}

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