*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input {
  appearance: none;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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;
}

figure {
  margin: 0;
}

button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
button:focus {
  outline: none;
}

section {
  outline: none;
}
section:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #55748F;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
  font-family: "Darker Grotesque", sans-serif;
}

ul, ol {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  color: #55748F;
}
a:focus {
  outline: none;
}

.footer-wrapper {
  width: 100%;
}

.footer {
  display: flex;
  align-items: center;
  max-width: 136rem;
  margin: 0 auto;
  width: 100%;
  padding: 7.2rem 2.4rem;
}
@media (max-width: 58em) {
  .footer {
    flex-direction: column;
  }
}
@media (max-width: 58em) {
  .footer__copyright {
    margin-bottom: 3.2rem;
    text-align: center;
    max-width: 24rem;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 58em) {
  .footer__nav {
    flex-direction: column;
  }
}
@media (max-width: 58em) {
  .footer__nav__item {
    margin-bottom: 0.8rem;
  }
}
.footer__nav__item a {
  font-size: 1.6rem;
  line-height: 1rem;
  font-weight: 700;
}
@media (max-width: 58em) {
  .footer__nav__item a {
    text-align: center;
  }
}
.footer__nav__item a span {
  padding: 0 1rem;
  font-weight: 400;
}
@media (max-width: 58em) {
  .footer__nav__item a span {
    display: none;
  }
}

.wrapper {
  width: 100%;
}
.wrapper--grey {
  background-color: #F6F6F6;
}

.container {
  width: 100%;
  max-width: 136rem;
  margin: 0 auto;
  padding: 4rem 2.4rem 7.2rem;
}
@media (max-width: 35em) {
  .container {
    padding: 4rem 1.6rem;
  }
}

.waves {
  width: 100%;
  object-fit: cover;
  transform: translateY(0.2rem);
}

.header-wrapper {
  position: absolute;
  width: 100%;
}

.header {
  max-width: 136rem;
  margin: 0 auto;
  width: 100%;
  padding: 2.4rem;
}

button {
  font-size: 28px;
  border: none;
  padding: 2.4rem 4.4rem;
  box-shadow: inset 0 -0.2rem 1rem 0 #047bbd, 0 0.4rem 0 0 #5ec4fc, 0 1.6rem 2rem 0 rgba(15, 98, 206, 0.4);
  color: white;
  background: #2CB1FB;
  cursor: pointer;
  transition: all 0.16s;
  position: relative;
  font-family: "Fredoka One", cursive;
  text-transform: uppercase;
  top: 0;
  border-radius: 2.4rem;
  display: block;
  margin: 4.8rem auto 0;
}
@media (max-width: 35em) {
  button {
    font-size: 2rem;
  }
}

button:focus {
  outline: none;
}

button:hover {
  box-shadow: inset 0 -0.2rem 1rem 0 #047bbd, 0 0.2rem 0 0 #5ec4fc, 0 0.8rem 1rem 0 rgba(15, 98, 206, 0.4);
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 700;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: "";
  background-color: #BBDDF5;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  min-width: 0.8rem;
  min-height: 0.8rem;
  margin-right: 4.8rem;
  text-align: center;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 0 0 0.8rem rgba(25, 152, 246, 0.2);
}
@media (max-width: 35em) {
  .checkbox-custom + .checkbox-custom-label:before {
    margin-right: 2rem;
  }
}

.checkbox-custom:checked + .checkbox-custom-label:before {
  background-color: #1998F6;
}

.form__row {
  border: 0.1rem solid #D5E2ED;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  max-width: 56rem;
  margin: 0 auto 2.4rem;
  padding: 1.4rem 2.4rem;
}
@media (max-width: 35em) {
  .form__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form__row__icon-box {
  margin-right: 4.4rem;
}
@media (max-width: 35em) {
  .form__row__icon-box {
    display: none;
  }
}
.form__row__icon-box svg {
  width: 2.2rem;
  height: 2.2rem;
}
.form__row label {
  margin-bottom: 0.4rem;
  color: #FA73AB;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  margin-right: 2.4rem;
}
@media (max-width: 35em) {
  .form__row label {
    margin-right: 0;
  }
}
.form__row input[type=text], .form__row input[type=email] {
  font-size: 2.4rem;
  line-height: 2.4rem;
  border: none;
  padding: 0 2.4rem;
  color: #55748F;
  background-color: transparent;
  flex: 1;
  width: 100%;
}
@media (max-width: 35em) {
  .form__row input[type=text], .form__row input[type=email] {
    padding-left: 0;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.form__row input[type=text]:focus, .form__row input[type=email]:focus {
  outline: none;
}
.form__row input[type=text]::placeholder, .form__row input[type=email]::placeholder {
  color: #DEE2E6;
}
.form__checkbox {
  margin: 0 auto 1.6rem;
  max-width: 63rem;
}
.form__checkbox label {
  display: flex;
  align-items: center;
}

._error._below {
  position: absolute;
  top: -0.4rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FA73AB;
  font-size: 2rem;
  background-color: #F6F6F6;
}

._form-thank-you {
  font-size: 3.2rem;
  text-align: center;
  font-family: "Fredoka One", cursive;
  color: #80CB4D;
  padding-top: 2.4rem;
}

.hero-wrapper {
  width: 100%;
  padding-bottom: 4.8rem;
  background-color: #F6F6F6;
}
.hero-wrapper svg {
  transform: translateY(-10rem);
}

.hero {
  width: 100%;
}
@media (max-width: 45em) {
  .hero {
    height: 56rem;
  }
}
.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  height: 5rem;
}
.logo__image {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.section-subtitle {
  font-size: 2.4rem;
  line-height: 2.6rem;
  text-align: center;
  max-width: 63rem;
  margin: 0 auto 3.2rem;
}
.section-subtitle--bold {
  font-weight: 700;
}

.section-title {
  font-size: 6.4rem;
  line-height: 6.4rem;
  font-family: "Fredoka One", cursive;
}
@media (max-width: 35em) {
  .section-title {
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 24em) {
  .section-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.section-title--accent {
  color: #80CB4D;
  margin-bottom: 6.4rem;
}
@media (max-width: 35em) {
  .section-title--accent {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 24em) {
  .section-title--accent {
    margin-bottom: 2.4rem;
  }
}
.section-title--center {
  text-align: center;
}
.section-title--blue {
  color: #55748F;
  font-weight: 400;
}

.social {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 58em) {
  .social {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.social__item:not(:last-child) {
  margin-right: 3.2rem;
}
.social__item a svg {
  height: 2.2rem;
  width: 2.2rem;
}

.split-content {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
@media (max-width: 45em) {
  .split-content {
    flex-direction: column;
    justify-content: center;
    margin-top: 1.6rem;
  }
}
@media (max-width: 45em) {
  .split-content--reverse {
    flex-direction: column-reverse;
  }
}
.split-content__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.split-content__text h2 {
  font-size: 4rem;
  line-height: 4.2rem;
  font-weight: 900;
  margin-bottom: 2.4rem;
  max-width: 45rem;
  width: 100%;
}
@media (max-width: 35em) {
  .split-content__text h2 {
    font-size: 3.2rem;
    line-height: 3.4rem;
  }
}
.split-content__text p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  max-width: 45rem;
  width: 100%;
}
.split-content__text svg {
  margin: 1.6rem auto 0;
}
@media (max-width: 45em) {
  .split-content__text svg {
    display: none;
  }
}
.split-content__image {
  flex: 1;
  height: 64rem;
}
@media (max-width: 45em) {
  .split-content__image {
    height: 48rem;
    margin-top: 3.2rem;
  }
}
@media (max-width: 45em) {
  .split-content__image {
    height: 32rem;
  }
}
.split-content__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.text-box {
  border: 0.4rem solid #bbddf5;
  max-width: 108rem;
  margin: 0 auto;
  border-radius: 4rem;
  padding: 4.8rem 3.2rem;
  box-shadow: 0 0 2.4rem 0 rgba(187, 221, 245, 0.5);
  background-color: white;
}
@media (max-width: 30em) {
  .text-box {
    padding: 2.4rem 1rem;
  }
}
.text-box__copy {
  max-height: 80vh;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 1.6rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.text-box__copy::-webkit-scrollbar {
  width: 10px;
}
.text-box__copy::-webkit-scrollbar-track {
  background: transparent;
  padding-top: 2rem;
  overflow: hidden;
  top: 4rem;
}
.text-box__copy::-webkit-scrollbar-thumb {
  background: #bbddf5;
  border-radius: 4rem;
  transition: all 0.25s ease-in-out;
}
.text-box__copy::-webkit-scrollbar-thumb:hover {
  background: #8fc7ee;
}
.text-box h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin: 3.2rem 0 2rem;
  text-align: center;
  text-transform: uppercase;
}
.text-box h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 3.2rem 0 1.6rem;
}
.text-box p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.text-box ol, .text-box ul {
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
}
.text-box ol li {
  margin-bottom: 1rem;
}
.text-box ul {
  list-style-type: disc;
}
.text-box ul li {
  margin-bottom: 1rem;
}

.text-center {
  max-width: 88rem;
  margin: 0 auto;
  text-align: center;
}
.text-center h2 {
  font-size: 4rem;
  line-height: 4.2rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 45em) {
  .text-center h2 {
    font-size: 3.2rem;
    line-height: 3.4rem;
    margin-bottom: 2rem;
  }
}
.text-center p {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media (max-width: 45em) {
  .text-center p {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.text-center p:first-of-type {
  max-width: 55rem;
  margin: 0 auto;
}

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