@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  background: inherit;
}

body {
  color: #000;
  font-size: 16px;
  margin: 0;
}

body h1 {
  margin-bottom: 0;
  font-weight: 600;
}

nav.breadcrumb ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
nav.breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  nav.breadcrumb span.current-item {
    font-size: 12px;
  }
}

header {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  header {
    height: 45px;
  }
  header .navbar-collapse.justify-content-end {
    z-index: 1000;
    background: #FFF;
  }
}
header nav.navbar-expand-lg {
  padding: 0;
}
@media screen and (max-width: 767px) {
  header nav.navbar-expand-lg {
    justify-content: flex-end;
  }
  header nav.navbar-expand-lg .navbar-toggler {
    border: none;
    background: none;
    padding: 0;
    margin-right: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header nav.navbar-expand-lg .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  header nav.navbar-expand-lg .navbar-collapse {
    box-shadow: rgba(0, 0, 0, 0.18) 0 4px 2px;
    padding-bottom: 15px;
  }
  header nav.navbar-expand-lg .navbar-collapse a {
    padding: 10px 15px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  header {
    height: 70px;
    display: flex;
    justify-content: flex-end;
  }
}
header a.nav-link {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .navbar-nav a:last-child {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  header .navbar-nav a:last-child {
    margin-right: 0px;
  }
}
header .back-home {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}
header .back-home a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
header .back-home a svg {
  width: 30px;
  height: 30px;
}

footer {
  margin-top: 50px;
  height: 182px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer .block-content ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .block-content ul li a {
  display: block;
  padding: 10px;
}
footer .block-content ul li a img {
  width: 30px;
  height: 30px;
}
footer .block-bottom p {
  text-align: center;
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer a {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
footer .block-bottom {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

body#home .stack-list {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body#home .stack-list {
    justify-content: center;
  }
}
body#home .stack-list svg {
  width: 40px;
  object-fit: contain;
  height: 40px;
}
body#home section.above-the-fold {
  min-height: calc(100vh - 80px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}
body#home section.above-the-fold .block-title {
  display: flex;
  flex-direction: column;
}
body#home section.above-the-fold .block-title h1, body#home section.above-the-fold .block-title span {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  body#home section.above-the-fold .block-title {
    align-items: center;
    text-align: center;
  }
}
body#home section.above-the-fold .block-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body#home section.above-the-fold .block-subtitle p {
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body#home section.above-the-fold .block-subtitle p {
    text-align: center;
  }
}
body#home section.above-the-fold .block-button .btn {
  border-radius: 2px;
  background: #FF6464;
  color: #FFF;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body#home section.above-the-fold .avatar {
  position: relative;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  body#home section.above-the-fold .avatar {
    min-width: 170px;
    max-width: 300px;
    width: 50%;
  }
}
body#home section.above-the-fold .avatar img {
  border-radius: 100%;
  aspect-ratio: 1;
  position: relative;
  transition: transform 0.1s;
}
body#home section.above-the-fold .avatar:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 10px;
  right: 3px;
  border-radius: 100%;
  background: #EDF7FA;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body#home section.above-the-fold .row {
    flex-direction: column-reverse;
    gap: 35px;
  }
  body#home section.above-the-fold .row .col-md-4 {
    display: flex;
    justify-content: center;
  }
  body#home section.above-the-fold .block-button {
    display: flex;
    justify-content: center;
  }
}
body#home section.last-posts {
  background: #EDF7FA;
  padding-bottom: 30px;
}
body#home section.last-posts .last-posts-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-head {
    justify-content: center;
  }
}
body#home section.last-posts .last-posts-head h2 {
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-head h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }
}
body#home section.last-posts .last-posts-head a {
  color: #00A8CC;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-head a {
    display: none;
  }
}
body#home section.last-posts .last-posts-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body#home section.last-posts .last-posts-grid article {
  width: calc(50% - 10px);
  padding: 23px;
  background: #fff;
}
body#home section.last-posts .last-posts-grid article .post-title h3 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-grid article .post-title h3 {
    font-size: 22px;
    font-weight: 700;
  }
}
body#home section.last-posts .last-posts-grid article .post-meta {
  display: inline-block;
  margin-bottom: 10px;
}
body#home section.last-posts .last-posts-grid article .post-meta span {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  float: left;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-grid article .post-meta span {
    font-size: 16px;
    font-weight: 400;
  }
}
body#home section.last-posts .last-posts-grid article .post-meta span.post-categories {
  display: flex;
}
body#home section.last-posts .last-posts-grid article .post-meta span.post-categories:before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  background: #21243D;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-grid article .post-meta span.post-categories:before {
    height: 18px;
    margin-top: 1px;
  }
}
body#home section.last-posts .last-posts-grid article .post-content p {
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-grid article .post-content p {
    font-size: 16px;
    font-weight: 400;
  }
}
body#home section.last-posts .last-posts-grid article .post-content p a {
  color: var(--Dark-Color, #21243D);
}
@media screen and (max-width: 767px) {
  body#home section.last-posts .last-posts-grid article {
    width: 100%;
  }
}
body#home section.last-projects .last-projects-head {
  padding-top: 10px;
}
body#home section.last-projects .last-projects-head h2 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 272.727% */
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#home section.last-projects .last-projects-head h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }
}
body#home section.last-projects .last-projects-grid {
  display: flex;
  flex-direction: column;
}
body#home section.last-projects .last-projects-grid article {
  padding: 25px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  body#home section.last-projects .last-projects-grid article {
    flex-direction: column;
    gap: 17px;
  }
}
body#home section.last-projects .last-projects-grid article .project-thumbnail {
  width: 35%;
  padding-right: 20px;
  min-width: 250px;
  max-width: 450px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body#home section.last-projects .last-projects-grid article .project-thumbnail {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  body#home section.last-projects .last-projects-grid article .project-thumbnail {
    padding-right: 50px;
  }
}
body#home section.last-projects .last-projects-grid article .project-thumbnail img {
  width: 100%;
  border-radius: 6px;
}
body#home section.last-projects .last-projects-grid article .project-content {
  width: auto;
  display: flex;
  flex-direction: column;
}
body#home section.last-projects .last-projects-grid article .project-content .project-title h3 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body#home section.last-projects .last-projects-grid article .project-content .project-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
body#home section.last-projects .last-projects-grid article .project-content .project-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#home section.last-projects .last-projects-grid article .project-content .project-meta .project-date {
  color: #FFF;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 17px 5px 17px;
  border-radius: 16px;
  background: #142850;
  line-height: 1;
}
body#home section.last-projects .last-projects-grid article .project-content .project-meta .project-tag {
  color: #8695A4;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#home section.last-projects .last-projects-grid article .project-content .project-description p {
  margin: 0;
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body#home section.last-projects .last-projects-grid article .project-content .project-description p {
    font-size: 16px;
    font-weight: 400;
  }
}
body#home section.last-projects .last-projects-grid > article {
  border-bottom: 1px solid #E5E5E5;
}

