@font-face {
  font-family: "Gilroy, sans-serif";
  src: url("../FONT/Gilroy-Medium.otf");
}
body {
  color: #2d2f30;
  width: 100%;
  margin: 0;
  font-family: "Gilroy", sans-serif, sans-serif;
  scroll-behavior: smooth;
  transition: 2s linear;
}
body .show {
  display: block !important;
}
body .content-container {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background-color: white;
}
body .content-container #nav-menu-links {
  display: none;
}
body .content-container #nav {
  z-index: 103;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  height: 56px;
  transition: box-shadow 0.3s ease-in-out;
}
body .content-container #nav.scrolled {
  box-shadow: 0 12px 16px -24px rgba(0, 0, 0, 0.5);
}
body .content-container #nav #logo-nav {
  margin-left: 16px;
  margin-top: 4px;
}
body .content-container #nav #logo-nav img {
  width: 32px;
}
body .content-container #nav #menu-toggle-btn {
  display: none;
}
body .content-container #nav #header-link {
  display: none;
}
body .content-container #nav #header-link a {
  padding: 8px 16px;
  border-radius: 5px;
}
body .content-container #nav #menu-toggle-btn {
  display: block;
  margin: 16px;
  width: 28px;
  height: 28px;
}
body .content-container #nav #menu-toggle-btn:hover {
  cursor: pointer;
}
body .content-container #nav #menu-toggle-btn span {
  background: #2d2f30;
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body .content-container #nav #menu-toggle-btn span:nth-child(1) {
  margin-top: 4px;
}
body .content-container #nav #menu-toggle-btn.open {
  height: 28px;
}
body .content-container #nav #menu-toggle-btn.open span {
  width: 24px;
  margin: 0;
}
body .content-container #nav #menu-toggle-btn.open span:nth-child(1) {
  transform: translate(0, 15px) rotate(-45deg) scaleX(1.3);
}
body .content-container #nav #menu-toggle-btn.open span:nth-child(2) {
  height: 0;
  margin: 0;
  transition: none;
}
body .content-container #nav #menu-toggle-btn.open span:nth-child(3) {
  transform: translate(0, 13px) rotate(45deg) scaleX(1.3);
}
body .content-container #nav-menu-links {
  padding: 8px 0 16px;
  position: fixed;
  background: white;
  width: 100%;
  z-index: 102;
  right: 0;
  left: 0;
  top: 56px;
  opacity: 1;
}
body .content-container #nav-menu-links a {
  text-decoration: none;
  color: #2d2f30;
  font-weight: 500;
}
body .content-container #nav-menu-links a .mobile-links {
  height: 56px;
  display: flex;
  align-items: center;
  margin: 0 16px;
  border-bottom: 1px solid #dadee1;
}
body .content-container #nav-menu-links a:last-child .mobile-links {
  border-bottom: none;
}
body .mobile-nav-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d2f30;
  z-index: 1;
  opacity: 0.5;
  display: none;
}
body .header-bio {
  margin: 76px 16px 0 16px;
  padding: 24px 32px;
  color: white;
  border-radius: 40px;
  background: linear-gradient(112deg, rgb(45, 47, 48) 32%, rgb(52, 89, 123) 100%);
  height: fit-content;
}
body .header-bio .bio-title {
  font-size: 40px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 64px;
  letter-spacing: 0.2px;
}
body .header-bio .bio-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  letter-spacing: 0.4px;
}
body .header-bio .bio-content p {
  margin-bottom: 0;
}
body .header-bio .bio-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 40px;
  font-size: 14px;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
}
body .header-bio .bio-cta a {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  height: 48px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body .header-bio .bio-cta a.btn-link {
  background-color: white;
  color: #2d2f30;
  margin-bottom: 8px;
}
body .header-bio .bio-cta a.btn-link:hover {
  background-color: #34597b;
  color: white;
}
body .header-bio .bio-cta a.text-link {
  color: white;
  border-radius: 10px;
  height: 48px;
  width: 100%;
  margin-top: 8px;
}
body .header-bio .bio-cta a.text-link:hover {
  box-shadow: inset 0 0 0 2px white;
}
body .header-bio .bio-cta a.text-link span img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: flex;
}
body .projects {
  margin: 80px 16px 0;
}
body .projects .project-header .project-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
body .projects .project-header .project-content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
body .projects .project-header .project-content p {
  margin: 8px 0 24px;
}
body .projects .project-list {
  display: flex;
  gap: 24px;
  flex-direction: column;
  margin-top: 24px;
}
body .projects .project-list .portfolio {
  text-decoration: none;
  background-color: #f8f8f8;
  border-radius: 40px;
  border: 1px solid #dadee1;
}
body .projects .project-list .portfolio:hover {
  box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}
