html,
body {
  margin: 0;
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

body {
  color: #fff;
  background: #000;
  overflow-x: hidden;
}

.seo-header {
  position: relative;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 6px solid #a5c736;
}

.site-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.main-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 0;
  transition: margin-left 0.4s;
}

.seo-page .main-content {
  background: #000;
}

.seo-page .logo-holder {
  padding-left: 24px;
  height: 100%;
  display: flex;
  align-items: center;
}

.seo-header-inner,
.seo-footer-inner,
.seo-main {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}

.seo-header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.seo-logo {
  display: flex;
  align-items: center;
}

.seo-logo img {
  width: 184px;
  height: auto;
  display: block;
}

.seo-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 16px;
}

.seo-nav a,
.seo-footer a {
  color: #fff;
  text-decoration: none;
}

.seo-nav a {
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}

.seo-nav a:hover,
.seo-nav a:focus {
  color: #a5c736;
  border-bottom-color: #a5c736;
}

.seo-hero {
  position: relative;
  width: 100vw;
  min-height: 720px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 150px max(24px, calc(50vw - 540px)) 104px;
  overflow: hidden;
  text-align: center;
  background: url("../img/bg_1920x648.jpg") center / cover no-repeat;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.68);
}

.seo-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  pointer-events: none;
}

.seo-hero::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 50%;
  width: 96px;
  height: 8px;
  transform: translateX(-50%);
  background: #a5c736;
}

.seo-eyebrow {
  position: relative;
  margin: 0;
  color: #a5c736;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.seo-hero h1 {
  position: relative;
  max-width: 900px;
  margin: 14px auto 20px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.12;
}

.seo-lead {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.55;
  color: #f1f1f1;
}

.seo-keywords {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 900px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}

.seo-keywords li {
  max-width: 100%;
  color: #fff;
  border: 1px solid rgba(165, 199, 54, 0.78);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.46);
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 70px 0 44px;
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}

.seo-card {
  position: relative;
  min-height: 220px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 24%);
  padding: 28px 28px 30px;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.seo-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #a5c736;
}

.seo-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: rgba(165, 199, 54, 0.14);
}

.seo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px 0 rgb(0 0 0 / 28%);
}

.seo-card-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #a5c736;
  border: 1px solid rgba(165, 199, 54, 0.65);
  border-radius: 4px;
  background: rgba(165, 199, 54, 0.08);
}

.seo-card-icon svg {
  font-size: 38px;
}

.seo-card-icon .seo-custom-icon {
  width: 42px;
  height: 42px;
  font-size: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-card-icon .seo-custom-icon-fill {
  fill: currentColor;
  stroke: none;
}

.seo-card-icon .seo-custom-icon-accent {
  fill: currentColor;
  opacity: 0.18;
  stroke: none;
}

.seo-card:nth-child(2n) .seo-card-icon {
  color: #000;
  background: #a5c736;
  border-color: #a5c736;
}

.seo-card:nth-child(2n)::after {
  background: rgba(0, 0, 0, 0.08);
}

.seo-title-icon {
  display: inline-block;
  margin-right: 10px;
  color: #a5c736;
  vertical-align: -0.12em;
}

.seo-title-icon-section {
  font-size: 22px;
}

.seo-title-icon-related {
  font-size: 24px;
}

.seo-card h2,
.seo-section h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.2;
}

.seo-card p,
.seo-section p,
.seo-section li {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.seo-section {
  margin: 0 calc(50% - 50vw);
  padding: 58px max(24px, calc(50vw - 540px));
  color: #000;
  background: #fff;
}

.seo-section p:last-child {
  margin-bottom: 0;
}

.seo-section h2 {
  color: #000;
}

.seo-section .seo-title-icon {
  color: #a5c736;
}

.seo-section p,
.seo-section li {
  color: #333;
}

.seo-related {
  margin: 0;
  padding: 54px 0 18px;
  color: #fff;
  background: #000;
  box-shadow: 0 0 0 100vmax #000;
  clip-path: inset(0 -100vmax);
}

.seo-related h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
}

