* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'MarkPro-Book',sans-serif;
}

body nav #site-header-container, body .subroot, body footer #footer-container, body footer #copyright-container, body header .container {
  position: relative;
  width: 100%;
  max-width: 1440px !important;
  margin: auto;
}

body .subroot {
  padding-left: initial !important;
  padding-right: initial !important;
  padding-top: initial !important;
  padding-bottom: initial !important;
}

body .blog-card-info .button, body nf-fields-wrap .submit-wrap .nf-element, body .contact-button, body .readmore-button, body .title-button {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  border-radius: .375em;
}

body .blog-card-info .button .wp-element-button, body .col nf-fields-wrap .submit-wrap .nf-element .wp-element-button, body .contact-button .wp-element-button, body .readmore-button .wp-element-button, body .title-button .wp-element-button {
  background: none;
  border-radius: 0;
  font-family: 'MarkPro-Black',sans-serif;
  padding: 0.75em 1.5em;
  line-height: 1;
}

body .blog-card-info .button::before, body nf-fields-wrap .submit-wrap .nf-element::before, body .contact-button::before, body .readmore-button::before, body .title-button::before {
  content: '';
  display: block;
  position: absolute;
  height: 0%;
  width: calc(100% - 5px);
  background: #232323;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: .25em;
}

body .blog-card-info .button:hover::before, body .col nf-fields-wrap .submit-wrap .nf-element:hover::before, body .contact-button:hover::before, body .readmore-button:hover::before, body .title-button:hover::before {
  height: calc(100% - 5px);
}

body .blog-card-info .button a, body .col nf-fields-wrap .submit-wrap .nf-element a, body .contact-button a, body .readmore-button a, body .title-button a {
  position: relative;
  display: block;
  z-index: 999;
}

h1, h2, h3, h4, h5, strong {
  font-family: 'MarkPro-Black',sans-serif;
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, strong a {
  font-family: 'MarkPro-Black',sans-serif;
}

strong a {
  color: #0065d3;
}

h1 {
  font-size: 3.25em;
}

h1 div {
  font-family: 'MarkPro-Black',sans-serif;
}

h1 em {
  font-family: 'MarkPro-ExtraLightItalic',sans-serif;
}

h1 em div {
  font-family: 'MarkPro-ExtraLightItalic',sans-serif;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.25em;
}

h2, h3 {
  position: relative;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

h2::after, h3::after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  bottom: 0px;
  left: 1em;
  border-radius: 2px;
  height: .45em;
  width: calc(100% - 10px);
  z-index: -1;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

@media only screen and (max-width: 775px) {
  h2::after, h3::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% + 25px);
  }
}

h2:hover::after, h3:hover::after {
  left: -.25em;
}

@media only screen and (max-width: 1080px) {
  h1 {
    line-height:1.12;
        font-size: 2.25em;
  }
}

.align-left .uagb-container-inner-blocks-wrap {
  display: block !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left !important;
}

body {
  position: relative;
  margin: 0;
  background: #E0E0E0;
  display: block;
  z-index: -99999;
}

body main {
  position: relative;
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to right, #ffffff, #e6e6e6);
}

body nav {
  position: relative;
  width: 100%;
  background: #232323;
}

body nav #site-header-container #site-header-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
}

body nav #site-header-container #site-header-menu #logo-link {
  position: relative;
  display: block;
  padding: .5em 2em;
}

body nav #site-header-container #site-header-menu #logo-link img {
  width: 100px;
}

body nav #site-header-container #site-header-menu ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  height: 100%;
}

@media only screen and (max-width: 775px) {
  body nav #site-header-container #site-header-menu ul {
    display: none;
  }
}

body nav #site-header-container #site-header-menu ul .menu-menu-1-container {
  height: 100%;
}

body nav #site-header-container #site-header-menu ul li {
  position: relative;
  height: 100%;
  list-style-type: none;
  cursor: pointer;
}

body nav #site-header-container #site-header-menu ul li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  padding: 1em 1.5em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125em;
}

body nav #site-header-container #site-header-menu ul li.highlight {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  font-weight: 900;
  border-radius: 0;
}

body nav #site-header-container #site-header-menu ul li.highlight::before {
  border-radius: 0;
}

body nav #site-header-container #site-header-menu #burger {
  display: none;
}

body nav #site-header-container #mobile-menu {
  display: none;
  height: 0%;
  min-height: 0vh;
}

body nav #site-header-container #mobile-menu.open {
  display: none;
}

