html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
  font-family: "HelveticaNeue43";
  src: url("../fonts/HelveticaNeue43-LightExt.woff2") format("woff2"), url("../fonts/HelveticaNeue43-LightExt.woff") format("woff");
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 20px;
  overflow-x: hidden;
  max-width: 100vw;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
html::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
html body {
  font-family: "HelveticaNeue43", sans-serif;
  color: #555555;
  padding-top: 5.4rem;
  overflow-x: hidden;
  max-width: 100vw;
}
@media screen and (max-width: 800px) {
  html body {
    padding-top: 7.2rem;
  }
}
@media screen and (max-width: 600px) {
  html body {
    padding-top: 3.65rem;
  }
}
html body img {
  max-width: 100%;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
  letter-spacing: 1px;
}
html body h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  line-height: 2.6rem;
}
html body h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
html body h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}
html body h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.35rem;
}
html body p, html body ol, html body ul {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1rem;
}
html body a {
  text-decoration: none;
  color: #4895d0;
  transition: color ease 0.5s;
  font-weight: 300;
}
html body a:hover {
  text-decoration: none;
  color: #00457c;
}
html body i {
  font-style: italic;
}
html body strong, html body b {
  font-weight: bold;
}
html body header {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 2px -2px #d8d8d8;
  transition: all 0.5s ease;
}
html body header a, html body header li {
  font-weight: normal !important;
  margin-bottom: 0 !important;
  line-height: normal !important;
}
html body header .toggle-sub {
  border: none;
  background-color: transparent;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
html body header .toggle-sub.toggled {
  transform: rotate(180deg);
}
html body header.scrolled {
  top: -38px;
}
@media screen and (max-width: 800px) {
  html body header.scrolled {
    top: -76px;
  }
}
html body header.scrolled .header-main {
  padding: 0;
}
html body header.scrolled .header-main #logo {
  height: 1.75rem;
  margin-right: 3.5rem;
  margin-top: 0.5rem;
}
html body header.scrolled .header-main nav ul li a {
  padding: 1rem;
}
html body header.scrolled .header-main nav ul li ul li a {
  padding: 0.5rem 2rem;
}
html body header .header-main {
  transition: padding ease 0.5s;
  padding: 0;
}
html body header .header-main #logo {
  transition: all ease 0.5s;
  height: 2.25rem;
  margin-right: 5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
}
html body header .header-main #toggle-mobile-nav {
  cursor: pointer;
  margin-left: auto;
  background: none;
  border: none;
  outline: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
