@import url("https://c.ststat.net/content/sites/BaseTemplate/css/WebOverrides.css");
@import url("https://use.typekit.net/xrd0znw.css");
:root {
  --body-font-color: #00219c;
  --heading-font-color: #00219c;
  --primary-link-color: #00219c;
  --primary-link-color-hover: #fff;
  --body-background-color: #fff;
  --section-background-color: #fdfdfd;
  --item-background-color: #fafafa;
  --body-font-family: "din-2014","Be Vietnam Pro", Arial;
  --heading-font-family: "din-2014","Be Vietnam Pro", Arial;
  --med-border-radius: 50px;
}

.l-header.simple-header {
  background-color: #6eff6e;
  color: var(--body-fony-color);
  left: 0;
  padding: 35px 0;
  position: sticky;
  top: 0;
  transition: 0.3s;
  width: 100%;
  height: 154px;
}
.l-header.simple-header .g-inner {
  max-width: 1300px;
}
.l-header.simple-header .g-container {
  display: flex;
  justify-content: space-between;
}
.l-header.simple-header .g-logo img {
  width: 239px;
  margin: inherit;
}
.l-header.simple-header .g-home {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  margin: auto 0;
}

.g-button {
  text-transform: Uppercase;
  transition: 0.3s;
}

.g-button.primary:hover {
  color: var(--body-font-color);
}

.l-content {
  padding: 1rem 0;
}
.l-content .g-inner {
  max-width: 1300px;
}

.l-footer {
  width: 100%;
  padding: 60px;
  background-color: #6eff6e;
  color: var(--body-fony-color);
}
.l-footer .g-grid {
  max-width: 1300px;
  margin: auto;
}
.l-footer .footer-logo img {
  max-width: 367px;
}
.l-footer .oscr-logo {
  padding: 0;
}
.l-footer .oscr-logo img {
  width: 100px;
}
.l-footer .copyright p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}