/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.terms-modal__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 2rem 2.5rem 0;
}
.terms-modal__header-title {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-weight: 500;
  padding-bottom: 1rem;
}
.terms-modal__header .modal__close {
  top: 2rem;
  right: 2rem;
}
.terms-modal__header hr {
  height: 0.0625rem;
  background-color: #DEDEDE;
  margin-bottom: 0;
}
.terms-modal .modal__content {
  background: #FFFFFF;
  padding: 2.5rem;
  max-width: 36.375rem;
  width: 100%;
}
.terms-modal .modal__content .modal__inner-content .terms-of-service {
  max-height: 60vh;
  overflow-y: scroll;
  margin-top: 3.375rem;
}