:root {
	--primary-color: #ee5f19;
	--secondary-color: #5d6946;
	--primary-hover: #BE4C14;
	--primary60: #ee5f19;
	--primary70: #BE4C14;
	--secondary60: #5d6946;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&display=swap');

.ark-eyebrow,
.ark-lead,
.ark-body,
.ark-h2,
.ark-item,
.ark-foot-label,
.ark-foot {
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.015em;
  box-sizing: border-box;
  text-align: left;
}

.ark-eyebrow {
  padding-top: 0;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #4e5b31;
  margin: 0 0 22px 0;
}
.ark-eyebrow:before {
  content: "";
  display: block;
  height: 4px;
  margin: 0 0 26px 0;
  background: #ee5f19;
}

.ark-lead {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #0a0a0a;
  margin: 0 0 20px 0;
}

.ark-body {
  font-size: 17px;
  line-height: 1.65;
  color: #404040;
  margin: 0 0 28px 0;
}

.ark-h2 {
  clear: both;
  border-top: 1px solid #e5e5e5;
  padding-top: 28px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0 0 10px 0;
  text-transform: none;
}

.ark-item {
  float: left;
  width: 50%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 0 -1px -1px 0;
  padding: 24px 26px;
  min-height: 10.2em;
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
}
.ark-item strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0 0 8px 0;
}
.ark-item strong:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  vertical-align: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%234e5b31' d='M830.035 682.864V341.136L512 52.2656L193.964 341.136V682.864L512 971.734L830.035 682.864ZM512 334.85L641.542 452.573V571.427L512 689.15L382.458 571.427V452.573L512 334.85ZM533.202 895.18V727.05L787.63 495.941V664.071L533.202 895.18ZM787.63 438.745L683.947 532.898V433.78L533.202 296.825V128.694L787.63 359.803V438.683V438.745ZM490.797 128.694V296.825L340.053 433.78V532.898L236.432 438.745V359.866L490.86 128.757L490.797 128.694ZM236.369 496.004L339.99 590.157L452.042 691.978L490.734 727.112V895.243L236.306 664.134V496.004H236.369Z'/%3E%3C/svg%3E");
}
.ark-item br { display: none; }

.ark-foot-label {
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin: 32px 0 10px 0;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #737373;
}

.ark-foot {
  font-size: 15px;
  line-height: 1.7;
  color: #737373;
  margin: 0;
}

@media (max-width: 700px) {
  .ark-lead { font-size: 18px; }
  .ark-eyebrow { font-size: 22px; }
  .ark-item { float: none; width: 100%; margin: 0 0 -1px 0; min-height: 0; }}
