.border-top {
  border-top: 1px solid hsl(0, 0%, 96%) !important;
}

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

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

.shadow {
  box-shadow: rgba(36, 36, 36, 0.75) 0px 10px 10px -10px !important;
}

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

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  position: relative;
  background-color: #00283c;
  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 #d1d8dd !important;
}

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

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

.squared-post {
  position: relative;
  width: 100%;
  box-shadow: rgba(36, 36, 36, 0.3) 0px 6px 6px -4px;
  border-radius: 0.25rem;
}
.squared-post .squared-img {
  position: absolute;
  width: 100%;
  border-radius: 0.25rem;
}
.squared-post::after {
  content: "";
  display: block;
  padding-bottom: 30%;
}
@media (min-width: 1200px) {
  .squared-post::after {
    padding-bottom: 100%;
  }
}

.squared-sidebar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.squared-sidebar .squared-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
}
.squared-sidebar::after {
  content: "";
  display: block;
  padding-bottom: 20%;
}
@media (min-width: 768px) {
  .squared-sidebar::after {
    padding-bottom: 30%;
  }
}

.squared, .squared-1, .squared-2, .squared-3 {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
}

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

.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%;
  border-radius: 0.25rem;
  box-shadow: rgba(36, 36, 36, 0.3) 0px 6px 6px -4px;
}
@media (min-width: 768px) {
  .squared-2::after {
    padding-bottom: 50%;
  }
}

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