/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --base-font: 62.5%;
  --opensans: 'Open Sans';
  --fw-light: 300;
  --fw-normal: 400;
  --fw-bold: 700;
  --black: #000;
  --red: #f00;
  --green: #00B9B2;
  --blue: #3DB7E4;
  --green-800: #007179;
  --grey-200: #EDF4F5;
  --grey-300: #DCE9EB;
  --grey-800: #475C6D;
  --grey-700: #002B3E;
  --white: #fff;
  --selection: #00bbb3;
  --spacing: 1rem;
}

.wrapper, .text-form__form-field {
  display: flex;
  flex-wrap: wrap;
}

.button, .header, .header__wrapper, .footer, .cards, .cards__card-icon, .text-cta, .text-cta__img, .text-form, .text-form__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.text-form__info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body {
  display: flex;
  flex-direction: column;
}

.text-cta__wrapper, .text-cta__buttons, .text-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.btn--loading-spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(0, 0, 0) translate(-50%, -50%);
}

.x-center {
  margin-left: auto;
  margin-right: auto;
}

input[type=radio], input[type=checkbox], input[type=file] {
  top: -9999.9rem;
  left: -9999.9rem;
  position: absolute;
}

html:not(.a11y) a, html:not(.a11y) input,
html:not(.a11y) button,
html:not(.a11y) select,
html:not(.a11y) textarea, html:not(.a11y) [tabindex] {
  outline: 0;
}

html:not(.a11y) a:focus, html:not(.a11y) input:focus,
html:not(.a11y) button:focus,
html:not(.a11y) select:focus,
html:not(.a11y) textarea:focus, html:not(.a11y) :focus[tabindex] {
  outline: inherit;
}

