/*! ---------- =reset ---------- */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

ul {
  list-style: disc;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  -ms-interpolation-mode: bicubic;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 48px 0;
  border-bottom: 1px solid #f0f4fa;
}

pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*! ---------- =typography ---------- */

body {
  font: 16px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #616e88;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 24px;
}
p:last-child,
ol:last-child,
ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
p,
ol,
ul {
  orphans: 2;
  widows: 2;
}
ol,
ul {
  margin-left: 2em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color: #091b3f;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 819px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 36px;
  }
}

@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2,
.h2 {
  font-size: 35px;
  line-height: 36px;
}

@media (max-width: 819px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 36px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 24px;
}
h5,
.h5 {
  font-size: 19px;
  line-height: 24px;
}
h6,
.h6,
.text-size {
  font-size: 16px;
  line-height: 24px;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.note {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #929fb8;
}
pre + .note,
input + .note,
textarea + .note {
  margin-top: -12px;
}

.emphasize {
  font-weight: 600;
  color: #091b3f;
}

.deemphasize {
  font-weight: 400;
  color: #929fb8;
}

.type-family-sample {
  font-size: 35px;
  line-height: 36px;
}


/*! ---------- =common =components ---------- */

a {
  text-decoration: none;
  color: #616e88;
}
a:hover,
a:focus {
  color: #8bb946;
}
a,
button {
  transition: color 0.15s ease-out,
                background-color 0.15s ease-out,
                border 0.15s ease-out,
                box-shadow 0.15s ease-out,
                opacity 0.15s ease-out;
}

.box {
  padding: 36px 24px;
  margin-bottom: 48px;
  border-radius: 5px;
  color: #616e88;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 10px 23px rgba(0, 0, 0, 0.05);
}
.box:last-child {
  margin-bottom: 0;
}
.box--compact {
  padding: 24px 24px;
}

@media (min-width: 820px) {
  .box {
    padding: 48px 36px;
  }
  .box--compact {
    padding: 24px 18px;
  }
}


.img-left,
.img-right {
  display: block;
  max-width: 40%;
  margin: 0 0 6px;
}
.img-left img,
.img-right img {
  display: block;
}
.img-left {
  float: left;
  margin-right: 18px;
}
.img-right {
  float: right;
  margin-left: 18px;
}

.screenreaders-only {
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.preserve-breaks {
  white-space: pre-line;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}


/*! ---------- =forms ---------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea,
select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px 18px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  font: 14px/24px "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff !important;
  background: transparent;
  box-shadow: inset 0 0 0 48px rgba(8, 27, 56, 0.3), inset 0 0 0 48px #8bb946 !important;
  -webkit-filter: none !important;
  filter: none !important;
  -webkit-text-fill-color: #fff !important;
  transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
input[type="text"]:not(:last-child),
input[type="email"]:not(:last-child),
input[type="password"]:not(:last-child),
input[type="number"]:not(:last-child),
input[type="tel"]:not(:last-child),
textarea:not(:last-child),
select:not(:last-child) {
  margin-bottom: 24px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: top;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  input[type="checkbox"],
  input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #98aac5;
    border-radius: 12px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: background 0.13s ease-out, border-color 0.13s ease-out;
  }
  input[type="checkbox"]::after,
  input[type="radio"]::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: background 0.12s ease, opacity 0.12s ease, transform 0.12s ease;
  }
  input[type="checkbox"]:hover,
  input[type="radio"]:hover {
    border-color: #8bb946;
  }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    box-shadow: 0 0 3px #8bb946;
  }
  input[type="checkbox"]:checked,
  input[type="radio"]:checked {
    border-color: #8bb946;
    background: #8bb946;
  }
  input[type="checkbox"]:checked::after,
  input[type="radio"]:checked::after {
    background: #fff;
  }
  input[type="checkbox"]:disabled,
  input[type="radio"]:disabled {
    cursor: default;
    border-color: #d7dfec !important;
    background: #fafbfc !important;
  }
  input[type="checkbox"]:disabled:checked,
  input[type="radio"]:disabled:checked {
    background: #f0f4fa !important;
  }
  input[type="radio"]::after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 5px;
  }
  input[type="radio"]:disabled:checked::after {
    background: #c7d3e5;
  }
  input[type="checkbox"] {
    width: 42px;
  }
  input[type="checkbox"]::after {
    width: 16px;
    height: 16px;
    top: 3px;
    left: 3px;
    background: #98aac5;
  }
  input[type="checkbox"]:checked::after {
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  input[type="checkbox"]:disabled::after,
  input[type="checkbox"]:disabled:checked::after {
    background: #d7dfec;
  }
}


select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 36px;
  background: url("../images/select-arrow.svg") no-repeat 95% 50%;
  background-position: calc(100% - 18px) 50%;
}
select:not([multiple])::-ms-expand {
  display: none;
}

textarea {
  min-height: 96px;
}
textarea.textarea-large {
  min-height: 240px;
}

fieldset {
  margin: 0 0 24px;
}

legend {
  display: block;
  margin: 0 0 12px;
}

.input-label {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.input-label__text {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.input-label--required .input-label__text::after {
  content: '*';
  display: inline;
  color: #fff;
  font-size: 12px;
  position: relative;
  left: 0.2em;
  top: -0.2em;
}
.input-label:not(.input-label--static).can-enhance .input-label__text {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 0 6px;
  margin: 0;
  pointer-events: none;
  transition: all 0.14s ease-out;
  z-index: 2;
}
.input-label:not(.input-label--static).can-enhance .input-label__text::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #8bb946;
  box-shadow: inset 0 0 0 2px rgba(8, 27, 56, 0.3);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.14s ease;
}
.input-label:not(.input-label--static).can-enhance.is-focused .input-label__text,
.input-label:not(.input-label--static).can-enhance.has-content .input-label__text {
  top: -12px;
  font-size: 12px;
}
.input-label:not(.input-label--static).can-enhance.is-focused .input-label__text::before,
.input-label:not(.input-label--static).can-enhance.has-content .input-label__text::before {
  opacity: 1;
}
.input-label.is-focused .input-label__text,
.input-label.has-content .input-label__text {
  color: rgba(255, 255, 255, 0.7);
}
.input-label.is-focused .input-label__text {
  color: rgba(255, 255, 255, 0.9);
}
.input-label__error {
  display: block;
  padding-left: 12px;
  font-size: 14px;
  margin: 0;
}
input + .input-label__error,
textarea + .input-label__error,
select + .input-label__error {
  margin-top: -18px;
}
.input-label--error .input-label__text,
.input-label__error {
  color: #da1c0f !important;
}
.input-label__help {
  display: block;
  padding-left: 12px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #929fb8;
  transition: color 0.15s ease-out;
}
input + .input-label__help,
textarea + .input-label__help,
select + .input-label__help {
  margin-top: -18px;
}
.input-label--static .input-label__help {
  padding-left: 0;
}

.checkbox-group {
  border: none;
  padding: 0;
}
.checkbox-group:not(:first-child) {
  margin-top: 24px;
}
.checkbox-group__text {
  font-size: 14px;
  font-weight: 600;
}

.checkbox-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-label:not(:last-child) {
  margin-bottom: 18px;
}
.checkbox-label + .checkbox-label {
  margin-top: -12px;
}
.checkbox-label__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 12px;
  font-size: 14px;
}

.validation-summary-errors {
  margin-bottom: 36px;
  color: #fff;
}
.validation-summary-errors::before {
  content: 'We found some errors:';
  display: block;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.validation-summary-errors ul {
  margin-left: 0;
}
.validation-summary-errors:last-child {
  margin-bottom: 0;
}


/*! ---------- =buttons ---------- */

.button {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 15px 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #8bb946;
  background: #fff;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
}
.button:hover,
.button:focus {
  color: #8bb946 !important;
  background: #fff;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.button:active {
  -ms-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  transition: none;
}
.button--fill {
  display: block;
  width: 100%;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -12px;
  margin-right: -6px;
  margin-left: -6px;
}
.button-group > .button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 12px 6px 0;
}


/*! ---------- =body ---------- */

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #8bb946;
}