body nav #site-header-container #mobile-menu #mobile-logo {
  width: 100px;
  margin-top: 2px;
  margin-left: 1em;
}

body nav #site-header-container #mobile-menu #menu-menu-2 {
  padding: 1em 0 2em 1em;
}

body nav #site-header-container #mobile-menu #menu-menu-2 li {
  margin: 1em 0;
}

body nav #site-header-container #mobile-menu #menu-menu-2 li a {
  position: relative;
  font-size: 1.75em;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  display: block;
  font-family: 'MarkPro-Black',sans-serif;
}

body nav #site-header-container #mobile-menu #menu-menu-2 li a::after {
  content: '';
  position: absolute;
  bottom: -.25em;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  height: 3px;
}

body nav #site-header-container #mobile-menu #menu-menu-2 li.readmore-button {
  background: none;
}

@media only screen and (max-width: 775px) {
  body nav #site-header-container #site-header-menu #burger {
    display: block;
    margin-right: 1em;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 999999;
    cursor: pointer;
  }
  body nav #site-header-container #site-header-menu #burger span {
    display: block;
    width: 38px;
    height: 3px;
    background: #ffffff;
    margin: 8px 0;
  }
  body nav #site-header-container #mobile-menu #mobile-logo {
    width: 100px;
    height: auto;
  }
  body nav #site-header-container #mobile-menu.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #232323;
    z-index: 99999;
    overflow: scroll;
    padding: 1em;
    padding-top: 50px;
  }
  body nav #site-header-container #mobile-menu.open ul {
    margin: 0;
  }
  body nav #site-header-container #mobile-menu.open ul li {
    list-style-type: none !important;
    padding-bottom: .5em;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 800;
  }
  body nav #site-header-container #mobile-menu.open ul li a {
    text-decoration: none;
    font-family: 'proxima-nova',sans-serif;
    font-weight: 800;
  }
  body nav #site-header-container #mobile-menu.open ul li li:nth-child(1) {
    padding-top: .5em;
  }
  body nav #site-header-container #mobile-menu.open ul li li a {
    color: #ffffff;
  }
  body nav #site-header-container #mobile-menu.open ul li li.menu-item-has-children li a {
    color: #ffffff !important;
  }
  body nav #site-header-container #mobile-menu.open ul li li li a {
    color: #ffffff;
  }
}

body .subroot {
  padding: .5em 2em !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #232323;
}

body .subroot.text-white {
  color: #ffffff;
}

body .subroot.privacy h2, body .subroot.privacy h3, body .subroot.privacy h4 {
  margin: 2em 0 0 0;
}

body .subroot.privacy ul {
  margin-top: 0;
}

body .subroot.privacy a {
  color: #0065d3;
}

body .subroot .uagb-container-inner-blocks-wrap {
  display: block !important;
}

body .uagb-container-inner-blocks-wrap {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}

body .companies {
  background: #232323;
  padding: 0 !important;
}

body .companies::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/data-tree.svg") no-repeat center center;
  background-size: cover;
  opacity: .07;
  z-index: 1;
}

body .companies .subroot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .companies .subroot figure {
  width: auto !important;
  z-index: 9;
  margin: 0;
  padding: 1em 0;
}

body .companies .subroot figure:nth-child(1) img {
  height: 50px;
}

body .companies .subroot img {
  height: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 775px) {
  body .companies .subroot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0 !important;
  }
  body .companies .subroot figure {
    padding: 0;
  }
  body .companies .subroot figure:nth-child(1) img {
    height: 38px;
  }
  body .companies .subroot img {
    height: 52px;
  }
}

body footer {
  position: relative;
  width: 100%;
  background: #E0E0E0;
}

body footer #footer-container {
  padding: 2em;
}

body footer #footer-container a {
  cursor: pointer;
  color: #232323;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

body footer #footer-container a:hover {
  opacity: .5;
}

body footer #footer-container #footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body footer #footer-container #footer-content .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
  padding-right: 2em;
  z-index: 1;
}

body footer #footer-container #footer-content .footer-col:nth-child(1) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

body footer #footer-container #footer-content .footer-col #footer-logo {
  width: 120px;
}

body footer #copyright-container {
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #232323;
}

body footer #copyright-container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body footer #copyright-container .left p {
  margin: 0;
  margin-right: 1em;
}

body footer #copyright-container .left p:nth-child(2) {
  text-decoration: underline;
}

body footer #copyright-container a {
  font-family: 'MarkPro-Bold',sans-serif;
  color: #232323;
}