.seo-related ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-related a {
  display: inline-block;
  max-width: 100%;
  color: #a5c736;
  border: 1px solid #a5c736;
  border-radius: 4px;
  padding: 10px 14px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.seo-related a:hover,
.seo-related a:focus {
  color: #000;
  background: #a5c736;
}

.seo-cta {
  margin: 0 calc(50% - 50vw);
  padding: 46px max(24px, calc(50vw - 540px)) 58px;
  color: #000;
  background: #a5c736;
  text-align: center;
}

.seo-cta h2 {
  margin: 0 0 12px;
  font-size: 32px;
}

.seo-cta p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.seo-cta a {
  display: inline-block;
  margin-top: 18px;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
}

.seo-cta a:hover,
.seo-cta a:focus {
  color: #fff;
  background: #000;
}

.contact-hero {
  min-height: 520px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
  gap: 28px;
  margin: 52px 0 70px;
}

.contact-panel,
.contact-aside {
  color: #000;
  background: #fff;
  border-radius: 4px;
  padding: 34px;
}

.contact-panel {
  border-left: 6px solid #a5c736;
}

.contact-panel h2,
.contact-aside h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #222;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  padding: 11px 12px;
  color: #111;
  background: #fff;
  font: inherit;
  line-height: 1.35;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-consent {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  align-items: start;
  gap: 10px !important;
  font-weight: 400 !important;
  line-height: 1.45;
}

.contact-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.contact-submit,
.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  background: #a5c736;
  padding: 10px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.contact-submit:disabled {
  opacity: 0.62;
  cursor: wait;
}

.contact-submit:hover,
.contact-submit:focus,
.contact-link:hover,
.contact-link:focus {
  color: #fff;
  background: #000;
}

.contact-status {
  min-height: 22px;
  margin: 0;
  color: #333;
  line-height: 1.45;
}

.contact-status-success {
  color: #2f6200;
}

.contact-status-error {
  color: #9d1f1f;
}

.contact-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-aside {
  align-self: start;
  background: url("../img/cloud-bg.jpg") #fff center / contain no-repeat;
}

.contact-aside ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.contact-aside li,
.contact-aside p {
  color: #333;
  font-size: 16px;
  line-height: 1.65;
}

.seo-footer {
  background: #000;
  border-top: 6px solid #a5c736;
}

.seo-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  .seo-header-inner,
  .seo-footer-inner {
    width: min(100%, 390px);
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .seo-header-inner {
    min-height: auto;
    align-items: center;
    flex-direction: column;
    padding: 18px 0;
    gap: 18px;
  }

  .seo-logo img {
    width: 150px;
  }

  .seo-nav {
    width: 100%;
    justify-content: center;
    gap: 12px 14px;
    font-size: 13px;
  }

  .seo-main {
    width: min(100%, 390px);
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }

  .seo-hero {
    width: 100vw;
    min-height: 680px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 126px max(16px, calc(50vw - 195px)) 58px;
  }

  .seo-hero::before {
    top: 96px;
    left: 50%;
    width: 72px;
    height: 6px;
  }

  .seo-eyebrow,
  .seo-hero h1,
  .seo-lead,
  .seo-keywords {
    max-width: 100%;
  }

  .seo-hero h1 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 1.18;
  }

  .seo-lead {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .seo-grid {
    grid-template-columns: 1fr;
    padding: 34px 0 28px;
  }

  .seo-card {
    width: 100%;
    min-height: 0;
    padding: 22px;
  }

  .seo-card-icon {
    width: 54px;
    height: 54px;
  }

  .seo-card-icon svg {
    font-size: 32px;
  }

  .seo-card-icon .seo-custom-icon {
    width: 36px;
    height: 36px;
  }

  .seo-title-icon {
    margin-right: 8px;
  }

  .seo-card h2,
  .seo-section h2 {
    font-size: 24px;
  }

  .seo-section {
    margin: 0 calc(50% - 50vw);
    padding: 26px 22px;
  }

  .seo-related {
    margin: 0;
    padding: 32px 0 16px;
  }

  .seo-related h2 {
    font-size: 24px;
  }

  .seo-related ul {
    display: block;
  }

  .seo-related li + li {
    margin-top: 10px;
  }

  .seo-related a {
    width: 100%;
    text-align: center;
  }

  .seo-cta {
    margin: 0 calc(50% - 50vw);
    padding: 28px 22px;
  }

  .seo-cta h2 {
    font-size: 26px;
  }

  .contact-layout,
  .contact-two-col {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    margin: 32px 0 48px;
  }

  .contact-panel,
  .contact-aside {
    padding: 24px 20px;
  }

  .contact-panel h2,
  .contact-aside h2 {
    font-size: 24px;
  }

  .seo-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

}
