@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portosans;
  src: url('../fonts/PortoSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Portoserif;
  src: url('../fonts/PortoSerif-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-black: #131313;
  --ese-blue: #1c3f94;
  --off-white: #f5f7fa;
}

body {
  color: #131313;
  text-align: left;
  font-family: Portosans, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--off-black);
  text-align: center;
  text-wrap: balance;
  font-size: 1.1rem;
  line-height: 1.4;
}

.margin-bottom-24px.is-italics {
  font-style: italic;
}

.button-primary {
  background-color: var(--ese-blue);
  color: var(--off-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: .5rem;
  padding: 12px 25px;
  font-size: .75rem;
  line-height: 1.5;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--off-black);
  color: #fff;
}

.button-primary:active {
  background-color: var(--off-black);
}

.body {
  background-color: var(--off-white);
  flex-flow: column;
  display: flex;
}

.heading {
  color: var(--ese-blue);
  margin-top: 0;
  margin-bottom: 0;
}

.heading.is-italics {
  font-style: italic;
}

.p-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-holder {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: .9rem;
  }

  .heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: .8rem;
  }

  .button-primary {
    font-size: .6rem;
  }

  .heading {
    font-size: 1.8rem;
  }
}


@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portosans';
  src: url('../fonts/PortoSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Portoserif';
  src: url('../fonts/PortoSerif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
