@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.h1_size,
h1 {
  font-size: 20px
}
@media screen and (min-width:576px) {
  .h1_size,
  h1 {
    font-size: 22px
  }
}
@media screen and (min-width:768px) {
  .h1_size,
  h1 {
    font-size: 26px
  }
}
@media screen and (min-width:1200px) {
  .h1_size,
  h1 {
    font-size: 30px
  }
}
@media screen and (min-width:1400px) {
  .h1_size,
  h1 {
    font-size: 34px
  }
}
@media screen and (min-width:1900px) {
  .h1_size,
  h1 {
    font-size: 42px
  }
}
header {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.5);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.5)
}
.header-top {
  background-color: #223645;
  display: none
}
@media screen and (min-width:768px) {
  .header-top {
    display: block
  }
}
.region-header-top {
  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;
  padding-top: 20px;
  padding-bottom: 20px
}
.header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px
}
@media screen and (min-width:768px) {
  .header_main {
    padding-top: 20px;
    padding-bottom: 20px
  }
}
.header_main .main-menu {
  margin-left: auto
}
.header-logo img {
  display: block;
  width: 140px;
  height: auto
}
@media screen and (min-width:768px) {
  .header-logo img {
    width: 180px
  }
}
.footer {
  background-color: #223645;
  color: #fff;
  padding-top: 60px
}
@media screen and (min-width:768px) {
  .footer {
    padding-top: 100px
  }
}
.footer nav > .menu > .menu-item {
  margin-bottom: 20px
}
@media screen and (min-width:480px) {
  .footer nav > .menu > .menu-item {
    padding: 0 20px;
    margin-bottom: 0
  }
}
@media screen and (max-width:767px) {
  .footer nav > .menu > .menu-item:first-child {
    padding-left: 0
  }
}
.footer .menu a {
  color: #fff
}
.footer .menu .menu-item--expanded > span {
  font-weight: 700;
  margin-bottom: 10px
}
.footer .menu .menu-item--expanded .menu {
  display: block
}
.footer .menu .menu-item--expanded .menu a {
  padding: 5px 0
}
.region-footer-bottom {
  border-top: 1px solid #d1d2d3;
  padding: 35px 0;
  text-align: center
}
.region-footer-bottom * {
  margin: 0
}
.footer-left-right-wrapper {
  padding-bottom: 50px
}
@media screen and (min-width:768px) {
  .footer-left-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.footer-left-right-wrapper .footer-left {
  max-width: 400px
}
@media screen and (max-width:767px) {
  .footer-left-right-wrapper .footer-left {
    margin-bottom: 40px
  }
}
.footer-left-right-wrapper .footer-left .paragraph--type--linked-image {
  margin-bottom: 20px
}
.footer-left-right-wrapper .footer-left .paragraph--type--linked-image .field--name-field-media-image {
  width: 250px
}
.footer-left-right-wrapper .footer-left .paragraph--type--linked-image .field--name-field-media-image svg {
  display: block;
  width: 100%;
  height: auto
}
.footer-left-right-wrapper .footer-left .field--type-text-with-summary > :first-child {
  margin-top: 0
}
.footer-left-right-wrapper .footer-left .field--type-text-with-summary > :last-child {
  margin-bottom: 0
}
.footer-left-right-wrapper .footer-right {
  margin-left: auto
}
.region-footer-right .block-block-content {
  margin-bottom: 40px
}
@media screen and (min-width:768px) {
  .region-footer-right .block-block-content {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px
  }
}
.region-footer-right .field--type-text-with-summary > :first-child {
  margin-top: 0
}
.region-footer-right .field--type-text-with-summary > :last-child {
  margin-bottom: 0
}
@media screen and (min-width:768px) {
  .region-footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.linked-image,
.linked-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1
}
.linked-image svg,
.linked-image-text svg {
  display: block;
  width: 20px;
  height: 20px
}
.linked-image-text svg {
  margin-right: 10px
}
.linked-image-text:hover {
  color: #2177d8
}
.linked-image-text:hover svg path {
  stroke: #2177d8
}
.linked-image svg {
  margin-left: auto;
  margin-right: auto
}
.linked-image:hover {
  color: #2177d8
}
.linked-image:hover svg path {
  fill: #2177d8
}
.paragraph--type--about-us .field--name-field-text-plain,
.paragraph--type--about-us .field--name-field-text-plain-1,
.paragraph--type--services-cards .field--name-field-text-plain,
.paragraph--type--services-cards .field--name-field-text-plain-1,
.paragraph--type--team-info-cards .field--name-field-text-plain,
.paragraph--type--team-info-cards .field--name-field-text-plain-1,
.paragraph--type--tools-that-we-use .field--name-field-text-plain,
.paragraph--type--tools-that-we-use .field--name-field-text-plain-1 {
  text-align: center
}
.paragraph--type--about-us .field--name-field-text-plain-1,
.paragraph--type--services-cards .field--name-field-text-plain-1,
.paragraph--type--team-info-cards .field--name-field-text-plain-1,
.paragraph--type--tools-that-we-use .field--name-field-text-plain-1 {
  color: #2177d8
}
.paragraph--type--about-us .field--name-field-text-plain,
.paragraph--type--services-cards .field--name-field-text-plain,
.paragraph--type--team-info-cards .field--name-field-text-plain,
.paragraph--type--tools-that-we-use .field--name-field-text-plain {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us .field--name-field-text-plain,
  .paragraph--type--services-cards .field--name-field-text-plain,
  .paragraph--type--team-info-cards .field--name-field-text-plain,
  .paragraph--type--tools-that-we-use .field--name-field-text-plain {
    margin-bottom: 40px
  }
}
.paragraph--type--about-us,
.paragraph--type--features-cards,
.paragraph--type--get-in-touch,
.paragraph--type--services-cards,
.paragraph--type--team-info-cards,
.paragraph--type--tools-that-we-use {
  margin-bottom: 100px
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us,
  .paragraph--type--features-cards,
  .paragraph--type--get-in-touch,
  .paragraph--type--services-cards,
  .paragraph--type--team-info-cards,
  .paragraph--type--tools-that-we-use {
    margin-bottom: 130px
  }
}
.paragraph--type--features-cards .field--name-field-features-cards,
.paragraph--type--features-cards .field--name-field-services-cards,
.paragraph--type--features-cards .field--name-field-team-cards,
.paragraph--type--services-cards .field--name-field-features-cards,
.paragraph--type--services-cards .field--name-field-services-cards,
.paragraph--type--services-cards .field--name-field-team-cards,
.paragraph--type--team-info-cards .field--name-field-features-cards,
.paragraph--type--team-info-cards .field--name-field-services-cards,
.paragraph--type--team-info-cards .field--name-field-team-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.paragraph--type--features-cards .card-item,
.paragraph--type--services-cards .card-item,
.paragraph--type--team-info-cards .card-item {
  padding: 100px 50px;
  -webkit-transition: all .3s;
  transition: all .3s
}
@media screen and (max-width:1199px) {
  .paragraph--type--features-cards .card-item,
  .paragraph--type--services-cards .card-item,
  .paragraph--type--team-info-cards .card-item {
    padding: 80px 30px 60px
  }
}
@media screen and (max-width:767px) {
  .paragraph--type--features-cards .card-item,
  .paragraph--type--services-cards .card-item,
  .paragraph--type--team-info-cards .card-item {
    padding: 50px 20px 30px
  }
}
@media screen and (max-width:575px) {
  .paragraph--type--features-cards .card-item,
  .paragraph--type--services-cards .card-item,
  .paragraph--type--team-info-cards .card-item {
    padding: 50px 15px 30px
  }
}
.paragraph--type--features-cards .card-item:hover,
.paragraph--type--services-cards .card-item:hover,
.paragraph--type--team-info-cards .card-item:hover {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
  box-shadow: 0 0 10px 3px rgba(0,0,0,.3)
}
.paragraph--type--features-cards .card-item .field--name-field-text-plain,
.paragraph--type--services-cards .card-item .field--name-field-text-plain,
.paragraph--type--team-info-cards .card-item .field--name-field-text-plain {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px
}
@media screen and (max-width:1199px) {
  .paragraph--type--features-cards .card-item .field--name-field-text-plain,
  .paragraph--type--services-cards .card-item .field--name-field-text-plain,
  .paragraph--type--team-info-cards .card-item .field--name-field-text-plain {
    font-size: 40px;
    margin-bottom: 30px
  }
}
@media screen and (max-width:767px) {
  .paragraph--type--features-cards .card-item .field--name-field-text-plain,
  .paragraph--type--services-cards .card-item .field--name-field-text-plain,
  .paragraph--type--team-info-cards .card-item .field--name-field-text-plain {
    font-size: 36px;
    margin-bottom: 20px
  }
}
@media screen and (max-width:575px) {
  .paragraph--type--features-cards .card-item .field--name-field-text-plain,
  .paragraph--type--services-cards .card-item .field--name-field-text-plain,
  .paragraph--type--team-info-cards .card-item .field--name-field-text-plain {
    font-size: 33px;
    margin-bottom: 15px
  }
}
.paragraph--type--features-cards .card-item .field--name-field-text-formatted-long-with-s,
.paragraph--type--services-cards .card-item .field--name-field-text-formatted-long-with-s,
.paragraph--type--team-info-cards .card-item .field--name-field-text-formatted-long-with-s {
  color: #647589;
  line-height: 2
}
.paragraph--type--features-cards .card-item .field--name-field-text-formatted-long-with-s p:first-child,
.paragraph--type--services-cards .card-item .field--name-field-text-formatted-long-with-s p:first-child,
.paragraph--type--team-info-cards .card-item .field--name-field-text-formatted-long-with-s p:first-child {
  margin-top: 0
}
.paragraph--type--features-cards .card-item .field--name-field-text-formatted-long-with-s p:last-child,
.paragraph--type--services-cards .card-item .field--name-field-text-formatted-long-with-s p:last-child,
.paragraph--type--team-info-cards .card-item .field--name-field-text-formatted-long-with-s p:last-child {
  margin-bottom: 0
}
.paragraph--type--features-cards .card-item.blue_bg,
.paragraph--type--services-cards .card-item.blue_bg,
.paragraph--type--team-info-cards .card-item.blue_bg {
  background-color: #2177d8;
  color: #fff
}
.paragraph--type--features-cards .card-item.blue_bg .field--name-field-text-formatted-long-with-s,
.paragraph--type--services-cards .card-item.blue_bg .field--name-field-text-formatted-long-with-s,
.paragraph--type--team-info-cards .card-item.blue_bg .field--name-field-text-formatted-long-with-s {
  color: #fff
}
.paragraph--type--features-cards .card-item.desktop--20-width,
.paragraph--type--services-cards .card-item.desktop--20-width,
.paragraph--type--team-info-cards .card-item.desktop--20-width {
  width: calc(20% - 6px)
}
.paragraph--type--features-cards .card-item.desktop--25-width,
.paragraph--type--services-cards .card-item.desktop--25-width,
.paragraph--type--team-info-cards .card-item.desktop--25-width {
  width: calc(25% - 22.500005625px)
}
.paragraph--type--features-cards .card-item.desktop--33-width,
.paragraph--type--services-cards .card-item.desktop--33-width,
.paragraph--type--team-info-cards .card-item.desktop--33-width {
  width: calc(33.333333% - 20px)
}
.paragraph--type--features-cards .card-item.desktop--50-width,
.paragraph--type--services-cards .card-item.desktop--50-width,
.paragraph--type--team-info-cards .card-item.desktop--50-width {
  width: calc(50% - 15px)
}
.paragraph--type--features-cards .card-item.desktop--100-width,
.paragraph--type--services-cards .card-item.desktop--100-width,
.paragraph--type--team-info-cards .card-item.desktop--100-width {
  width: 100%
}
.paragraph--type--features-cards .card-item.desktop--20-width.paragraph--type--features-card,
.paragraph--type--services-cards .card-item.desktop--20-width.paragraph--type--features-card,
.paragraph--type--team-info-cards .card-item.desktop--20-width.paragraph--type--features-card {
  width: 20%
}
.paragraph--type--features-cards .card-item.desktop--25-width.paragraph--type--features-card,
.paragraph--type--services-cards .card-item.desktop--25-width.paragraph--type--features-card,
.paragraph--type--team-info-cards .card-item.desktop--25-width.paragraph--type--features-card {
  width: 25%
}
.paragraph--type--features-cards .card-item.desktop--33-width.paragraph--type--features-card,
.paragraph--type--services-cards .card-item.desktop--33-width.paragraph--type--features-card,
.paragraph--type--team-info-cards .card-item.desktop--33-width.paragraph--type--features-card {
  width: 33.333333%
}
.paragraph--type--features-cards .card-item.desktop--50-width.paragraph--type--features-card,
.paragraph--type--services-cards .card-item.desktop--50-width.paragraph--type--features-card,
.paragraph--type--team-info-cards .card-item.desktop--50-width.paragraph--type--features-card {
  width: 50%
}
.paragraph--type--features-cards .card-item.desktop--100-width.paragraph--type--features-card,
.paragraph--type--services-cards .card-item.desktop--100-width.paragraph--type--features-card,
.paragraph--type--team-info-cards .card-item.desktop--100-width.paragraph--type--features-card {
  width: 100%
}
@media screen and (max-width:767px) {
  .paragraph--type--features-cards .card-item.mobile--50-width,
  .paragraph--type--services-cards .card-item.mobile--50-width,
  .paragraph--type--team-info-cards .card-item.mobile--50-width {
    width: 50%
  }
  .paragraph--type--features-cards .card-item.mobile--50-width.paragraph--type--features-card,
  .paragraph--type--services-cards .card-item.mobile--50-width.paragraph--type--features-card,
  .paragraph--type--team-info-cards .card-item.mobile--50-width.paragraph--type--features-card {
    width: 50%
  }
}
@media screen and (max-width:767px) {
  .paragraph--type--features-cards .card-item.mobile--100-width,
  .paragraph--type--services-cards .card-item.mobile--100-width,
  .paragraph--type--team-info-cards .card-item.mobile--100-width {
    width: 100%
  }
  .paragraph--type--features-cards .card-item.mobile--100-width.paragraph--type--features-card,
  .paragraph--type--services-cards .card-item.mobile--100-width.paragraph--type--features-card,
  .paragraph--type--team-info-cards .card-item.mobile--100-width.paragraph--type--features-card {
    width: 100%
  }
}
.paragraph--type--features-cards .field--name-field-features-cards {
  counter-reset: item-counter
}
.paragraph--type--features-cards .card-item {
  counter-increment: item-counter;
  container-type: inline-size;
  position: relative
}
.paragraph--type--features-cards .card-item::after {
  content: counter(item-counter,decimal-leading-zero);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 20px;
  font-size: 60cqi;
  font-weight: 900;
  line-height: 1;
  color: #647589;
  opacity: .1
}
.paragraph--type--features-cards .card-item.blue_bg::after {
  color: #fff
}
@media screen and (max-width:767px) {
  .paragraph--type--features-cards .card-item.mobile--100-width::after {
    font-size: 30cqi
  }
}
@media screen and (max-width:575px) {
  .paragraph--type--features-cards .card-item.mobile--100-width::after {
    font-size: 50cqi
  }
}
.paragraph--type--features-cards .field--name-field-text-formatted-long-with-s,
.paragraph--type--features-cards .field--name-field-text-plain {
  position: relative;
  z-index: 2
}
.paragraph--type--services-cards .field--name-field-services-cards,
.paragraph--type--services-cards .field--name-field-team-cards,
.paragraph--type--team-info-cards .field--name-field-services-cards,
.paragraph--type--team-info-cards .field--name-field-team-cards {
  gap: 30px
}
.paragraph--type--services-cards .paragraph--type--services-card,
.paragraph--type--services-cards .paragraph--type--team-card,
.paragraph--type--team-info-cards .paragraph--type--services-card,
.paragraph--type--team-info-cards .paragraph--type--team-card {
  position: relative;
  padding: 50px 40px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.05)
}
.paragraph--type--services-cards .paragraph--type--services-card:hover,
.paragraph--type--services-cards .paragraph--type--team-card:hover,
.paragraph--type--team-info-cards .paragraph--type--services-card:hover,
.paragraph--type--team-info-cards .paragraph--type--team-card:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
.paragraph--type--services-cards .paragraph--type--services-card > svg,
.paragraph--type--services-cards .paragraph--type--team-card > svg,
.paragraph--type--team-info-cards .paragraph--type--services-card > svg,
.paragraph--type--team-info-cards .paragraph--type--team-card > svg {
  position: absolute;
  top: 40px;
  left: 25px;
  display: block;
  width: 25%;
  height: auto
}
.paragraph--type--services-cards .paragraph--type--services-card .field--name-field-text-plain,
.paragraph--type--services-cards .paragraph--type--team-card .field--name-field-text-plain,
.paragraph--type--team-info-cards .paragraph--type--services-card .field--name-field-text-plain,
.paragraph--type--team-info-cards .paragraph--type--team-card .field--name-field-text-plain {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left
}
.paragraph--type--team-info-cards .card-item {
  padding: 0;
  position: relative
}
.paragraph--type--team-info-cards .card-item:hover .card-cosial-icons-wrapper {
  opacity: 1
}
@media screen and (max-width:575px) {
  .paragraph--type--team-info-cards .card-item img {
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover
  }
}
.paragraph--type--team-info-cards .field--name-field-team-cards .field--name-field-text-plain {
  padding: 40px 40px 0
}
.paragraph--type--team-info-cards .field--name-field-team-cards .field--name-field-text-plain-1 {
  padding: 0 40px 40px;
  color: #2177d8;
  -moz-text-align-last: left;
  text-align-last: left
}
.paragraph--type--team-info-cards .field--name-field-team-cards .field--name-field-text-plain-1 p {
  color: #2177d8
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  background-color: #2177d8
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper:hover {
  opacity: 1
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper .field--name-field-social-icons {
  padding: 20px 10px
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper .field--name-field-social-icons .linked-image {
  padding: 20px
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper .field--name-field-social-icons .linked-image:hover {
  color: #d1d2d3
}
.paragraph--type--team-info-cards .card-cosial-icons-wrapper .field--name-field-social-icons .linked-image:hover svg path {
  fill: #d1d2d3
}
.paragraph--type--about-us .svg-bg-element {
  position: absolute;
  left: -100px;
  display: block;
  width: 50%;
  height: auto;
  opacity: .1
}
@media screen and (min-width:1400px) {
  .paragraph--type--about-us .svg-bg-element {
    left: calc(-1 * (100dvw - 1350px - (100dvw - 1380px)/ 2))
  }
}
.paragraph--type--about-us .paragraph-about-us-content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us .paragraph-about-us-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px
  }
}
.paragraph--type--about-us .paragraph-about-us-content,
.paragraph--type--about-us .paragraph-about-us-image {
  position: relative
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us .paragraph-about-us-content,
  .paragraph--type--about-us .paragraph-about-us-image {
    width: 50%
  }
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us .paragraph-about-us-content {
    padding-right: 20px
  }
}
@media screen and (min-width:992px) {
  .paragraph--type--about-us .paragraph-about-us-content {
    padding-right: 10%
  }
}
@media screen and (max-width:767px) {
  .paragraph--type--about-us .paragraph-about-us-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px
  }
}
.paragraph--type--about-us .field--name-field-about-bullets {
  position: absolute;
  top: 10%;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,.1)
}
@media screen and (min-width:768px) {
  .paragraph--type--about-us .field--name-field-about-bullets {
    left: -50px
  }
}
.paragraph--type--about-us .field--name-field-about-bullets .linked-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none
}
.paragraph--type--about-us .field--name-field-about-bullets .linked-image-text:hover svg path {
  stroke: unset
}
.paragraph--type--about-us .field--name-field-about-bullets .linked-image-text svg {
  fill: #2177d8;
  margin-right: 10px;
  width: 40px;
  height: 40px
}
.paragraph--type--about-us .field--name-field-about-bullets .linked-image-text svg path {
  fill: #2177d8
}
.paragraph--type--about-us .field--name-field-about-bullets .linked-image-text .field--name-field-text-plain {
  font-size: inherit;
  font-weight: 400;
  color: #000;
  margin: 0
}
.paragraph--type--get-in-touch {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media screen and (min-width:768px) {
  .paragraph--type--get-in-touch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    background-color: #deecf9
  }
}
.paragraph--type--get-in-touch .paragraph--get-in-touch-image {
  margin-bottom: 20px
}
@media screen and (min-width:768px) {
  .paragraph--type--get-in-touch .paragraph--get-in-touch-image {
    width: 50%;
    margin-bottom: 0
  }
}
.paragraph--type--get-in-touch .field--name-field-text-plain {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700
}
.paragraph--type--get-in-touch .paragraph--get-in-touch {
  padding: 40px 0;
  background-color: #fff;
  margin-left: auto
}
@media screen and (min-width:768px) {
  .paragraph--type--get-in-touch .paragraph--get-in-touch {
    width: 50%;
    padding: 40px;
    max-width: 500px
  }
}
.paragraph--type--get-in-touch .paragraph--get-in-touch textarea {
  display: block;
  width: 100%
}
.paragraph--type--get-in-touch .captcha {
  margin: 0 0 20px
}
#block-drupalauthority-headertopleft .field--name-field-content,
#block-drupalauthority-headertopright .field--name-field-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
#block-drupalauthority-headertopleft .field--name-field-content > .field__item,
#block-drupalauthority-headertopright .field--name-field-content > .field__item {
  margin-right: 20px
}
#block-drupalauthority-headertopleft .field--name-field-content > .field__item:last-child,
#block-drupalauthority-headertopright .field--name-field-content > .field__item:last-child {
  margin-right: 0
}
#block-drupalauthority-headertopright .field--name-field-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#block-drupalauthority-headertopright .field--name-field-content .paragraph--type--button {
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 22px;
  padding-bottom: 22px
}
.block-type--home-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  overflow: hidden;
  padding: 50px;
  background-color: #223645;
  background-image: url(../../img/coder.png);
  background-size: cover;
  background-position: center;
  color: #fff
}
@media screen and (min-width:768px) {
  .block-type--home-banner {
    aspect-ratio: 16/8
  }
}
@media screen and (max-width:991px) {
  .block-type--home-banner {
    padding: 50px 25px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px)
  }
}
.block-type--home-banner h1 {
  margin-top: 0;
  font-size: 60px;
  color: #fff
}
@media screen and (max-width:1399px) {
  .block-type--home-banner h1 {
    font-size: 50px;
    line-height: 1.2
  }
}
@media screen and (max-width:991px) {
  .block-type--home-banner h1 {
    font-size: 40px
  }
}
@media screen and (max-width:767px) {
  .block-type--home-banner h1 {
    font-size: 25px
  }
}
.block-type--home-banner .home-banner-content {
  width: 60%;
  max-width: 550px
}
@media screen and (max-width:1399px) {
  .block-type--home-banner .home-banner-content {
    width: 80%;
    max-width: 600px
  }
}
@media screen and (max-width:991px) {
  .block-type--home-banner .home-banner-content {
    max-width: 490px
  }
}
@media screen and (max-width:575px) {
  .block-type--home-banner .home-banner-content {
    width: 100%
  }
}
.block-type--home-banner .home-banner-image {
  width: 40%
}
.block-type--home-banner .field--name-field-button,
.block-type--home-banner .field--name-field-buttons {
  margin-top: 50px
}
@media screen and (max-width:991px) {
  .block-type--home-banner .field--name-field-button,
  .block-type--home-banner .field--name-field-buttons {
    margin-top: 30px
  }
}
@media screen and (max-width:767px) {
  .block-type--home-banner .field--name-field-button,
  .block-type--home-banner .field--name-field-buttons {
    margin-top: 20px
  }
}
.block-type--home-banner .scene {
  position: relative;
  width: 50%;
  height: 100%
}
@media screen and (max-width:1399px) {
  .block-type--home-banner .scene {
    width: 20%
  }
}
@media screen and (max-width:575px) {
  .block-type--home-banner .scene {
    position: absolute
  }
}
.block-type--home-banner .terminal {
  position: absolute;
  right: 30%;
  top: 10%;
  z-index: 4;
  width: 28%;
  font-family: monospace;
  font-size: clamp(7px,1.1vw,11px);
  line-height: 1.6;
  color: #7dd3fc;
  pointer-events: none
}
@media screen and (max-width:1399px) {
  .block-type--home-banner .terminal {
    right: 45%
  }
}
@media screen and (max-width:1199px) {
  .block-type--home-banner .terminal {
    width: 100%;
    right: 0
  }
}
.block-type--home-banner .t-line {
  white-space: nowrap;
  overflow: hidden
}
.block-type--home-banner .t-line .cursor {
  display: inline-block;
  width: 1ch;
  height: 1em;
  background: #7dd3fc;
  vertical-align: text-bottom;
  -webkit-animation: blink .9s step-end infinite;
  animation: blink .9s step-end infinite
}
.block-type--home-banner .spark {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  z-index: 3
}
.block-type--home-banner canvas#fx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none
}
.block-type--home-banner .glow-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(55,180,255,.22);
  z-index: 3;
  -webkit-animation: expandRing 3.2s ease-out infinite;
  animation: expandRing 3.2s ease-out infinite
}
@-webkit-keyframes expandRing {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(.3);
    transform: translate(-50%,-50%) scale(.3);
    opacity: .8
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(2);
    transform: translate(-50%,-50%) scale(2);
    opacity: 0
  }
}
@keyframes expandRing {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(.3);
    transform: translate(-50%,-50%) scale(.3);
    opacity: .8
  }
  100% {
    -webkit-transform: translate(-50%,-50%) scale(2);
    transform: translate(-50%,-50%) scale(2);
    opacity: 0
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
@keyframes blink {
  0%,
  100% {
    opacity: 1
  }
  50% {
    opacity: 0
  }
}
ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none
}
@media screen and (min-width:480px) {
  ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
ul.menu a {
  display: block;
  margin-left: 30px;
  color: #000
}
ul.menu a:hover {
  color: #2177d8
}
ul.menu li:first-child a {
  margin-left: 0
}
@media screen and (max-width:767px) {
  .region-main-menu {
    position: absolute;
    inset: 0;
    z-index: 9999;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
  }
  .region-main-menu ul.menu {
    display: block;
    text-align: center;
    padding-top: 100px
  }
  .region-main-menu ul.menu a {
    margin: 0 0 20px;
    font-size: 30px
  }
}
.menu-open .region-main-menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.header-mobile-burger {
  position: absolute;
  right: 20px;
  top: 7px;
  z-index: 10000;
  width: 50px;
  height: 60px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer
}
@media screen and (min-width:768px) {
  .header-mobile-burger {
    display: none
  }
}
.header-mobile-burger .header-mobile-burger__bar {
  position: absolute;
  left: 50%;
  display: block;
  width: 100%;
  height: 7%;
  border-radius: 2px;
  background-color: #000;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.header-mobile-burger .header-mobile-burger__bar:nth-child(1) {
  top: 25%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.header-mobile-burger .header-mobile-burger__bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.header-mobile-burger .header-mobile-burger__bar:nth-child(3) {
  bottom: 25%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.header-mobile-burger.close .header-mobile-burger__bar {
  -webkit-animation-direction: normal;
  animation-direction: normal
}
.header-mobile-burger.open .header-mobile-burger__bar {
  animation-direction: reverse
}
.header-mobile-burger--merge.animate .header-mobile-burger__bar {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease
}
.header-mobile-burger--merge.animate .header-mobile-burger__bar:nth-child(1) {
  -webkit-animation-name: merge-top;
  animation-name: merge-top
}
.header-mobile-burger--merge.animate .header-mobile-burger__bar:nth-child(2) {
  -webkit-animation-name: merge-middle;
  animation-name: merge-middle
}
.header-mobile-burger--merge.animate .header-mobile-burger__bar:nth-child(3) {
  -webkit-animation-name: merge-bottom;
  animation-name: merge-bottom
}
@-webkit-keyframes merge-top {
  20% {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(1,1);
    transform: translate(-50%,-50%) rotate(0) scale(1,1)
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(.2,1);
    transform: translate(-50%,-50%) rotate(0) scale(.2,1)
  }
  60% {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg) scale(.2,1);
    transform: translate(-50%,-50%) rotate(-45deg) scale(.2,1)
  }
  100% {
    top: 49%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg) scale(1,1);
    transform: translate(-50%,-50%) rotate(-45deg) scale(1,1)
  }
}
@keyframes merge-top {
  20% {
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(1,1);
    transform: translate(-50%,-50%) rotate(0) scale(1,1)
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(.2,1);
    transform: translate(-50%,-50%) rotate(0) scale(.2,1)
  }
  60% {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg) scale(.2,1);
    transform: translate(-50%,-50%) rotate(-45deg) scale(.2,1)
  }
  100% {
    top: 49%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg) scale(1,1);
    transform: translate(-50%,-50%) rotate(-45deg) scale(1,1)
  }
}
@-webkit-keyframes merge-middle {
  50% {
    -webkit-transform: translate(-50%,-50%) scale(.2,1);
    transform: translate(-50%,-50%) scale(.2,1);
    visibility: hidden
  }
  100% {
    visibility: hidden
  }
}
@keyframes merge-middle {
  50% {
    -webkit-transform: translate(-50%,-50%) scale(.2,1);
    transform: translate(-50%,-50%) scale(.2,1);
    visibility: hidden
  }
  100% {
    visibility: hidden
  }
}
@-webkit-keyframes merge-bottom {
  20% {
    bottom: 40%;
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(1,1);
    transform: translate(-50%,-50%) rotate(0) scale(1,1)
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(.2,1);
    transform: translate(-50%,-50%) rotate(0) scale(.2,1)
  }
  60% {
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(.2,1);
    transform: translate(-50%,-50%) rotate(45deg) scale(.2,1)
  }
  100% {
    bottom: 44%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1,1);
    transform: translate(-50%,-50%) rotate(45deg) scale(1,1)
  }
}
@keyframes merge-bottom {
  20% {
    bottom: 40%;
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(1,1);
    transform: translate(-50%,-50%) rotate(0) scale(1,1)
  }
  50% {
    -webkit-transform: translate(-50%,-50%) rotate(0) scale(.2,1);
    transform: translate(-50%,-50%) rotate(0) scale(.2,1)
  }
  60% {
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(.2,1);
    transform: translate(-50%,-50%) rotate(45deg) scale(.2,1)
  }
  100% {
    bottom: 44%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1,1);
    transform: translate(-50%,-50%) rotate(45deg) scale(1,1)
  }
}
.view-tools-that-we-use .view-content {
  display: block
}
.view-tools-that-we-use .views-row {
  height: 40px;
  padding: 0 10px
}
@media screen and (min-width:576px) {
  .view-tools-that-we-use .views-row {
    padding: 0 20px
  }
}
@media screen and (min-width:768px) {
  .view-tools-that-we-use .views-row {
    padding: 0 30px
  }
}
.view-tools-that-we-use .views-row img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto
}
.view-tools-that-we-use .field--type-image .field__item {
  height: 40px
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  font: 400 16px/1.5 "Open Sans",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch
}
img,
svg {
  display: block;
  width: 100%;
  height: auto
}
h1 {
  color: #2177d8
}
h1 .field--type-string,
h2 .field--type-string,
h3 .field--type-string,
h4 .field--type-string,
h5 .field--type-string,
h6 .field--type-string {
  display: inline
}
a {
  color: #2177d8;
  text-decoration: none
}
a:hover {
  color: #2177d8
}
a:active {
  text-decoration: underline
}
input {
  font-size: 16px
}
@media screen and (min-width:1200px) {
  input {
    font-size: 18px
  }
}
@media screen and (min-width:1400px) {
  input {
    font-size: 20px
  }
}
@media screen and (min-width:1900px) {
  input {
    font-size: 22px
  }
}
.hidden {
  display: none
}
.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.overflow-hidden {
  overflow: hidden
}
.block-page-title-block {
  text-align: center;
  font-weight: 700
}
.container-fluid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px
}
@media screen and (min-width:1200px) {
  .container-fluid {
    padding: 0 25px
  }
}
@media screen and (min-width:1400px) {
  .container-fluid {
    max-width: 1440px;
    padding: 0 30px
  }
}
.dialog-off-canvas-main-canvas {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(var(--vvh,100vh) - var(--top-safe-area,0px) - 1px);
  overflow: hidden
}
.dialog-off-canvas-main-canvas > footer {
  margin-top: auto;
  padding-top: 50px
}
form .form-item:has(.error) input,
form .form-item:has(.error) textarea,
form .form-item:has([aria-invalid=true]) input,
form .form-item:has([aria-invalid=true]) textarea,
form input.error,
form input[aria-invalid=true],
form textarea.error,
form textarea[aria-invalid=true] {
  border-color: #b42318;
  background-color: #fff5f5;
  -webkit-box-shadow: 0 0 0 3px rgba(180,35,24,.12);
  box-shadow: 0 0 0 3px rgba(180,35,24,.12)
}
.default-button,
form button,
form input[type=submit] {
  display: table;
  width: auto;
  padding: 15px 30px;
  border: 0;
  cursor: pointer;
  background-color: #2177d8;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700
}
.default-button:hover,
form button:hover,
form input[type=submit]:hover {
  background-color: rgba(33,119,216,.7);
  color: #fff
}
form .form-item {
  margin-top: 20px;
  margin-bottom: 20px
}
form .form-item:first-child {
  margin-top: 0
}
form .form-item--error-message {
  margin-top: 8px;
  color: #b42318;
  font-size: 14px;
  font-weight: 600
}
form .description {
  font-size: 14px;
  font-style: italic
}
form input,
form textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border-radius: 0;
  border-width: 1px;
  -webkit-transition: border-color .2s ease,background-color .2s ease,-webkit-box-shadow .2s ease;
  transition: border-color .2s ease,background-color .2s ease,-webkit-box-shadow .2s ease;
  transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
  transition: border-color .2s ease,box-shadow .2s ease,background-color .2s ease,-webkit-box-shadow .2s ease
}
form textarea {
  line-height: 1.5
}
form .form-item:has(.error) label,
form .form-item:has([aria-invalid=true]) label {
  color: #b42318
}
@media screen and (min-width:576px) {
  .layout-main:has(aside) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media screen and (min-width:1200px) {
  .layout-main:has(aside) {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (max-width:575px) {
  .layout-main .layout-sidebar-left {
    display: none
  }
}
@media screen and (min-width:576px) {
  .layout-main .layout-sidebar-right {
    margin-left: 20px;
    width: 200px;
    min-width: 200px
  }
}
@media screen and (min-width:768px) {
  .layout-main .layout-sidebar-right {
    margin-left: 50px;
    width: 230px;
    min-width: 230px
  }
}
@media screen and (min-width:992px) {
  .layout-main .layout-sidebar-right {
    width: 300px;
    min-width: 300px
  }
}
@media screen and (min-width:1200px) {
  .layout-main .layout-sidebar-right {
    margin-left: 100px;
    width: 335px;
    min-width: 335px
  }
}
.block-local-tasks-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px solid #7a7a7a
}
.block-local-tasks-block ul li:first-child a {
  border-bottom-left-radius: 5px
}
.block-local-tasks-block ul li:last-child a {
  border-bottom-right-radius: 5px
}
.block-local-tasks-block ul a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  padding: 5px 20px;
  border: 1px solid #000;
  margin-top: -1px;
  margin-right: -1px;
  background-color: rgba(122,122,122,.3)
}
.block-local-tasks-block ul a.is-active,
.block-local-tasks-block ul a:hover {
  background: rgba(122,122,122,.5)
}
.maintenance-page {
  padding: 40px 50px;
  text-align: center
}
.maintenance-page header > a {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}
.maintenance-page header > h1 {
  display: none
}