body .projects .project-list .portfolio .project-thumb {
  width: 100%;
  background-color: #f8f8f8;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
body .projects .project-list .portfolio .project-thumb picture {
  display: flex;
}
body .projects .project-list .portfolio .project-thumb picture img {
  width: 100%;
}
body .projects .project-list .portfolio .project-name {
  color: #2d2f30;
  padding: 40px 0 32px 40px;
}
body .projects .project-list .portfolio .project-name .project-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}
body .projects .project-list .portfolio .project-name .category {
  font-size: 14px;
}
body .projects .project-list .portfolio .project-name .category span {
  border: 1px solid #2d2f30;
  opacity: 0.2;
  margin: 0 8px;
}
body .projects .project-list .portfolio .project-name .project-cta {
  font-size: 14px;
  font-weight: bold;
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body .projects .project-list .portfolio .project-name .project-cta img {
  width: 16px;
  height: 16px;
}
body .resume {
  margin: 80px 16px 0;
}
body .resume .resume-header .resume-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
}
body .resume .resume-header .resume-content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
body .resume .resume-header .resume-content p {
  margin: 8px 0 24px;
}
body .resume .resume-header .download#header-download {
  display: none;
}
body .resume .resume-header .download#header-download:hover {
  box-shadow: inset 0 0 0 2px #2d2f30;
  background-color: white;
  color: #2d2f30;
}
body .resume .resume-list .roles {
  cursor: pointer;
  padding: 24px 0;
  position: relative;
}
body .resume .resume-list .roles::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #dadee1, white);
}
body .resume .resume-list .roles:last-child::after {
  background: none;
}
body .resume .resume-list .roles .role-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
body .resume .resume-list .roles .role-header .timeline {
  opacity: 60%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  font-weight: 500;
}
body .resume .resume-list .roles .role-header .role-title {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.2px;
  padding-top: 8px;
}
body .resume .resume-list .roles .role-header .plus,
body .resume .resume-list .roles .role-header .minus {
  display: none;
  font-size: 40px;
  height: 28px;
  width: 28px;
  line-height: 40px;
  font-weight: 200;
  color: #670d2f;
}
body .resume .resume-list .roles .content {
  display: none;
}
body .resume .resume-list .roles .content ul {
  margin: 16px 0 0;
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-left: 24px;
}
body .resume .resume-list .roles .content ul li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
body .resume .resume-list .roles:last-child {
  border-bottom: none;
}
body .resume .skills {
  background-color: #f8f8f8;
  border-radius: 40px;
  padding: 48px 32px 32px;
  margin-top: 40px;
  font-weight: 500;
}
body .resume .skills .skills-title {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .resume .skills .skills-title span img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
body .resume .skills ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 8px;
}
body .resume .skills ul li {
  list-style-type: none;
  padding: 8px 16px;
  background-color: white;
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.2px;
}
body .resume .education {
  background-color: #f8f8f8;
  border-radius: 40px;
  padding: 48px 32px 32px;
  margin-top: 16px;
  font-weight: 500;
}
body .resume .education .education-title {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
body .resume .education .education-title span img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
body .resume .education .school-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
body .resume .education .school-list .school {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
body .resume .education .school-list .school .school-name {
  font-weight: bold;
}
body .resume .education .school-list .school .major {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}
body .resume .education .school-list .school .major .year {
  opacity: 60%;
}
body .resume .download {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: white;
  border-radius: 10px;
  background-color: #2d2f30;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  margin-top: 24px;
}
body .resume .download img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
body #testimonial {
  margin: 80px 0;
}
body #testimonial .gallery {
  /* cell number */
  /*.gallery-cell:before {
      display: block;
      text-align: center;
      content: counter(gallery-cell);
      line-height: 200px;
      font-size: 80px;
      color: white;
  }*/
}
body #testimonial .gallery .flickity-viewport {
  height: 520px;
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell {
  width: 100%;
  height: fit-content;
  margin: 16px;
  counter-increment: gallery-cell;
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content {
  margin: 0 16px;
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content p {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1px;
  font-weight: bold;
  margin: 0;
  color: rgba(45, 47, 48, 0.5);
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content p span {
  background: -webkit-linear-gradient(335deg, rgb(45, 47, 48) 0%, rgb(52, 89, 123) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content .label {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.2px;
}
body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content .label span:nth-child(2) {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  opacity: 0.5;
}
body #testimonial .gallery .flickity-button {
  color: #670d2f;
}
body #testimonial .gallery .flickity-button .flickity-button-icon {
  left: 32%;
  top: 36%;
  width: 16px;
  height: 16px;
}
body #testimonial .gallery .flickity-prev-next-button {
  top: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  margin-top: 40px;
}
body #testimonial .gallery .flickity-prev-next-button.previous {
  left: 16px;
}
body #testimonial .gallery .flickity-prev-next-button.next {
  right: 16px;
}
body #testimonial .gallery .flickity-page-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -44px;
}
body #testimonial .gallery .flickity-page-dots .dot {
  width: 4px;
  height: 4px;
  background-color: #670d2f;
  opacity: 1;
}
body #testimonial .gallery .flickity-page-dots .dot.is-selected {
  width: 8px;
  height: 8px;
}
body .footer {
  font-size: 14px;
  line-height: 20px;
  margin: 146px 16px 0;
  padding: 64px 0 40px;
  color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: linear-gradient(112deg, rgb(45, 47, 48) 32%, rgb(52, 89, 123) 100%);
}
body .footer .disclaimer {
  margin-left: 32px;
  margin-top: 24px;
}
body .footer .disclaimer .logo {
  width: fit-content;
}
body .footer .disclaimer .logo img {
  width: 32px;
  height: 32px;
}
body .footer .disclaimer .copy {
  margin-top: 8px;
  width: 80%;
}
body .footer .linkedin {
  margin-left: 32px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
body .footer .linkedin span {
  height: 28px;
}
body .footer .linkedin span img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border-radius: 5px;
}