@media only screen and (max-width: 775px) {
  body footer #footer-container #footer-content {
    display: block;
  }
  body footer #footer-container #footer-content .footer-col {
    padding-right: 0em;
  }
  body footer #footer-container #footer-content .footer-col h3 {
    z-index: 1;
    margin-bottom: 10px;
  }
  body footer #footer-container #footer-content .footer-col p {
    margin: 5px 0;
  }
}

body .home-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

body .home-header .subroot {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

body .home-header .subroot .wp-block-columns {
  margin: 0;
}

body .home-header .subroot .wp-block-columns .wp-block-column {
  padding: 3em 0;
}

body .home-header .subroot .wp-block-columns .wp-block-column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1em;
}

body .home-header .subroot .wp-block-columns .wp-block-column:nth-child(2) {
  text-align: center;
}

body .home-header .subroot h1 {
  margin: 0 !important;
  margin-bottom: .5em !important;
}

body .home-header .subroot h2 {
  margin-top: 0;
}

body .home-header .subroot #home-graphic {
  text-align: center;
  max-width: 430px;
  margin: auto;
}

body .home-header .subroot .data-tree {
  background: url("../img/data-tree.svg") no-repeat left center;
  background-size: cover;
}

body .home-header .subroot .no-padding {
  padding: 0 !important;
}

body .home-header .subroot .no-padding figure {
  margin: 0 !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .home-header .subroot .no-padding figure img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1080px) {
  body .home-header .subroot .wp-block-columns .wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
  body .home-header .subroot .wp-block-columns .wp-block-column:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1em;
  }
}

@media only screen and (max-width: 775px) {
  body .home-header {
    padding-left: 0 !important;
  }
  body .home-header .subroot {
    padding-left: 0 !important;
  }
  body .home-header .subroot .wp-block-columns {
    display: block !important;
  }
  body .home-header .subroot .wp-block-columns .wp-block-column:nth-child(1) {
    padding: 2em 1em;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body .home-services {
  padding-right: 0 !important;
}

body .home-services .services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

body .home-services .services-container .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .home-services .services-container .owl-stage .owl-item {
  width: 65% !important;
}

body .home-services .services-container .service {
  position: relative;
  width: 100%;
  display: block;
  background: #232323;
  border-radius: .5em;
  padding: 2em;
  height: 100%;
}

body .home-services .services-container .service.support {
  background: url("../img/bg-support.jpg") no-repeat 50% 38%;
  background-size: cover;
}

body .home-services .services-container .service.code {
  background: url("../img/bg-code.jpg") no-repeat 50% 38%;
  background-size: cover;
}

body .home-services .services-container .service.design {
  background: url("../img/bg-design.jpg") no-repeat 50% 38%;
  background-size: cover;
}

body .home-services .services-container .service.consult {
  background: url("../img/bg-consult.jpg") no-repeat 50% 38%;
  background-size: cover;
}

body .home-services .services-container .service::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000077;
  border-radius: .5em;
  z-index: 0;
}

body .home-services .services-container .service h3 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0;
  color: #ffffff;
  z-index: 999;
}

body .home-services .services-container .service p, body .home-services .services-container .service div {
  color: #ffffff;
  z-index: 999;
}

@media only screen and (max-width: 775px) {
  body .home-services {
    padding-left: 0 !important;
  }
  body .home-services .services-container .service h3::after {
    left: 15px;
    -webkit-transform: none;
            transform: none;
    width: calc(100% + 5px);
  }
}

body header {
  position: relative;
  height: 240px;
}

body header .container {
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 2em 0;
  overflow: hidden;
}

body header .container img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42.5%;
  max-width: 612px;
  right: 0;
  top: 0;
  z-index: 0;
}

body header .container .title {
  padding-left: 2em;
  width: 300px;
}

body header .container h1 {
  bottom: .75em;
  z-index: 999;
  color: #ffffff;
  margin: 0;
  padding-bottom: .25em;
  line-height: 1;
}

body header .container p {
  color: #ffffff;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  max-width: 350px;
  font-size: 1.125em;
  z-index: 9;
}

body header .bg {
  position: absolute;
  height: 240px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  top: 0;
  left: 0;
  z-index: -1;
}