body#blog section.all-posts .all-posts-head {
  margin-bottom: 55px;
  margin-top: 90px;
}
body#blog section.all-posts .all-posts-head h1 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 136.364% */
}
body#blog section.all-posts .all-posts-grid article {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
body#blog section.all-posts .all-posts-grid article .post-title h2 {
  margin-bottom: 5px;
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body#blog section.all-posts .all-posts-grid article .post-title a {
  text-decoration: none;
}
body#blog section.all-posts .all-posts-grid article .post-meta {
  display: inline-block;
  margin-bottom: 10px;
}
body#blog section.all-posts .all-posts-grid article .post-meta span.post-date {
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#blog section.all-posts .all-posts-grid article .post-meta span.post-categories {
  display: inline-block;
  color: var(--Light, #8695A4);
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#blog section.all-posts .all-posts-grid article .post-meta span.post-categories:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 22px;
  background: #21243D;
  margin: 0 15px -4px;
}
@media screen and (max-width: 767px) {
  body#blog section.all-posts .all-posts-grid article .post-meta span.post-categories:before {
    height: 18px;
    margin-top: 1px;
  }
}
body#blog section.all-posts .all-posts-grid article .post-description p {
  color: var(--Dark-Color, #21243D);
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#blog section.all-posts .all-posts-grid article .post-description a {
  color: var(--Dark-Color, #21243D);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body#article {
    text-align: justify;
  }
}
body#article h1 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  body#article h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
body#article nav.breadcrumb {
  margin-top: 50px;
  margin-bottom: 0;
}
body#article nav.breadcrumb ul {
  margin-bottom: 0;
}
body#article div.meta {
  margin-top: -8px;
  margin-bottom: 30px;
  color: #7e7e7e;
}
@media screen and (max-width: 767px) {
  body#article div.meta {
    margin-top: 10px;
    font-size: 14px;
  }
  body#article div.meta span {
    font-size: 14px;
  }
}
body#article div.meta span {
  color: #7e7e7e;
}