@media screen and (min-width: 1400px) {
  html body header .header-main #toggle-mobile-nav {
    display: none;
  }
}
html body header .header-main #toggle-mobile-nav.active span {
  background-color: #d8d8d8;
}
html body header .header-main #toggle-mobile-nav span {
  display: block;
  width: 35px;
  height: 6px;
  background-color: #000000;
}
html body header .header-main button {
  color: #4895d0;
}
html body header .header-main button.toggled {
  color: #00457c;
}
@media screen and (max-width: 1399px) {
  html body header .header-main #desktop-nav {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  html body header .header-main #desktop-nav {
    width: 100%;
  }
  html body header .header-main #desktop-nav ul {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
  }
  html body header .header-main #desktop-nav ul li.dropdown {
    padding: 0 1.2rem 0 0;
  }
  html body header .header-main #desktop-nav ul li ul.toggled {
    visibility: visible !important;
    opacity: 1 !important;
  }
  html body header .header-main #desktop-nav ul li ul.toggled a {
    color: #555555;
  }
  html body header .header-main #desktop-nav ul li a {
    transition: all ease 0.5s;
    display: inline-block;
    padding: 1.25rem 1.2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  html body header .header-main #desktop-nav ul li a.with-sub {
    padding: 1.25rem 0.3rem 1.25rem 1.2rem;
  }
  html body header .header-main #desktop-nav ul li button {
    padding: 0 !important;
  }
  html body header .header-main #desktop-nav ul li button:hover {
    cursor: initial;
  }
  html body header .header-main #desktop-nav ul li ul {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f7f7f7;
    border: 1px solid #d8d8d8;
    border-top: 3px solid #4895d0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
  }
  html body header .header-main #desktop-nav ul li ul li {
    display: block;
  }
  html body header .header-main #desktop-nav ul li ul li:hover a {
    color: #ffffff !important;
    background-color: #4895d0;
  }
  html body header .header-main #desktop-nav ul li ul li a {
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0.75rem 1.2rem;
    color: #555555 !important;
    font-weight: 500;
    border: none;
  }
}
@media screen and (min-width: 1400px) {
  html body header .header-main #mobile-nav {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  html body header .header-main #mobile-nav {
    position: fixed;
    right: 0px;
    height: 100%;
    width: 100%;
    width: 40%;
    background: white;
    flex-direction: column;
    display: flex !important;
    padding: 0.5rem;
    transform: translateX(3000px);
    transition: transform 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1399px) and (max-width: 800px) {
  html body header .header-main #mobile-nav {
    width: 60%;
  }
}
@media screen and (max-width: 1399px) and (max-width: 420px) {
  html body header .header-main #mobile-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  html body header .header-main #mobile-nav.active {
    transform: translateX(0px);
  }
  html body header .header-main #mobile-nav ul {
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  html body header .header-main #mobile-nav ul li {
    background-color: transparent;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.3rem;
    width: 100%;
  }
  html body header .header-main #mobile-nav ul li a {
    padding: 0 !important;
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  html body header .header-main #mobile-nav ul li button {
    width: auto;
    margin-right: auto;
  }
  html body header .header-main #mobile-nav ul li:hover {
    cursor: initial;
    color: transparent;
    border-left: none;
    border-right: none;
  }
  html body header .header-main #mobile-nav ul li ul {
    gap: 0.5rem;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    top: 0;
    border: none;
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }
  html body header .header-main #mobile-nav ul li ul a {
    color: #555555;
    letter-spacing: 1px;
  }
  html body header .header-main #mobile-nav ul li ul li a {
    color: #555555;
  }
}
html body header .header-top {
  font-size: 0.75rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 600px) {
  html body header .header-top {
    display: none;
  }
}
html body header .header-top a {
  font-size: unset !important;
  color: #555555;
}
html body header .header-top a:hover {
  color: #4895d0;
}
html body header .header-top .contact-info {
  padding: 0.5rem 0;
}
@media screen and (max-width: 800px) {
  html body header .header-top .contact-info {
    width: 100%;
    text-align: center;
  }
}
html body header .header-top .links {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 800px) {
  html body header .header-top .links {
    width: 100%;
    justify-content: center;
  }
}
html body header .header-top .links .icon {
  position: relative;
  padding: 0.5rem;
  min-width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
html body header .header-top .links .icon:first-child {
  border-left-width: 2px;
}
html body header .header-top .links .icon:last-child {
  border-right-width: 2px;
}
html body header .header-top .links .icon:hover span {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
html body header .header-top .links .icon:hover .tooltip {
  bottom: -2rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
html body header .header-top .links .icon .tooltip {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
html body header .header-top .links .icon.phpmyadmin:hover .tooltip, html body header .header-top .links .icon.phpmyadmin:hover .tooltip::before {
  background: #F89C0F;
  color: #ffffff;
}
html body header .header-top .links .icon.phpmyadmin:hover svg {
  color: #F89C0F;
}
html body header .header-top .links .icon.ispconfig:hover .tooltip, html body header .header-top .links .icon.ispconfig:hover .tooltip::before {
  background: #248524;
  color: #ffffff;
}
html body header .header-top .links .icon.ispconfig:hover svg {
  color: #248524;
}
html body header .header-top .links .icon.roundcube:hover .tooltip, html body header .header-top .links .icon.roundcube:hover .tooltip::before {
  background: #37BEFF;
  color: #ffffff;
}
html body header .header-top .links .icon.roundcube:hover svg {
  color: #37BEFF;
}
html body header .header-top .links .icon.exchange:hover .tooltip, html body header .header-top .links .icon.exchange:hover .tooltip::before {
  background: #0072C6;
  color: #ffffff;
}
html body header .header-top .links .icon.exchange:hover svg {
  color: #0072C6;
}
html body header .header-top .links .icon.teamviewer:hover .tooltip, html body header .header-top .links .icon.teamviewer:hover .tooltip::before {
  background: #002a4d;
  color: #ffffff;
}
html body header .header-top .links .icon.teamviewer:hover svg, html body header .header-top .links .icon.teamviewer:hover span {
  color: #002a4d;
}
html body #content {
  z-index: 100;
  /*Process Description*/
  /*Process Border*/
}
html body #content .block {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
html body #content hr {
  margin: 3rem 0;
}
html body #content .ms-skin-black-2 .ms-nav-next, html body #content .ms-skin-black-2 .ms-nav-prev {
  width: 52px;
  height: 52px;
}
html body #content .ms-controls-custom .ms-prev-custom, html body #content .ms-controls-custom .ms-next-custom {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.3) 0 13px 10px -7px;
  height: 2.5rem;
  aspect-ratio: 1/1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  font-size: 1.5rem;
  transition: opacity ease 0.25s;
  opacity: 1;
}
html body #content .ms-controls-custom .ms-prev-custom {
  left: 2%;
}
html body #content .ms-controls-custom .ms-next-custom {
  right: 2%;
}
html body #content .ms-controls-custom .ms-controls-custom-hidden {
  opacity: 0;
}
@media screen and (max-width: 690px) {
  html body #content .ms-controls-custom {
    display: none;
  }
}
html body #content .ms-layer p {
  margin-bottom: 0 !important;
  font-size: 1.5rem !important;
}
@media screen and (max-width: 1566px) {
  html body #content .ms-layer p {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1280px) {
  html body #content .ms-layer p {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 950px) {
  html body #content .ms-layer p {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content .ms-layer p {
    font-size: 0.5rem !important;
  }
}
html body #content .ms-layer h1 {
  font-size: 2.5rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 1566px) {
  html body #content .ms-layer h1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 1280px) {
  html body #content .ms-layer h1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 950px) {
  html body #content .ms-layer h1 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content .ms-layer h1 {
    font-size: 0.75rem !important;
  }
}
html body #content .ms-layer h2 {
  font-size: 2rem !important;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1566px) {
  html body #content .ms-layer h2 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 1280px) {
  html body #content .ms-layer h2 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 950px) {
  html body #content .ms-layer h2 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content .ms-layer h2 {
    font-size: 0.75rem !important;
  }
}
html body #content .ms-layer h3 {
  font-size: 1.75rem !important;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 1566px) {
  html body #content .ms-layer h3 {
    font-size: 1.25rem !important;
  }
}
@media screen and (max-width: 1280px) {
  html body #content .ms-layer h3 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 950px) {
  html body #content .ms-layer h3 {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content .ms-layer h3 {
    font-size: 0.5rem !important;
  }
}
html body #content .ms-layer .btn {
  font-size: 1rem !important;
}
@media screen and (max-width: 1566px) {
  html body #content .ms-layer .btn {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 1280px) {
  html body #content .ms-layer .btn {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 950px) {
  html body #content .ms-layer .btn {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content .ms-layer .btn {
    font-size: 0.5rem !important;
  }
}
html body #content .ms-layer .color-white {
  color: #ffffff !important;
}
html body #content .ms-layer .color-blue {
  color: #4895d0 !important;
}
html body #content .ms-layer .color-dark-blue {
  color: #00457c !important;
}
html body #content .ms-layer .color-light-grey {
  color: #d8d8d8 !important;
}
html body #content .ms-layer .text-stroke-blue {
  -webkit-text-stroke: 1px #00457c;
}
html body #content .ms-layer .text-bold {
  font-weight: 700;
}
html body #content .ms-layer .btn {
  background-color: #00457c;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
  letter-spacing: 2px;
  border: 1px solid #00457c;
}
html body #content .ms-layer .btn:hover {
  background-color: #00457c;
}
html body #content .ms-layer .btn:after {
  color: #ffffff;
}
@media screen and (max-width: 690px) {
  html body #content .padding-layer-left {
    padding-left: 20px;
  }
  html body #content .padding-layer-right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 690px) {
  html body #content #easyoffice .easyoffice h1 {
    font-size: 1rem !important;
  }
  html body #content #easyoffice h1 {
    transform: translateY(-32px);
  }
}
@media screen and (max-width: 690px) {
  html body #content #web-dev h1 {
    transform: translateY(-25px);
  }
}
@media screen and (max-width: 690px) {
  html body #content #addition p {
    transform: translateY(5px);
  }
  html body #content #addition h1 {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 690px) {
  html body #content #support p {
    font-size: 1rem !important;
    transform: translateY(-10px);
  }
  html body #content #support h1 {
    transform: translateY(-30px);
  }
  html body #content #support a {
    transform: translateY(10px);
  }
}
html body #content .slogan-container {
  width: 100%;
  background-color: #f7f7f7;
  padding: 2rem;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body #content .slogan-container #typewriter {
  height: fit-content;
  min-height: fit-content;
}
html body #content .slogan-container #typewriter > span {
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}
html body #content .slogan-container #typewriter .slogan {
  letter-spacing: 0.075em;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
  line-height: initial;
  max-width: 100%;
}
html body #content .slogan-container #typewriter:after {
  content: "|";
  animation: blink 500ms linear infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html body #content .team-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
