.v-hidden {
  clip-path: inset(100%) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

p,
.item,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input:active,
select:active,
textarea:active,
button:active {
  outline: none;
}

h1 {
  text-align: center;
}

.header {
  margin-bottom: 3rem;
}

img {
  width: 100%;
}

.module {
  margin-bottom: 3rem;
}
.module .container {
  margin: 0 auto;
  max-width: 68rem;
}
.module .container .flexbox {
  padding: 0 1rem;
}
.box-shadow {
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff;
}

.highlight {
  color: var(--primary);
  font-weight: var(--bold);
}

.blue-button, .send {
  color: #fff !important;
  font-weight: var(--bold);
  background: var(--secondary);
  border: 2px solid var(--secondary);
  padding: 0.5rem 1.5rem;
  radius: 0;
}
.blue-button:hover, .send:hover {
  background: #fff;
  border: 2px solid var(--secondary);
  color: var(--secondary) !important;
}
.blue-button:active, .send:active {
  background: #fff;
  border: 2px solid var(--secondary);
  color: var(--secondary) !important;
}

.white-button {
  background: #fff;
  border: 2px solid var(--secondary);
  padding: 0.5rem 1.5rem;
  color: var(--secondary);
  font-weight: var(--bold);
  radius: 0;
}
.white-button:hover {
  background: var(--secondary);
  border: 2px solid var(--secondary);
  color: #fff;
}
.white-button:active {
  background: var(--secondary);
  border: 2px solid var(--secondary);
  color: #fff;
}
.white-button:active .active {
  display: block;
}

.white-button:active {
  background: var(--secondary);
  border: 2px solid;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-weight: var(--bold);
}
.white-button:active .active {
  display: block;
}

.flexbox.columns-3 {
  display: block;
}
.flexbox.columns-3 .item {
  margin: 3rem 0;
}

.flexbox.columns-3-small {
  display: block;
}
.flexbox.columns-3-small .item {
  margin: 3rem 0;
  text-align: -webkit-center;
}
.flexbox.columns-3-small .item img {
  width: 80%;
  margin-bottom: 1rem;
}

.panel-content {
  padding: 2rem;
}

@media screen and (min-width: 48rem) {
  .module {
    margin-bottom: 3rem;
  }
  .module .container {
    margin: 0 auto;
    max-width: 68rem;
  }
  .module .container .flexbox {
    padding: 0 1rem;
  }
  .module .container .flexbox .item {
    padding: 0 1rem;
  }

  .module:last-of-type {
    margin-bottom: 0;
  }

  .flexbox.columns-3 {
    display: flex;
    justify-content: center;
  }
  .flexbox.columns-3 .item {
    margin: 4rem 0;
    max-width: 33.3333%;
    flex: 1;
  }

  .flexbox.columns-3-small {
    display: flex;
    justify-content: center;
  }
  .flexbox.columns-3-small .item {
    margin: 4rem 0;
    width: 33.333333%;
  }

  .blue-bg {
    background: var(--tertiary);
  }
}
header .header-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-content > * {
  max-width: 40rem;
}

@font-face {
  font-family: "gotham";
  src: url("assets/font/gotham-light.woff") format("woff"), url("assets/font/gotham-light.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "gotham";
  src: url("assets/font/gotham-book.woff") format("woff"), url("assets/font/gotham-book.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "gotham";
  src: url("assets/font/gotham-bold.woff") format("woff"), url("assets/font/gotham-bold.woff2") format("woff2");
  font-weight: 600;
}
body {
  font-family: "gotham", sans-serif;
  font-style: normal;
  color: var(--body);
  font-size: 1rem;
  font-weight: var(--light);
}

a {
  text-decoration: none;
  color: var(--body);
}
a:hover {
  text-decoration: underline;
}

.title,
.tag a {
  color: var(--title);
}

h1 {
  font-size: var(--h1);
  line-height: 1;
  font-weight: var(--bold);
  color: #fff;
}

h2,
h3,
h4 {
  font-size: var(--h2);
  line-height: 1.25;
  font-weight: var(--bold);
  color: var(--body);
  padding-bottom: 1rem;
}

h4 {
  font-size: var(--h4);
}

p {
  font-size: var(--body-font-size);
  line-height: 1.5;
  padding-bottom: 1rem;
}

ul {
  font-size: var(--body-font-size);
}

button {
  font-size: var(--button);
  color: #fff;
}

.read-more {
  color: var(--secondary);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: var(--body);
}
a:not([class]):hover {
  text-decoration: underline;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + *,
.wp-block-column > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

* {
  position: relative;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --primary: #87189D;
  --primary-rgb: 135, 24, 157;
  --primary-fade: 135, 24, 157, .4;
  --secondary: #456BD1;
  --primary-rgb: 69, 107, 209;
  --tertiary: #EFF2FB;
  --tertiary-rgb: 239, 242, 251;
  --body: #3F454F;
  --body-font-size: 1rem;
  --form: #2F2F2F;
  --border: #707070;
  --h1: 1.25rem;
  --h2: 1.125rem;
  --h3: 1rem;
  --h4: 1rem;
  --button: 1.75rem;
  --light: 400;
  --book: 500;
  --bold: 600;
}
@media (min-width: 48rem) {
  :root {
    --h1: 3rem;
    --h2: 2rem;
    --h3: 1.5rem;
    --h4: 1.25rem;
  }
}

.index .item {
  margin-bottom: 3rem;
}
.index .col-2 {
  text-align: center;
}

@media (min-width: 48rem) {
  .index .container .intro {
    display: flex;
    justify-content: center;
  }
  .index .container .intro .col-1 {
    width: 40%;
  }
  .index .container .intro .col-2 {
    width: 60%;
    text-align: left;
  }
  .index .container .intro .col-2 h2 {
    padding: 0 0 1rem 0;
  }
}
.page-2 .next button {
  padding: 0.75rem 4rem;
}
.page-2 .item {
  margin-bottom: 3rem;
  text-align: center;
}
.page-2 .item .read-more-section {
  display: none;
}

.read-more-btn.is--toggled {
  opacity: 1;
}

.read-more-display {
  max-height: 9.5em;
  overflow: hidden;
  margin-bottom: 1em;
}
.read-more-display.is--visible {
  max-height: none;
}

.page-3 .container {
  background-color: #fff;
  padding: 20px;
}
.page-3 .container .flexbox .item {
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.44);
}

/* Style inputs with type="text", select elements and textareas */
form section {
  padding: 0.5rem 2rem;
}
form section + section {
  border-top: 1px solid var(--border);
}
form section.message-body {
  padding: 2rem;
}
form p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset > * {
  flex: 1;
  padding: 0.5rem;
}
fieldset > * + * {
  margin-left: 1rem;
}

.form-title {
  padding-left: 1.5rem;
  color: #fff;
  background: var(--primary);
}

input[type=submit]:hover {
  background-color: #fff;
  color: var(--secondary);
}

form input[value] {
  color: #aaa;
}
form section .subject {
  padding-left: 0;
}
form textarea::placeholder {
  color: #aaa;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.5rem 1rem 1.5rem;
  align-items: center;
}
.form-footer .form-options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.form-footer .form-options img {
  height: 50%;
  width: 100%;
  padding-right: 1rem;
}

@media screen and (min-width: 48rem) {
  .page-3 .container .flexbox .item {
    padding: 0;
  }
}

/*# sourceMappingURL=style.css.map */