body#work section.all-projects .all-projects-head {
  margin-bottom: 55px;
  margin-top: 90px;
}
body#work section.all-projects .all-projects-head h1 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 136.364% */
}
body#work section.all-projects .all-projects-grid {
  display: flex;
  flex-direction: column;
}
body#work section.all-projects .all-projects-grid article {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body#work section.all-projects .all-projects-grid article {
    flex-direction: column;
    gap: 17px;
  }
}
body#work section.all-projects .all-projects-grid article .project-thumbnail {
  width: 35%;
  padding-right: 20px;
  min-width: 300px;
  max-width: 450px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  body#work section.all-projects .all-projects-grid article .project-thumbnail {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  body#work section.all-projects .all-projects-grid article .project-thumbnail {
    padding-right: 50px;
  }
}
body#work section.all-projects .all-projects-grid article .project-thumbnail img {
  width: 100%;
  border-radius: 6px;
}
body#work section.all-projects .all-projects-grid article .project-content {
  width: auto;
  display: flex;
  flex-direction: column;
}
body#work section.all-projects .all-projects-grid article .project-content .project-title a {
  text-decoration: none;
  cursor: pointer;
}
body#work section.all-projects .all-projects-grid article .project-content .project-title h3 {
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body#work section.all-projects .all-projects-grid article .project-content .project-title h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
body#work section.all-projects .all-projects-grid article .project-content .project-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#work section.all-projects .all-projects-grid article .project-content .project-meta .project-date {
  color: #FFF;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 17px 5px 17px;
  border-radius: 16px;
  background: #142850;
  line-height: 1;
}
body#work section.all-projects .all-projects-grid article .project-content .project-meta .project-tag {
  color: #8695A4;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#work section.all-projects .all-projects-grid article .project-content .project-description p {
  margin: 0;
  color: #21243D;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  body#work section.all-projects .all-projects-grid article .project-content .project-description p {
    font-size: 16px;
    font-weight: 400;
  }
}

body#login, body#register, body#reset-password {
  background: #003465;
}
body#login section.login-page, body#login section.register-page, body#login section.reset-page, body#register section.login-page, body#register section.register-page, body#register section.reset-page, body#reset-password section.login-page, body#reset-password section.register-page, body#reset-password section.reset-page {
  min-height: 100vh;
  position: relative;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(103.88% 58.43% at 56.74% 50%, #0085FF, #003465);
  overflow-x: hidden;
}
body#login section.login-page .group1, body#login section.register-page .group1, body#login section.reset-page .group1, body#register section.login-page .group1, body#register section.register-page .group1, body#register section.reset-page .group1, body#reset-password section.login-page .group1, body#reset-password section.register-page .group1, body#reset-password section.reset-page .group1 {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translateY(180px);
  z-index: 0;
  width: 668px;
  height: 622px;
}
body#login section.login-page .group2, body#login section.register-page .group2, body#login section.reset-page .group2, body#register section.login-page .group2, body#register section.register-page .group2, body#register section.reset-page .group2, body#reset-password section.login-page .group2, body#reset-password section.register-page .group2, body#reset-password section.reset-page .group2 {
  position: absolute;
  right: calc(50% + 375px);
  top: 25%;
  z-index: 0;
  width: 244.511px;
  height: 132.591px;
}
body#login section.login-page .group2 img, body#login section.register-page .group2 img, body#login section.reset-page .group2 img, body#register section.login-page .group2 img, body#register section.register-page .group2 img, body#register section.reset-page .group2 img, body#reset-password section.login-page .group2 img, body#reset-password section.register-page .group2 img, body#reset-password section.reset-page .group2 img {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.5));
}
body#login section.login-page .group2-bis, body#login section.register-page .group2-bis, body#login section.reset-page .group2-bis, body#register section.login-page .group2-bis, body#register section.register-page .group2-bis, body#register section.reset-page .group2-bis, body#reset-password section.login-page .group2-bis, body#reset-password section.register-page .group2-bis, body#reset-password section.reset-page .group2-bis {
  position: absolute;
  right: calc(50% + 500px);
  top: calc(25% + 150px);
  z-index: 0;
  width: 155.791px;
  height: 84.557px;
  flex-shrink: 0;
}
body#login section.login-page .group2-bis img, body#login section.register-page .group2-bis img, body#login section.reset-page .group2-bis img, body#register section.login-page .group2-bis img, body#register section.register-page .group2-bis img, body#register section.reset-page .group2-bis img, body#reset-password section.login-page .group2-bis img, body#reset-password section.register-page .group2-bis img, body#reset-password section.reset-page .group2-bis img {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.5));
}
body#login form, body#login div.form-reset, body#register form, body#register div.form-reset, body#reset-password form, body#reset-password div.form-reset {
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-width: 690px;
  padding: 48px 96px;
  width: 100%;
  border-radius: 40px;
  background: rgba(88, 130, 193, 0.28);
  backdrop-filter: blur(12.5px);
  position: relative;
}
@media screen and (max-width: 767px) {
  body#login form, body#login div.form-reset, body#register form, body#register div.form-reset, body#reset-password form, body#reset-password div.form-reset {
    padding: 30px 20px 15px;
    margin: 0 10px;
  }
}
body#login label, body#register label, body#reset-password label {
  color: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}