html body #content .team-container .team-member {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border: solid 2px #f7f7f7;
  width: 22%;
  margin: 1.5rem 1.5%;
  transition: transform ease 1s, opacity ease 1s, box-shadow ease 0.5s;
}
@media screen and (max-width: 1200px) {
  html body #content .team-container .team-member {
    width: 30.3%;
  }
}
@media screen and (max-width: 991px) {
  html body #content .team-container .team-member {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  html body #content .team-container .team-member {
    width: 100%;
  }
}
html body #content .team-container .team-member:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .team-container .team-member:hover .team__img--hover {
  height: 100%;
  opacity: 0.3;
}
html body #content .team-container .team-member:hover .team__info {
  background-color: transparent;
  position: relative;
}
html body #content .team-container .team-member:hover .team__info-hover {
  opacity: 1;
}
html body #content .team-container .team-member .team__info {
  z-index: 2;
  background-color: #fff;
  padding: 0.75rem;
}
html body #content .team-container .team-member .team__img {
  visibility: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 14rem;
}
html body #content .team-container .team-member .team__info-hover {
  position: absolute;
  padding: 0.75rem;
  width: 100%;
  opacity: 0;
  top: 0;
  z-index: 100;
}
html body #content .team-container .team-member .team__img--hover {
  transition: 0.5s all ease-out;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 14rem;
  top: 0;
}
html body #content .team-container .team-member .team__description {
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
html body #content .team-container .team-member .team__title {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
html body #content .team-container .team-member .team__mail {
  font-size: 0.8rem;
  font-weight: 500;
}
html body #content .reference-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
html body #content .reference-container .reference {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  width: 47%;
  margin: 1.5rem 1.5%;
  border: solid 2px #f7f7f7;
  transition: box-shadow ease 0.5s;
}
@media screen and (max-width: 991px) {
  html body #content .reference-container .reference {
    width: 100%;
  }
}
html body #content .reference-container .reference:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .reference-container .reference:hover .reference__img--hover {
  opacity: 0.2;
}
html body #content .reference-container .reference:hover .reference__info {
  background-color: transparent;
  position: relative;
}
html body #content .reference-container .reference:hover .reference__info-hover {
  opacity: 1;
}
html body #content .reference-container .reference .reference__info {
  z-index: 2;
  background-color: #fff;
  padding: 0.75rem;
}
html body #content .reference-container .reference .reference__img {
  visibility: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 15rem;
}
html body #content .reference-container .reference .reference__info-hover {
  position: absolute;
  padding: 0.75rem;
  width: 100%;
  height: 15rem;
  opacity: 0;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html body #content .reference-container .reference .reference__img--hover {
  transition: 0.5s all ease-out;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 15rem;
  top: 0;
}
html body #content .reference-container .reference .reference__description {
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 2px;
  font-weight: 500;
  color: #868686;
}
html body #content .reference-container .reference .reference__title {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
html body #content .reference-container .reference .reference__mail {
  font-size: 0.8rem;
  font-weight: 500;
}
html body #content .reference-block {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  border: solid 2px #f7f7f7;
}
@media screen and (max-width: 991px) {
  html body #content .reference-block {
    flex-direction: column;
  }
  html body #content .reference-block .reference-block-image {
    width: 100% !important;
  }
  html body #content .reference-block .reference-block-text {
    width: 100% !important;
  }
}
html body #content .reference-block:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .reference-block .reference-block-image {
  width: 60%;
  border-right: 1px solid #d8d8d8;
}
html body #content .reference-block .reference-block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40%;
  padding: 2rem;
}
html body #content .btn {
  padding: 8px 1rem 8px 1rem;
  border-radius: 0.2rem;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #4895d0;
  border: 1px solid #4895d0;
}
html body #content .btn:focus, html body #content .btn:active, html body #content .btn:focus-within, html body #content .btn:focus-visible {
  box-shadow: none;
  outline: none;
}
html body #content .btn:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  padding-left: 0.5rem;
  color: #4895d0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