.layout {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 60px 24px;
  background: #fff;
  background: transparent linear-gradient(to bottom right, #fff 60%, rgba(255, 255, 255, 0.87));
}
.layout__info {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 820px) {
  .layout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .layout__info {
    max-width: 500px;
    margin: 0 48px 0 0;
  }
  .layout__form {
    flex-basis: 380px;
    margin-left: 48px;
    margin-top: 60px;
  }
}


.page-title {
  margin-bottom: 36px;
  color: #8bb946;
}

.page-meta {
  margin-bottom: 36px;
  font-size: 19px;
  color: #616e88;
}
.page-title + .page-meta {
  margin-top: -24px;
}

.page-image img {
  max-height: 250px;
}

.form-box {
  max-width: 380px;
  margin: 0 auto;
  padding: 48px 24px;
  color: rgba(255, 255, 255, 0.9);
  background: #8bb946 linear-gradient(150deg, rgba(87, 107, 137, 0.32), rgba(87, 107, 137, 0.2) 44%) no-repeat 0 0;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 10px 23px rgba(0, 0, 0, 0.05);
}
.form-box a:not(.button) {
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
}
.form-box a:not(.button):hover,
.form-box a:not(.button):focus {
  color: #fff;
  box-shadow: inset 0 -48px 0 rgba(255,255,255,0.1);
}
.form-box__title {
  color: #fff;
  font-weight: 600;
}
.form-box__description {
  margin-bottom: 36px;
}
.form-box__description a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.form-box__description a:hover,
.form-box__description a:focus {
  color: #fff;
}
.form-box__actions {
  margin-top: 24px;
}
.form-box__secondary-actions {
  margin-top: 12px;
}
.form-box__secondary-action {
  display: inline-block;
  margin-right: 24px;
  font-size: 14px;
}

@media (min-width: 1080px) {
  .form-box {
    padding-left: 36px;
    padding-right: 36px;
  }
}


.page-credits {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  color: #929fb8;
  color: rgba(146, 159, 184, 0.7);
}
.page-credits__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.35em;
  opacity: 0.7;
  position: relative;
  top: -1px;
}
.page-credits__logo:hover,
.page-credits__logo:focus {
  opacity: 1;
}
