/* compiled by scssphp 1.13.0 on Mon, 01 Dec 2025 06:30:51 +0000 (0.0751s) */

:root {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #ffffff;
  color: #000;
  scroll-behavior: smooth;
}
body, a, td, div, button, input, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
}
#wrap {
  min-height: 100%;
  scroll-behavior: smooth;
}
a.skip-to-content {
  display: none;
}
a.skip-to-content:focus {
  display: block;
}
*, *::before, *::after {
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
h1 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.025em;
  margin: 0 0 0.5em;
  font-family: "Gloock", serif;
}
@media screen and (min-width: 600px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.1em;
}
@media screen and (min-width: 600px) {
  h2 {
    line-height: 1.029em;
    font-size: 3.5rem;
  }
}
p {
  margin: 0 0 1.5em;
}
a.button {
  display: inline-block;
  margin: 5 auto;
  padding: 14px 35px;
  border: 2px solid #492D0F;
  background-color: #492D0F;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
a.button.white {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
a.arrow {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  color: #492D0F;
}
a.arrow::after {
  content: "";
  display: inline-block;
  background-image: url(../img/caret-right-black.svg);
  background-size: auto 100%;
  background-position: right center;
  width: 0.75em;
  height: 0.9em;
  vertical-align: top;
  margin-top: 0.2em;
  transition: transform 0.3s ease-in-out;
  margin-top: 0.05em;
}
a.arrow:hover::after {
  transition: transform 0.1s ease-in-out;
  transform: translateX(-0.1em);
}
a.arrow.white {
  color: #fff;
}
a.arrow.white::after {
  background-image: url(../img/caret-right.svg);
}
html.navigating body {
  overflow: hidden;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 99;
  min-height: 120px;
  transition: top 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out, padding-bottom 0.3s ease-in-out, top 0.3s ease-in-out;
}
header.hover {
  background-color: black;
}
header .inner {
  max-width: 1410px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding: 23px 16px 20px 20px;
  align-items: top;
}
@media screen and (min-width: 1180px) {
  header .inner {
    align-items: center;
    padding: 23px 12px 30px 30px;
  }
}
header a.logo {
  display: block;
  background-image: url(../img/omf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  text-decoration: none;
  color: transparent;
  top: 30px;
  width: 136px;
  height: 91px;
}
@media screen and (min-width: 1180px) {
  header a.logo {
    width: 170px;
    height: 116px;
  }
}
header .toggle {
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  text-decoration: none;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  margin-top: 16px;
}
@media screen and (min-width: 1180px) {
  header .toggle {
    display: none;
  }
}
header .toggle div {
  position: absolute;
  width: 52px;
  height: 4px;
  left: 0;
  background-color: #fff;
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
header .toggle div.l1 {
  top: 11px;
}
header .toggle div.l2 {
  top: 25px;
}
header .toggle div.l3 {
  top: 38px;
}
body.customize-support header {
  top: 45px;
}
@media screen and (min-width: 783px) {
  body.customize-support header {
    top: 32px;
  }
}
html.scrolledup header {
  background-color: rgba(0, 0, 0, 0.5);
}
html.scrolledup header:hover {
  background-color: black;
}
html.scrolleddown header {
  background-color: rgba(0, 0, 0, 0.5);
  top: -200px;
}
html.navigating.scrolleddown header {
  top: 0;
}
#wrap .menu {
  display: none;
  padding: 27px 20px 20px 20px;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 133px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  #wrap .menu {
    padding: 20px 20px 20px 20px;
    left: auto;
    top: auto;
    position: relative;
    flex-direction: row;
    column-gap: 20px;
    display: flex;
    align-items: center;
    width: auto;
  }
}
#wrap .menu .items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.3em;
  align-items: flex-start;
  padding-top: 0;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .items {
    width: auto;
    align-items: center;
    flex-direction: row;
    padding-right: 28px;
    padding-top: 8px;
    max-width: none;
  }
}
#wrap .menu .search {
  display: none;
  min-width: 68px;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .search {
    display: flex;
  }
}
#wrap .menu .search button {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
#wrap .menu .search button::after {
  display: block;
  content: "";
  background-image: url(../img/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
}
#wrap .menu .inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 0;
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .inner {
    text-align: right;
    padding-top: 19px;
  }
}
#wrap .menu .items .l0, #wrap .menu .items .l1 {
  position: relative;
  padding: 0.25em 0;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .items .l0, #wrap .menu .items .l1 {
    padding: 0.12em 0;
    width: auto;
    padding: 0;
  }
}
#wrap .menu .items .l0 a, #wrap .menu .items .l1 a {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  display: block;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .items .l0 a, #wrap .menu .items .l1 a {
    font-size: 0.8rem;
    display: inline-block;
  }
}
#wrap .menu .items .l0:hover, #wrap .menu .items .l1:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.04em;
}
#wrap .menu .items .l0 > a {
  text-transform: uppercase;
}
#wrap .menu .items .l0.children .caret {
  background-image: url(../img/caret-right.svg);
  background-size: contain;
  display: inline-block;
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  width: 1.5em;
  height: 1.5em;
  top: 0.35em;
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: transform 0.25s ease-in-out;
  transform-origin: center center;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .items .l0.children .caret {
    display: none;
  }
}
#wrap .menu .items .l0.children .caret::focus, #wrap .menu .items .l0.children .caret:focus-visible, #wrap .menu .items .l0.children .caret:focus-within, #wrap .menu .items .l0.children .caret:active {
  outline: none;
}
#wrap .menu .items .l0.children.active .caret {
  transform: rotate(270deg) translate(21px, 0);
}
#wrap .menu .items a.l1 {
  text-transform: none;
}
#wrap .menu .subitems {
  position: relative;
  flex-direction: column;
  text-align: left;
  width: 300px;
  display: none;
  padding: 1.2em 0 0.9em 0.8em;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .subitems {
    row-gap: 0.44em;
    padding: 1.2em 0 0 0.2em;
    position: absolute;
    width: 300px;
  }
}
#wrap .menu .subitems a {
  display: block;
}
#wrap .menu .subitems a::before {
  content: "";
  background-image: url(../img/caret-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 0.65em;
  display: inline-block;
  width: 0.8em;
}
@media screen and (min-width: 1180px) {
  #wrap .menu .subitems a::before {
    height: 0.75em;
    width: 1.1em;
  }
}
#wrap .menu .items .l0.active .subitems {
  display: flex;
}
#wrap .menu span::after {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  content: "|";
  font-size: 0.6rem;
  color: #fff;
  display: none;
}
@media screen and (min-width: 1180px) {
  #wrap .menu span::after {
    display: inline-block;
  }
}
html.navigating #wrap header {
  background-color: black;
  height: 100vh;
}
@media screen and (min-width: 1180px) {
  html.navigating #wrap header {
    height: auto;
  }
}
html.navigating #wrap header .toggle .l1 {
  opacity: 0;
}
html.navigating #wrap header .toggle .l2 {
  transform: rotate(45deg);
}
html.navigating #wrap header .toggle .l3 {
  transform: rotate(-225deg) translate(-10px, 10px);
  transition-delay: 0.25s;
}
html.navigating #wrap .menu {
  display: flex;
}
footer {
  margin: 100px 0 0;
  background-color: #000000;
  color: #fff;
}
footer .inner {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
footer .top {
  text-align: right;
  display: flex;
  flex-direction: column;
  min-height: 154px;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 35px;
  padding: 84px 0 25px;
  row-gap: 60px;
}
@media screen and (min-width: 1180px) {
  footer .top {
    padding: 74px 0 25px;
    flex-direction: row;
    border-bottom: 4px solid #fff;
    row-gap: 0;
  }
}
footer .top .logo {
  display: block;
  background-image: url(../img/omf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  text-decoration: none;
  color: transparent;
  top: 30px;
  width: 167px;
  height: 115px;
  align-self: center;
}
@media screen and (min-width: 600px) {
  footer .top .logo {
    width: 216px;
    height: 60px;
    align-self: flex-start;
    width: 170px;
    height: 116px;
  }
}
footer .top .button {
  font-size: 0.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 1180px) {
  footer .top .button {
    margin: initial;
  }
}
footer .top span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (min-width: 1180px) {
  footer .top span {
    display: none;
  }
}
footer .mid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  footer .mid {
    flex-direction: row;
    text-align: left;
  }
}
footer .mid > div {
  padding: 5px 0 52px;
}
@media screen and (min-width: 1180px) {
  footer .mid > div {
    padding: 5px 0 0;
  }
}
footer .mid h3 {
  margin: 0 0 1.1em;
}
@media screen and (min-width: 1180px) {
  footer .mid h3 {
    margin: 0 0 2em;
  }
}
footer .mid .left {
  flex: 0 0 34%;
}
footer .mid .left p {
  line-height: 1.3em;
  font-size: 0.9rem;
}
footer .mid .center {
  flex: 0 0 36%;
}
footer .mid .center a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0.87rem;
  min-width: 138px;
  margin-top: 25px;
}
@media screen and (min-width: 1180px) {
  footer .mid .center a {
    margin-top: 0;
  }
}
footer .mid .center a i {
  font-family: "Font Awesome 6 Brands";
  display: block;
  margin: 0 0 0.4em;
  font-size: 2.5rem;
}
footer .mid .right {
  flex: 0 0 30%;
  text-align: right;
  width: auto;
  margin: 37px auto 0;
}
@media screen and (min-width: 1180px) {
  footer .mid .right {
    margin: 0;
  }
}
footer .mid .right a {
  display: block;
  line-height: 1.4em;
  text-transform: none;
  font-size: 1.08rem;
}
footer .mid .right a::after {
  margin-top: 0.25em;
}
footer .bottom {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 25px 0 50px;
  font-size: 0.87rem;
}
@media screen and (min-width: 1180px) {
  footer .bottom {
    flex-direction: row;
  }
}
footer .bottom a {
  color: #fff;
  text-decoration: none;
}
footer .bottom .left, footer .bottom .right a {
  font-size: 0.87rem;
}
footer .bottom .left {
  text-align: center;
}
@media screen and (min-width: 1180px) {
  footer .bottom .left {
    text-align: initial;
  }
}
@media screen and (min-width: 1180px) {
  footer .bottom .left br {
    display: none;
  }
}
footer .bottom .right {
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  justify-content: center;
  text-align: center;
  margin: 0 0 94px;
}
@media screen and (min-width: 1180px) {
  footer .bottom .right {
    flex-direction: row;
    justify-content: flex-end;
    text-align: initial;
    margin: 0;
  }
}
.omf-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.omf-hero .bg {
  position: absolute;
}
.omf-hero .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1375px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px 53px;
}
@media screen and (min-width: 600px) {
  .omf-hero .inner {
    padding: 80px 0 0 50px;
  }
}
.omf-hero .heading {
  max-width: 1050px;
}
.omf-hero.video .bg {
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
}
.omf-hero.video .bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}
.omf-hero.image .bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.omf-hero h1 {
  margin: 0;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  font-family: "Gloock", serif;
  color: #fff;
  font-weight: 600;
  font-size: 3.2rem;
}
@media screen and (min-width: 600px) {
  .omf-hero h1 {
    padding: 0 0 20px 20px;
    font-size: 4.5rem;
    padding: 0;
  }
}
@media screen and (orientation: portrait) {
  .omf-hero video.landscape {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .omf-hero video.portrait {
    display: none;
  }
}
body.customize-support .mmj-hero {
  min-height: calc(100vh);
}
.omf-intro {
  position: relative;
  padding: 18px 0 1px;
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 1180px) {
  .omf-intro {
    padding: 43px 0 1px;
  }
}
.omf-intro .inner {
  max-width: 925px;
  margin: 0 auto;
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 1180px) {
  .omf-intro .inner {
    padding: 0 25px;
  }
}
.omf-intro p {
  margin-bottom: 1.55em;
  line-height: 1.52em;
}
@media screen and (min-width: 1180px) {
  .omf-intro p {
    line-height: 1.5em;
  }
}
.omf-intro h2 {
  font-size: 1.8rem;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (min-width: 1180px) {
  .omf-intro h2 {
    line-height: 1.12em;
    font-size: 2.28rem;
  }
}
.omf-intro a {
  color: #492D0F;
  text-decoration: none;
}
.omf-intro a::hover {
  text-decoration: underline;
}
.omf-intro a.button {
  border-color: #492D0F;
  color: #492D0F;
  background-color: #fff;
}
@media screen and (min-width: 1180px) {
  .omf-intro a.button {
    background-color: #492D0F;
    color: #fff;
  }
}
.omf-facts {
  position: relative;
  padding: 22px 0 0;
}
@media screen and (min-width: 1180px) {
  .omf-facts {
    padding: 43px 0 70px;
  }
}
.omf-facts .inner {
  max-width: 1390px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5em;
}
.omf-facts .items {
  display: flex;
  column-gap: 22px;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (min-width: 1180px) {
  .omf-facts .items {
    flex-direction: row;
  }
}
.omf-facts .item {
  background-color: #492D0F;
  color: #fff;
  flex: 0 0 calc((100% - 44px) / 3);
  padding: 15px;
  box-sizing: border-box;
}
.omf-facts .box {
  background-image: url(../img/oat.svg);
  background-size: 95px;
  background-position: top 20px center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  padding: 168px 18px 24px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  .omf-facts .box {
    padding: 168px 33px 14px;
  }
}
.omf-facts h2 {
  /* color: #492D0F; */
  font-size: 1.08rem;
  margin: 0 0 2.4em;
  line-height: 1.5em;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0 20px;
  box-sizing: border-box;
}
.omf-facts p {
  margin: 0 0 1em;
  line-height: 1.5em;
}
.omf-slogan {
  position: relative;
  padding: 71px 0 40px;
}
@media screen and (min-width: 1180px) {
  .omf-slogan {
    padding: 71px 0;
  }
}
.omf-slogan .content {
  background-color: #000;
  color: #fff;
  display: flex;
  max-width: 935px;
  width: 100%;
  aspect-ratio: 1.43;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  font-family: "Gloock", serif;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 109px 20px;
  line-height: 1.15em;
}
@media screen and (min-width: 600px) {
  .omf-slogan .content {
    font-size: 10vw;
    line-height: 1em;
    padding: 3vw 10vw 4vw 15vw;
  }
}
@media screen and (min-width: 935px) {
  .omf-slogan .content {
    padding: 140px 100px 140px 140px;
    font-size: 3.9rem;
    line-height: 1em;
  }
}
.omf-imagetext {
  position: relative;
  padding: 31px 0 0;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext {
    padding: 71px 0;
  }
}
.omf-imagetext .inner {
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .inner {
    flex-direction: row;
  }
}
.omf-imagetext .image, .omf-imagetext .textwrap {
  flex: 1 1 auto;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .image, .omf-imagetext .textwrap {
    flex: 0 0 50%;
  }
}
.omf-imagetext .image img, .omf-imagetext .textwrap img {
  width: 100%;
  max-width: 100%;
}
.omf-imagetext .image {
  padding: 0 20px 33px;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .image {
    padding: 0;
  }
}
.omf-imagetext.right .inner {
  flex-direction: column;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext.right .inner {
    flex-direction: row-reverse;
  }
}
.omf-imagetext .textwrap {
  display: flex;
  justify-content: flex-end;
}
.omf-imagetext .text {
  max-width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .text {
    padding: 30px 0 30px 50px;
  }
}
.omf-imagetext h2 {
  line-height: 1.029em;
  margin: 0 0 0.8em;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext h2 {
    font-size: 1.91rem;
    margin: 0 0 1.5em;
  }
}
.omf-imagetext p {
  line-height: 1.5em;
  margin: 0 0 1.6em;
}
.omf-imagetext a.arrow {
  font-size: 1.1em;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .mobile {
    display: none;
  }
}
.omf-imagetext .desktop {
  display: none;
}
@media screen and (min-width: 1180px) {
  .omf-imagetext .desktop {
    display: block;
  }
}
.omf-newslinks {
  padding: 31px 0;
}
@media screen and (min-width: 1180px) {
  .omf-newslinks {
    padding: 31px 0;
  }
}
.omf-newslinks .inner {
  max-width: 1360px;
  margin: 0 auto;
}
.omf-newslinks .items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  .omf-newslinks .items {
    flex-direction: row;
    padding: 0;
  }
}
.omf-newslinks .item {
  flex: 0 0 calc(33.3% - 50px);
  text-decoration: none;
  color: inherit;
  padding-right: 50px;
  box-sizing: border-box;
}
.omf-newslinks .item a.arrow {
  margin: 1.8em 0 0;
  display: inline-block;
}
.omf-newslinks .item .content {
  line-height: 1.5em;
}
.omf-newslinks .date {
  font-weight: 600;
  font-size: 0.86rem;
  margin: 0 0 0.5em;
}
.omf-newslinks h3 {
  font-weight: 600;
  margin: 0 0 0.3em;
}
.omf-newslinks h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (min-width: 1180px) {
  .omf-newslinks h2 {
    font-size: 2rem;
  }
}
.omf-imagelinks {
  padding: 0 20px;
}
@media screen and (min-width: 1180px) {
  .omf-imagelinks {
    padding: 100px 0 100px;
  }
}
.omf-imagelinks .inner {
  max-width: 1340px;
  margin: 0 auto;
}
.omf-imagelinks .items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}
@media screen and (min-width: 1180px) {
  .omf-imagelinks .items {
    flex-direction: row;
    row-gap: 0;
  }
}
.omf-imagelinks .item {
  flex: 0 0 calc(50% - 10px);
  aspect-ratio: 0.86;
  color: #fff;
  text-decoration: none;
  display: flex;
  font-size: 5.1vw;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5vw;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15vw;
}
@media screen and (min-width: 1180px) {
  .omf-imagelinks .item {
    font-size: 5.1rem;
  }
}
.omf-productlinks {
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks {
    padding: 77px 0 53px;
  }
}
.omf-productlinks .inner {
  max-width: 1340px;
  margin: 0 auto;
}
.omf-productlinks .intro {
  max-width: 880px;
  margin: 0 auto 82px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks .intro {
    margin: 0 auto 75px;
  }
}
.omf-productlinks h2 {
  margin: 0 0 1em;
  font-size: 1.92rem;
  font-weight: 700;
  text-align: center;
}
.omf-productlinks .items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 50px;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks .items {
    flex-direction: row;
    row-gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.omf-productlinks .item {
  flex: 0 0 calc(50% - 5px);
  text-align: left;
  margin-bottom: 28px;
}
.omf-productlinks .item a.arrow {
  margin: 1.5em 0 0 0;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks .item a.arrow {
    margin: 0.8em 0 0 1.6em;
  }
}
.omf-productlinks .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 0.82;
  margin: 0 0 63px;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks .image {
    margin: 0 0 85px;
    aspect-ratio: 1.55;
  }
}
.omf-productlinks .title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.2em;
}
@media screen and (min-width: 1180px) {
  .omf-productlinks .title {
    margin: 0 0 0.5em;
  }
}
.omf-productlinks ul {
  margin: 0.1em 0 0.5em;
}
.omf-productlinks ul li {
  line-height: 1.5em;
}
.omf-productlink {
  padding: 50px 20px 90px;
  text-align: center;
}
@media screen and (min-width: 1180px) {
  .omf-productlink {
    padding: 37px 0 53px;
  }
}
.omf-productlink .inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media screen and (min-width: 1180px) {
  .omf-productlink .inner {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    row-gap: 0;
  }
}
.omf-productlink .image {
  flex: 1 1 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 0.82;
}
@media screen and (min-width: 1180px) {
  .omf-productlink .image {
    aspect-ratio: 1.55;
    flex: 0 0 calc(50% - 5px);
  }
}
.omf-productlink .text {
  flex: 0 0 calc(50% - 5px);
  text-align: left;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 1180px) {
  .omf-productlink .text {
    padding: 0 40px;
  }
}
.omf-productlink .title {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 0 0 0.2em;
}
@media screen and (min-width: 1180px) {
  .omf-productlink .title {
    margin: 0 0 0.5em;
  }
}
.omf-productlink .content {
  margin: 0 0 1em;
}
.omf-productlink a.arrow {
  margin: 1.3em 0 0 0;
}
@media screen and (min-width: 1180px) {
  .omf-productlink a.arrow {
    margin: 0.8em 0 0 1.6em;
  }
}
.omf-productlink ul {
  margin: 0.1em 0 0.5em;
}
.omf-productlink ul li {
  line-height: 1.5em;
}
/*
@import "subherotext";
@import "symbollinks";
@import "referencelinks";
@import "imagetext";
@import "newslinks";
*/