.a11y a:focus {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

.a11y input:focus {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

.a11y button:focus {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

.a11y select:focus {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

.a11y textarea:focus {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

.a11y :focus[tabindex] {
  outline: thin dotted #000;
  outline: thin dotted var(--black);
}

body {
  height: 100vh;
  overflow-x: hidden;
}

.wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

@media (min-width: 48em) {
  .header__links, .text-form__row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .cards__wrapper, .cards__row:last-of-type {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 64em) {
  .cards__row:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}

@media (min-width: 48em) {
  .footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

html {
  font-size: 62.5%;
  font-size: var(--base-font);
}

body {
  font-family: 'Open Sans';
  font-family: var(--opensans);
  color: #475C6D;
  color: var(--grey-800);
}

.header__links-item {
  font-size: 12px;
  font-weight: 400;
  font-weight: var(--fw-normal);
  color: #002B3E;
}

@media (min-width: 48em) {
  .header__links-item {
    font-size: 1.2rem;
  }
}

.text {
  font-size: 1.6rem;
  line-height: 1.71429;
  font-weight: 300;
  font-weight: var(--fw-light);
  color: #475C6D;
  color: var(--grey-800);
  text-align: center;
}

.text--small {
  font-size: 1.4rem;
}

.text--white {
  color: #fff;
  color: var(--white);
}

.text a {
  font-weight: 700;
  font-weight: var(--fw-bold);
  color: #00B9B2;
  color: var(--green);
  text-decoration: underline;
  transition: .2s ease;
}

.text a:hover {
  color: #007179;
  color: var(--green-800);
}

.title {
  font-size: 2.7rem;
  font-weight: 700;
  font-weight: var(--fw-bold);
  line-height: 1.33333;
  color: #002B3E;
  color: var(--grey-700);
  text-align: center;
}

.title--small {
  font-size: 1.8rem;
  line-height: 1.33333;
}

.title--medium {
  font-size: 2rem;
  line-height: 1.4;
}

.title--white {
  color: #fff;
  color: var(--white);
}

.cards__card-title {
  font-size: 2.2rem;
  color: #002B3E;
  color: var(--grey-700);
  font-weight: 700;
  font-weight: var(--fw-bold);
  text-align: center;
}

.text-form label {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #475C6D;
  color: var(--grey-800);
  font-weight: 300;
  font-weight: var(--fw-light);
}

.text-form__form-textarea {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #8a95a0;
  height: 40px;
}

.form__error-message {
  font-size: 1.6rem;
  color: #f00;
  color: var(--red);
  font-weight: 700;
  font-weight: var(--fw-bold);
}

.sr-only {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  width: auto;
  height: auto;
  overflow: visible;
  -webkit-clip-path: none;
          clip-path: none;
  white-space: normal;
}

.d-none {
  display: none;
}

.no-transition {
  transition: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-scroll-hidden {
  overflow: hidden;
  width: 100%;
}

.no-scroll.show-scrollbar {
  overflow-y: scroll;
}

.no-scroll-fixed {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
}

img[data-object-fit=cover] {
  -o-object-fit: cover;
     object-fit: cover;
}

img[data-object-fit=contain] {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-fluid {
  max-width: 100%;
  display: block;
}

.img-full-width {
  width: 100%;
  height: auto;
  display: block;
}

.img-full-height {
  width: auto;
  height: 100%;
  display: block;
}

.img-full {
  width: 100%;
  height: 100%;
  display: block;
}

.img-circle {
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.btn--loading {
  position: relative;
}

.btn--loading-spinner {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top-color: #fff;
  border-top-color: var(--white);
  -webkit-animation: spinner 0.6s linear infinite;
          animation: spinner 0.6s linear infinite;
}

@-webkit-keyframes spinner {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  border: 0;
  outline: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  background: none;
  color: #000;
  color: var(--black);
}

input::-ms-clear {
  width: 0;
  height: 0;
}

input::-ms-value {
  background: none;
  color: #000;
  color: var(--black);
}

input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

strong {
  font-weight: 700;
  font-weight: var(--fw-bold);
}

em {
  font-style: italic;
}

::-moz-selection {
  background-color: #00bbb3;
  background-color: var(--selection);
  color: #fff;
  color: var(--white);
}

::selection {
  background-color: #00bbb3;
  background-color: var(--selection);
  color: #fff;
  color: var(--white);
}

.title {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.text {
  width: 100%;
  height: auto;
}

.button {
  width: auto;
  height: auto;
  border: 0.2rem solid #00B9B2;
  border: 0.2rem solid var(--green);
  border-radius: .6rem;
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-weight: var(--fw-bold);
  color: #00B9B2;
  color: var(--green);
  transition: .2s ease;
}

.button:hover {
  background-color: #007179;
  background-color: var(--green-800);
  border: 0.2rem solid #007179;
  border: 0.2rem solid var(--green-800);
  color: #fff;
  color: var(--white);
}

.button.button-large {
  padding: 1.5rem 7rem;
}

.button--invert {
  background-color: #00B9B2;
  background-color: var(--green);
  color: #fff;
  color: var(--white);
}

.button--small {
  font-size: 1.4rem;
}

.header {
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding: 0 5%;
  background-color: #fff;
  background-color: var(--white);
  border: 0.1rem solid #DCE9EB;
  border: 0.1rem solid var(--grey-300);
  box-shadow: 0 -0.2rem 1rem rgba(138, 149, 160, 0.3);
  position: relative;
}

@media (min-width: 48em) {
  .header {
    min-height: 8rem;
  }
}

.header__wrapper {
  width: 100%;
  height: auto;
  max-width: 120rem;
}

@media (min-width: 48em) {
  .header__wrapper {
    justify-content: space-between;
  }
}

.header__logo img {
  max-width: 19rem;
}

@media (min-width: 48em) {
  .header__logo img {
    max-width: 21rem;
  }
}

.header__links {
  top: 6rem;
  left: 0;
  position: fixed;
  width: 100%;
  height: calc(100vh - 6rem);
  background-color: #fff;
  background-color: var(--white);
  transform: translateX(105vw);
  transition: .2s transform ease;
  z-index: 40;
}

.header__links.open {
  transform: translateX(0);
}

@media (min-width: 48em) {
  .header__links {
    position: static;
    transform: none;
    width: auto;
    height: auto;
  }
}

.header__links-item {
  width: 100%;
  height: auto;
  padding: 1.5rem 5%;
  background-color: #fff;
  background-color: var(--white);
  transition: .2s background-color ease;
}

@media (min-width: 48em) {
  .header__links-item {
    margin-right: 2.4rem;
    width: auto;
    padding: 0;
  }
}

.header__links-item:hover {
  background-color: #DCE9EB;
  background-color: var(--grey-300);
}

@media (min-width: 48em) {
  .header__links-item:hover {
    background-color: #fff;
    background-color: var(--white);
  }
}

.header__menu {
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  right: 5%;
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}

@media (min-width: 48em) {
  .header__menu {
    display: none;
  }
}

.close .header__menu-open {
  display: none;
}

.header__menu-close {
  display: none;
}

.close .header__menu-close {
  display: block;
}

.footer {
  width: 100%;
  height: auto;
  padding: 2.5rem 5%;
  background-color: #DCE9EB;
  background-color: var(--grey-300);
}

.footer__wrapper {
  width: 100%;
  height: auto;
  max-width: 120rem;
}

.footer__text:first-of-type {
  display: none;
}

@media (min-width: 48em) {
  .footer__text:first-of-type {
    display: block;
  }
}

.cards {
  width: 100%;
  height: auto;
  padding: 4.5rem 5% 6rem;
  background-color: #EDF4F5;
  background-color: var(--grey-200);
}

@media (min-width: 48em) {
  .cards {
    padding: 7rem 5% 8rem;
  }
}

.cards__wrapper {
  width: 100%;
  height: auto;
  max-width: 120rem;
}

.cards .title {
  margin-bottom: 1rem;
}

@media (min-width: 64em) {
  .cards .title {
    text-align: left;
  }
}

@media (min-width: 64em) {
  .cards .text {
    text-align: left;
  }
}

.cards__row {
  width: 100%;
  height: auto;
}

.cards__row:first-of-type {
  margin-bottom: 3.5rem;
}

@media (min-width: 64em) {
  .cards__row:first-of-type {
    width: 30%;
    margin: 0 20% 0 0;
  }
}

@media (min-width: 64em) {
  .cards__row:last-of-type {
    width: 50%;
    border: 0.1rem solid #DCE9EB;
    border: 0.1rem solid var(--grey-300);
    border-radius: .6rem;
    box-shadow: 0 -0.2rem 1rem rgba(138, 149, 160, 0.3);
    padding: 3rem 0;
    background-color: #fff;
    background-color: var(--white);
  }
}

.cards__card {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-color: var(--white);
  border: 0.1rem solid #DCE9EB;
  border: 0.1rem solid var(--grey-300);
  border-radius: .6rem;
  box-shadow: 0 -0.2rem 1rem rgba(138, 149, 160, 0.3);
  padding: 3rem;
}

@media (min-width: 64em) {
  .cards__card {
    box-shadow: none;
    border-radius: 0;
    border: none;
    width: 50%;
  }
}

.cards__card:first-of-type {
  margin-bottom: 2.5rem;
}

@media (min-width: 64em) {
  .cards__card:first-of-type {
    margin-bottom: 0;
    position: relative;
  }
  .cards__card:first-of-type::after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 0.1rem;
    height: 100%;
    background-color: #DCE9EB;
    background-color: var(--grey-300);
  }
}

.cards__card-icon {
  margin-bottom: 14px;
}

.cards__card-icon img {
  max-width: 5rem;
}

.cards__card-title {
  margin-bottom: 2rem;
}

@media (min-width: 75em) {
  .cards__card .button {
    margin: 0 2rem;
  }
}

.info {
  width: 100%;
  height: auto;
  padding: 3rem 5%;
  background-color: #EDF4F5;
  background-color: var(--grey-200);
}

.text-cta {
  width: 100%;
  height: auto;
  padding: 3rem 5% 6rem;
}

@media (min-width: 48em) {
  .text-cta {
    padding: 5rem 5% 10rem;
  }
}

.text-cta__wrapper {
  width: 100%;
  height: auto;
  max-width: 120rem;
}

.text-cta__img img {
  max-width: 10rem;
}

@media (min-width: 48em) {
  .text-cta__img img {
    max-width: 161px;
    margin-bottom: 1.3rem;
  }
}

.text-cta__img--large {
  min-height: 19rem;
}

.text-cta__img--large img {
  max-width: 19rem;
}

.text-cta__buttons {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
}

@media (min-width: 48em) {
  .text-cta__buttons {
    flex-direction: row;
  }
}

@media (min-width: 48em) {
  .text-form .text-cta__buttons {
    margin-top: 10rem;
  }
}

.text-cta__buttons .button:first-child {
  margin-bottom: 2rem;
}

@media (min-width: 48em) {
  .text-cta__buttons .button:first-child {
    margin: 0 2rem 0 0;
  }
}

@media (min-width: 48em) {
  .text-cta .text {
    max-width: 75rem;
    margin: 0 auto;
  }
}

@media (min-width: 48em) {
  .text-cta .text--narrow {
    max-width: 47rem;
    margin: 0 auto;
  }
}

.text-form {
  width: 100%;
  height: auto;
  padding: 1rem 0 0;
}

@media (min-width: 48em) {
  .text-form {
    padding: 2rem 5% 9rem;
  }
}

.text-form__wrapper {
  width: 100%;
  height: auto;
  max-width: 120rem;
}

.text-form__info {
  width: 90%;
  height: auto;
  background-color: #3DB7E4;
  background-color: var(--blue);
  border-radius: .6rem;
  position: relative;
  padding: 2.5rem 3rem;
  margin: 0 5%;
}

@media (min-width: 48em) {
  .text-form__info {
    margin: 0;
    width: 100%;
  }
}

.text-form__info-close {
  top: 1rem;
  right: 1rem;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

@media (min-width: 64em) {
  .text-form__info-close {
    top: 50%;
    right: 2.5rem;
    transform: translateY(-50%);
  }
}

.text-form__info-close img {
  max-width: 2.4rem;
}

.text-form__info-row {
  width: 100%;
  height: auto;
}

.text-form__info-row:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
  .text-form__info-row:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .text-form__info-row:last-of-type {
    display: none;
  }
}

.text-form__info-column {
  width: calc(100% - 5rem);
}

@media (min-width: 48em) {
  .text-form__info-column {
    width: calc(100% - 6.5rem);
  }
}

.text-form__info-column .text {
  display: none;
}

@media (min-width: 48em) {
  .text-form__info-column .text {
    display: block;
  }
}

.text-form__info-img {
  max-width: 4rem;
  margin-right: 1rem;
}

@media (min-width: 48em) {
  .text-form__info-img {
    margin-right: 2.5rem;
  }
}

.text-form__info .title {
  width: calc(80% - 5rem);
  margin-bottom: 0;
  text-align: left;
}

.text-form__info .text {
  text-align: left;
}

.text-form__row {
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}

.text-form__column {
  width: 100%;
  height: auto;
}

@media (min-width: 48em) {
  .text-form__column {
    width: 50%;
  }
}

.text-form__form {
  width: 100%;
  height: auto;
  background-color: #DCE9EB;
  background-color: var(--grey-300);
  padding: 5rem 5% 7rem;
}

@media (min-width: 48em) {
  .text-form__form {
    border-radius: .6rem;
    padding: 7rem;
  }
}

.text-form__form-field {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}

.text-form__form-field:last-of-type {
  margin: 4rem 0 0;
}

.text-form__form-field input[type=radio]:checked + label::before {
  border: 0.1rem solid #00B9B2;
  border: 0.1rem solid var(--green);
  background: #00B9B2;
  background: var(--green);
}

.text-form__form-field input[type=radio]:checked + label::after {
  background: #fff;
  background: var(--white);
}

.text-form__form-field input[type=radio]:checked ~ .text-form__form-textarea {
  display: block;
  height: 40px;
}

.text-form__form-field label {
  width: 100%;
  position: relative;
  padding-left: 3.2rem;
}

.text-form__form-field label::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: #DCE9EB;
  background: var(--grey-300);
  border: 0.1rem solid #475C6D;
  border: 0.1rem solid var(--grey-800);
  margin: 0 1rem 0 0;
  border-radius: 50%;
}

.text-form__form-field label::after {
  content: '';
  top: 0.6rem;
  left: 0.6rem;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.text-form__form-field .button {
  flex-grow: 1;
}

.text-form__form-textarea {
  display: none;
  width: 100%;
  height: auto;
  background-color: #fff;
  background-color: var(--white);
  border: .1rem solid #ccd5dc;
  border-radius: .6rem;
  min-height: 4rem;
  padding: .5rem 1.5rem;
  margin-top: 2.5rem;
  resize: none;
  order: 3;
  overflow: auto;
}

.text-form__form .form__error-message {
  margin-top: 2.5rem;
}

.text-form__form .text {
  margin-bottom: 2.5rem;
}

@media (min-width: 48em) {
  .text-form__form .text {
    text-align: left;
  }
}

@media (min-width: 48em) {
  .text-form__form .title {
    text-align: left;
  }
}

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