body#login input.login-input, body#register input.login-input, body#reset-password input.login-input {
  width: 500px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #BCBEC0;
  background: #FFF;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  body#login input.login-input, body#register input.login-input, body#reset-password input.login-input {
    width: 100%;
  }
}
body#login input[type=email], body#register input[type=email], body#reset-password input[type=email] {
  margin-bottom: 30px;
}
body#login input[type=password], body#register input[type=password], body#reset-password input[type=password] {
  margin-bottom: 17px;
  color: #000;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body#login button[type=submit], body#register button[type=submit], body#reset-password button[type=submit] {
  border-radius: 10px;
  background: #003465;
  color: #FFF;
  border: none;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 500px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  body#login button[type=submit], body#register button[type=submit], body#reset-password button[type=submit] {
    width: 100%;
  }
}
body#login h1, body#register h1, body#reset-password h1 {
  margin-bottom: 26px;
  color: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body#login a.forgot-password, body#register a.forgot-password, body#reset-password a.forgot-password {
  color: #FFF;
  margin-bottom: 42px;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#login span.or-gafam, body#register span.or-gafam, body#reset-password span.or-gafam {
  color: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 29px;
}
body#login .group-icon, body#register .group-icon, body#reset-password .group-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 25px;
}
body#login .group-icon > div, body#register .group-icon > div, body#reset-password .group-icon > div {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #BCBEC0;
  background: #FFF;
}
body#login span.login-register, body#register span.login-register, body#reset-password span.login-register {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
body#login span.login-register a, body#register span.login-register a, body#reset-password span.login-register a {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

body#register form > div:nth-child(2), body#register form > div:nth-child(3) {
  display: flex;
  flex-direction: column;
}
body#register form > div:nth-child(2) {
  margin-bottom: 30px;
}
body#register input[type=email], body#register input[type=password], body#register input[type=text] {
  width: 500px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #BCBEC0;
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 767px) {
  body#register input[type=email], body#register input[type=password], body#register input[type=text] {
    width: 100%;
  }
}

body#reset-password h1 {
  font-size: 34px !important;
}
body#reset-password .reset-page > form:nth-child(1) > div:nth-child(2) {
  display: flex;
  flex-direction: column;
}
body#reset-password div.info {
  text-align: center;
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#reset-password .form-reset p {
  color: #FFF;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body#reset-password input[type=email], body#reset-password input[type=text] {
  width: 500px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #BCBEC0;
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 767px) {
  body#reset-password input[type=email], body#reset-password input[type=text] {
    width: 100%;
  }
}
body#reset-password #reset_password_request_form_email {
  margin-bottom: 10px;
}
body#reset-password button[type=submit] {
  margin-top: 30px;
}

body#contact {
  background: #f7f7f7;
  min-height: 100vh;
}
body#contact .contact_row {
  display: flex;
  max-width: 1000px;
  margin: 50px auto;
  border-radius: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  body#contact .contact_row {
    flex-direction: column;
  }
}
body#contact .contact_form {
  margin: 0 30px;
}
body#contact .contact_col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body#contact .contact_col {
    width: 100%;
  }
}
body#contact form {
  margin: 50px 0;
}
body#contact form > div > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
body#contact label {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body#contact input, body#contact textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body#contact .contact_row > div:first-child {
  background: #B0D5F4;
  padding: 30px 40px;
  border-radius: 30px;
}
body#contact .contact_row > div:last-child {
  border-radius: 30px;
  padding: 30px 40px;
}
body#contact h1 {
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 30px;
}
body#contact ul {
  list-style: none;
  padding: 0;
}
body#contact li {
  margin-bottom: 30px;
}
body#contact a {
  color: #000;
  text-decoration: none;
}
body#contact main#wrapper svg {
  width: 24px;
  height: 24px;
}
body#contact li a {
  font-weight: bold;
  display: flex;
  gap: 10px;
  width: fit-content;
}
body#contact #contact_submit {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px;
}

/*# sourceMappingURL=app.output.css.map */