html body #content .btn:hover, html body #content .btn:focus {
  background-color: #4895d0;
  color: #ffffff !important;
}
html body #content .btn:hover:after, html body #content .btn:focus:after {
  color: #ffffff;
}
html body #content .btn:hover:after, html body #content .btn:focus:after {
  padding-left: 1.5rem;
}
html body #content .shortcut {
  position: fixed;
  right: -100%;
  top: 12rem;
  transition: all ease 0.5s;
  z-index: 3000;
}
html body #content .shortcut.scrolled {
  right: -9rem;
}
html body #content .shortcut.scrolled:hover {
  right: 0;
}
html body #content .shortcut ul li {
  transition: all ease 0.5s;
  line-height: normal;
  margin-bottom: 0;
}
html body #content .shortcut ul li:nth-child(2) {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
html body #content .shortcut ul li:hover {
  margin-left: -1rem;
}
html body #content .shortcut ul li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  width: 100%;
  min-width: 11rem;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 0;
}
html body #content .shortcut ul li a.mail {
  background-color: #4895d0;
}
html body #content .shortcut ul li a.phone {
  background-color: #00457c;
}
html body #content .shortcut ul li a.teamviewer {
  background-color: #555555;
}
html body #content .shortcut ul li a svg {
  display: inline-block;
  margin-right: 1rem;
}
html body #content .link-block {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border: solid 2px #f7f7f7;
  transition: box-shadow ease 0.5s;
}
html body #content .link-block:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
@media screen and (min-width: 992px) {
  html body #content .link-block.BUTTON_IN_BULGE .link-block-link-right {
    right: 0;
    padding-left: 2rem;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  html body #content .link-block.BUTTON_IN_BULGE .link-block-link-left {
    left: 0;
    padding-right: 2rem;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
}
@media screen and (max-width: 991px) {
  html body #content .link-block.BUTTON_IN_BULGE .link-block-link {
    background: rgba(0, 0, 0, 0.75);
  }
}
html body #content .link-block .link-block-image {
  flex-grow: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
