.border-top {
  border-top: 1px solid #f5f5f3 !important;
}

.rounded {
  border-radius: 0.2rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(60, 59, 45, 0.3) 0px 6px 6px -4px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Gotham Pro", sans-serif;
  font-weight: normal;
  color: #5f5e52;
  background-color: #e3e4dd;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #e1f1f0 !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Pro", "Arial", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: calc(2.2rem + 0.1vw);
  line-height: calc(2.3rem + 0.1vw);
  margin: 1.25rem 0;
  letter-spacing: -0.075rem;
}
@media (max-width: 576px) {
  h1, .h1 {
    font-size: calc(1.8rem + 0.1vw);
    line-height: calc(2.1rem + 0.1vw);
    margin: 1rem 0;
  }
}
h1.fw-light, .h1.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.075rem;
}
@media (max-width: 576px) {
  h1, .h1 {
    margin: 1rem 0;
  }
}
h1.display-1, .h1.display-1 {
  font-weight: 700;
  font-size: calc(5rem + 0.1vw);
  line-height: calc(5rem + 0.1vw);
  letter-spacing: -0.1rem;
  margin: 2rem 0;
}
@media (max-width: 1200px) {
  h1.display-1, .h1.display-1 {
    font-size: calc(4rem + 0.1vw);
    line-height: calc(4rem + 0.1vw);
    margin: 1.25rem 0;
  }
}
@media (max-width: 576px) {
  h1.display-1, .h1.display-1 {
    font-size: calc(2.6rem + 0.1vw);
    line-height: calc(2.6rem + 0.1vw);
    margin: 1.25rem 0;
  }
}
h1.display-2, .h1.display-2 {
  font-weight: 700;
  font-size: calc(3rem + 0.1vw);
  line-height: calc(3rem + 0.1vw);
  letter-spacing: -0.1rem !important;
  margin: 0 0 2rem 0;
}
@media (max-width: 576px) {
  h1.display-2, .h1.display-2 {
    font-size: calc(2.5rem + 0.5vw);
    line-height: calc(2.6rem + 0.5vw);
  }
}

h2, .h2 {
  font-size: calc(1.8rem + 0.1vw);
  line-height: calc(2.1rem + 0.1vw);
  margin: 1.25rem 0;
  letter-spacing: -0.05rem;
}
h2.fw-light, .h2.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.075rem !important;
}
@media (max-width: 576px) {
  h2, .h2 {
    margin: 1rem 0;
  }
}

h3, .h3 {
  font-size: calc(1.5rem + 0.1vw);
  line-height: calc(1.7rem + 0.1vw);
  margin: 1rem 0;
  letter-spacing: -0.03rem;
}
h3.fw-light, .h3.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.03rem;
}
@media (max-width: 576px) {
  h3, .h3 {
    margin: 1rem 0;
  }
}

.h4, h4 {
  font-size: calc(1.3rem + 0.1vw);
  line-height: calc(1.5rem + 0.1vw);
  margin: 1rem 0;
  letter-spacing: -0.03rem;
}
.h4.fw-light, h4.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}
@media (max-width: 992px) {
  .h4, h4 {
    margin: 0.5rem 0;
  }
}

.h5, h5 {
  font-size: calc(1rem + 0.1vw);
  line-height: calc(1.1rem + 0.1vw);
  margin: 1rem 0;
  letter-spacing: -0.03rem;
}
.h5.fw-light, h5.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}

.h6, h6 {
  font-size: calc(0.9rem + 0.1vw);
  line-height: calc(1rem + 0.1vw);
  margin: 1rem 0;
  letter-spacing: -0.03rem;
}
.h6.fw-light, h6.fw-light {
  font-weight: 300 !important;
  letter-spacing: -0.01rem;
}

a {
  text-decoration: none;
  color: #3c3b2d;
  transition: 0.5s all;
}
a :hover {
  color: #da4c8e;
  transition: 0.5s all;
}

p {
  font-family: "Gotham Pro", "Arial", sans-serif;
  letter-spacing: -0.04rem;
  font-size: calc(1rem + 0.1vw);
  line-height: calc(1.4rem + 0.1vw);
  margin: 0.85rem 0;
  font-weight: normal;
}
p.lead {
  font-size: calc(1.15rem + 0.1vw);
  line-height: calc(1.7rem + 0.1vw);
  margin: 2rem 0;
  font-weight: normal;
}
@media (max-width: 576px) {
  p.lead {
    font-size: calc(1.1rem + 0.1vw);
    line-height: calc(1.6rem + 0.1vw);
  }
}

.small, small {
  font-size: calc(0.65rem + 0.1vw);
  line-height: calc(0.95rem + 0.1vw);
}