/* compiled by scssphp 1.11.0 on Wed, 21 May 2025 13:02:32 +0000 (0.4665s) */

@charset "UTF-8";
/**
 * Set up a decent box model on the root element
 */
html {
  height: 100%;
}
@font-face {
  font-family: "Gilroy";
  src: url("/templates/tehnos/fonts/Gilroy-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url("/templates/tehnos/fonts/Gilroy-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("/templates/tehnos/fonts/Gilroy-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url("/templates/tehnos/fonts/Gilroy-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url("/templates/tehnos/fonts/Gilroy-Bold.ttf");
  font-weight: 700;
}
/**
 * Basic typography style for copy text
 */
body, html {
  color: black;
  font-family: "Gilroy";
  font-size: 16px;
}
body a, html a {
  color: black;
  transition: color 0.2s ease-out, opacity 0.2s ease-out;
}
body h1, body h2, body h3, body h4, body h5, html h1, html h2, html h3, html h4, html h5 {
  font-family: "Gilroy";
}
body h3, html h3 {
  font-size: 40px;
}
.container {
  max-width: 1310px;
}
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1310px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
}
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .btn, body input[type=submit], body .convertforms button.cf-btn, body p.acysubbuttons > input {
  font-family: "Gilroy";
  font-size: 16px;
  font-weight: 600;
  background-color: black;
  color: white;
  border-radius: 12px;
  padding: 17px 40px 17px;
  align-self: flex-end;
  margin: auto;
}
body .convertforms button.cf-btn {
  margin-bottom: 150px;
}
body .open-overlay img {
  width: 30px;
  height: 30px;
}
@media (min-width: 992px) {
  body p.acysubbuttons > input {
    margin: 0 0 20px 0 !important;
  }
}
.logo {
  padding-left: 18px;
}
.overlay-popup-main-style, .overlay-popup, body > .overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.overlay-popup-main-style .content-header, .overlay-popup .content-header, body > .overlay-menu .content-header {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.overlay-popup-main-style .contact button, .overlay-popup .contact button, body > .overlay-menu .contact button {
  margin-bottom: 25px;
  width: 360px;
}
.overlay-popup-main-style .close-popup, .overlay-popup .close-popup, body > .overlay-menu .close-popup {
  display: block;
  width: 32px;
  height: 32px;
  margin: 15px 16px 15px 0;
  background: url("/templates/tehnos/images/icons/close.svg") center no-repeat;
  background-size: cover;
}
.overlay-popup-main-style .overlay-menu-inline, .overlay-popup .overlay-menu-inline, body > .overlay-menu .overlay-menu-inline {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overlay-popup-main-style .content, .overlay-popup .content, body > .overlay-menu .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  z-index: 1;
}
.overlay-popup-main-style .content li, .overlay-popup .content li, body > .overlay-menu .content li {
  padding: 20px 0;
}
.overlay-popup-main-style .content li a:hover, .overlay-popup .content li a:hover, body > .overlay-menu .content li a:hover {
  transition: 0.2s;
  filter: invert(14%) sepia(81%) saturate(5457%) hue-rotate(285deg) brightness(82%) contrast(103%);
}
.hidden-form {
  display: none;
}
.component {
  padding: 26px;
  max-width: 1310px;
  margin: auto;
}
.component .convertforms .cf-input {
  border-color: black !important;
  border-radius: 8px;
  background-color: transparent;
  padding: 13px;
  color: black;
}
.component .convertforms.cf-error .cf-response {
  background-color: #9a0dbd;
}
@media (min-width: 992px) {
  .component .cf-select {
    max-width: 49% !important;
  }
}
.component #cf_1, .component #cf_2 {
  --background-color: none;
  max-width: 886px;
  --control-gap: 5px;
}
.component #cf_1 form#cf2 > div.cf-content-wrap, .component #cf_2 form#cf2 > div.cf-content-wrap {
  display: none;
}
@media (min-width: 992px) {
  .component #cf_1, .component #cf_2 {
    --control-gap: 10px;
  }
}
.component h1 {
  font-family: "Gilroy";
  text-align: center !important;
  margin-top: 87px;
  margin-bottom: 25px;
  font-size: 40px !important;
}
@media (min-width: 992px) {
  .component h1 {
    text-align: left !important;
    font-size: 80px !important;
    margin-top: 114px;
    margin-bottom: 40px;
  }
}
.component h2 {
  font-family: "Gilroy";
  font-size: 24px !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .component h2 {
    margin-bottom: 10px;
    font-size: 28px !important;
  }
}
.component div {
  font-family: "Gilroy";
}
@media (max-width: 991px) {
  .component div .cf-one-half {
    width: 100%;
  }
}
.component div form div.cf-form-wrap {
  padding: 0;
}
@media (min-width: 992px) {
  .component div form div.cf-form-wrap {
    padding-left: 0;
  }
}
.component div form div.cf-form-wrap button {
  margin-top: 0;
}
@media (min-width: 992px) {
  .component div form div.cf-form-wrap button {
    margin-top: 15px;
  }
}
.component div form div.cf-form-wrap input::placeholder, .component div form div.cf-form-wrap textarea::placeholder, .component div form div.cf-form-wrap input {
  color: black;
  opacity: 1;
}
.responseContainer {
  margin: 40px 0 0 0;
}
@media (min-width: 992px) {
  .responseContainer {
    margin: 40px 0 0 20px;
  }
}
.swiper-container {
  position: relative;
}
.swiper-container > div[class$="prev"], .swiper-container > div[class$="next"] {
  z-index: 3;
  position: absolute;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  transition: opacity 0.1s, visibility 0.1s;
  bottom: 0;
}
@media (min-width: 576px) {
  .swiper-container > div[class$="prev"], .swiper-container > div[class$="next"] {
    bottom: calc(50% - 24px);
  }
}
.swiper-container > div[class$="prev"]:after, .swiper-container > div[class$="next"]:after {
  position: absolute;
  color: white;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  right: 20px;
  bottom: 18px;
  transform: rotate(-45deg);
}
.swiper-container > div[class$="prev"]:hover, .swiper-container > div[class$="next"]:hover {
  cursor: pointer;
}
.swiper-container > div[class$="prev"].swiper-button-disabled, .swiper-container > div[class$="next"].swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.swiper-container > div[class$="next"] {
  right: 0;
}
.swiper-container > div[class$="prev"] {
  left: 0;
}
.swiper-container > div[class$="prev"]:after {
  right: 17px;
  transform: rotate(135deg);
}
.swiper-container > div[class*="pagination"] {
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 576px) {
  .swiper-container > div[class*="pagination"] {
    display: none;
  }
}
.swiper-container > div[class*="pagination"] .swiper-pagination-bullet-active {
  background-color: #9a0dbd;
}
body > .overlay-menu {
  background-color: white;
  z-index: 3;
  -webkit-animation: 0.5s ease-out both to-left;
  animation: 0.5s ease-out both to-left;
}
@keyframes to-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
body > .overlay-menu.hidden {
  -webkit-animation: 0.5s ease-out both to-right;
  animation: 0.5s ease-out both to-right;
}
body > .overlay-menu li.active a {
  color: #9a0dbd;
}
.mousescroll {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.mousescroll img {
  margin-top: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 80%);
  transition: transform 1s ease-in-out;
}
.moduletable.systems-we-work {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.moduletable.systems-we-work .swiper-container {
  max-width: 344px;
  margin: auto;
}
.moduletable.systems-we-work .swiper-container > div[class$="prev"], .moduletable.systems-we-work .swiper-container > div[class$="next"] {
  bottom: -16px;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .swiper-container > div[class$="prev"], .moduletable.systems-we-work .swiper-container > div[class$="next"] {
    bottom: calc(50% - 24px);
  }
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .swiper-container {
    max-width: unset;
  }
}
.moduletable.systems-we-work h2 {
  font-size: 28px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work h2 {
    font-size: 40px;
    margin-bottom: 69px;
  }
}
.moduletable.systems-we-work .systems-container {
  overflow: hidden;
  width: 344px;
  margin: auto;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .systems-container {
    width: 748px;
  }
}
@media (min-width: 1300px) {
  .moduletable.systems-we-work .systems-container {
    width: 1125px;
  }
}
.moduletable.systems-we-work .systems-container .systems-slider-pagination {
  display: block;
  position: relative;
  bottom: -25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .systems-container .systems-slider-pagination {
    display: none;
  }
}
.moduletable.systems-we-work .systems-container .swiper-pagination-bullet-active {
  background-color: #9a0dbd;
}
.moduletable.systems-we-work .systems-container .swiper-slide {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #cbcbcb;
  border-radius: 54px;
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .systems-container .swiper-slide {
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
  }
}
@media (min-width: 1300px) {
  .moduletable.systems-we-work .systems-container .swiper-slide {
    min-width: 207px;
    max-width: 207px;
    min-height: 207px;
    max-height: 207px;
  }
}
.moduletable.systems-we-work .systems-container .swiper-slide img {
  max-width: 100px;
  max-height: 60px;
}
@media (min-width: 992px) {
  .moduletable.systems-we-work .systems-container .swiper-slide img {
    max-width: 120px;
    max-height: 75px;
  }
}
@media (min-width: 1300px) {
  .moduletable.systems-we-work .systems-container .swiper-slide img {
    max-width: 150px;
    max-height: 90px;
  }
}
.subscriptions-list {
  padding: 32px 0;
}
.subscriptions-list h3 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 30px;
}
.subscriptions-list .secondary-title {
  padding-bottom: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 576px) {
  .subscriptions-list .secondary-title {
    padding-bottom: 80px;
  }
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide img {
  padding: 40px 0;
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 32px;
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide .description {
  width: 100%;
  text-align: center;
  line-height: 24px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide .description {
    max-width: 250px;
  }
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide .price {
  display: block;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide .price {
    display: none;
  }
}
.subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide a {
  display: block;
  background-color: black;
  padding: 17px 40px;
  border-radius: 10px;
  color: white;
  font-weight: 700;
}
@media (min-width: 576px) {
  .subscriptions-list .swiper-container #subscription-slider .swiper-wrapper .swiper-slide a {
    display: none;
  }
}
.subscriptions-list .swiper-container .subscription-slider-next, .subscriptions-list .swiper-container .subscription-slider-prev {
  bottom: -14px;
}
@media (min-width: 576px) {
  .subscriptions-list .swiper-container .subscription-slider-next, .subscriptions-list .swiper-container .subscription-slider-prev {
    bottom: 38%;
  }
}
.moduletable.our-clients {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.moduletable.our-clients .swiper-container {
  max-width: 344px;
  margin: auto;
}
.moduletable.our-clients .swiper-container > div[class$="prev"], .moduletable.our-clients .swiper-container > div[class$="next"] {
  bottom: -16px;
}
@media (min-width: 992px) {
  .moduletable.our-clients .swiper-container > div[class$="prev"], .moduletable.our-clients .swiper-container > div[class$="next"] {
    bottom: calc(50% - 24px);
  }
}
@media (min-width: 992px) {
  .moduletable.our-clients .swiper-container {
    max-width: unset;
  }
}
.moduletable.our-clients h2 {
  font-size: 28px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .moduletable.our-clients h2 {
    font-size: 40px;
    margin-bottom: 69px;
  }
}
.moduletable.our-clients .ourclients-container {
  overflow: hidden;
  width: 344px;
  margin: auto;
}
@media (min-width: 992px) {
  .moduletable.our-clients .ourclients-container {
    width: 748px;
  }
}
@media (min-width: 1300px) {
  .moduletable.our-clients .ourclients-container {
    width: 1125px;
  }
}
.moduletable.our-clients .ourclients-container .ourclients-slider-pagination {
  display: block;
  position: relative;
  bottom: -25px;
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .moduletable.our-clients .ourclients-container .ourclients-slider-pagination {
    display: none;
  }
}
.moduletable.our-clients .ourclients-container .swiper-pagination-bullet-active {
  background-color: #9a0dbd;
}
.moduletable.our-clients .ourclients-container .swiper-slide {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #cbcbcb;
  border-radius: 54px;
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  max-height: 160px;
}
@media (min-width: 992px) {
  .moduletable.our-clients .ourclients-container .swiper-slide {
    min-width: 170px;
    max-width: 170px;
    min-height: 170px;
    max-height: 170px;
  }
}
@media (min-width: 1300px) {
  .moduletable.our-clients .ourclients-container .swiper-slide {
    min-width: 207px;
    max-width: 207px;
    min-height: 207px;
    max-height: 207px;
  }
}
.moduletable.our-clients .ourclients-container .swiper-slide img {
  max-width: 100px;
  max-height: 60px;
}
@media (min-width: 992px) {
  .moduletable.our-clients .ourclients-container .swiper-slide img {
    max-width: 120px;
    max-height: 75px;
  }
}
@media (min-width: 1300px) {
  .moduletable.our-clients .ourclients-container .swiper-slide img {
    max-width: 150px;
    max-height: 90px;
  }
}
.moduletable.services-list {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .moduletable.services-list {
    padding: 64px 0;
  }
}
.moduletable.services-list .price {
  text-align: center;
}
@media (min-width: 992px) {
  .moduletable.services-list .price {
    text-align: left;
  }
}
.moduletable.services-list h2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .moduletable.services-list h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}
.moduletable.services-list div.workstations {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .moduletable.services-list div.workstations {
    margin-top: 60px;
  }
}
.moduletable.services-list .swiper-container {
  margin-top: 32px;
  position: relative;
}
.moduletable.services-list .swiper-container .swiper .swiper-slide > div {
  border-radius: 10px;
  backdrop-filter: blur(30px);
  border: 1px solid white;
}
.moduletable.services-list .swiper-container .swiper .swiper-slide > div a {
  margin: 22px auto auto auto;
}
@media (min-width: 992px) {
  .moduletable.services-list .swiper-container .swiper .swiper-slide > div a {
    margin-left: unset;
    margin-top: 22px;
  }
}
.moduletable.services-list .swiper-container .services-slider-next, .moduletable.services-list .swiper-container .services-slider-prev {
  bottom: calc(50% - 24px);
  background-color: white;
}
@media (min-width: 992px) {
  .moduletable.services-list .swiper-container .services-slider-next, .moduletable.services-list .swiper-container .services-slider-prev {
    bottom: calc(50% - 24px);
  }
}
.moduletable.services-list .swiper-container .services-slider-next {
  right: -24px;
}
.moduletable.services-list .swiper-container .services-slider-prev {
  left: -24px;
}
.moduletable.services-list .swiper-container .services-slider-prev::after {
  right: 17px;
  transform: rotate(135deg);
}
.moduletable.full-services-list .company-select, .moduletable.services-list .company-select {
  position: relative;
  margin: 0 auto;
  border: 1px solid #cbcbcb;
  border-radius: 32px;
  width: min-content;
  display: flex;
}
.moduletable.full-services-list .company-select button, .moduletable.services-list .company-select button {
  position: relative;
  padding: 16px 20px 16px 42px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .moduletable.full-services-list .company-select button, .moduletable.services-list .company-select button {
    padding: 16px 40px 16px 52px;
  }
}
.moduletable.full-services-list .company-select button span, .moduletable.services-list .company-select button span {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  top: 15px;
  left: 14px;
}
@media (min-width: 576px) {
  .moduletable.full-services-list .company-select button span, .moduletable.services-list .company-select button span {
    left: 22px;
  }
}
.moduletable.full-services-list .company-select button.active, .moduletable.services-list .company-select button.active {
  color: white;
  background-color: black;
}
.moduletable.full-services-list .company-select button.active span, .moduletable.services-list .company-select button.active span {
  filter: invert(100%);
}
.moduletable.full-services-list .workstations, .moduletable.services-list .workstations {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.moduletable.full-services-list .workstations div, .moduletable.services-list .workstations div {
  font-weight: 700;
  font-size: 24px;
}
.moduletable.full-services-list .workstations div.hidden, .moduletable.services-list .workstations div.hidden {
  display: none;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div, .moduletable.full-services-list .card, .moduletable.services-list .swiper-container .swiper .swiper-slide > div, .moduletable.services-list .card {
  padding: 32px;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div .title, .moduletable.full-services-list .card .title, .moduletable.services-list .swiper-container .swiper .swiper-slide > div .title, .moduletable.services-list .card .title {
  font-weight: 700;
  font-size: 24px;
  text-align: end;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div .inactive, .moduletable.full-services-list .card .inactive, .moduletable.services-list .swiper-container .swiper .swiper-slide > div .inactive, .moduletable.services-list .card .inactive {
  display: none;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div ul, .moduletable.full-services-list .card ul, .moduletable.services-list .swiper-container .swiper .swiper-slide > div ul, .moduletable.services-list .card ul {
  padding-top: 32px;
  list-style-type: "✓";
  padding-left: 16px;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div ul li, .moduletable.full-services-list .card ul li, .moduletable.services-list .swiper-container .swiper .swiper-slide > div ul li, .moduletable.services-list .card ul li {
  padding: 0 0 14px 16px;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div ul li::marker, .moduletable.full-services-list .card ul li::marker, .moduletable.services-list .swiper-container .swiper .swiper-slide > div ul li::marker, .moduletable.services-list .card ul li::marker {
  font-weight: 700;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div .price, .moduletable.full-services-list .card .price, .moduletable.services-list .swiper-container .swiper .swiper-slide > div .price, .moduletable.services-list .card .price {
  padding-top: 8px;
  font-weight: 600;
  font-size: 28px;
}
.moduletable.full-services-list .swiper-container .swiper .swiper-slide > div a, .moduletable.full-services-list .card a, .moduletable.services-list .swiper-container .swiper .swiper-slide > div a, .moduletable.services-list .card a {
  display: block;
  width: 75px;
  background-color: black;
  color: white;
  padding: 17px 40px;
  font-weight: 700;
  border-radius: 10px;
}
.moduletable.full-services-list h1 {
  margin: 130px 0 66px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
@media (min-width: 992px) {
  .moduletable.full-services-list h1 {
    margin: 200px 0;
    font-size: 80px;
    line-height: 80px;
  }
}
.moduletable.full-services-list .mobile-controls {
  display: block;
}
.moduletable.full-services-list .mobile-controls select {
  border-width: 1px;
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 40px auto 70px auto;
  padding: 17px 17px 17px 20px;
  border-radius: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("/templates/tehnos/images/./icons/arrow-down.svg") no-repeat 95%;
}
@media (min-width: 576px) {
  .moduletable.full-services-list .mobile-controls select {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .moduletable.full-services-list .mobile-controls {
    display: none;
  }
}
.moduletable.full-services-list > div[id] div.title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .moduletable.full-services-list > div[id] div.title {
    font-size: 40px;
  }
}
.moduletable.full-services-list > div[id] div.description {
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  padding-bottom: 22px;
}
@media (min-width: 992px) {
  .moduletable.full-services-list > div[id] div.description {
    font-size: 24px;
    padding-bottom: 32px;
  }
}
.moduletable.full-services-list > div[id] > button {
  display: block;
  font-size: 16px;
  border-bottom: 1px dashed black;
  line-height: 24px;
  margin: 14px auto 40px auto;
}
.moduletable.full-services-list > div[id] > button:hover {
  color: #9a0dbd;
  border-color: #9a0dbd;
}
.moduletable.full-services-list > div[id] .card {
  margin: 0 auto 100px auto;
  max-width: 804px;
  padding: 15px 25px;
  border: 1px solid #cbcbcb;
  border-radius: 54px;
}
.moduletable.full-services-list > div[id] .card ul {
  padding: 16px 0 26px 16px;
}
.moduletable.full-services-list > div[id] .card ul li {
  padding-left: 40px;
}
.moduletable.full-services-list > div[id] .card .row {
  display: flex;
  justify-content: space-between;
}
.moduletable.full-services-list > div[id] .card .row a {
  align-self: flex-start;
}
.moduletable.full-services-list > div[id] .card .info {
  padding: 32px 0 20px 40px;
  position: relative;
  font-size: 14px;
}
.moduletable.full-services-list > div[id] .card .info:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  left: 0;
  background: url("/templates/tehnos/images/./icons/info.svg") no-repeat center;
}
.moduletable.full-services-list > div[id] .card .example {
  display: none;
}
.moduletable.full-services-list > div[id] .card .example .close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(202deg) brightness(107%) contrast(101%);
  background-size: 100% 100% !important;
  background: url("/templates/tehnos/images/./icons/close.svg") no-repeat center;
}
.moduletable.full-services-list > div[id] .card.example-showing {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
.moduletable.full-services-list > div[id] .card.example-showing > div > * {
  display: none;
}
.moduletable.full-services-list > div[id] .card.example-showing .example {
  display: block;
}
.moduletable.full-services-list > div[id] > .company-select {
  display: none;
}
@media (min-width: 992px) {
  .moduletable.full-services-list > div[id] > .company-select {
    display: flex;
  }
}
.moduletable.full-services-list > div[id] .workstations {
  margin-top: 0;
}
@media (min-width: 992px) {
  .moduletable.full-services-list > div[id] .workstations {
    margin-top: 32px;
  }
}
.moduletable.full-services-list > div[id].mobile-inactive {
  display: none;
}
@media (min-width: 992px) {
  .moduletable.full-services-list > div[id].mobile-inactive {
    display: block;
  }
}
.moduletable.services-navigation {
  display: none;
  z-index: 11;
  position: absolute;
  top: 196px;
  left: 40px;
}
@media (min-width: 992px) {
  .moduletable.services-navigation {
    display: block;
    position: fixed;
    top: 70px;
  }
}
.moduletable.services-navigation > div ul li {
  z-index: 10;
  margin-top: 38px;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: white;
  border: 1px solid #cbcbcb;
}
.moduletable.services-navigation > div ul li:first-of-type {
  margin-top: 0;
}
.moduletable.services-navigation > div ul li a {
  position: relative;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
}
.moduletable.services-navigation > div ul li a:hover + span {
  display: block;
}
.moduletable.services-navigation > div ul li a.selected:after {
  opacity: 1;
}
.moduletable.services-navigation > div ul li a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #9a0dbd;
  left: calc(50% - 4px);
  top: calc(50% - 4px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.moduletable.services-navigation > div ul li span {
  font-weight: 600;
  display: none;
  width: max-content;
  top: -15px;
  position: absolute;
  left: 39px;
  padding: 15px 22px;
  color: white;
  background-color: black;
  border-radius: 50px;
}
.moduletable.services-navigation > div .vertical-bar {
  height: 100%;
  border-left: 1px solid #cbcbcb;
  position: absolute;
  padding: 70px;
  top: -70px;
  left: 11px;
}
.moduletable.services-promo {
  padding: 16px 0;
}
@media (min-width: 992px) {
  .moduletable.services-promo {
    padding: 32px 0;
    display: flex;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo .promo {
    padding-top: 80px;
    width: 40%;
  }
}
.moduletable.services-promo .promo div {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .moduletable.services-promo .promo div {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo .promo div {
    font-size: 28px;
  }
}
.moduletable.services-promo .promo h1 {
  line-height: 100%;
  font-size: 40px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .moduletable.services-promo .promo h1 {
    font-size: 62px;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo .promo h1 {
    font-size: 80px;
  }
}
.moduletable.services-promo .promo ul {
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
}
@media (min-width: 992px) {
  .moduletable.services-promo .promo ul {
    padding-bottom: 0;
  }
}
.moduletable.services-promo .promo ul li {
  font-weight: 300;
  font-size: 20px;
  padding: 10px 26px;
  border: 1px solid #cbcbcb;
  border-radius: 54px;
}
@media (min-width: 992px) {
  .moduletable.services-promo .promo ul li {
    font-size: 24px;
    padding: 12px 32px;
  }
}
.moduletable.services-promo > ul {
  display: none;
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul {
    display: block;
    margin-left: 5%;
    width: 55%;
    position: relative;
    height: 420px;
  }
}
.moduletable.services-promo > ul > li {
  border: 1px solid white;
  padding: 17px 20px;
  border-radius: 10px;
  color: white;
  backdrop-filter: blur(30px);
  position: absolute;
  max-width: 50vw;
  transition: transform 1s;
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul > li {
    max-width: 209px;
    padding: 22px 25px;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul > li {
    max-width: 372px;
  }
}
.moduletable.services-promo > ul > li a span {
  float: right;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 22px;
  transition: opacity 0.5s 0.2s ease-in, width 0.5s ease-in, height 0.5s ease-in;
}
.moduletable.services-promo > ul > li a span::after {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  content: "";
  min-width: 0;
  min-height: 0;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg);
  transition: opacity 0.3s 0.2s ease-in, min-width 0.5s ease-in, min-height 0.5s ease-in;
  right: 40px;
  bottom: 34px;
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul > li a span::after {
    right: 44px;
    bottom: 38px;
  }
}
.moduletable.services-promo > ul > li:not(.active):hover {
  cursor: pointer;
}
.moduletable.services-promo > ul > li .title {
  transition: 0.3s ease-in font-weight, 0.3s ease-in font-size, 0.5s padding-bottom;
  font-weight: 600;
  font-size: 20px;
}
.moduletable.services-promo > ul > li .description {
  line-height: 18px;
  visibility: hidden;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: max-width 0.3s, max-height 0.3s 0.2s, transform 0.5s, opacity 0.5s ease-in, padding-bottom 0.5s;
}
.moduletable.services-promo > ul > li.active {
  z-index: 3;
}
.moduletable.services-promo > ul > li.active .title {
  font-size: 24px;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul > li.active .title {
    font-size: 28px;
  }
}
.moduletable.services-promo > ul > li.active .description {
  transform: scale(1);
  visibility: visible;
  max-height: 500px;
  opacity: 1;
  max-width: inherit;
  padding-bottom: 8px;
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul > li.active .description {
    max-width: 372px;
  }
}
.moduletable.services-promo > ul > li.active a span {
  opacity: 1;
  width: 44px;
  height: 44px;
  border: 1px solid white;
}
.moduletable.services-promo > ul > li.active a span:after {
  opacity: 1;
  visibility: visible;
  min-width: 12px !important;
  min-height: 12px !important;
}
.moduletable.services-promo > ul > li.active a span:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.moduletable.services-promo > ul :nth-child(1) {
  top: 10px;
  left: 3%;
}
@media (min-width: 576px) {
  .moduletable.services-promo > ul :nth-child(1) {
    left: 16%;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(1) {
    top: 12px;
    left: -5%;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul :nth-child(1) {
    top: 24px;
    left: 12%;
  }
}
.moduletable.services-promo > ul :nth-child(2) {
  top: 52px;
  left: 52%;
}
@media (min-width: 576px) {
  .moduletable.services-promo > ul :nth-child(2) {
    top: 32px;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(2) {
    top: 22px;
    left: 55%;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul :nth-child(2) {
    left: 45%;
    top: 8px;
  }
}
.moduletable.services-promo > ul :nth-child(3) {
  top: 120px;
  left: 0;
}
@media (min-width: 576px) {
  .moduletable.services-promo > ul :nth-child(3) {
    left: 6%;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(3) {
    top: 110px;
    left: 8%;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul :nth-child(3) {
    top: 160px;
    left: 5%;
  }
}
.moduletable.services-promo > ul :nth-child(4) {
  top: 200px;
  left: 50%;
}
@media (min-width: 576px) {
  .moduletable.services-promo > ul :nth-child(4) {
    top: 180px;
    left: 60%;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(4) {
    top: 180px;
    left: 60%;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul :nth-child(4) {
    top: 160px;
    left: 52%;
  }
}
.moduletable.services-promo > ul :nth-child(5) {
  top: 210px;
  left: 4%;
}
@media (min-width: 576px) {
  .moduletable.services-promo > ul :nth-child(5) {
    top: 230px;
    left: 16%;
  }
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(5) {
    top: 240px;
    left: 15%;
  }
}
@media (min-width: 1300px) {
  .moduletable.services-promo > ul :nth-child(5) {
    top: 280px;
    left: 15%;
  }
}
.moduletable.services-promo > ul :nth-child(6) {
  top: 300px;
  left: 40%;
}
@media (min-width: 992px) {
  .moduletable.services-promo > ul :nth-child(6) {
    top: 312px;
    left: 47%;
  }
}
.moduletable.services-promo .pm {
  padding-top: 20px;
}
.moduletable.services-promo .pm-margin {
  margin-top: 20px;
  margin-bottom: 400px;
}
@media (min-width: 992px) {
  .moduletable.services-promo .pm-margin {
    margin-bottom: 30px;
  }
}
.moduletable.our-mission .mod-custom {
  margin: 64px 0 140px 0;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom {
    margin: 64px 0 289px 0;
  }
}
.moduletable.our-mission .mod-custom .secondary-title {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom .secondary-title {
    line-height: 28px;
    font-size: 24px;
  }
}
.moduletable.our-mission .mod-custom h3 {
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom h3 {
    font-size: 80px;
    padding-bottom: 40px;
    line-height: 80px;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) {
    flex-direction: row;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:first-of-type {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:first-of-type {
    margin: 0 135px 0 0;
    width: 40%;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) {
  display: flex;
  flex-direction: column;
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) > p {
  margin-bottom: 14px;
  line-height: 24px;
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) > p:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) {
    width: 60%;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) a {
  padding: 17px 40px;
  background-color: black;
  color: white;
  border-radius: 10px;
  display: inline-block;
  align-self: center;
  font-weight: 700;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) a {
    align-self: start;
  }
}
.moduletable.our-mission .mod-custom {
  margin: 64px 0 140px 0;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom {
    margin: 64px 0 289px 0;
  }
}
.moduletable.our-mission .mod-custom .secondary-title {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom .secondary-title {
    line-height: 28px;
    font-size: 24px;
  }
}
.moduletable.our-mission .mod-custom h3 {
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom h3 {
    font-size: 80px;
    padding-bottom: 40px;
    line-height: 80px;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) {
    flex-direction: row;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:first-of-type {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:first-of-type {
    margin: 0 135px 0 0;
    width: 40%;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) {
  display: flex;
  flex-direction: column;
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) > p {
  margin-bottom: 14px;
  line-height: 24px;
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) > p:last-of-type {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) {
    width: 60%;
  }
}
.moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) a {
  padding: 17px 40px;
  background-color: black;
  color: white;
  border-radius: 10px;
  display: inline-block;
  align-self: center;
  font-weight: 700;
}
@media (min-width: 992px) {
  .moduletable.our-mission .mod-custom > div:not(.secondary-title) > div:not(:first-of-type) a {
    align-self: start;
  }
}
.about-us-partner {
  margin: auto;
  text-align: center;
  max-width: 100%;
}
@media (min-width: 992px) {
  .about-us-partner {
    margin-top: 20px;
    margin-bottom: 120px;
    max-width: 886px;
  }
}
.about-us-partner h1 {
  margin: 30px auto 30px auto;
  line-height: 34px;
  font-size: 28px;
}
@media (min-width: 992px) {
  .about-us-partner h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.about-us-partner p {
  margin: 30px auto 30px auto;
  line-height: 40px;
  font-size: 24px;
}
.about-us-partner .grey-flex {
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin: 30px auto 30px auto;
}
.about-us-partner .grey-border {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #cbcbcb;
  border-radius: 54px;
  height: 159px;
  width: 159px;
}
@media (min-width: 992px) {
  .about-us-partner .grey-border {
    height: 207px;
    width: 207px;
  }
}
.about-us-partner .grey-border p {
  margin: auto;
}
@media (min-width: 992px) {
  .about-us-partner .grey-border p {
    font-size: 28px;
  }
}
.about-us-promo {
  margin-top: 90px;
}
@media (min-width: 992px) {
  .about-us-promo {
    margin-top: 150px;
  }
}
.about-us-promo .secondary-title {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .about-us-promo .secondary-title {
    line-height: 28px;
    font-size: 24px;
  }
}
.about-us-promo h1 {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .about-us-promo h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.about-us-promo .desc {
  margin-bottom: 50px;
  max-width: 660px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}
@media (min-width: 992px) {
  .about-us-promo .desc {
    margin-bottom: 80px;
  }
}
.about-us-promo .pm-promo {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .about-us-promo .pm-promo {
    gap: 10%;
    flex-direction: row;
  }
}
.about-us-promo .pm-promo .pm-promo-child {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 350px;
}
@media (min-width: 992px) {
  .about-us-promo .pm-promo .pm-promo-child {
    max-width: 320px;
    margin-bottom: 60px;
  }
}
.about-us-promo .pm-promo .pm-promo-child .pm-promo-grey-border {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
  padding: 12px 32px;
  display: inline-block;
  border: 1px solid #cbcbcb;
  border-radius: 56px;
}
.about-us-promo .pm-promo .pm-promo-child .pm-promo-desc {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .about-us-promo .pm-promo .pm-promo-child .pm-promo-desc {
    margin-bottom: unset;
  }
}
.contacts-page {
  margin-top: 90px;
}
@media (min-width: 992px) {
  .contacts-page {
    margin-top: 150px;
  }
}
.contacts-page p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .contacts-page p {
    font-size: 20px;
  }
}
.contacts-page h1 {
  font-size: 40px;
  padding-bottom: 20px;
  line-height: 40px;
}
@media (min-width: 992px) {
  .contacts-page h1 {
    font-size: 80px;
    padding-bottom: 40px;
    line-height: 80px;
  }
}
header > .container {
  z-index: 5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 26px;
  font-size: 20px;
  font-weight: 700;
  justify-content: space-between;
}
@media (min-width: 992px) {
  header > .container {
    font-size: 16px;
    width: auto;
    max-width: 1310px;
    margin: auto;
    display: flex;
  }
}
header > .container .header-overlap {
  display: inline-flex;
  align-items: center;
  z-index: 3;
}
@media (min-width: 992px) {
  header > .container .header-overlap {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 12;
  }
}
header > .container .header-logo {
  padding-left: 18px;
  height: 45px;
}
@media (min-width: 992px) {
  header > .container .header-logo {
    display: inline-flex;
  }
}
header > .container div:nth-child(2), header > .container ul {
  display: none;
  text-align: center;
  gap: 15px;
}
@media (min-width: 992px) {
  header > .container div:nth-child(2), header > .container ul {
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 55px;
  }
}
@media (min-width: 992px) {
  header > .container div:nth-child(2) div.mod-languages a, header > .container ul div.mod-languages a {
    margin-left: 40px;
    font-weight: lighter;
    padding: 0;
  }
}
@media (min-width: 992px) {
  header > .container div:nth-child(2) ul, header > .container ul ul {
    margin-top: 16px;
  }
}
header > .container .contact {
  justify-self: center;
}
header > .container a:hover {
  transition: 0.2s;
  color: #9a0dbd;
}
header > .container li.active a {
  color: #9a0dbd;
}
@media (min-width: 992px) {
  .open-overlay {
    display: none;
  }
}
body > footer {
  width: auto;
  margin: auto;
  border-top: solid 1px white;
  height: 680px;
  background-size: 638px;
  flex-direction: column;
  backdrop-filter: blur(4px);
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
}
@media (min-width: 992px) {
  body > footer {
    height: 270px;
    display: flex;
    justify-content: flex-end;
    font-size: 16px;
  }
}
body > footer .container {
  margin: auto;
  display: grid;
  grid-template: "logo contactinfo" 150px "logo details" 130px "footer footer" 230px "privacy privacy" 163px / 96px 294px;
  gap: 10px;
  width: 330px;
}
@media (min-width: 992px) {
  body > footer .container {
    margin: 20px auto auto auto;
    grid-template: "logo contactinfo details footer" 170px ". privacy . ." 90px / 102px 330px 285px 583px;
    max-width: 1310px;
    padding: 0;
    width: 1310px;
  }
}
body > footer .container .privacy-policy {
  grid-area: privacy;
}
body > footer .container .privacy-policy p {
  text-align: center;
  font-size: 16px;
}
body > footer .container .privacy-policy p:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  body > footer .container .privacy-policy p {
    text-align: left;
  }
}
body > footer .container .logo {
  margin: 30px auto auto 0;
  grid-area: logo;
  padding: 0;
}
body > footer .container .contactinfo {
  grid-area: contactinfo;
  margin-top: 30px;
}
body > footer .container .contactinfo .address {
  padding-top: 6px;
  line-height: 30px;
}
body > footer .container .contactinfo td {
  padding-right: 0;
}
@media (min-width: 992px) {
  body > footer .container .contactinfo td {
    min-width: 155px;
  }
}
body > footer .container .details {
  grid-area: details;
}
@media (min-width: 992px) {
  body > footer .container .details {
    margin-top: 30px;
  }
}
body > footer .container .details td {
  padding-right: 0;
}
@media (min-width: 992px) {
  body > footer .container .details td {
    min-width: 172px;
  }
}
@media (min-width: 992px) {
  body > footer .container .details th {
    padding: 10px 42px 10px 0;
  }
}
body > footer .container .footer-grid {
  margin: auto;
  grid-area: footer;
}
body > footer .container .footer-grid p {
  margin: 40px 0 0 0;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  body > footer .container .footer-grid p {
    font-size: 16px;
    margin: 18px 0 0 20px;
    text-align: left;
  }
}
body > footer .container form {
  width: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body > footer .container form {
    flex-direction: row;
  }
}
body > footer .container table th {
  text-align: left;
  font-weight: 700;
}
body > footer .container table th, body > footer .container table td {
  padding: 12px 28px 5px 0;
}
@media (min-width: 992px) {
  body > footer .container table th, body > footer .container table td {
    padding: 10px 45px 10px 0;
  }
}
body > footer .container input {
  font-family: "Gilroy";
  font-size: 16px;
}
@media (min-width: 992px) {
  body > footer .container input {
    margin: auto;
  }
}
body > footer .container .footer-textbox, body > footer .container div.acyfield_text > input {
  margin: 40px auto auto auto;
  border-color: black;
  border-radius: 8px;
  background-color: transparent;
  padding: 13px;
  width: 301px;
}
@media (min-width: 992px) {
  body > footer .container .footer-textbox, body > footer .container div.acyfield_text > input {
    width: 312px;
    margin: 20px 16px 20px 20px;
  }
}
body > footer .container .acym_module_form.onefield {
  margin: auto !important;
}
body > footer .container .acym_module_form input {
  max-width: unset;
}
body > footer .container .acyfield_text {
  margin: 0;
}
body > footer hr {
  border-top: 3px solid black;
  width: 70px;
  margin: 20px auto 10px auto;
}
@media (min-width: 992px) {
  body > footer hr {
    width: 60px;
    margin: 40px auto 10px 0;
  }
}
body > footer div.acym_module_form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body > footer div.acym_module_form {
    flex-direction: row;
  }
}
body {
  background: url(images/BG-1.png) right 20px no-repeat, url(images/BG-2.png) bottom -600px right -50px no-repeat, url(images/BG-3.svg) bottom -220px right 20px no-repeat, url(images/BG-2.png) bottom -1750px left 20px no-repeat, url(images/BG-4.png) bottom -2400px right -50px no-repeat;
  background-size: 120% auto, 120% auto, 120% auto, 120% auto, 120% auto;
}
@media (min-width: 576px) {
  body {
    background: url(images/BG-1.png) top -230px right 100px no-repeat, url(images/BG-2.png) bottom -800px right -180px no-repeat, url(images/BG-3.svg) bottom -850px left -20px no-repeat, url(images/BG-2.png) bottom -1620px left -150px no-repeat, url(images/BG-3.svg) bottom -2100px right -400px no-repeat, url(images/BG-4.png) bottom -3240px right no-repeat;
    background-size: 1064px 1107px, 1200px 900px, 100% auto, 1200px 900px, 100% auto, 1499px, 1100px;
  }
}
body.contact-us-page {
  background: url(images/BG-1.png) top -150px right -50px no-repeat, url(images/BG-4.png) bottom -600px right -80px no-repeat;
}
@media (min-width: 576px) {
  body.contact-us-page {
    background: url(images/BG-1.png) top -230px right 100px no-repeat, url(images/BG-5.png) bottom -830px left 180px no-repeat;
    background-size: 1064px 1107px;
  }
}
body.about-us-page {
  background: url(images/BG-1.png) top -100px right -90px no-repeat, url(images/BG-5.png) bottom -1630px left 29% no-repeat, url(images/BG-4.png) bottom -2500px right -250px no-repeat;
}
@media (min-width: 390px) {
  body.about-us-page {
    background: url(images/BG-1.png) top -100px right -90px no-repeat, url(images/BG-5.png) bottom -1630px left 29% no-repeat, url(images/BG-4.png) bottom -2900px right -150px no-repeat;
  }
}
@media (min-width: 576px) {
  body.about-us-page {
    background: url(images/BG-1.png) top -100px right -90px no-repeat, url(images/BG-5.png) bottom -1630px left 29% no-repeat, url(images/BG-4.png) bottom -2900px right -150px no-repeat;
  }
}
@media (min-width: 992px) {
  body.about-us-page {
    background: url(images/BG-1.png) top -200px right 180px no-repeat, url(images/BG-2.png) bottom -1830px right -100px no-repeat, url(images/BG-3.svg) bottom -1670px left 470px no-repeat, url(images/BG-5.png) bottom -2800px right 200px no-repeat;
    background-size: 988px 1028px, 1200px 900px, 100% auto, 1100px 1131px;
  }
}
body.services-page {
  background: url(images/BG-5.png) top -100px right -150px no-repeat, url(images/BG-6.png) bottom -1030px left 200px no-repeat;
}
@media (min-width: 576px) {
  body.services-page {
    background: url(images/BG-5.png) top -200px right -250px no-repeat, url(images/BG-3.svg) bottom -2050px left 100px no-repeat, url(images/BG-5.png) bottom -4050px right -350px no-repeat, url(images/BG-6.png) bottom -6400px right 600px no-repeat, url(images/BG-5.png) bottom -7690px right 800px no-repeat;
    background-size: 951px 979px, 100% auto, 1100px 1131px, 1486px 1142px, 1100px 1131px;
  }
}
body.page-404 .container-404 {
  text-align: center;
  max-width: 1310px;
  margin: 80px auto 80px auto;
}
@media (min-width: 992px) {
  body.page-404 .container-404 {
    margin: 150px auto 100px auto;
  }
}
body.page-404 .container-404 h1 {
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 992px) {
  body.page-404 .container-404 h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
body.page-404 .container-404 h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
}
@media (min-width: 992px) {
  body.page-404 .container-404 h2 {
    font-size: 40px;
    line-height: 80px;
  }
}
body.page-404 .container-404 img {
  width: 80px;
  margin: 20px auto 20px auto;
}
@media (min-width: 992px) {
  body.page-404 .container-404 img {
    width: 110px;
  }
}
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
html,
body {
  height: 100%;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.

    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block;
}
b, strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
}
li {
  /*
    For IE6 + IE7:

    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
sub, sup, small {
  font-size: 75%;
}
sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden;
}
*:focus {
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
/* Buttons
-----------------------------------------------*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}
.blank {
  display: none;
}
