@import url(vendors/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&amp;display=swap");

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

html {
  font-size: 1rem;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

body,
html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: linear-gradient(145.44deg, #f2f4fa 0%, #fafbfc 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #5e6e80;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 580px) {
  body {
    line-height: 1.6;
  }
}

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.is-scroll-disabled {
    overflow: hidden;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.no-scroll-height {
  overflow-x: hidden;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b4b5e;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.title--h1 {
  font-size: 2rem;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 580px) {
  .title--h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
}
.title--h2 {
  font-size: 1.625rem;
}
@media only screen and (max-width: 580px) {
  .title--h2 {
    font-size: 1.375rem;
  }
}
.title--h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .title--h3 {
    font-size: 1.125rem;
  }
}
.title--h4 {
  font-size: 1.125rem;
}
.title--h4 .title-icon {
  font-size: 1.555rem;
}
@media only screen and (max-width: 580px) {
  .title--h4 {
    font-size: 1rem;
  }
}
.title--h5 {
  font-size: 1rem;
}
@media only screen and (max-width: 580px) {
  .title--h5 {
    font-size: 0.875rem;
  }
}
.title--h6 {
  font-size: 0.875rem;
}
@media only screen and (max-width: 580px) {
  .title--h6 {
    font-size: 0.75rem;
  }
}
.title--tone {
  color: #304cfd;
}
.title-icon {
  margin-right: 0.5rem;
  margin-top: -0.25rem;
  color: #0d86ff;
  font-size: 1.875rem;
}
@media only screen and (max-width: 580px) {
  .title-icon {
    font-size: 1.875rem;
  }
}
.title__separate {
  margin-bottom: 2.3125rem;
  position: relative;
}
.title__separate::before,
.title__separate::after {
  content: "";
  background-color: #304cfd;
  border-radius: 0.5rem;
  height: 5px;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 3.125rem;
  z-index: 1;
}
.title__separate::after {
  background-color: #ff965d;
  width: 1rem;
}
.title-stars {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  color: #ff965d;
}
@media only screen and (max-width: 580px) {
  .title__separate {
    margin-bottom: 1.5625rem;
  }
  .title__separate::before,
  .title__separate::after {
    height: 0.1875rem;
    bottom: -0.625rem;
  }
  .title__separate::before {
    width: 3rem;
  }
  .title__separate::after {
    width: 1rem;
  }
  .title-stars {
    top: 0.9rem;
    right: 1rem;
  }
}

.weight--400 {
  font-weight: 400;
}
.weight--500 {
  font-weight: 500;
}
.weight--600 {
  font-weight: 600;
}

.overhead {
  color: rgba(94, 110, 128, 0.8);
  font-size: 0.75rem;
  display: block;
  text-transform: uppercase;
}

a {
  color: #304cfd;
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
a:hover {
  color: #304cfd;
  outline: none;
  text-decoration: underline;
}
a.decoration--none {
  text-decoration: none;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

iframe {
  background-color: #5e6e80;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.cover {
  border-radius: 0.375rem;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .cover {
    border-radius: 0.25rem;
  }
}

::-moz-selection {
  background: transparent;
  color: #304cfd;
}

::selection {
  background: transparent;
  color: #304cfd;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1106;
  opacity: 1;
}
.preloader > * {
  min-width: 0;
}
.preloader__wrap {
  width: 100%;
  max-width: 9.375rem;
}
.preloader__progress {
  background: #fff;
  height: 0.125rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
.preloader__progress span {
  background: #304cfd;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}

.circle-pulse > * {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  animation: pulse 1.6s linear infinite;
}

.circle-pulse__1 {
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  margin-left: -3rem;
  background-color: #304cfd;
}

.circle-pulse__2 {
  width: 4.8rem;
  height: 4.8rem;
  margin-top: -2.4rem;
  margin-left: -2.4rem;
  background-color: rgba(48, 76, 253, 0.7);
  animation-delay: -0.8s;
}

@keyframes pulse {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.header-image {
  height: 19.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-image div {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
  width: 100%;
}

.header {
  display: flex;
  margin-bottom: 1.875rem;
}
.header > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  .header {
    margin-bottom: -0.5rem;
    top: -2rem;
  }
}
.header__opt {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  z-index: 9;
}
.header__opt *:hover {
  color: #0d86ff;
  cursor: pointer;
  transition: none;
  cursor: pointer;
}
.header__opt i {
  font-size: 1.3rem;
}
@media only screen and (max-width: 991px) {
  .header__opt *:hover {
    color: unset;
  }
}
.header__left {
  display: flex;
  align-items: start;
  flex: 0 0 50%;
  padding-right: 1.875rem;
  position: relative;
}
.header__left > * {
  min-width: 0;
}
.header__left::before {
  content: "";
  background-color: #ebf0f2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
@media only screen and (max-width: 991px) {
  .header__left {
    align-items: center;
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 1.25rem;
    text-align: center;
  }
  .header__left::before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
}
.header__right {
  display: flex;
  align-items: stretch;
  flex: 0 0 50%;
  padding-left: 1.875rem;
}
.header__right > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .header__right {
    padding-left: 0;
    padding-top: 1.875rem;
  }
  .header__right ul:first-child {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  .header__right {
    flex-direction: column;
    padding-top: 1.5rem;
  }
}
.header__photo {
  background-color: #fff;
  border: 0.375rem solid #fff;
  border-radius: 2.9375rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  margin-top: -4.125rem;
  height: 10.125rem;
  overflow: hidden;
  width: 10.125rem;
}
@media only screen and (max-width: 991px) {
  .header__photo {
    margin-top: -5rem;
    margin-bottom: 1.25rem;
  }
}
.header__photo-img {
  height: 100%;
  width: 100%;
}
.header__base-info {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .header__base-info {
    margin-left: 0;
  }
}
.header__base-info .title {
  margin-bottom: 0.125rem;
  text-align: center;
}
.header__social {
  display: flex;
  align-items: center;
  font-size: 1rem;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
  padding: 0;
  justify-content: space-evenly;
}
.header__social > * {
  min-width: 0;
}
.header__social li {
  margin-right: 1rem;
}
.header__social li:last-child {
  margin-right: 0;
}
.header__social a {
  color: #5e6e80;
  text-decoration: none;
}
.header__social a:hover {
  color: #304cfd;
}
/* @media only screen and (max-width: 991px) {
  .header__social {
    justify-content: center;
  }
} */
.header__contact {
  list-style: none;
  margin-bottom: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 991px) {
  .header__contact:first-child {
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  .header__contact {
    padding: 0;
    width: 100%;
  }
  .header__contact:first-child {
    margin-bottom: 0.75rem;
  }
}
.header__contact li {
  margin-bottom: 1rem;
  /* word-break: break-all; */
}
@media only screen and (max-width: 580px) {
  .header__contact li {
    margin-bottom: 0.75rem;
  }
}
.header__contact li:last-child {
  margin-bottom: 0;
}
.header__cv_dl {
  color: #fff;
  background: #5e6e80;
  font-size: 0.875rem;
  padding: 0.2rem 0;
  display: flex;
  width: 5.5rem;
  border-radius: 0.5rem;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0.25rem 0;
  margin-left: -0.1rem;
  font-weight: bold;
  width: 100%;
}
.header__cv_dl:hover {
  text-decoration: none;
  background: #304cfd;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .header__cv_dl {
    margin: 0.25rem auto;
    font-size: 0.875rem;
    width: 100%;
  }
}

.role {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  color: unset;
  font-weight: inherit;
}
.role > * {
  min-width: 0;
}

/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
.box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 40px rgba(103, 118, 128, 0.03);
  padding: 1.875rem;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
@media only screen and (max-width: 580px) {
  .box {
    padding: 1rem;
  }
}
.box .box-child {
  background-color: #ebf0f2;
  margin-bottom: 1rem;
}
.box .box-child .title {
  margin-bottom: 1rem;
}
.box .box-child .progress {
  background-color: #fff;
}
.box-child-title {
  position: absolute;
  margin-top: -4px;
}
.box__border {
  border: 2px solid #ebf0f2;
  border-radius: 20px;
}
@media only screen and (max-width: 580px) {
  .box__border {
    border-radius: 13.3333333333px;
    padding: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .box-content {
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 580px) {
  .box-content {
    border-radius: 13.3333333333px;
  }
}

.js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}

.overlay {
  position: relative;
}
.overlay::before,
.overlay--45::before,
.overlay--80::before {
  content: "";
  background-color: rgba(46, 47, 54, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.overlay--45::before {
  background-color: rgba(46, 47, 54, 0.45);
}
.overlay--80::before {
  background-color: rgba(46, 47, 54, 0.8);
}

.gutter-top {
  padding-top: 14.375rem;
}
@media only screen and (max-width: 580px) {
  .gutter-top {
    padding-top: 15.125rem;
  }
}
.gutter-top-100 {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 580px) {
  .gutter-top-100 {
    padding-top: 8.125rem;
  }
}

/* -----------------------------------------------------------------
    - Navbar
----------------------------------------------------------------- */
.sidebar {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar {
    border-bottom: 1px solid #ebf0f2;
    border-radius: 20px 20px 0 0;
    padding: 1.875rem;
  }
}
@media only screen and (max-width: 580px) {
  .sidebar {
    border-bottom: 0;
    border-radius: 0;
    box-shadow: 0 15px 40px rgb(0 0 0 / 50%);
    padding: 0.5rem 0.9375rem;
    position: fixed;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}
.sidebar.is_stuck {
  margin-top: 1.875rem;
  z-index: 1;
}

.nav {
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .nav {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 580px) {
  .nav {
    justify-content: center;
  }
}
.nav__item {
  display: block;
  height: 6.25rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.nav__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .nav__item {
    height: 5.125rem;
  }
}
@media only screen and (max-width: 991px) {
  .nav__item {
    margin-bottom: 0;
    width: calc(20% - 1rem);
  }
}
@media only screen and (max-width: 768px) {
  .nav__item {
    width: calc(20% - 0.5rem);
  }
}
@media only screen and (max-width: 580px) {
  .nav__item {
    height: auto;
    width: calc(20% - 0rem);
  }
}
.nav__item a {
  background-color: #f7f9fa;
  border-radius: 1.25rem;
  color: #5e6e80;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: all 0s;
}
.nav__item a > * {
  min-width: 0;
}
.nav__item a:hover {
  color: #304cfd;
}
@media only screen and (max-width: 1200px) {
  .nav__item a {
    border-radius: 1rem;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav__item a {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 580px) {
  .nav__item a {
    background-color: transparent;
  }
}
.nav__item a.active {
  background-image: linear-gradient(142.17deg, #3086ff 6.66%, #304cfd 91.48%);
  /* box-shadow: inset -0.25rem -0.25rem 0.3125rem rgba(0, 0, 0, 0.1),
    inset 0.25rem 0.25rem 0.3125rem rgba(255, 255, 255, 0.23); */
  color: #fff;
}
.nav__item a.active:hover {
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .nav__item {
    display: flex;
    height: 3rem;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
  }
  .nav__item [class^="fa-"] {
    margin: 0;
  }
  .nav__item a.active {
    background-image: none;
    box-shadow: none;
    color: #304cfd;
    width: 100%;
  }
  .nav__item a.active:hover {
    color: #304cfd;
  }
  .nav__item a.active::before {
    content: "";
    background-color: #304cfd;
    height: 0.2rem;
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
  }
}
.nav__item [class^="fa-"] {
  display: block;
  font-size: 2.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .nav__item [class^="fa-"] {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .nav__item [class^="fa-"] {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .nav__item [class^="fa-"] {
    font-size: 1.0625rem;
    margin-top: 0.375rem;
  }
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.footer {
  color: #8d99a6;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
.footer i {
  color: #feaf26;
}
@media only screen and (max-width: 580px) {
  .footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* -----------------------------------------------------------------
    - Cases
----------------------------------------------------------------- */
.case-item {
  border: 2px solid #ebf0f2;
  border-radius: calc(20px + 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100% - 24px);
  margin-bottom: 1.5rem;
  padding: 1.875rem 1.875rem 1.5rem;
  position: relative;
  text-align: center;
}
.case-item > * {
  min-width: 0;
}
@media only screen and (max-width: 991px) {
  .case-item {
    height: calc(100% - 20px);
  }
}
@media only screen and (max-width: 580px) {
  .case-item {
    border-radius: 13.3333333333px;
    height: calc(100% - 15px);
    margin-bottom: 0.9375rem;
    padding: 1rem;
    text-align: center;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .case-item {
    display: block;
  }
}
.case-item__icon {
  font-size: 2.5rem;
  color: #1271d0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .case-item__icon {
    margin-bottom: 0.8125rem;
  }
}
.case-item div {
  flex: 1;
}
.case-item__caption {
  line-height: 1.5;
}
.case-item__caption span {
  color: #7f8184;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .case-item__caption {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.case-item__caption:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------
    - Timeline
----------------------------------------------------------------- */
.timeline {
  margin-top: 1.75rem;
  padding-left: 0.5rem;
  margin-left: unset;
}
@media only screen and (max-width: 580px) {
  .timeline {
    margin-top: 1.5rem;
  }
}
.timeline__item {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #ebf0f2;
  padding-bottom: 0.5625rem;
  padding-left: 1.375rem;
  position: relative;
}
.timeline__item::before {
  content: "";
  background-color: #304cfd;
  box-shadow: 0 0 0 0.1875rem rgba(48, 76, 253, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -5px;
  height: 0.625rem;
  width: 0.625rem;
}
.timeline__item:last-child {
  border: 0;
}
.timeline__item2 {
  padding-bottom: 0.5625rem;
  padding-left: 1.375rem;
  position: relative;
}
.timeline__item2::before {
  content: "";
  background-color: #304cfd;
  box-shadow: 0 0 0 0.25rem rgba(48, 76, 253, 0.25);
  border-radius: 10%;
  position: absolute;
  top: 0;
  left: -5px;
  height: 0.5rem;
  width: 0.5rem;
}
.timeline__item2 u {
  text-decoration: none;
  font-weight: bold;
  color: #bcbcbc;
}
.timeline__title {
  margin-bottom: 0;
  position: relative;
  top: -0.3125rem;
}
.timeline__subtitle {
  color: rgba(94, 110, 128, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  margin-top: -0.45rem;
  margin-bottom: 0.35rem;
}
.timeline__period {
  color: rgba(94, 110, 128, 0.8);
  font-size: 0.875rem;
}
.timeline__period-tiny {
  font-weight: 500;
  font-size: 0.7rem;
  white-space: nowrap;
  color: rgba(94, 110, 128, 0.8);
  display: block;
}
.timeline__description {
  margin-top: 0.5rem;
}
.timeline__description-tiny {
  margin: 0;
  line-height: 1.1rem;
}
@media only screen and (max-width: 580px) {
  .timeline__description {
    margin-top: 0.1875rem;
  }
}

/* Progress  */
.progress {
  border-radius: 1rem;
  height: 1.5rem;
  margin-bottom: 0.7rem;
  overflow: inherit;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 580px) {
  .progress {
    margin-bottom: 0.75rem;
    height: 1.375rem;
  }
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar {
  background-image: linear-gradient(142.17deg, #3086ff 6.66%, #304cfd 91.48%);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  width: 0%;
  z-index: 1;
}
.progress .progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.progress .progress-text > * {
  min-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .progress-text span:nth-child(2) {
    float: right;
  }
}
/* -----------------------------------------------------------------
    - Other
----------------------------------------------------------------- */
@media only screen and (max-width: 580px) {
  .main {
    padding-bottom: 4rem;
  }
}

.back-to-top {
  cursor: pointer;
  opacity: 0.75;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  font-size: 2rem;
  z-index: 999;
}
.back-to-top:hover {
  opacity: 1;
}
@media only screen and (max-width: 580px) {
  .back-to-top {
    bottom: 4rem;
  }
}

.js-lines {
  overflow: hidden;
}
.js-lines div {
  overflow: hidden;
}

.js-words div div {
  opacity: 0;
}

.medium-zoom-overlay {
  background: #fff !important;
  z-index: 1104;
}

.medium-zoom-image {
  cursor: pointer !important;
  z-index: 9;
}
.medium-zoom-image--opened {
  border-radius: 1px;
  height: 100%;
  z-index: 1104;
}

.header-logo {
  width: 40em;
  position: absolute;
  z-index: 9;
  left: calc(50% - 20em);
  top: 2em;
  background-color: rgb(1 18 40 / 90%);
  border-radius: 1em;
  padding: 1em;
}
@media only screen and (max-width: 580px) {
  .header-logo {
    width: 24em;
    left: calc(50% - 12em);
  }
}