@media screen and (min-width: 992px) {
  html body #content .link-block .link-block-image .link-block-link {
    position: absolute;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  html body #content .link-block .link-block-image {
    height: 50%;
    width: 100%;
  }
  html body #content .link-block .link-block-image .link-block-link {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
}
html body #content .link-block .link-block-text {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 50%;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  html body #content .link-block .link-block-text {
    width: 100%;
    padding: 2rem 0.5rem;
  }
  html body #content .link-block .link-block-text .btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body #content .link-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
html body #content form .captcha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
html body #content form .captcha .help-block.with-errors {
  color: red;
  border-bottom: 1px solid red;
  box-shadow: 0 13px 10px -7px rgba(255, 0, 0, 0.1);
}
html body #content form .captcha .help-block.with-errors ul li strong {
  font-weight: normal !important;
}
html body #content form .field {
  position: relative;
  width: 100%;
  height: 3rem;
  margin-bottom: 1.5rem;
}
html body #content form .field.textarea {
  padding-top: 1.5rem;
  height: auto;
}
html body #content form .field input[type=text], html body #content form .field input[type=password] {
  bottom: 0;
  color: #555555;
  width: 100%;
  outline: none;
  position: absolute;
  background: transparent;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border: solid 2px #f7f7f7;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
  transition: box-shadow ease 0.5s;
}
html body #content form .field input[type=text]:hover, html body #content form .field input[type=password]:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content form .field input[type=text]:focus, html body #content form .field input[type=password]:focus {
  border-bottom: 1px solid #4895d0;
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content form .field input[type=text].filled, html body #content form .field input[type=text]:focus, html body #content form .field input[type=password].filled, html body #content form .field input[type=password]:focus {
  border-bottom: 1px solid #4895d0;
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content form .field input[type=text]:focus ~ label, html body #content form .field input[type=text].filled ~ label, html body #content form .field input[type=password]:focus ~ label, html body #content form .field input[type=password].filled ~ label {
  bottom: 2.2rem;
  color: #4895d0;
}
html body #content form .field input[type=text].invalid-input, html body #content form .field input[type=password].invalid-input {
  border-bottom: 1px solid red;
  box-shadow: 0 13px 10px -7px rgba(255, 0, 0, 0.1);
}
html body #content form .field input[type=text].invalid-input:hover, html body #content form .field input[type=password].invalid-input:hover {
  box-shadow: 0 0 0.25rem 1px rgba(255, 0, 0, 0.1);
}
html body #content form .field input[type=text].invalid-input:focus, html body #content form .field input[type=password].invalid-input:focus {
  box-shadow: 0 0 0.25rem 1px rgba(255, 0, 0, 0.1);
}
html body #content form .field input[type=text].invalid-input ~ label, html body #content form .field input[type=password].invalid-input ~ label {
  color: red;
}
html body #content form .field textarea {
  border-radius: 0;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border: solid 2px #f7f7f7;
  color: #555555;
  transition: box-shadow ease 0.5s;
}
html body #content form .field textarea:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content form .field textarea:focus {
  border-bottom: 1px solid #4895d0;
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content form .field textarea.filled ~ label, html body #content form .field textarea:focus ~ label {
  bottom: 100%;
  transform: translateY(100%);
  color: #4895d0;
}
html body #content form .field textarea ~ label {
  bottom: 50%;
}
html body #content form .field textarea.invalid-input {
  border-bottom: 1px solid red;
  box-shadow: 0 13px 10px -7px rgba(255, 0, 0, 0.1);
}
html body #content form .field textarea.invalid-input:hover {
  box-shadow: 0 0 0.25rem 1px rgba(255, 0, 0, 0.1);
}
html body #content form .field textarea.invalid-input:focus {
  box-shadow: 0 0 0.25rem 1px rgba(255, 0, 0, 0.1);
}
html body #content form .field textarea.invalid-input ~ label {
  color: red;
}
html body #content form .field label {
  bottom: 0.5rem;
  color: #868686;
  font-size: 1rem;
  position: absolute;
  pointer-events: none;
  transition: 0.1s ease-in-out;
  padding-left: 15px;
}
html body #content form .auth-form {
  margin: 3rem 0;
  padding: 3rem;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border-left: 2px solid #f7f7f7;
  border-right: 2px solid #f7f7f7;
  transition: box-shadow ease 0.5s;
}
html body #content form .auth-form:hover, html body #content form .auth-form:focus-within {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .sidebar {
  background-color: #f7f7f7;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  border: solid 2px #f7f7f7;
  padding: 2rem;
  transition: box-shadow ease 0.5s;
}
html body #content .sidebar p {
  margin-bottom: 0.5rem;
}
html body #content .sidebar:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .icon-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
html body #content .icon-container .icon {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 13px 10px -7px rgba(0, 0, 0, 0.1);
  width: 30%;
  text-align: center;
  word-break: keep-all;
  transition: transform ease 1s, opacity ease 1s, box-shadow ease 0.5s;
  border: solid 2px #f7f7f7;
}
html body #content .icon-container .icon:hover {
  box-shadow: 0 0 0.25rem 1px #d8d8d8;
}
html body #content .icon-container .icon:hover .icon-image {
  background-color: #00457c;
  color: #ffffff;
}
html body #content .icon-container .icon .icon-info .icon-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-flex;
}
html body #content .icon-container .icon .icon-info .icon-title::after {
  content: "";
  background: #00457c;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
