@font-face {
  font-family: geomanist;
  font-style: normal;
  font-weight: 400;
  src: local("Geomanist"), url(https://fonts.cdnfonts.com/s/19688/Geomanist-Regular-Italic.woff) format("woff");
}
@font-face {
  font-family: geomanist;
  font-style: normal;
  font-weight: 400;
  src: local("Geomanist"), url(https://fonts.cdnfonts.com/s/19688/Geomanist-Regular.woff) format("woff");
}
.border-end {
  border-right: hsl(216, 81%, 48.9361702128%) 1px solid !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.text-primary {
  color: hsl(228, 41%, 19%) !important;
}

.text-secondary {
  color: hsl(15.892, 76%, 52%) !important;
}

.text-success {
  color: hsl(21, 100%, 49%) !important;
}

.bg-secondary {
  background-color: hsl(15.892, 76%, 52%) !important;
}

.bg-lightblue {
  background-color: #347DBC !important;
}

.bg-orange {
  background-color: #e25928 !important;
}

.bg-success {
  background-color: hsl(21, 100%, 49%) !important;
}

.bg-danger {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning {
  background-color: hsl(216, 51%, 28%) !important;
}

.bg-info {
  background-color: hsl(295, 70%, 60%) !important;
}

.shadow {
  box-shadow: hsla(218, 72%, 74%, 0.1) 0px -1px 1px 0px inset, hsla(218, 72%, 74%, 0.1) 0px 5px 5px -10px, hsla(218, 72%, 74%, 0.5) 0px 20px 20px -20px !important;
}

.bg-primary {
  background-color: hsl(228, 41%, 19%) !important;
}

.bg-primary-1 {
  background-color: hsl(216, 81%, 51.6853932584%) !important;
}

.bg-primary-2 {
  background-color: hsl(216, 81%, 51.1111111111%) !important;
}

.bg-primary-5 {
  background-color: hsl(216, 81%, 48.9361702128%) !important;
}

.bg-primary-10 {
  background-color: hsl(216, 81%, 47.9166666667%) !important;
}

.bg-primary-15 {
  background-color: hsl(216, 81%, 46.9387755102%) !important;
}

.bg-primary-25 {
  background-color: hsl(216, 81%, 38.3333333333%) !important;
}

.bg-primary-50 {
  background-color: hsl(216, 81%, 32.8571428571%) !important;
}

.bg-primary-75 {
  background-color: hsl(216, 81%, 30.6666666667%) !important;
}

.bg-primary-dark {
  background-color: hsl(228, 41%, 19%) !important;
}

.bg-secondary-1 {
  background-color: hsl(218, 25%, 21%) !important;
}

.bg-secondary-2 {
  background-color: hsl(228, 12%, 98%) !important;
}

.bg-secondary-5 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-10 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-15 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-25 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-50 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-75 {
  background-color: hsl(33.061, 92%, 58%) !important;
}

.bg-secondary-dark {
  background-color: hsl(15.892, 76%, 52%) !important;
}

.bg-success-5 {
  background-color: hsla(21, 100%, 49%, 0.5) !important;
}

.bg-danger-5 {
  background-color: hsl(291, 40%, 31%) !important;
}

.bg-warning-5 {
  background-color: hhsl(216, 51%, 28%) !important;
}

.bg-info-5 {
  background-color: hsla(295, 70%, 60%, 0.05) !important;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  letter-spacing: -0.035rem;
  overflow-x: hidden;
  font-family: geomanist;
  font-weight: normal;
  color: hsl(15.892, 76%, 52%);
  overflow-x: hidden;
  height: 100%;
}

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

body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

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

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

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid hsl(216, 81%, 38.3333333333%) !important;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.video-iframe > iframe {
  border-radius: 0.75rem;
  overflow: hidden;
}