body {
  background: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1D2026;
}

.container {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media (max-width: 992px) {
  .hide_medium {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hide_large {
    display: none !important;
  }
}

.only_mobile {
  display: none;
}

@media screen and (max-width: 479px) {
  .only_mobile {
    display: flex;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
