body {
  margin: 0;
  font-family: "Avenir", "sans-serif";
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Regular.otf") format("opentype"), url("/assets/fonts/AvenirNextLTPro.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Demi.otf") format("opentype"), url("/assets/fonts/AvenirNextLTProDemi.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Avenir";
  src: url("/assets/fonts/AvenirNextLTPro-Bold.otf") format("opentype"), url("/assets/fonts/AvenirNextLTProBold.ttf") format("truetype");
  font-weight: 700;
}
.nav {
  display: flex;
  background-color: #323232;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .nav {
    flex-direction: row;
    padding: 0 3rem;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1280px) {
  .nav {
    padding: 0 9rem;
  }
}
.nav__logo a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .nav__logo a {
    padding-top: 1rem;
  }
}
.nav__logo-image {
  height: 1.25rem;
  width: 7.5rem;
}
.nav__menu {
  display: flex;
  list-style-type: none;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .nav__menu {
    padding-top: 1rem;
    justify-content: space-around;
    text-align: center;
    width: 100%;
    padding-left: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav__menu {
    padding-inline-start: 0px;
    padding-top: 2.25rem;
    padding-left: 4rem;
    justify-content: start;
    gap: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__menu {
    padding-inline-start: 0px;
    padding-top: 2.25rem;
    padding-left: 4rem;
  }
}
.nav__menu-item {
  cursor: pointer;
  color: #E1E1E1;
  position: relative;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .nav__menu-item {
    width: 50%;
    height: auto;
    padding-bottom: 1rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav__menu-item {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-bottom: 2.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__menu-item {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.nav__menu-item--current {
  color: #E1E1E1;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
.nav__menu-item--current:hover {
  color: #FFFFFF;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .nav__menu-item--current {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav__menu-item--current {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .nav__menu-item--current {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav__menu-item:hover {
    border-bottom: 0.2rem solid #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .nav__menu-item:hover {
    border-bottom: 0.2rem solid #FFFFFF;
  }
}
.nav__menu .active a {
  color: #FFFFFF;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .nav__menu .active {
    border-bottom: 0.2rem solid #FFFFFF;
  }
}
@media only screen and (min-width: 768px) {
  .nav__menu .active {
    border-bottom: 0.2rem solid #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav__active--left {
    position: absolute;
    border-bottom: 0.25rem solid #FFFFFF;
    bottom: 0;
    left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav__menu-item:hover ~ .nav__active--right {
    position: absolute;
    border-bottom: 0.25rem solid #FFFFFF;
    bottom: 0;
    right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .nav .nav__menu-item--current:nth-child(1):hover ~ .nav__active--right {
    position: absolute;
    border-bottom: 0.25rem solid #FFFFFF;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

.hero {
  background-image: url(../assets/images/hero-bio.jpg), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .hero {
    height: 13rem;
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    height: 33rem;
    width: 100vw;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: 41.5rem;
    width: 100vw;
    background-position-y: -0.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    padding: 1rem 0rem 1rem 0rem;
    margin-left: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 768px) {
  .hero__title {
    padding: 1.5rem 0rem 1.5rem 0rem;
    margin-left: 3rem;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .hero__title {
    padding: 1.5rem 0rem 1.5rem 0rem;
    margin-left: 9rem;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 4.25rem;
  }
}

.bio {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .bio__title {
    font-size: 1.5rem;
    padding: 1.5rem 0rem 1rem 0rem;
    margin-left: 1rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (min-width: 768px) {
  .bio__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 0rem;
    margin-left: 3rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 0rem;
    margin-left: 9rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
.bio__image-wrapper {
  width: 100vw;
  display: flex;
}
.bio__image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0rem auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .bio__image-wrapper img {
    width: 100%;
    height: auto;
    padding: 0rem 1rem;
    vertical-align: bottom;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) {
  .bio__image-wrapper img {
    width: 76vw;
    height: auto;
    margin: 0rem auto;
    vertical-align: bottom;
    display: block;
    box-sizing: border-box;
    -o-object-position: 0rem 3rem;
       object-position: 0rem 3rem;
    position: relative;
    top: -3.125rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__image-wrapper img {
    width: 67vw;
    vertical-align: bottom;
    height: auto;
    margin: 0rem auto;
    display: block;
    box-sizing: border-box;
    -o-object-position: 0rem 3rem;
       object-position: 0rem 3rem;
    position: relative;
    top: -3.125rem;
  }
}
.bio__subtext {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .bio__subtext {
    margin: 0rem 1rem;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 1rem 0rem 0rem 0rem;
    color: #323232;
  }
  .bio__subtext--quote-name {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin: 0rem 1rem;
    color: #323232;
  }
  .bio__subtext--body-header {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-top: 1.5rem;
    margin: 0rem 1rem;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .bio__subtext {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    width: 76vw;
    margin: 0rem auto;
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    top: -1.5625rem;
    color: #323232;
  }
  .bio__subtext--quote-name {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    width: 76vw;
    margin: 0rem auto;
    line-height: 2rem;
    font-size: 1.25em;
    position: relative;
    bottom: 1rem;
    color: #323232;
  }
  .bio__subtext--body-header {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    width: 76vw;
    margin: 0rem auto;
    padding: 2.25rem 0rem 2.25rem 0rem;
    color: #000000;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__subtext {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    width: 67vw;
    position: relative;
    color: #323232;
    box-sizing: border-box;
    padding-right: 9rem;
  }
  .bio__subtext--quote-name {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    line-height: 2rem;
    padding: 0rem 0rem;
    width: 67vw;
    margin: 0rem auto;
    font-size: 1.25em;
    position: relative;
    top: -2rem;
    color: #323232;
  }
  .bio__subtext--body-header {
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    width: 67vw;
    margin: 0rem auto;
    padding: 2.25rem 0rem 2.25rem 0rem;
    color: #000000;
  }
}
.bio__main-wrapper {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .bio__main-wrapper {
    flex-direction: column;
    margin: 0rem 1rem 1rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .bio__main-wrapper {
    flex-direction: row;
    margin: 0rem auto;
    width: 76vw;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__main-wrapper {
    flex-direction: row;
    margin: 0rem auto;
    width: 67vw;
  }
}
@media only screen and (max-width: 767px) {
  .bio__main-paragraph {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    line-height: 1.125rem;
    color: #323232;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .bio__main-paragraph {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    color: #323232;
    font-size: 0.875rem;
    padding-bottom: 2.25rem;
    padding-right: 2rem;
    margin-top: 0rem;
  }
}
@media only screen and (min-width: 1280px) {
  .bio__main-paragraph {
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    color: #323232;
    font-size: 0.875rem;
    padding-bottom: 2.25rem;
    padding-right: 2rem;
    margin-top: 0rem;
  }
}

.photo-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #FAFAFA;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .photo-gallery__title {
    font-size: 1.5rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
    padding: 1.5rem 0rem 0rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .photo-gallery__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 3rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-gallery__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 8rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery__images {
    padding: 0rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .photo-gallery__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0rem 1.75rem 0rem 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .photo-gallery__images {
    padding: 0rem 7rem 0rem 8rem;
  }
}
.photo-gallery__images img {
  width: 100%;
  height: auto;
  padding-top: 1rem;
  vertical-align: bottom;
  box-sizing: border-box;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .photo-gallery__images img {
    width: 33.33%;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 0rem;
  }
}
.photo-gallery__images img:hover {
  filter: grayscale(0%);
}

.comments {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .comments {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .comments__title {
    font-size: 1.5rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
    padding: 1.5rem 1rem 1rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .comments__title {
    font-size: 2.25rem;
    padding: 3rem 2.25rem 2.25rem 2.25rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
@media only screen and (min-width: 1280px) {
  .comments__title {
    font-size: 2.25rem;
    padding: 3rem 0rem 2.25rem 7rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    color: #323232;
  }
}
.comments__form-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 1rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__form-wrapper {
    padding: 0rem 5.95rem 0rem 6.5rem;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .comments__form-wrapper {
    padding: 0rem 4rem 0rem 4.75rem;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    width: 60%;
  }
}
.comments__form-avatar {
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.comments__form-avatar img {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  position: relative;
  top: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .comments__form-avatar img {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    right: 0.325rem;
  }
}
.comments__form-submission {
  flex: 1 1 auto;
  display: block;
  width: 92%;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 1rem;
}
.comments__form-user-info {
  flex: 1 1 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0rem 0rem 0 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__form-user-info {
    padding: 0rem 0rem 0rem 0.75rem;
  }
}
.comments__form-user-info label,
.comments__form-user-info input {
  display: block;
  width: 97%;
  box-sizing: border-box;
}
.comments__form-user-info label[for=userName],
.comments__form-user-info label[for=comment] {
  color: #AFAFAF;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 1.25rem;
  padding-bottom: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .comments__form-user-info label[for=userName],
  .comments__form-user-info label[for=comment] {
    font-size: 0.75rem;
    line-height: 1.25rem;
    position: unset;
  }
}
.comments__form-user-info input,
.comments__form-user-info textarea {
  border: 1px solid #E1E1E1;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  padding: 0.75rem;
  margin-bottom: 1rem;
  width: 100%;
  background-color: #FAFAFA;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .comments__form-user-info input,
  .comments__form-user-info textarea {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.comments__form-user-info input[type=comment],
.comments__form-user-info textarea[type=comment] {
  height: 5.5rem;
}
.comments__form-user-info input::-moz-placeholder, .comments__form-user-info textarea::-moz-placeholder {
  color: #000000;
}
.comments__form-user-info input::placeholder,
.comments__form-user-info textarea::placeholder {
  color: #000000;
}
.comments__form-user-info input:focus,
.comments__form-user-info textarea:focus {
  outline: 1px solid #323232;
}
.comments__form-user-info textarea {
  resize: none;
}
.comments__form-user-info--missing-data {
  border-color: #D22D2D;
}
.comments__form-user-info input.comments__form-user-info--missing-data,
.comments__form-user-info textarea.comments__form-user-info--missing-data {
  outline: 1px solid #D22D2D;
}
@media only screen and (min-width: 768px) {
  .comments__button-wrapper {
    display: flex;
    justify-content: end;
  }
}
.comments__button {
  background-color: #323232;
  color: #FFFFFF;
  border: none;
  height: 2.5rem;
  border-radius: 0.25rem;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
  position: relative;
  left: 0.875rem;
  cursor: pointer;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .comments__button {
    position: unset;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .comments__button {
    padding: 0.0313rem 2rem;
    width: 9.375rem;
    margin-right: 0.95rem;
  }
}
.comments__button:hover {
  background-color: #000000;
}
.comments__section {
  height: auto;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .comments__section {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .comments__section {
    margin-left: 8.4rem;
  }
}
.comments__section--single {
  display: flex;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .comments__section--single {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .comments__section--single {
    margin: 0 auto;
    width: 60%;
    box-sizing: border-box;
  }
}
.comments__avatar {
  box-sizing: border-box;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__avatar {
    margin-left: -2rem;
  }
}
.comments__avatar-default {
  background-color: #E1E1E1;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  position: relative;
  top: 2px;
  left: 0.125rem;
}
@media only screen and (min-width: 768px) {
  .comments__avatar-default {
    height: 3rem;
    width: 3rem;
    position: relative;
    right: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .comments__avatar-default {
    top: 0rem;
  }
}
.comments__main {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .comments__main {
    width: 75vw;
    margin-right: 4.2612rem;
    padding-right: 1.95rem;
    width: 100%;
  }
}
.comments__main-name_timestamp {
  padding: 0rem 1rem 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .comments__main-name_timestamp {
    padding: 0rem 0rem 0.5rem 1rem;
  }
}
.comments__main--body-content {
  color: #323232;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1.125rem;
  padding: 0rem 0.25rem 0.25rem 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__main--body-content {
    font-size: 0.875rem;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
    margin-right: -0.375rem;
  }
}
.comments__main--delete-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: end;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .comments__main--delete-wrapper {
    margin-right: 0rem;
  }
}
.comments__main--delete-button {
  font-size: 10px;
  color: #AFAFAF;
  width: 3rem;
  display: flex;
  background-color: transparent;
  border-color: transparent;
  justify-content: flex-end;
  cursor: pointer;
}
.comments__main--delete-button:hover {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #d42a51;
  border-radius: 0.25rem;
}

.userName {
  color: #000000;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .userName {
    font-size: 0.875rem;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    line-height: 1.25rem;
  }
}

.timestamp {
  color: #AFAFAF;
  font-size: 0.8125rem;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  line-height: 1.125rem;
}
@media only screen and (min-width: 768px) {
  .timestamp {
    font-size: 0.875rem;
    font-family: "Avenir", sans-serif;
    font-weight: 400;
    line-height: 1.25rem;
  }
}

.commentsForm {
  display: flex;
}

.footer {
  background-color: #323232;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 1rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 2.25rem 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer {
    padding: 3rem 9rem;
  }
}
.footer__sec-one {
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .footer__sec-one {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .footer__sec-one {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__sec-one {
    flex-direction: row;
  }
}
.footer__sec-one-half {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .footer__sec-one-half {
    gap: 2rem;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__sec-one-half {
    gap: 5rem;
  }
}
.footer__sec-one--contact-title {
  font-family: "Avenir", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer__sec-one--contact-title {
    font-size: 1.5rem;
    padding: 1.5rem 1rem 0rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__sec-one--contact-title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__sec-one--contact-title {
    font-size: 2.25rem;
  }
}
.footer__sec-one--logos {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer__sec-one--logos {
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sec-one--logos a img {
    vertical-align: bottom;
    padding: 1rem 1rem 0rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__sec-one--logos a img {
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .footer__sec-one--td-logo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .footer__sec-one--td-logo {
    box-sizing: border-box;
    padding-right: 0.6rem;
  }
  .footer__sec-one--td-logo-image {
    height: 1.25rem;
    width: 7.5rem;
  }
}
.footer__contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer__contact-info {
    justify-content: space-between;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact-info {
    gap: 2.6rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__contact-info {
    gap: 5.69rem;
    padding-top: 1.5rem;
  }
}
.footer__contact-info-block {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .footer__contact-info--top {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 1rem 1rem 1rem 0rem;
    color: #FFFFFF;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact-info--top {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 1rem 1rem 1rem 0rem;
    color: #FFFFFF;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__contact-info--top {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 1rem 1rem 1rem 0rem;
    color: #FFFFFF;
    font-family: "Avenir", sans-serif;
    font-weight: 600;
    flex-direction: row;
  }
}
.footer__contact-info--middle {
  color: #FFFFFF;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer__contact-info--middle {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact-info--middle {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__contact-info--middle {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
.footer__contact-info--bottom a {
  color: #FFFFFF;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer__contact-info--bottom a {
    text-decoration: none;
    font-size: 0.8125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact-info--bottom a {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__contact-info--bottom a {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    padding: 0rem 1rem 1rem 0rem;
  }
}
.footer__logo {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__logo-image {
    height: 1.25rem;
    width: 7.5rem;
    padding: 2rem 0rem 1rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__logo {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__logo {
    display: none;
  }
}
.footer__copywrite {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer__copywrite {
    font-size: 0.625rem;
    padding: 0rem 0rem 0.625rem 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer__copywrite {
    font-size: 0.625rem;
    padding: 3rem 0rem 1rem 0rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer__copywrite {
    font-size: 0.625rem;
    padding: 3rem 0rem 1rem 0rem;
  }
}/*# sourceMappingURL=bio.css.map */