.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;
}

.squared, .squared-1, .squared-2, .squared-3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (max-width: 768px) {
  .squared, .squared-1, .squared-2, .squared-3 {
    border-radius: 0.1rem;
  }
}

.squared-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.squared::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .squared::after {
    padding-bottom: 100%;
  }
}

.squared-1::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .squared-1::after {
    padding-bottom: 75%;
  }
}

.squared-2::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .squared-2::after {
    padding-bottom: 45%;
  }
}

.squared-3::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .squared-3::after {
    padding-bottom: 40%;
  }
}

.squared-post {
  position: relative;
  min-width: 160px;
  height: 160px;
  border-radius: 0.1rem;
  padding: 0;
  margin: 0 0 1.25rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .squared-post {
    height: 120px !important;
    min-width: 120px !important;
    margin: 0rem;
    border-radius: 0.1rem;
  }
}
@media (min-width: 1200px) {
  .squared-post {
    height: 160px !important;
    min-width: 160px !important;
    margin: 0rem;
    border-radius: 0.5rem;
  }
}
.squared-post .squared-img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.squared-post::after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (min-width: 992px) {
  .squared-post::after {
    padding-bottom: 100%;
  }
}

.squared-vertical {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  padding: 0;
  margin: 0 0 1.25rem 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .squared-vertical {
    margin: 0rem;
    border-radius: 0.1rem;
  }
}
@media (min-width: 1200px) {
  .squared-vertical {
    margin: 0rem;
    border-radius: 0.5rem;
  }
}
.squared-vertical .squared-img {
  width: 100%;
  object-fit: cover;
  margin: 0;
}
.squared-vertical::after {
  content: "";
  display: block;
  padding-bottom: 70%;
}