@media screen and (min-width: 767px) {
  body .content-container {
    margin: 0;
  }
  body .content-container #nav-menu-links {
    display: none;
  }
  body .content-container #nav #menu-toggle-btn {
    display: none;
  }
  body .content-container #nav #logo-nav {
    margin-left: 48px;
  }
  body .content-container #nav #header-link {
    display: flex;
    gap: 8px;
    font-weight: 500;
    margin-right: 48px;
  }
  body .content-container #nav #header-link a {
    color: #2d2f30;
    text-decoration: none;
    box-shadow: inset 0 0 0 2px transparent;
  }
  body .content-container #nav #header-link a:hover {
    color: #670d2f;
  }
  body .header-bio {
    margin: 96px 48px 0 48px;
    padding: 24px 48px;
  }
  body .header-bio .bio-title {
    font-size: 44px;
    line-height: 66px;
    padding-top: 24px;
  }
  body .header-bio .bio-content {
    font-size: 15px;
    line-height: 24px;
    width: 76%;
  }
  body .header-bio .bio-cta {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
  }
  body .header-bio .bio-cta a {
    width: fit-content;
    padding: 0 32px;
  }
  body .header-bio .bio-cta a.btn-link {
    margin-bottom: 0;
    width: fit-content;
  }
  body .header-bio .bio-cta a.text-link {
    width: fit-content;
    margin-top: 0;
  }
  body .projects {
    margin: 80px 48px 0;
  }
  body .projects .project-header .project-title {
    font-size: 30px;
    line-height: 44px;
  }
  body .projects .project-header .project-content {
    font-size: 15px;
    margin-top: 16px;
    width: 80%;
  }
  body .projects .project-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
  body .projects .project-list .portfolio .project-name {
    padding: 40px 0 32px 32px;
  }
  body .projects .project-list .portfolio .project-name .project-title {
    font-size: 18px;
  }
  body .projects .project-list .portfolio .project-name .category {
    font-size: 15px;
  }
  body .projects .project-list .portfolio .project-name .project-cta {
    font-size: 15px;
  }
  body .resume {
    margin: 80px 48px 0;
  }
  body .resume .resume-header .resume-title {
    font-size: 30px;
    line-height: 44px;
  }
  body .resume .resume-header .resume-content {
    font-size: 15px;
    margin-top: 16px;
    width: 80%;
  }
  body .resume .experience .resume-list .roles .role-header .timeline {
    font-size: 15px;
    line-height: 24px;
  }
  body .resume .experience .resume-list .roles .role-header .role-title {
    font-size: 18px;
    line-height: 28px;
  }
  body .resume .experience .resume-list .roles .role-header .plus,
  body .resume .experience .resume-list .roles .role-header .minus {
    margin-right: 104px;
  }
  body .resume .experience .resume-list .roles .content ul {
    width: 80%;
  }
  body .resume .experience .resume-list .roles .content ul li {
    font-size: 15px;
  }
  body .resume .skills .skills-title {
    font-size: 18px;
  }
  body .resume .skills ul li {
    font-size: 15px;
    line-height: 24px;
  }
  body .resume .education .education-title {
    font-size: 18px;
  }
  body .resume .education .school-list {
    margin-top: 24px;
  }
  body .resume .education .school-list .school {
    font-size: 15px;
    display: flex;
  }
  body .resume .education .school-list .school .major {
    margin-top: 0;
    flex: 1;
    margin-left: 16px;
  }
  body .resume .download {
    width: fit-content;
    padding: 0 32px;
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content {
    margin: 0 48px;
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content p {
    width: 90%;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0.1px;
  }
  body #testimonial .gallery .flickity-prev-next-button {
    top: 104%;
  }
  body #testimonial .gallery .flickity-prev-next-button.previous {
    left: 48px;
  }
  body #testimonial .gallery .flickity-prev-next-button.next {
    right: 48px;
  }
  body #testimonial .gallery .flickity-page-dots {
    bottom: -62px;
  }
  body .footer {
    display: flex;
    padding: 64px 48px 40px;
    margin: 128px 48px 0;
    align-items: center;
  }
  body .footer .footer-container {
    display: flex;
  }
  body .footer .footer-container .linkedin {
    order: 2;
  }
  body .footer .footer-container .disclaimer {
    display: flex;
    margin-top: 0;
    margin-left: 0;
  }
  body .footer .footer-container .disclaimer .logo img {
    width: 40px;
    height: 40px;
  }
  body .footer .footer-container .disclaimer .copy {
    width: 64%;
    margin-left: 16px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1279px) {
  body .content-container {
    display: flex;
    justify-content: center;
  }
  body .content-container #nav {
    max-width: 1200px;
    height: 64px;
  }
  body .content-container #nav #logo-nav {
    margin-left: 0;
  }
  body .content-container #nav #header-link {
    margin-right: 0;
  }
  body .header-bio {
    max-width: 1200px;
    margin: 104px auto 0;
    height: fit-content;
    padding: 48px 0 72px;
    display: grid;
    grid-template-columns: 488px 1fr;
    grid-template-rows: 200px 1fr;
    column-gap: 56px;
  }
  body .header-bio .bio-title {
    font-size: 66px;
    line-height: 72px;
    margin-left: 80px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-top: 0;
    min-width: 440px;
  }
  body .header-bio .bio-content {
    font-size: 16px;
    line-height: 32px;
    width: 74%;
    margin-left: 0;
    grid-column: 2;
    align-items: center;
    padding-top: 16px;
  }
  body .header-bio .bio-cta {
    margin-left: 80px;
    padding-bottom: 0;
    margin-top: 16px;
  }
  body .header-bio .bio-cta a.text-link {
    margin-top: 0;
  }
  body .projects {
    max-width: 1200px;
    margin: 96px auto 0;
  }
  body .projects .project-header .project-title {
    font-size: 41px;
    line-height: 52px;
  }
  body .projects .project-header .project-content {
    font-size: 16px;
    margin-top: 16px;
    width: 50%;
  }
  body .projects .project-list {
    margin-top: 32px;
    row-gap: 24px;
  }
  body .projects .project-list .portfolio .project-name {
    padding: 48px 0 40px 56px;
  }
  body .projects .project-list .portfolio .project-name .project-title {
    font-size: 22px;
    line-height: 32px;
  }
  body .projects .project-list .portfolio .project-name .category {
    font-size: 16px;
    line-height: 24px;
  }
  body .projects .project-list .portfolio .project-name .project-cta {
    font-size: 16px;
    line-height: 24px;
  }
  body .projects .project-list .portfolio .project-thumb {
    aspect-ratio: unset;
  }
  body .resume {
    width: 1200px;
    margin: 32px auto 0;
    display: flex;
  }
  body .resume .resume-header {
    width: 50%;
    position: sticky;
    top: 0;
    height: 70vh;
    padding-top: 64px;
  }
  body .resume .resume-header .resume-title {
    font-size: 41px;
    line-height: 52px;
    margin-top: 40px;
  }
  body .resume .resume-header .resume-content {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
  }
  body .resume .resume-header .download#header-download {
    display: flex;
  }
  body .resume .experience {
    width: 50%;
    padding-top: 64px;
  }
  body .resume .experience .resume-list .roles {
    padding: 40px 0;
  }
  body .resume .experience .resume-list .roles .role-header .role-title {
    font-size: 22px;
    line-height: 32px;
  }
  body .resume .experience .resume-list .roles .role-header .timeline {
    font-size: 16px;
    line-height: 26px;
  }
  body .resume .experience .resume-list .roles .role-header .plus,
  body .resume .experience .resume-list .roles .role-header .minus {
    margin-right: 72px;
    line-height: 28px;
  }
  body .resume .experience .skills ul li {
    font-size: 16px;
    line-height: 26px;
  }
  body .resume .experience .download {
    display: none;
  }
  body #testimonial {
    margin: 96px auto;
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell {
    opacity: 0.2;
    width: 1200px;
    filter: grayscale(1);
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell.is-selected {
    opacity: 1;
    transition: 1s;
    filter: grayscale(0);
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content {
    margin: 0 auto;
    max-width: 1200px;
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content p {
    font-size: 36px;
    line-height: 56px;
    width: 84%;
  }
  body #testimonial .gallery .flickity-viewport .flickity-slider .gallery-cell .gallery-cell-content .label {
    margin-top: 40px;
    gap: 8px;
  }
  body #testimonial .gallery .flickity-button {
    position: relative;
  }
  body #testimonial .gallery .flickity-button.flickity-prev-next-button {
    margin-top: 0;
  }
  body #testimonial .gallery .flickity-button.flickity-prev-next-button.previous {
    left: 48px;
    top: 50%;
    position: absolute;
  }
  body #testimonial .gallery .flickity-button.flickity-prev-next-button.next {
    right: 48px;
    top: 50%;
    position: absolute;
  }
  body #testimonial .gallery .flickity-page-dots {
    display: none;
  }
  body .footer {
    max-width: 1200px;
    margin: 96px auto 0;
    padding: 48px 0 40px;
  }
  body .footer br {
    display: none;
  }
  body .footer .footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 72px;
    align-items: center;
  }
}

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