html body #content .icon-container .icon .icon-image {
  color: #00457c;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 1px solid #00457c;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  transition: background-color ease 0.5s;
  transition: color ease 0.5s;
  font-size: 1.25rem;
}
html body #content .icon-container .icon .icon-image svg {
  transition: transform 1s ease-in-out;
}
html body #content .icon-container .icon .icon-image:hover svg {
  transform: rotate(360deg);
}
html body #content .icon-container .icon .btn {
  color: #00457c;
}
html body #content .icon-container .icon .btn:after {
  color: #00457c;
}
html body #content .icon-container .icon .btn:hover {
  background-color: #00457c;
}
html body #content .icon-container .icon .btn:hover:after {
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  html body #content .icon-container .icon {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  html body #content .icon-container .icon {
    width: 100%;
  }
}
html body #content .process-v1 .process-in {
  text-align: center;
}
html body #content .process-v1 .process-in > li i {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
  text-align: center;
  background: #72c02c;
  margin-bottom: 15px;
  display: inline-block;
  border: solid 9px #fff;
}
html body #content .process-v1 .process-in > li i:after {
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  content: " ";
  border-radius: 50%;
  position: absolute;
  border: 1px solid #bbb;
}
html body #content .process-v1 .process-in .process-desc {
  padding: 0 20px;
}
html body #content .process-v1 .process-in > li h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}
html body #content .process-v1 .process-border {
  position: relative;
}
html body #content .process-v1 .process-border:before {
  top: 15px;
  width: 75%;
  left: 12%;
  content: " ";
  display: block;
  position: absolute;
  border-top: solid 2px #ddd;
}
html body #content .process-v1 .process-in > li i {
  background: #4895d0;
}
html body #content .rounded-x {
  border-radius: 50% !important;
}
@media (max-width: 768px) {
  html body #content .process-v1 .process-border:before {
    border: none;
  }
}
html body #content #map {
  width: 100%;
  height: 25rem;
}
html body #content .slider-header h1 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 1rem;
}
html body #content .slider-header h2 {
  color: #ffffff;
}
html body footer {
  font-size: 0.8rem;
  margin-top: 4rem;
}
html body footer .footer-main {
  color: #ffffff;
  position: relative;
}
html body footer .footer-main .logo {
  height: 2.5rem;
}
html body footer .footer-main .container-fluid {
  background-color: #4895d0;
  padding: 2rem 0 2rem 0;
}
html body footer .footer-main a {
  color: #f7f7f7;
}
html body footer .footer-main a:hover {
  color: #00457c;
}
html body footer .footer-main nav ul li a {
  display: inline-block;
  padding: 0.25rem 0;
}
html body footer .footer-main address {
  line-height: 1.5;
}
html body footer .footer-main address svg {
  min-width: 2rem;
}
html body footer .footer-triangle {
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  background-color: #4895d0;
}
html body footer .footer-triangle-top {
  bottom: 100%;
  border-width: 0 0 80px 100vw;
  border-color: white white #4895d0 white;
}
html body footer .footer-triangle-bottom {
  border-width: 0 0 80px 100vw;
  bottom: 0;
  border-color: #f7f7f7 #f7f7f7 #f7f7f7 #4895d0;
}
html body footer .footer-copyright {
  background-color: #f7f7f7;
  padding-bottom: 1rem;
  text-align: center;
}

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