body header .bg::after {
  content: '';
  display: block;
  background: url("../img/data-tree-grad.svg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 240px;
}

@media only screen and (max-width: 775px) {
  body header {
    height: 100%;
  }
  body header .container {
    display: block;
    padding: 2em;
    height: 100%;
  }
  body header .container p {
    max-width: none;
    margin-top: .5em;
  }
  body header .container .title {
    padding: 0;
  }
  body header .container img {
    width: 100%;
    max-width: none;
    z-index: -1;
  }
  body header .bg {
    height: 100%;
    opacity: .6;
  }
  body header .bg::after {
    height: 100%;
  }
}

body .bullets.hide {
  display: none;
}

body .bullets .bullet {
  position: relative;
  display: block;
  background: #232323;
  padding: 1.5em 1em;
  border-radius: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #ffffff;
  opacity: 0;
}

body .bullets .bullet a {
  color: #0065d3;
}

body .bullets .bullet .bullet-icon img {
  height: 60px;
}

body .bullets .bullet h3 {
  margin: 0 0 .5em 0;
  line-height: 1;
}

body .bullets .bullet h3::after {
  display: none;
}

body .bullets .bullet p {
  margin: 0;
}

body .bullets .bullet::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  border-radius: .55em;
  z-index: -99999999;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
}

body .bullets .bullet:hover::after {
  opacity: 1;
  margin-left: -6px;
  margin-top: -6px;
}

body #blogs h2, body #blogs h3, body .blog-container h2, body .blog-container h3 {
  margin-bottom: .25em;
}

body #blogs h2::after, body #blogs h3::after, body .blog-container h2::after, body .blog-container h3::after {
  display: none !important;
}

body .sub {
  max-width: 1440px !important;
  margin: auto;
  padding: 2em 2em 1em 2em;
}

body .blog-container .sub {max-width: 1080px !important}
body .blog-container {padding: 2em 0;}

body .blog-container a {color:#0065d3 !important}

body .sub p:nth-child(1) {
  margin-top: 0;
}

body .sort-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}

body .sort-news .sort-button {
  padding: .5em 1em;
  background: #ffffff;
  border-radius: .25em;
  margin-right: .5em;
  margin-bottom: .5em;
  -webkit-box-shadow: 0px 0px 12px #0000001f;
          box-shadow: 0px 0px 12px #0000001f;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

body .sort-news .sort-button.sorted {
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  color: #ffffff;
}

@media only screen and (max-width: 775px) {
  body h2 {
    text-align: left;
  }
  body .sort-news {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 1em;
  }
  body .sort-news .sort-button {
    font-size: .8em;
  }
}

body .featured-blog {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
}

body .featured-blog .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

body .featured-blog .blog-card .blog-card-bg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}

body .featured-blog .blog-card .blog-card-bg img {
  border-radius: 1em 0 0 1em;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

body .featured-blog .blog-card .blog-card-info {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  background: #ffffff;
  border-radius: 0 1em 1em 0;
}

body .featured-blog .blog-card .blog-card-info p {
  font-size: 1.125em;
}

@media only screen and (max-width: 775px) {
  body .featured-blog .blog-card {
    display: block;
  }
  body .featured-blog .blog-card .blog-card-bg img {
    border-radius: 1em 1em 0 0;
  }
  body .featured-blog .blog-card .blog-card-info {
    border-radius: 0;
  }
}

body .blogs-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

body .blogs-all .blog-card {
  width: calc((100% / 3) - .75em);
  text-decoration: none;
  background: #ffffff;
  border-radius: 1em 1em 0 0;
  -webkit-box-shadow: 0px 0px 20px #0000001f;
          box-shadow: 0px 0px 20px #0000001f;
}

body .blogs-all .blog-card .blog-card-bg {
  position: relative;
  overflow: hidden;
  height: 225px;
}

body .blogs-all .blog-card .blog-card-bg img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 225px;
  -o-object-position: center;
     object-position: center;
  border-radius: 1em 1em 0 0;
}

@media only screen and (max-width: 1080px) {
  body .blogs-all .blog-card {
    width: calc((100% / 2) - .5em);
  }
}

@media only screen and (max-width: 500px) {
  body .blogs-all .blog-card {
    width: 100%;
  }
}

body .blog-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5em 1em 1em 1em;
  height: calc(100% - 225px);
}

body .blog-card-info .blog-text {
  color: #232323;
  margin: 0;
}

body .blog-card-info .blog-text::after {
  display: none;
}

body .blog-card-info p {
  margin-top: 0;
  margin-bottom: 10px;
  color: #232323;
}

body .blog-card-info p.blog-category {
  margin: 0;
  margin-top: .25em;
  font-size: .75em;
  color: #0065d3;
  font-family: 'MarkPro-Bold',sans-serif;
}

body .blog-card-info .button {
  padding: .5em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff !important;
  z-index: 9999;
}

