@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300..700,0..1,0");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
.font-logo {
  font-family: "PT Sans", sans-serif;
}

button {
  background-color: transparent;
}

h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 2rem;
  }
}

.grid-border > div:not(:last-child) {
  border-right: 1px solid #345575;
}
@media screen and (max-width: 600px) {
  .grid-border > div:not(:last-child) {
    border: none;
  }
}

.home {
  color: #d1dce3;
}
.home img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.home .header {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home .header .hero_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .home .header .hero_img {
    overflow-x: hidden;
    top: 0;
    transform: translateY(-15%);
    opacity: 0.4;
  }
}
.home .header .hero_img img {
  position: absolute;
  width: 100%;
  min-width: 1200px;
  opacity: 0.5;
  overflow-x: hidden;
}
.home .header .hero_img img.he1 {
  -webkit-animation: he1 60s ease infinite;
          animation: he1 60s ease infinite;
}
.home .header .hero_img img.he2 {
  -webkit-animation: he2 40s ease infinite;
          animation: he2 40s ease infinite;
}
.home .header .hero_img img.he3 {
  -webkit-animation: he3 50s ease infinite;
          animation: he3 50s ease infinite;
}
@-webkit-keyframes he1 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    opacity: 0.7;
    transform: translateX(-40px);
  }
  75% {
    opacity: 0.7;
    transform: translateX(40px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@keyframes he1 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    opacity: 0.7;
    transform: translateX(-40px);
  }
  75% {
    opacity: 0.7;
    transform: translateX(40px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@-webkit-keyframes he2 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    opacity: 0.8;
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@keyframes he2 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    opacity: 0.8;
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@-webkit-keyframes he3 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  50% {
    opacity: 1;
  }
  75% {
    transform: translateX(-30px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
@keyframes he3 {
  0% {
    opacity: 0.5;
    transform: translateX(0);
  }
  25% {
    transform: translateX(30px);
  }
  50% {
    opacity: 1;
  }
  75% {
    transform: translateX(-30px);
  }
  100% {
    opacity: 0.5;
    transform: translateX(0);
  }
}
.home .header .logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 4rem);
  max-height: 1200px;
  gap: 2rem;
  width: 100%;
}
.home .header .logo .l1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "PT Sans";
  font-weight: 700;
}
.home .header .logo .l1 span:first-child {
  font-size: 6rem;
  text-align: center;
  letter-spacing: 2rem;
  text-indent: -2rem;
  direction: rtl;
}
@media screen and (max-width: 600px) {
  .home .header .logo .l1 span:first-child {
    font-size: 3rem;
  }
}
.home .header .logo .l1 span:last-child {
  font-size: 1.4rem;
  letter-spacing: 1.6rem;
  text-indent: -1.6rem;
  direction: rtl;
}
@media screen and (max-width: 600px) {
  .home .header .logo .l1 span:last-child {
    font-size: 1rem;
    letter-spacing: 0rem;
  }
}
.home .header .logo .l2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 0.75rem 2rem;
  cursor: default;
  transition: all 0.3s;
}
.home .header .logo .l2:hover {
  background-color: rgba(21, 141, 254, 0.75);
}
.home .header .logo .l3 {
  margin-top: 2rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  justify-content: space-evenly;
}
.home .header .logo .l3 img {
  position: relative;
  height: 60px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .home .header {
    width: 100vw;
    height: 1000px;
  }
  .home .header .logo {
    min-height: 700px;
  }
  .home .header .logo .l3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.home .mask_w1 {
  opacity: 0.5;
  position: relative;
  -webkit-mask-image: url("../assets/blob.png");
          mask-image: url("../assets/blob.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .home .mask_w1 {
    display: none;
  }
}
.home .mask_w1 img {
  width: 700px;
  -webkit-animation: rotate360s2 100s linear infinite;
          animation: rotate360s2 100s linear infinite;
}
@-webkit-keyframes rotate360s2 {
  0% {
    transform: rotateZ(0deg) scale(2);
  }
  100% {
    transform: rotateZ(360deg) scale(2);
  }
}
@keyframes rotate360s2 {
  0% {
    transform: rotateZ(0deg) scale(2);
  }
  100% {
    transform: rotateZ(360deg) scale(2);
  }
}
.home .works {
  grid-gap: 1rem;
}
.home .works .img_container {
  width: 100%;
  max-width: 400px;
  height: 250px;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .home .works .img_container {
    width: 100%;
  }
}
.home .works .img_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.home .works .img_container:hover img {
  transform: scale(1.2);
}
.home .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-image: url("../assets/weave.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.home .contact .number {
  font-size: 3rem;
  color: #d1dce3;
  letter-spacing: 0.5rem;
  font-family: inherit;
  position: relative;
}
@media screen and (max-width: 600px) {
  .home .contact .number {
    font-size: 1.5rem;
  }
}
.home .contact .email {
  color: #d1dce3;
  font-size: 2rem;
  letter-spacing: 0.2;
}
@media screen and (max-width: 600px) {
  .home .contact .email {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .home .contact .address {
    text-align: center;
  }
}
.home .clip_g1 {
  opacity: 0.5;
  position: relative;
  height: 200px;
  -webkit-mask-image: linear-gradient(black 60%, transparent);
          mask-image: linear-gradient(black 60%, transparent);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .home .clip_g1 {
    height: 100px;
  }
}
.home .clip_g1 img {
  -webkit-animation: rotate360 100s linear infinite;
          animation: rotate360 100s linear infinite;
  filter: brightness(0) saturate(100%) invert(40%) sepia(80%) saturate(2243%) hue-rotate(192deg) brightness(102%) contrast(99%);
}
@-webkit-keyframes rotate360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.about {
  background-color: #ebf3ff;
}
.about .a1 {
  position: relative;
}
.about .a1 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 120%;
  opacity: 0.4;
  background-position: 50% 50%;
  background-image: url("../assets/a1.png");
  -webkit-animation: slide 30s ease-in-out infinite;
          animation: slide 30s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(413%) hue-rotate(168deg) brightness(87%) contrast(85%);
}
@media screen and (max-width: 600px) {
  .about .a1 .bg {
    background-size: 300%;
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(100%, 100%);
  }
  50% {
    transform: scale(100%, 50%);
  }
  100% {
    transform: scale(100%, 100%);
  }
}
@keyframes slide {
  0% {
    transform: scale(100%, 100%);
  }
  50% {
    transform: scale(100%, 50%);
  }
  100% {
    transform: scale(100%, 100%);
  }
}
.about .a1 .em {
  color: #158dfe;
}
.about .a2 {
  display: grid;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .about .a2 {
    display: flex;
  }
}
.about .a2 .banner {
  width: 600px;
  height: 350px;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .about .a2 .banner {
    width: 100%;
    height: 200px;
  }
}
.about .a2 .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-out;
}
.about .a2 .banner img:hover {
  transform: scale(1.2);
}
.about h2 {
  font-size: 3rem;
  font-weight: 0;
  letter-spacing: 0rem;
  text-transform: none;
}
.about .a3 {
  padding: 1rem 0rem;
  border-radius: 100rem;
  border: 1px solid #adb1b8;
}
.about .a3 .icon {
  position: relative;
}
.about .a3 .icon::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  aspect-ratio: 1;
  border-radius: 100px;
  background-color: transparent;
  z-index: -1;
  box-shadow: 0 0 30px 15px rgba(21, 141, 254, 0.8);
}
.about .a3 .icon img.a3i1 {
  -webkit-animation: scalein 1.5s linear infinite;
          animation: scalein 1.5s linear infinite;
}
.about .a3 .icon img.a3i2 {
  -webkit-animation: scalein 1.5s linear infinite;
          animation: scalein 1.5s linear infinite;
}
.about .a3 .icon img.a3i3 {
  -webkit-animation: scalein 1.5s linear infinite;
          animation: scalein 1.5s linear infinite;
}
@-webkit-keyframes scalein {
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scalein {
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.about .a3.grid-border > div {
  border-color: #adb1b8;
}
@media screen and (max-width: 600px) {
  .about .a3 {
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    gap: 2rem;
    padding: 3rem;
  }
}
.about .a4 {
  grid-gap: 1rem;
  color: #454a62;
}
.about .a4 img {
  width: 200px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(3%) saturate(6889%) hue-rotate(177deg) brightness(99%) contrast(88%);
}
@media screen and (max-width: 600px) {
  .about .a4 img {
    max-width: calc((100vw - 2rem) / 2 - 2rem);
  }
}
.about .a5 {
  height: 400px;
  justify-content: space-evenly;
}
@media screen and (max-width: 600px) {
  .about .a5 {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    gap: 1rem !important;
  }
  .about .a5 .img_container {
    height: 200px;
    width: 100%;
  }
  .about .a5 .img_container img {
    width: 100%;
    height: 100%;
  }
}
.about .a5 > div:last-child {
  max-width: 600px;
  padding-block: 4rem;
  justify-content: space-evenly;
}
@media screen and (max-width: 600px) {
  .about .a5 > div:last-child {
    padding: 0;
    gap: 2rem;
  }
}

.p1 {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p1 {
    width: 100%;
    height: 200px;
  }
}
.p1 .bg {
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: -1;
  background-position: 50%;
  background-image: url("../assets/p1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
@media screen and (max-width: 600px) {
  .p1 .bg {
    background-size: 150%;
    height: 200px;
  }
}

.c1 {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c1 .bg {
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: -1;
  background-position: 50% 50%;
  background-image: url("../assets/c1.svg");
  background-repeat: repeat;
  background-size: 60%;
  opacity: 0.3;
}
@media screen and (max-width: 600px) {
  .c1 .bg {
    height: 200px;
    background-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c1 {
    height: 150px;
  }
}

.c2 > div {
  min-width: 100px;
  padding-inline: 2rem;
}
.c2 > div:not(:last-child) {
  border-right: 1px solid black;
}
@media screen and (max-width: 600px) {
  .c2 > div:not(:last-child) {
    border: none;
  }
}
.c2 a {
  color: #232e3d;
  font-size: 1.2rem;
}
.c2 a:hover {
  color: #158dfe;
}
.c2 a.address {
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  .c2 {
    display: flex !important;
    flex-direction: column;
    gap: 2rem;
  }
}

.contact_form {
  background-color: rgba(21, 141, 254, 0.1);
  border-left: 10px solid #216eb6;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem;
}
@media screen and (max-width: 600px) {
  .contact_form {
    padding: 2rem !important;
    gap: 1rem;
  }
}
.contact_form input,
.contact_form textarea {
  border-radius: 100px;
  padding: 1rem;
  background-color: rgba(235, 243, 255, 0.75);
  border-color: transparent;
}
@media screen and (max-width: 600px) {
  .contact_form input,
.contact_form textarea {
    padding: 0.75rem;
  }
}
.contact_form textarea {
  height: 200px;
  max-height: 800px;
  border-radius: 1.5rem;
}
.contact_form button {
  width: 200px;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 600px) {
  .contact_form button {
    width: 100%;
  }
}

.glide .glide__slide {
  margin: 0;
}
.glide .glide__slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 600px) {
  .glide {
    height: 320px;
  }
  .glide .glide__slides {
    height: 320px;
  }
  .glide .glide__slides .glide__slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}

.glide__arrow {
  border-radius: 100% !important;
  padding: 0.25rem;
  width: 50px;
  height: 50px;
  background-color: rgba(235, 243, 255, 0.75);
  color: #232e3d;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.glide__arrow span {
  font-size: 40px;
}
.glide__arrow:hover {
  color: #158dfe;
  background-color: #ebf3ff !important;
}

.maxhub .accessories img {
  border: 2px dashed #808080;
}
.maxhub .accessories img:hover {
  border-color: #158dfe;
}
@media screen and (max-width: 600px) {
  .maxhub .border-rad-l {
    border-radius: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .led .border-rad-l {
    border-radius: 1rem;
  }
}
.led .catalogue {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .led .catalogue {
    flex-direction: column;
    gap: 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #c8cfd3;
  }
}
@media screen and (max-width: 600px) {
  .led .catalogue .catalogue_images {
    display: grid;
    grid-template-columns: 150px auto;
  }
  .led .catalogue .catalogue_images img:first-child {
    width: 100%;
    height: 150px;
  }
  .led .catalogue .catalogue_images img:last-child {
    width: 100%;
    height: 150px;
  }
}

.Stars {
  --star-size: 16px;
  --star-color: lightgrey;
  --star-background: orange;
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}
.Stars::before {
  content: "🟊🟊🟊🟊🟊";
  letter-spacing: -1px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hidden {
  display: none !important;
}

.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.column {
  flex-direction: column;
}
.flex.gap-xs {
  gap: 0.25rem;
}
.flex.gap-s {
  gap: 0.5rem;
}
.flex .gap-sx {
  gap: 0.75rem;
}
.flex.gap-m {
  gap: 1rem;
}
.flex.gap-l {
  gap: 2rem;
}
.flex.gap-xl {
  gap: 3rem;
}
.flex.gap-xxl {
  gap: 5rem;
}
.flex .noshrink {
  flex-shrink: 0;
}

.grid {
  display: grid;
}
.grid.grid-tc-2 {
  grid-template-columns: 1fr 1fr;
}
.grid.grid-tc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.grid-tc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid.gap-s {
  grid-gap: 0.5rem;
}
.grid.gap-m {
  grid-gap: 1rem;
}
.grid.gap-l {
  grid-gap: 2rem;
}
.grid.gap-xl {
  grid-gap: 3rem;
}
.grid.grid-gap-xxl {
  grid-gap: 5rem;
}
.grid.grid-flow-col {
  grid-auto-flow: column;
}
.grid .grid-c-2s {
  grid-column: 2 span;
}
.grid .grid-c-3s {
  grid-column: 3 span;
}
.grid .grid-c-4s {
  grid-column: 4 span;
}

.flex.j-between,
.grid.j-between {
  justify-content: space-between;
}
.flex.j-right,
.grid.j-right {
  justify-content: flex-end;
}
.flex.j-center,
.grid.j-center {
  justify-content: center;
}
.flex.align-center,
.grid.align-center {
  align-items: center;
}
.flex.align-top,
.grid.align-top {
  align-items: flex-start;
}
.flex.align-bottom,
.grid.align-bottom {
  align-items: flex-end;
}
.flex.align-right,
.grid.align-right {
  align-items: flex-end;
}

.sm-visible {
  display: none;
}
@media screen and (max-width: 600px) {
  .sm-visible {
    display: block;
  }
}

.sm-hidden {
  display: block;
}
@media screen and (max-width: 600px) {
  .sm-hidden {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sm-column {
    display: flex;
    flex-direction: column;
  }
  .sm-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .sm-gap-s {
    gap: 0.25rem !important;
  }
  .sm-gap-m {
    gap: 1rem !important;
  }
  .sm-gap-l {
    gap: 2rem !important;
  }
  .sm-grid-tc-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .sm-grid-tc-2 {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .sm-grid-tc-1 {
    display: flex;
    flex-direction: column;
  }
  .sm-gap-s {
    gap: 0.5rem;
  }
  .sm-padding-m {
    padding: 1rem;
  }
  .sm-padding-il-m {
    padding-inline: 1rem !important;
  }
  .sm-padding-il-l {
    padding-inline: 2rem !important;
  }
  .sm-j-between {
    justify-content: space-between !important;
  }
  .sm-align-center {
    align-items: center !important;
  }
  .sm-mt-l {
    margin-top: 2rem !important;
  }
  .sm-text-r {
    font-size: 1rem !important;
  }
  .sm-mt-a {
    margin: auto !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-200 {
    height: 200px !important;
  }
  .sm-relative {
    position: relative !important;
  }
}
.w-full {
  width: 100%;
}

.w-content {
  width: 100%;
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (max-width: 600px) {
  .w-content {
    max-width: 100%;
    padding-inline: 1.5rem;
  }
}

.w-content-l {
  width: 100%;
  margin: auto;
  max-width: calc(1300px + 2rem);
}
@media screen and (max-width: 600px) {
  .w-content-l {
    max-width: 100%;
    padding-inline: 1.5rem;
  }
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-50 {
  width: 50px;
}

.w-60 {
  width: 60px;
}

.w-80 {
  width: 80px;
}

.w-100 {
  width: 100px;
}

.w-150 {
  width: 150px;
}

.w-200 {
  width: 200px;
}

.w-300 {
  width: 300px;
}

.w-400 {
  width: 400px;
}

.w-500 {
  width: 500px;
}

.w-600 {
  width: 600px;
}

.w-700 {
  width: 700px;
}

.w-800 {
  width: 800px;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.h-full {
  height: 100%;
}

.mw-full {
  max-width: 100%;
}

.h-32 {
  height: 32px;
}

.h-48 {
  height: 48px;
}

.h-64 {
  height: 64px;
}

.h-80 {
  height: 80px;
}

.h-96 {
  height: 96px;
}

.h-100 {
  height: 100px;
}

.h-128 {
  height: 128px;
}

.h-150 {
  height: 150px;
}

.h-200 {
  height: 200px;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-500 {
  height: 500px;
}

.h-600 {
  height: 600px;
}

.h-inherit {
  height: inherit;
}

.h-min100 {
  min-height: 100vh;
}

.bg-p {
  background-color: #ebf3ff;
}

.bg-light {
  background-color: #adb1b8;
}

.bg-warning {
  background-color: rgba(213, 89, 89, 0.15);
}

.bg-green {
  background-color: rgba(145, 193, 127, 0.15);
}

.bg-orange {
  background-color: rgba(189, 136, 61, 0.15);
}

.bg-a {
  background-color: #158dfe;
}

.text-xs {
  font-size: 12px;
}

.text-s {
  font-size: 14px;
}

.text-r {
  font-size: 1rem;
}

.text-m {
  font-size: 1.25rem;
}

.text-l {
  font-size: 1.5rem;
}

.text-xl {
  font-size: 2rem;
}

.text-xxl {
  font-size: 3rem;
}

.text-underline {
  text-decoration: underline;
}

.capitalize {
  text-transform: capitalize;
}

.text-center {
  text-align: center;
}

.text-main {
  color: #232e3d;
}

.text-alt {
  color: #d1dce3;
}

.text-light {
  color: #606b7a;
}

.text-dark {
  color: #345575;
}

.text-accent {
  color: #158dfe;
}

.text-warning {
  color: #d55959;
}

.text-green {
  color: #91c17f;
}

.uppercase {
  text-transform: uppercase;
}

.text-italic {
  font-style: italic;
}

.weight-s {
  font-weight: 300;
}

.weight-r {
  font-weight: 400;
}

.weight-m {
  font-weight: 500;
}

.weight-l {
  font-weight: 600;
}

.weight-xl {
  font-weight: 700;
}

.weight-xxl {
  font-weight: 800;
}

.text-lh-m {
  line-height: 1.5rem;
}

.text-overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-overflow-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-overflow-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-overflow-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-overflow-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.break-spaces {
  white-space: pre-wrap;
}
@supports (white-space: break-spaces) {
  .break-spaces {
    white-space: break-spaces;
  }
}

.padding-0 {
  padding: 0rem;
}

.padding-xs {
  padding: 0.25rem;
}

.padding-s {
  padding: 0.5rem;
}

.padding-m {
  padding: 1rem;
}

.padding-l {
  padding: 2rem;
}

.padding-xl {
  padding: 3rem;
}

.padding-xxl {
  padding: 5rem;
}

.padding-il-0 {
  padding-inline: 0;
}

.padding-il-s {
  padding-inline: 0.5rem;
}

.padding-il-m {
  padding-inline: 1rem;
}

.padding-il-l {
  padding-inline: 2rem;
}

.padding-il-xl {
  padding-inline: 3rem;
}

.margin-auto {
  margin: auto;
}

.mt-a {
  margin-top: auto;
}

.mt-0 {
  margin: 0;
}

.mt-s {
  margin-top: 0.5rem;
}

.mt-m {
  margin-top: 1rem;
}

.mt-l {
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .mt-l {
    margin-top: 1rem;
  }
}

.mt-xl {
  margin-top: 3rem;
}

.mt-xxl {
  margin-top: 5rem;
}

.mt-xxxl {
  margin-top: 10rem;
}

.border {
  border: 1px solid #aeaeae;
}

.border-rad-xs {
  border-radius: 0.25rem;
}

.border-rad-s {
  border-radius: 0.5rem;
}

.border-rad-m {
  border-radius: 1rem;
}

.border-rad-l {
  border-radius: 2rem;
}

.border-rad-round {
  border-radius: 1000px;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: relative;
}
.divider span {
  background-color: #ebf3ff;
  z-index: 1;
  padding: 0 0.5rem;
  font-size: 14px;
  color: #345575;
}
.divider::before {
  content: "";
  border-bottom: 1px solid #aeaeae;
  width: 100%;
  display: block;
  position: absolute;
  top: 15px;
}
.divider.slim {
  height: 16px;
}
.divider.slim::before {
  top: 8px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

img {
  -webkit-user-drag: none;
}
img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}
img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

a.btn,
a.button,
button {
  height: 100%;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: 500;
  font-size: 1rem;
  font-family: inherit;
  border-radius: 0.5rem;
  outline: none;
  border: 1px solid #158dfe;
  color: #158dfe;
  cursor: pointer;
  display: flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
a.btn.alt,
a.button.alt,
button.alt {
  background-color: #158dfe;
  color: #ebf3ff;
}
a.btn.alt:hover, a.btn.alt:focus,
a.button.alt:hover,
a.button.alt:focus,
button.alt:hover,
button.alt:focus {
  box-shadow: inset 0 0 100px 100px rgba(235, 243, 255, 0.1);
}
a.btn.button_image,
a.button.button_image,
button.button_image {
  padding: 0.625rem 2rem 0.625rem 2rem;
  padding-left: calc(2rem + 16px);
  position: relative;
}
a.btn.button_image img,
a.button.button_image img,
button.button_image img {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.5rem;
}
a.btn.button_image.disabled,
a.button.button_image.disabled,
button.button_image.disabled {
  background-color: #adb1b8;
  border: 1px solid #aeaeae;
  color: #808080;
  pointer-events: none;
}
a.btn.button_image.disabled img,
a.button.button_image.disabled img,
button.button_image.disabled img {
  filter: grayscale(1);
}
a.btn.fw_120,
a.button.fw_120,
button.fw_120 {
  width: 120px;
  padding: 0.5rem;
}
a.btn.width_small,
a.button.width_small,
button.width_small {
  min-width: 120px;
  padding-left: 2rem;
  padding-right: 2rem;
}
a.btn:hover, a.btn:focus,
a.button:hover,
a.button:focus,
button:hover,
button:focus {
  box-shadow: inset 0 0 100px 100px rgba(21, 141, 254, 0.1);
  text-decoration: none !important;
}
a.btn:disabled,
a.button:disabled,
button:disabled {
  background-color: #c8cfd3;
  border: 1px solid #aeaeae;
  color: #646669;
  pointer-events: none;
}
a.btn:disabled img,
a.button:disabled img,
button:disabled img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(74%) hue-rotate(179deg) brightness(82%) contrast(89%);
}
a.btn.warning,
a.button.warning,
button.warning {
  background-color: #d55959;
  color: #ebf3ff;
  border: 1px solid transparent;
}
a.btn.warning img,
a.button.warning img,
button.warning img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(6946%) hue-rotate(184deg) brightness(131%) contrast(100%);
}
a.btn.alt_green,
a.button.alt_green,
button.alt_green {
  border: 0px solid transparent;
  background-color: #91c17f;
  filter: saturate(0.7);
  color: #ebf3ff;
}

a {
  color: #158dfe;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
a.disabled {
  pointer-events: none;
  color: #808080;
}
a.plain {
  text-decoration: none !important;
}
a.plain:hover {
  text-decoration: none !important;
}

img.button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol li {
  padding-block: 0.5rem;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: 1px solid #aeaeae;
  background-color: #ebf3ff;
  padding: 0.5rem;
  border-radius: 0.5rem;
  resize: vertical;
  max-height: 1000px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-style: italic;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-style: italic;
}
input::placeholder,
textarea::placeholder {
  font-style: italic;
}
input:focus,
textarea:focus {
  border: 1px solid transparent;
  outline: 2px solid #158dfe;
}
input:disabled,
textarea:disabled {
  background-color: #adb1b8;
}
input.error,
textarea.error {
  border: 1px solid transparent;
  outline: 2px solid #d55959;
}

textarea {
  min-height: 150px;
}

pre {
  background-color: #adb1b8;
  border-radius: 0.5rem;
  white-space: break-spaces;
  font-family: inherit;
  font-size: inherit;
  padding: 1rem;
  margin: 0;
  display: inline-flex;
}

table.standard {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #adb1b8;
  border-radius: 0.5rem;
}
table.standard tr th,
table.standard tr td {
  border: none;
  padding-block: 0.5rem;
}
table.standard tr th:not(:first-child),
table.standard tr td:not(:first-child) {
  padding-inline: 1rem;
}
table.standard tr th {
  border-bottom: 1px solid #adb1b8;
}
table.standard tr td {
  border-bottom: 1px solid #adb1b8;
}
table.standard tr:last-child td {
  border-bottom: 0;
}
table.standard thead th:first-child {
  text-align: left;
  padding-left: 10px;
}
table.standard thead th:nth-child(3) {
  width: 120px;
}
table.standard thead th:nth-child(4) {
  width: 150px;
}
table.standard tbody td {
  padding-inline: 1rem;
  height: inherit;
}
table.standard tbody td:not(:first-child) {
  text-align: center;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

::-webkit-scrollbar {
  width: 18px;
}
@media screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    width: 6px;
  }
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 100px;
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7c8696;
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #676e7a;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #ebf3ff;
  width: 100vw;
  color: #232e3d;
  font-family: "Noto Sans", sans-serif;
  padding: 0;
  margin: 0;
  position: relative;
}
body .scrollTop {
  position: fixed;
  top: calc(100vh - 1rem - 40px);
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  background-color: rgba(33, 110, 182, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 600px) {
  body .scrollTop {
    display: flex;
  }
}
body .scrollTop:after {
  color: #d1dce3;
  content: "❯";
  transform: rotateZ(-90deg);
}
body.home {
  background-color: #1f284c !important;
  background: linear-gradient(180deg, #1f284c 0%, #1f284c 25%, #263365 75%, #263365 100%);
}
body.home header {
  color: #d1dce3;
  background-color: rgba(31, 40, 76, 0.85);
}
body.home header nav .link {
  color: #d1dce3;
}
body.home .dropdown {
  background-color: #1f284c;
}
body.home .dropdown > a {
  color: #d1dce3;
}
body.home .dropdown > a:hover {
  background-color: #345575;
}
body .dropdown {
  background-color: #ebf3ff;
  overflow: hidden;
  top: 32px;
  left: -1rem;
  width: calc(100% + 2rem);
  border: 1px solid #c8cfd3;
  border-radius: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  body .dropdown {
    width: 100vw;
    left: 0;
    top: 57px;
    position: fixed;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c8cfd3;
  }
}
body .dropdown > a {
  text-decoration: none;
  color: #232e3d;
  font-size: 1rem;
  padding: 0.5rem;
}
body .dropdown > a:hover {
  background-color: #c8cfd3;
}
@media screen and (max-width: 600px) {
  body .dropdown > a {
    text-align: center;
  }
  body .dropdown > a:not(:last-child) {
    border-bottom: 1px solid rgba(200, 207, 211, 0.5);
  }
}
body header {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(235, 243, 255, 0.85);
  width: 100%;
  z-index: 2;
  top: 0;
  padding-inline: 2rem;
  padding-block: 0.75rem;
  gap: 2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  border-bottom: 1px solid #c8cfd3;
  color: #232e3d;
}
@supports ((-webkit-backdrop-filter: blur(2px)) or (backdrop-filter: blur(2px))) {
  body header {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
body header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
body header nav .link {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #232e3d;
}
body header nav .link:hover {
  text-decoration: none;
}
body header nav button {
  background-color: transparent;
  border-color: #ebf3ff;
  color: #d1dce3;
}
@media screen and (max-width: 600px) {
  body header {
    margin-inline: 0;
    padding-inline: 1rem;
    gap: 0;
  }
  body header nav {
    justify-content: flex-end;
    gap: 1rem;
  }
  body header nav .link {
    font-size: 0.875rem;
  }
  body header .header_contact {
    display: none;
  }
}

main {
  margin-top: 2rem;
  width: 1400px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1440px) {
  main {
    width: 1000px;
  }
}
@media screen and (max-width: 600px) {
  main {
    width: 100%;
  }
}
main .container {
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #414855;
}

footer {
  background-color: #13192f;
  padding-block: 4rem 2rem;
  width: 100%;
  color: #606b7a;
  padding-inline: 2rem;
}
@media screen and (max-width: 600px) {
  footer {
    padding-block: 3rem;
  }
  footer img {
    height: 48px !important;
  }
}/*# sourceMappingURL=main.css.map */