@font-face {
  font-family: 'Maax Akili';
  src: url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Regular.ttf')
      format('ttf'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Regular.eot')
      format('eot'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Regular.woff')
      format('woff'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Regular.woff2')
      format('woff2'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Regular.svg')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Maax Akili';
  src: url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Bold.ttf')
      format('ttf'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Bold.eot')
      format('eot'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Bold.woff')
      format('woff'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Bold.woff2')
      format('woff2'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Bold.svg')
      format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Maax Akili';
  src: url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Medium.ttf')
      format('ttf'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Medium.eot')
      format('eot'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Medium.woff')
      format('woff'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Medium.woff2')
      format('woff2'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Medium.svg')
      format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Maax Akili';
  src: url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Light.ttf')
      format('ttf'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Light.eot')
      format('eot'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Light.woff')
      format('woff'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Light.woff2')
      format('woff2'),
    url('https://static.prod.cp.us.akiliws.com/webassets/webfonts/Maax_Akili-Light.svg')
      format('svg');
  font-weight: 250;
  font-style: normal;
}

/** GRID SYSTEM ============================================= */
.page_container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  z-index: 500;
  display: flex;
  flex-direction: column;
}

.page_container:after {
  display: table;
  clear: both;
  content: '';
}

@media (min-width: 600px) {
  .page_container {
    max-width: 900px;
  }
}

@media (min-width: 1220px) {
  .page_container {
    max-width: 1220px;
  }
}

.grid_item {
  padding-right: 12px;
  padding-left: 12px;
}

/** PAGE STYLES ============================================= */

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

* {
  font-family: 'Maax Akili';
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}

html,
body,
iframe {
  font-family: 'Maax Akili' !important;
}

body {
  height: 100%;
  font-family: 'Maax Akili' !important;
  font-size: 16px;
  line-height: 24px;
  background-color: #f9fbff;
}

/** MARK UP ==================================================================== */
.terms_of_use {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;

  z-index: 10;
}

.terms_of_use .page_container {
  z-index: 1000;
  position: relative;
}

.terms_of_use:before {
  content: '';
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url(https://s3-us-west-2.amazonaws.com/akiliinteractive/webassets/1-BlueTrans.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -50px;

  right: 0px;
  top: 0px;

  -webkit-animation: topRightCornerSlide 0.5s forwards;
  -ms-animation: topRightCornerSlide 0.5s forwards;
  -moz-animation: topRightCornerSlide 0.5s forwards;
  -o-animation: topRightCornerSlide 0.5s forwards;
  animation: topRightCornerSlide 0.5s forwards;
}

.terms_of_use.rotation_animation:before {
  -webkit-animation: completeRotation 240s infinite linear;
  -ms-animation: completeRotation 240s infinite linear;
  -moz-animation: completeRotation 240s infinite linear;
  -o-animation: completeRotation 240s infinite linear;
  animation: completeRotation 240s infinite linear;
}

.general_container {
  width: 100%;
}

.general_container .logo_row_container {
  display: flex;
  width: 100%;
  margin-top: 130px;
}

.general_container .page_header {
  font-size: 34px;
  line-height: 51px;
  margin: 25px 0 40px;
}

.general_container .published_date {
  font-size: 12px;
  line-height: 16px;
  color: #808184;
  text-align: right;
  margin-bottom: 15px;
}

.link {
  color: #1140e9;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}

.menu_list {
  margin: 30px 12px;
  border-radius: 20px;
  background-color: #edf1fe;
  padding: 16px;
}

.menu_list .link {
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
  outline: none;
}

.menu_list .link:last-child {
  padding-bottom: 0;
}

.content .section .title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
}

.content .section .text {
  margin-bottom: 25px;
}

.footer_container {
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 15px 25px 0;
  color: #1140e9;
  margin-top: 150px;
}

.footer_content {
  display: flex;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.footer_copy {
  padding-left: 20px;
  color: #1140e9;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #1140e9;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 35px;
  font-weight: bold;
  width: 70px;
  height: 180px;
  font-size: 14px;
}

#scrollTopBtn:hover {
  background: #1140e9;
  color: white;

  -webkit-box-shadow: 0 0 8px 4px rgba(162, 169, 179, 0.5);
  -moz-box-shadow: 0 0 8px 4px rgba(162, 169, 179, 0.5);
  box-shadow: 0 0 8px 4px rgba(162, 169, 179, 0.5);
}

#scrollTopBtn:active {
  background-color: #4757f4;
  color: #f6f6f7;
}

#scrollTopBtn svg {
  transform: rotate(-90deg);
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: '\26ac';
  color: #1140e9;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ul li {
  margin-bottom: 20px;
}

/* Media Queries for resolutions other than mobile ============================================ */
@media (max-width: 600px) {
  .footer_container {
    padding: 25px 15px;
    margin-top: 50px;
  }

  .footer_content {
    display: flex;
    max-width: 900;
    flex-direction: column;
    width: 300px;
    align-items: center;
    text-align: center;
  }
  ​ .footer_content svg {
    margin-bottom: 20px;
  }

  .footer_copy {
    display: flex;
    flex-direction: column;
  }

  #company_name {
    display: block;
  }

  #scrollTopBtn {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    right: 12px;
  }

  #scroll_btn_text {
    display: none;
  }
}

/* Medium Portrait */
@media (min-width: 600px) {
  .terms_of_use:before {
    background-size: 150%;
    background-position: center;
  }

  .general_container {
    width: calc(100% * 7 / 8);
  }
}

/* Medium Landscape */
@media (min-width: 769px) {
  .terms_of_use:before {
    background-size: 100%;
    background-position: center;
  }

  .general_container {
    width: calc(100% * 6 / 8);
  }
}

/* Desktop Large */
@media (min-width: 1220px) {
  .terms_of_use:before {
    background-size: 90%;
    background-position: center;
  }

  .general_container {
    width: calc(100% * 7 / 12);
  }
}

/* =============================================================================================== */

/* Top Right Corner Slide */
@-webkit-keyframes topRightCornerSlide {
  0% {
    transform: translate(900px, -900px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@-moz-keyframes topRightCornerSlide {
  0% {
    transform: translate(900px, -900px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@-ms-keyframes topRightCornerSlide {
  0% {
    transform: translate(900px, -900px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@-o-keyframes topRightCornerSlide {
  0% {
    transform: translate(900px, -900px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}
@keyframes topRightCornerSlide {
  0% {
    transform: translate(900px, -900px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* Complete Rotation */
@-webkit-keyframes completeRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes completeRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes completeRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes completeRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes completeRotation {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