body .blog-card-info .button::before {
  z-index: -1;
}

body .blog-container {
  background: #ffffff;
}

body .blog-container h1 {
  margin: 0;
}

body .blog-container .blog-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .blog-container .blog-details p {
  font-family: 'MarkPro-Bold',sans-serif;
  margin: 0;
}

body .blog-container .blog-details .seperator {
  height: 20px;
  width: 2px;
  background: #232323;
  position: relative;
  margin: 0 .5em;
}

body .blog-container .blog-category {
  margin-top: 1em;
  margin-bottom: 0;
  color: #0065d3;
}

body .blog-container .blog-card-bg {
  position: relative;
  width: 100%;
  max-height: 450px;
  margin-top: 2em;
  z-index: 9;
  margin-bottom: -2em;
}

body .blog-container .blog-card-bg img {
  border-radius: 1em 1em 0 0;
  width: 100%;
  height: 100%;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 20px #0000001f;
          box-shadow: 0px 0px 20px #0000001f;
}

body .blog-container .blog-card-bg::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -.25em;
  height: 1em;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00c9ff), to(#0065d3));
  background: linear-gradient(to right, #00c9ff, #0065d3);
  z-index: 11;
}

body .contact-container {
  position: relative;
  width: 100%;
}

body .contact-container .contact-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .contact-container .contact-flex .col {
  position: relative;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 3em;
  overflow: hidden;
}

body .contact-container .contact-flex .col h1 {
  margin: 0;
}

body nf-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body nf-fields-wrap nf-field {
  width: calc(50% - .5em);
}

body nf-fields-wrap nf-field:nth-child(1), body nf-fields-wrap nf-field:nth-child(3) {
  margin-right: 1em;
}

body nf-fields-wrap nf-field:nth-child(5), body nf-fields-wrap nf-field:nth-child(6) {
  width: 100%;
}

body nf-fields-wrap nf-field input, body .col nf-fields-wrap nf-field textarea, body .col nf-fields-wrap nf-field input[type="submit"] {
  border-radius: .25em;
}

body nf-fields-wrap .nf-field-label {
  display: none;
}

body nf-fields-wrap textarea {
  resize: none;
}

body nf-fields-wrap .submit-wrap .nf-element {
  width: 100%;
}

body nf-fields-wrap .nf-field-container {
  margin-bottom: 15px;
}

body .nf-form-title {
  display: none;
}

body .nf-form-content {
  padding: 0;
}

body .nf-form-fields-required {
  display: block;
  color: #a6a6a6;
  margin: 1em 0;
}

body .contact-container .contact-flex .col:nth-child(1) {
  background: url("../img/contact-bg.jpg") no-repeat;
  background-position: 70% 50%;
  background-size: cover;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .contact-container .contact-flex .col:nth-child(1) #logo {
  width: 100px;
  z-index: 99;
}

body .contact-container .contact-flex .col:nth-child(1) p {
  color: #ffffff;
  z-index: 99;
}

body .contact-container .contact-flex .col:nth-child(2) {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(to right, #ffffff, #e6e6e6);
}

body .contact-container .contact-flex .col:nth-child(2) form {
  max-width: 1280px;
}

@media only screen and (max-width: 775px) {
  body .contact-container .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body .contact-container .contact-flex .col {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  body nf-fields-wrap {
    display: block;
  }
  body nf-fields-wrap nf-field {
    width: 100%;
    display: block;
  }
  body .contact-container .contact-flex .col:nth-child(1) {
    height: 225px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    background-position: center center;
  }
  body .contact-container .contact-flex .col:nth-child(1)::after {
    display: none;
  }
}

body .contact-button {
  padding-right: 35px;
  padding-top: .25em;
  padding-bottom: .25em;
}

body .contact-button::before {
  background: #ffffff;
}

body .contact-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 18px;
  background: url("../img/contact-arrow.svg") no-repeat center center;
  background-size: contain;
}

body .contact-button:hover a {
  color: #232323 !important;
}

body .contact-button:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

body .title-button {
  background: #232323;
  padding-right: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body .title-button a {
  text-decoration: none;
  color: #ffffff;
  padding: 1em 1.5em;
}

body .title-button::before {
  background: #ffffff;
}

body .title-button::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 18px;
  background: url("../img/contact-arrow.svg") no-repeat center center;
  background-size: contain;
}

body .title-button:hover a {
  color: #232323 !important;
}

body .title-button:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  padding: 1.5em 1em;
}
/*# sourceMappingURL=styles.css.map */