:root {
  --aa-color-red: #cd0926;
  --aa-color-navy: #124c95;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  background-color: #e8e3d4;
  margin: 0 auto;
  color: #404040;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem 1.5rem;
}
@media screen and (min-width: 768px) {
  header {
    padding: 2rem 2.75rem;
  }
}

.logo-container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 430px) {
  .logo-container {
    justify-content: center;
  }
}

.logo {
  top: 0;
  width: 4.1875rem;
  transition: top 250ms ease-in-out;
  position: relative;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 7.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .logo {
    width: 10.5625rem;
  }
}
.logo:hover {
  top: 0.5rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

iframe {
  box-shadow: 0px 1.125rem 2.625rem 0px rgba(64, 64, 64, 0.48);
  pointer-events: auto;
}

.button {
  color: #fff;
  font-family: "Fenomen-Sans-Bold", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid #cd0926;
  background: #cd0926;
  padding: 1.5rem 3rem;
  min-width: 16rem;
  text-decoration: none;
  transform: scale(1);
  transition: transform 250ms ease-in-out;
  width: 14.75rem;
  display: inline-block;
  text-align: center;
}
.button:hover {
  transform: scale(1.1);
}

@font-face {
  font-family: "Fenomen-Sans-Bold";
  src: url("../fonts/Fenomen-Sans-Bold.woff2") format("woff2"), url("../fonts/Fenomen-Sans-Bold.woff") format("woff"), url("../fonts/Fenomen-Sans-Bold.otf") format("opentype"), url("../fonts/Fenomen-Sans-Bold.eot");
}
@font-face {
  font-family: "Fenomen-Sans-Semibold";
  src: url("../fonts/Fenomen-Sans-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
h1 {
  font-family: "new-spirit", sans-serif;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 6rem;
  }
}

h2 {
  font-family: "new-spirit", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem;
  font-size: 2.5rem;
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-family: "new-spirit", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  color: #124c95;
}

p {
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
}

.hero {
  background-image: url("../img/hero-image.png");
  background-size: cover;
  background-position: center;
  max-height: 80vh;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero__content {
  width: 100%;
  padding: 150px 0;
}
@media screen and (min-width: 768px) {
  .hero__content {
    padding: 250px 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero__content {
    padding: 350px 0;
  }
}

.top-video-section {
  background-color: #fff;
}
.top-video-section h2 {
  color: #124c95;
  margin-bottom: 1.6875rem;
}
.top-video-section p {
  color: #404040;
  margin-bottom: 2.5625rem;
}
.top-video-section__content {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  padding-top: 5.3125rem;
  padding-bottom: 4.0625rem;
  max-width: 63.25rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .top-video-section__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.top-video-section__video {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  margin-top: 5.0625rem;
  background: url(../img/apple_eve-brushstroke-white-navy.png) repeat-x center top, url(../img/apple_eve-brushstroke-navy-beige.png) repeat-x center bottom, #124c95;
  background-size: 100%;
}
@media screen and (max-width: 680px) {
  .top-video-section__video {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-video-section__video {
    min-height: 41.75rem;
  }
}
.top-video-section__video-container {
  max-width: 61.8125rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  transform: translateY(-90px);
}
@media screen and (max-width: 430px) {
  .top-video-section__video-container {
    transform: translateY(-70px);
  }
}
.top-video-section__video-thumbnail {
  position: absolute;
  width: 100%;
}
.top-video-section .hero-player {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.top-video-section__video-thumbnail,
.top-video-section .hero-player {
  border-radius: 1.5rem;
}
.top-video-section__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
  max-width: 14.5%;
}
.top-video-section__play-button:hover {
  filter: brightness(0.9);
}

.then-now-comparison-section {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  padding-top: 5.3125rem;
  padding-bottom: 9.6875rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.then-now-comparison-section h2 {
  text-align: center;
  color: #124c95;
}
.then-now-comparison-section p {
  color: #000;
  max-width: 18.75rem;
}
.then-now-comparison-section__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__image-container {
    max-width: 20.375rem;
    margin: 0 auto;
    margin-top: 3.4375rem;
  }
}
.then-now-comparison-section__image-container picture {
  display: block;
  width: 100%;
  margin-top: -5rem;
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__image-container picture {
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__image-container picture {
    margin-top: auto;
  }
}
.then-now-comparison-section__image-container picture {
  order: 2;
}
.then-now-comparison-section__then-content, .then-now-comparison-section__now-content {
  position: static;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__then-content, .then-now-comparison-section__now-content {
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 924px) {
  .then-now-comparison-section__then-content, .then-now-comparison-section__now-content {
    transform: scale(0.85);
    max-width: 15.625rem;
  }
}
.then-now-comparison-section__arrow--then {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.625rem;
}
@media screen and (max-width: 430px) {
  .then-now-comparison-section__arrow--then {
    margin-right: -1.5625rem !important;
  }
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__arrow--then {
    margin-right: -3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__arrow--then {
    margin-left: -4.0625rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1440px) {
  .then-now-comparison-section__arrow--then {
    margin-right: 0;
  }
}
@media (min-width: 681px) and (max-width: 768px) {
  .then-now-comparison-section__arrow--then {
    margin-right: -9.375rem;
  }
}
@media (min-width: 768px) and (max-width: 924px) {
  .then-now-comparison-section__arrow--then {
    transform: scale(0.7);
  }
}
.then-now-comparison-section__arrow--then img {
  transform: rotate(280deg);
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__arrow--then img {
    max-width: 87px;
  }
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__arrow--then img {
    transform: rotate(0deg);
  }
}
.then-now-comparison-section__arrow--now {
  display: flex;
  justify-content: flex-end;
  margin-left: -1.25rem;
  transform: scaleX(-1) scaleY(-1);
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__arrow--now {
    margin-left: 35px;
  }
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__arrow--now {
    margin-left: 0px;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 924px) {
  .then-now-comparison-section__arrow--now {
    transform: scale(0.7) scaleX(-1) scaleY(-1);
  }
}
.then-now-comparison-section__arrow--now img {
  transform: rotate(280deg);
}
@media screen and (max-width: 680px) {
  .then-now-comparison-section__arrow--now img {
    max-width: 87px;
  }
}
@media screen and (min-width: 768px) {
  .then-now-comparison-section__arrow--now img {
    transform: rotate(0deg);
  }
}
.then-now-comparison-section__then-content {
  top: 0.625rem;
  right: 0.625rem;
  order: 1;
}
@media screen and (min-width: 1025px) {
  .then-now-comparison-section__then-content {
    right: 3.75rem;
    top: 3.125rem;
  }
}
.then-now-comparison-section__now-content {
  bottom: 0.625rem;
  left: 0.625rem;
  order: 3;
  margin-bottom: -2.5rem;
}
@media (min-width: 768px) and (max-width: 924px) {
  .then-now-comparison-section__now-content {
    margin-bottom: -3.75rem;
  }
}

.recess-therapy-section {
  background-color: #3292c2;
  padding-top: 6.0625rem;
  padding-bottom: 6.4375rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
@media screen and (max-width: 680px) {
  .recess-therapy-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.recess-therapy-section h2 {
  color: #fff;
  margin-bottom: 2rem;
}
.recess-therapy-section p {
  margin-bottom: 3.875rem;
  color: #fff;
}
.recess-therapy-section__content-copy {
  max-width: 68.4375rem;
  margin: 0 auto;
  text-align: center;
}
.recess-therapy-section__video-container {
  max-width: 61.8125rem;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.recess-therapy-section__video-thumbnail {
  position: absolute;
  width: 100%;
}
.recess-therapy-section .recess-therapy-player {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1025px) {
  .recess-therapy-section .recess-therapy-player {
    height: inherit;
  }
}
.recess-therapy-section__video-thumbnail,
.recess-therapy-section .recess-therapy-player {
  border-radius: 1.5rem;
}
.recess-therapy-section__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: filter 0.3s ease-in-out;
  max-width: 12.5%;
}
.recess-therapy-section__play-button:hover {
  filter: brightness(0.9);
}

.products-section {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  background: url(../img/apple_eve-brushstroke-blue-green.png) repeat-x center top, #63a644;
  background-size: 100%;
  padding-bottom: 5rem;
}
@media screen and (max-width: 680px) {
  .products-section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.products-section h2 {
  color: #fff;
  margin-bottom: 1.3125rem;
}
@media (min-width: 683px) and (max-width: 767px) {
  .products-section h2 {
    white-space: nowrap;
  }
  .products-section h2 br {
    display: none;
  }
}
.products-section p {
  color: #fff;
  margin-bottom: 2rem;
}
.products-section__content {
  display: flex;
  flex-direction: column;
  padding-top: 5.9375rem;
  gap: 2.5rem;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .products-section__content {
    padding-top: 9.375rem;
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
    max-width: 61.5rem;
    margin: 0 auto;
  }
}
.products-section__content-copy {
  order: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .products-section__content-copy {
    order: 1;
    max-width: 24.125rem;
    transform: translateY(-35px);
    text-align: left;
  }
}
.products-section__content-image {
  order: 1;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .products-section__content-image img {
    max-width: 19rem;
  }
}
@media screen and (min-width: 1025px) {
  .products-section__content-image img {
    max-width: 31.5rem;
  }
}
.products-section__content-image figcaption {
  text-align: center;
}

.footer {
  background-color: var(--aa-color-red);
  padding: 3.75rem 2.25rem;
  color: #fffcdf;
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 3.75rem 0rem;
  }
}
.footer a {
  color: #fffcdf;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Fenomen-Sans-Semibold", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    gap: 0;
    flex-direction: row;
  }
}
.footer__menu-item:not(:last-child) {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .footer__menu-item:not(:last-child) {
    border-right: 0.125rem solid #fffcdf;
    margin-right: 3rem;
    padding-right: 3rem;
  }
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.footer__socials-item a img {
  transition: filter 0.3s ease-in-out;
  width: 2.625rem;
  height: 2.625rem;
}
.footer__socials-item a img:hover {
  filter: brightness(0.8);
}
.footer__menu-small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.625rem;
  font-family: "open-sans", sans-serif;
}
.footer__menu-small-item:not(:last-child) {
  border-right: 0.0625rem solid #fffcdf;
  margin-right: 0.3125rem;
  padding-right: 0.3125rem;
}

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