html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 92px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #20291d;
  color: #171717;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

img,
video,
iframe,
svg {
  max-width: 100%;
}

img {
  display: inline-block;
  height: auto;
  border: 0;
  vertical-align: middle;
}

video {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

#g-page-surround {
  min-height: 100vh;
  position: relative;
  overflow: visible;
  overflow-x: hidden;
  background: transparent;
}

.g-grid {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.g-block {
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.size-100 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.g-content {
  margin: 0;
  padding: 0;
}

#g-top,
#g-navigation,
#g-above,
#g-header,
#g-container-main,
#g-footer,
#g-copyright {
  background: transparent;
}

.section-horizontal-paddings,
.section-vertical-paddings {
  padding: 0;
}

#g-offcanvas,
.g-offcanvas-toggle,
.g-offcanvas-hide,
.g-nav-overlay,
#g-mobilemenu-container {
  display: none !important;
}

table {
  border-collapse: collapse;
}
