.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  text-decoration: underline;
}

strong {
  color: #2d88ff;
  font-weight: 700;
}

.nav__brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.nav__brand:hover {
  color: #fff;
}

.nav__brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #000;
}

.nav__content {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.brand__h1 {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #2d88ff;
  font-size: 25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 300;
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.nav__wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.body {
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.page {
  overflow: hidden;
}

.footer-text {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.text__white {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.footer__link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer__link:hover {
  color: #2d88ff;
}

.footer__text-right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__wrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242526;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 37, 38, 0.96)), to(rgba(36, 37, 38, 0.96))), url('../images/pawwalk.png');
  background-image: linear-gradient(180deg, rgba(36, 37, 38, 0.96), rgba(36, 37, 38, 0.96)), url('../images/pawwalk.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

.footer__top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list-2 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  min-width: 200px;
  padding-right: 0px;
  background-color: #242526;
  font-weight: 600;
}

.dropdown__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.beardropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.beardropdown:hover {
  color: #d71b1a;
}

.beardropdown.top {
  color: #6d706f;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.beardropdown.top:hover {
  color: #fff;
}

.lottie-animation-5 {
  width: 25px;
  height: 25px;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.dropdown-toggle-2:hover {
  color: #2d88ff;
}

.dropdown-toggle-2.w--open {
  padding-right: 10px;
  padding-left: 10px;
  color: #2d88ff;
}

.dropdown-toggle-2.w--open:hover {
  color: #2d88ff;
}

.nav__link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  margin-left: 1px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #4663ac;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__link-2:hover {
  color: #d71b1a;
}

.nav__link-2.w--current {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #4663ac;
  text-transform: capitalize;
}

.nav__link-2.drop {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 20px 15px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid rgba(255, 255, 255, 0.22);
  background-color: #000;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2px;
}

.nav__link-2.drop:hover {
  color: #2d88ff;
  font-weight: 600;
}

.nav__link-2.drop.w--current {
  text-transform: uppercase;
}

.nav__link-2.drop.top {
  background-color: #000;
}

.intro__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
  background-image: url('../images/bearback.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.div-block-304 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__legal {
  margin-right: 20px;
}

.footer__legal.split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__icons {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__icon-wrap.end {
  margin-right: 0px;
}

.div-block-305 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-306 {
  margin-left: 0px;
}

.content__wrapper {
  position: relative;
  z-index: 66;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__bottom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.intro__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 25px;
}

.h1__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 700;
}

.h1__heading.news {
  font-size: 4em;
}

.h1__subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2d88ff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 200;
}

.h1__subheading.white {
  padding-right: 0px;
  color: #fff;
}

.h1__subheading.date {
  font-size: 2em;
}

.bold-text {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: justify;
}

.bold-text-3 {
  color: #fff;
  font-weight: 600;
}

.text__intro1 {
  width: 850px;
  margin-top: 0px;
  color: #dfdfdf;
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.text__intro2 {
  width: 850px;
  margin-top: 20px;
  color: #dfdfdf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.text__intro3 {
  width: 850px;
  margin-top: 20px;
  color: #dfdfdf;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.black__mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.84);
  opacity: 1;
}

.intro__header {
  margin-bottom: 60px;
}

._w-flip-card {
  position: relative;
  z-index: 8888;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-card-title {
  margin-bottom: 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.69);
  font-weight: 600;
}

._w-card-front-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card-quote-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  text-decoration: none;
}

.c-card-front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-title-2 {
  padding-right: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

._w-card-back-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-btn-link-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #2d88ff;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.c-card-back {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-flip-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

._w-flip-card-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.news__content {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  color: #525252;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.button__cta {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #2d88ff;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-transition: box-shadow 450ms ease;
  transition: box-shadow 450ms ease;
  color: #2d88ff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.button__cta:hover {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__wrapper.home {
  background-color: #000;
}

.portfolio__wrapper.main {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/bearback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/bearback.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.portfolio__content {
  padding-top: 100px;
  padding-bottom: 80px;
}

.portfolio__collection-wrapper {
  height: auto;
}

.portfolio__collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio__collection-list.main {
  margin-bottom: 60px;
}

.portfolio__collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 450px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.portfolio__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 350px;
  max-height: 450px;
  min-height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

.image-22 {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.91);
  text-decoration: none;
}

.cta__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 300;
  text-decoration: none;
}

.cta__heading.view {
  color: #dfdfdf;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.inner__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-weight: 700;
}

.inner__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.tech__wrapper {
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.86)), to(rgba(255, 255, 255, 0.86))), url('../images/pawssig.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url('../images/pawssig.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.tech__content {
  position: relative;
  z-index: 555;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-2 {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-23 {
  width: auto;
}

.footer__content {
  position: relative;
  z-index: 999;
  padding-right: 60px;
  padding-left: 60px;
}

.portfolio__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio__button.padded {
  margin-top: 40px;
}

.text-block-4 {
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.list-item {
  color: rgba(255, 255, 255, 0.27);
  font-size: 18px;
  list-style-type: disc;
}

.list {
  padding-left: 20px;
}

.div-block-312 {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-313 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.news__wrapper {
  position: relative;
  background-color: #000;
}

.expertise__heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #242526;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

.news__header {
  padding-top: 100px;
}

.website__wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.86)), to(rgba(255, 255, 255, 0.86))), url('../images/pawssig.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url('../images/pawssig.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.content__top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.paragraph__text {
  margin-bottom: 0px;
  color: #b6b6b6;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.service__heading-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/bearback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/bearback.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.service__heading-wrap.middle {
  border-radius: 0px 20px 20px 0px;
}

.service__heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  color: #2d88ff;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 200;
  text-align: left;
}

.cta__text-wrap {
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.button__wrap {
  padding-left: 0px;
}

.content__middle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: right;
}

.beartop-1 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/pcsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news__heading {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 600;
}

.news__list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news__list.vertical {
  margin-top: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.publish__text {
  margin-top: 10px;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
}

.publish__text.inner {
  color: #dfdfdf;
}

.readmore {
  color: #2d88ff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.news__link {
  text-decoration: none;
}

.beartop-2 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px 0px 0px 20px;
  background-color: #dfdfdf;
  background-image: url('../images/gdpr.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bertop-3 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/20493610-7640587-image-a-51_1572644801876.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-314 {
  margin-bottom: 20px;
}

.portfolio__main-header {
  margin-bottom: 60px;
}

.bear__pag-wrapper {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.pag__previous {
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none;
  border-radius: 5px;
  background-color: #2d88ff;
  color: #fff;
  font-size: 16px;
}

.pag__next {
  margin-right: 10px;
  margin-left: 0px;
  padding: 10px 10px 10px 20px;
  border-style: none;
  border-radius: 5px;
  background-color: #2d88ff;
  color: #fff;
  font-size: 16px;
}

.pag__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2d88ff;
  color: #fff;
  font-size: 16px;
}

.pag__count-text {
  margin-top: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.websites__wrapper {
  background-color: #000;
}

.websites__content {
  padding-top: 100px;
  padding-bottom: 0px;
}

.websites__main-header {
  margin-bottom: 60px;
}

.websites__main-content {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #2d88ff;
}

.model__link {
  color: #2d88ff;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  color: #2d88ff;
  text-decoration: none;
}

.privacy__wrap {
  background-color: #000;
}

.privacy__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.privacy__main-headr {
  margin-bottom: 60px;
}

.rtf__terms {
  font-family: 'Nunito Sans', sans-serif;
  color: #dfdfdf;
  text-decoration: none;
}

.rtf__terms h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #dfdfdf;
  font-weight: 300;
}

.rtf__terms strong {
  color: #2d88ff;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.rtf__terms h3 {
  color: #fff;
}

.rtf__terms a {
  color: #fff;
  text-decoration: none;
}

.terms__wrap {
  background-color: #000;
}

.terms__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.terms__header {
  margin-bottom: 60px;
}

.websitemain__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/beartees.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/beartees.png');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.page__text {
  width: 70%;
  margin-bottom: 0px;
  color: #dfdfdf;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: justify;
}

.page__summary-wrap.gdpr {
  margin-bottom: 40px;
}

.inner__content-info {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner__content-info.consult {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.cta__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.86)), to(rgba(255, 255, 255, 0.86))), url('../images/paws.png');
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.86)), url('../images/paws.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.cta__wrap.nopadding {
  padding: 0px;
}

.cta__header {
  display: block;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.cta__header.paddded {
  padding: 40px 40px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cta__description {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta__description.padded {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta__paragraph {
  margin-bottom: 0px;
  color: #525252;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.cta__h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2d88ff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
}

.integrations__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner__content-cta {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.integrations__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/codeback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/codeback.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.integrations__header {
  margin-bottom: 60px;
}

.content__top2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: right;
}

.beartop4 {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px 0px 0px 20px;
  background-color: #dfdfdf;
  background-image: url('../images/overlaycode.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta__image {
  width: 100%;
  margin-top: 40px;
}

.image-26 {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gdrp__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0.83))), url('../images/shutterstock_149910209-Converted.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url('../images/shutterstock_149910209-Converted.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.gdrp__content {
  padding-top: 100px;
  padding-bottom: 80px;
}

.gdpr__header {
  margin-bottom: 60px;
}

.gdrp__main-content {
  margin-bottom: 60px;
}

.consultancy__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/bearback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/bearback.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.consultancy__content {
  padding-top: 100px;
  padding-bottom: 80px;
}

.consultancy__main-header {
  margin-bottom: 60px;
}

.partnership__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/pexels-startup-stock-photos-7097.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/pexels-startup-stock-photos-7097.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.partnership__main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.partnership__main-header {
  margin-bottom: 60px;
}

.training__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/webflow-photo-2-Large.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/webflow-photo-2-Large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.training__main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.training__main-header {
  margin-bottom: 60px;
}

.contact__link {
  display: inline-block;
  color: #2d88ff;
  font-weight: 600;
  text-decoration: none;
}

.blue {
  color: #2d88ff;
  font-weight: 300;
}

.form-block {
  margin-bottom: 0px;
}

.text-block-59 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 28px;
}

.text-block-59.contact {
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

.contact__enquiry {
  margin-top: 40px;
  padding: 0px;
  border-radius: 10px;
}

.form-confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submit-button {
  padding: 20px 40px;
  background-color: #2d88ff;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.submit-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2d88ff), to(#808fbe));
  background-image: linear-gradient(180deg, #2d88ff, #808fbe);
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-102 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0.16);
}

.div-block-100 {
  margin-top: 10px;
}

.checkbox-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #f5f5f5;
  font-size: 16px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 500px;
}

.div-block-101 {
  display: none;
}

.bear__field {
  height: 50px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.bear__field.drop {
  margin-right: 0px;
  margin-bottom: 20px;
  color: #929292;
}

.contact__wrapper {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/bearback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/bearback.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact__inner-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content__main-header {
  margin-bottom: 40px;
}

.button__text {
  position: relative;
  z-index: 888;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.button__text-wrap {
  padding: 0px;
  color: #fff;
}

.button__bear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button__wipe {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #2d88ff;
  color: #2d88ff;
  cursor: pointer;
}

.button__content {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  color: #2d88ff;
}

.bear__inner {
  margin-left: 0px;
}

.inner__bear {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 0px 10px 0px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button__link {
  width: 40px;
  height: 40px;
}

.news__list-wrapper {
  margin-bottom: 0px;
}

.button__linkdiv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  cursor: pointer;
}

.button_wrapper {
  max-width: 350px;
}

.inner__content-integration {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  min-height: 350px;
  background-color: rgba(255, 255, 255, 0.14);
  text-align: left;
}

.error-message {
  background-color: #fff;
}

.sample__wrapper {
  max-width: 50%;
  margin-top: 60px;
}

.webp___wrapper {
  position: relative;
  background-color: #000;
}

.webp__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.webp__header {
  margin-bottom: 40px;
}

.template__h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 700;
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  line-height: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__link:hover {
  padding-right: 10px;
  padding-left: 10px;
  color: #2d88ff;
}

.insights__wrapper {
  background-color: #000;
}

.insights__content {
  padding-top: 100px;
  padding-bottom: 0px;
}

.insights__main-header {
  margin-bottom: 60px;
}

.newstemp__wrapper {
  background-color: #000;
}

.newstemp__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newstemp__header {
  margin-bottom: 20px;
}

.newstemp__split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 60px;
}

.newstemp__left {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.newstemp__right {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news__rtf {
  color: #dfdfdf;
}

.news__rtf h2 {
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
}

.news__rtf h4 {
  color: #2d88ff;
}

.news__rtf a {
  color: #808fbe;
  text-decoration: none;
}

.news__item.vertical {
  padding: 0px;
  text-decoration: none;
}

.morenews__link {
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #2d88ff;
  border-radius: 5px;
  background-color: #242526;
  color: #2d88ff;
  text-decoration: none;
}

.morenews__link:hover {
  background-color: #000;
}

.morenews__link.w--current {
  border-radius: 5px;
  background-color: #2d88ff;
}

.news__title {
  padding-right: 0px;
  padding-left: 0px;
  color: #2d88ff;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.news__date {
  margin-top: 5px;
  color: #dfdfdf;
}

.news__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.share__text {
  margin-right: 20px;
}

.share__embed {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  width: 100%;
  height: 60px;
}

.carousel-wrap {
  overflow: hidden;
  height: 400px;
  max-width: none;
  margin: 40px auto 80px;
  padding-bottom: 0px;
}

.item._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2 {
  width: 100%;
  margin-top: 60px;
}

.owl-carousel.owl-theme.carousel-wrap.nav-btn.prev-slide.next-slide {
  margin-top: 0px;
}

.owl-carousel.owl-theme.carousel-wrap.nav-btn.prev-slide.next-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-width: 1440px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.owl-carousel.owl-theme.carousel-wrap.nav-btn.prev-slide.next-slide {
  display: block;
  height: 400px;
  max-width: 100%;
}

.owl-carousel.owl-theme.carousel-wrap.nav-btn.prev-slide.next-slide._2 {
  display: block;
  height: auto;
  max-width: none;
}

.home-project-image {
  width: auto;
  height: auto;
  max-width: none;
}

.home-project-image:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.link-block {
  width: auto;
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.carousel__cms-icon-item {
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.carousel__wrapper {
  overflow: hidden;
  height: auto;
}

.carousel__cms-icon-img {
  width: 100%;
  height: 200px;
  max-height: none;
  max-width: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel__cms-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project__lightbox {
  margin-top: 40px;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.livelink {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 200;
  text-decoration: none;
}

.livelink:hover {
  color: #2d88ff;
}

.livelink.white {
  padding-right: 0px;
  color: #fff;
}

.livelink.date {
  font-size: 2em;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-perspective: none;
  perspective: none;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.detail {
  padding: 20px 25px;
}

.sub-title {
  padding-top: 6px;
  padding-bottom: 2px;
  color: #f72d2d;
  text-align: center;
}

.picture {
  overflow: hidden;
  width: 320px;
  height: 320px;
  background-image: url('../images/img-work.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.picture.t-4 {
  background-image: url('../images/img1.jpg');
  background-size: 1024px;
}

.picture.t-5 {
  background-image: url('../images/img03.jpg');
  background-size: 960px;
}

.picture.t-2 {
  background-image: url('../images/img01.jpg');
  background-size: 960px;
}

.picture.t-3 {
  background-image: url('../images/mount.jpg');
  background-size: 800px;
}

.picture.t-1 {
  width: auto;
  height: 250px;
  background-image: url('../images/Img10.jpg');
  background-size: 351px;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-decoration: none;
}

.swiper-slide {
  overflow: hidden;
  width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
}

.image-27 {
  width: 500px;
  border-radius: 5px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.infinity__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #000;
}

.carousel-wrap-2 {
  overflow: hidden;
  height: 400px;
  max-width: 1600px;
  margin: 0px auto 80px;
  padding-bottom: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #888;
  font-size: 55px;
  line-height: 65px;
  font-weight: 300;
}

.nav__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-315 {
  width: 100%;
}

.bold-text-4 {
  font-weight: 600;
}

.nav__lnk {
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #949494;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.home-project-image-2 {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-project-image-2:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.animation__wrapper {
  position: absolute;
  left: auto;
  right: -20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.26;
}

.svg__animation {
  width: 100vw;
  opacity: 1;
}

.background__image-wrap {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.18;
}

.background__image {
  -webkit-transform: translate(148px, -110px) rotate(9deg);
  -ms-transform: translate(148px, -110px) rotate(9deg);
  transform: translate(148px, -110px) rotate(9deg);
}

.livelink__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__cta {
  overflow: visible;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #2d88ff;
  border-radius: 5px;
  background-color: #000;
}

.portfolio__cta.middle {
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
}

.cta__h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
}

.image__wrapper {
  height: 100%;
}

.slide__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide__image {
  width: 100%;
  border-radius: 5px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide__image:hover {
  opacity: 0.96;
}

.contact__portfolio {
  padding-top: 0px;
  padding-bottom: 100px;
}

.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.view__link {
  color: #2d88ff;
  font-size: 16px;
}

.div-block-316 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/bearback.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/bearback.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.heading-2 {
  font-family: 'Nunito Sans', sans-serif;
  color: #2d88ff;
}

.div-block-317 {
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.link-block-2 {
  position: absolute;
  left: 693px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding-left: 0px;
  opacity: 0.38;
}

.div-block-318 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.lottie-animation-8 {
  width: 500px;
  height: 500px;
}

.affilate {
  color: #2d88ff;
  text-decoration: none;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .nav__brand {
    z-index: 999;
  }

  .nav__brand.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu__button {
    padding: 0px;
  }

  .menu__button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 888;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    text-align: center;
  }

  .nav__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav__wrapper {
    position: fixed;
    z-index: 999;
    display: block;
    height: 70px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-text {
    font-size: 16px;
    font-weight: 600;
  }

  .text__white {
    font-size: 18px;
    line-height: 28px;
  }

  .footer__link {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
  }

  .footer__text-right {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer__top-left {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }

  .footer__top {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .dropdown-list-2.w--open {
    position: relative;
    left: 0%;
    right: 0%;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #000;
    color: #000;
  }

  .dropdown__icon {
    margin-left: 0px;
  }

  .beardropdown {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    font-size: 18px;
    line-height: 22px;
  }

  .beardropdown.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top-width: 2px;
  }

  .lottie-animation-5 {
    width: 40px;
    height: 40px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 600;
  }

  .dropdown-toggle-2.w--open {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
  }

  .nav__link-2 {
    margin: 1px 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .nav__link-2:hover {
    font-size: 18px;
    line-height: 22px;
  }

  .nav__link-2.drop {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-style: solid;
    font-weight: 600;
  }

  .nav__link-2.drop.top {
    padding-left: 40px;
    border-top: 2px solid hsla(0, 0%, 100%, 0.22);
  }

  .lottie-animation-7 {
    width: 50px;
  }

  .intro__wrapper {
    height: auto;
    padding-top: 0px;
    background-position: 50% 50%;
  }

  .dropdown__text-holder {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-304 {
    margin-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-305 {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .content__wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer__bottom {
    padding-bottom: 20px;
  }

  .intro__content {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .h1__heading {
    font-size: 5em;
    line-height: 1.1em;
  }

  .text-span-9 {
    display: inline-block;
  }

  .bold-text {
    font-weight: 700;
    text-align: left;
  }

  .bold-text-3 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }

  .text__intro1 {
    width: auto;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
  }

  .text__intro2 {
    width: auto;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
  }

  .text__intro3 {
    width: auto;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }

  .intro__1 {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  .intro_2 {
    padding-bottom: 20px;
    opacity: 1;
  }

  .intro_3 {
    margin-top: 0px;
  }

  .card-title-2 {
    font-size: 3em;
  }

  .c-card-back {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .news__content {
    width: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portfolio__content {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .portfolio__collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio__collection-item {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .portfolio__link {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .portfolio__inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cta__heading {
    font-size: 2em;
  }

  .tech__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pawssig.png');
    background-image: linear-gradient(180deg, null, null), url('../images/pawssig.png');
    background-repeat: repeat, repeat;
  }

  .tech__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-flow: row;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .div-block-313 {
    display: none;
  }

  .news__header {
    padding-top: 40px;
  }

  .website__wrapper {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.83)), to(rgba(255, 255, 255, 0.83))), url('../images/pawssig.png');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.83), rgba(255, 255, 255, 0.83)), url('../images/pawssig.png');
    background-position: 0px 0px, 100% 50%;
  }

  .content__top {
    width: auto;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph__text {
    width: auto;
    line-height: 32px;
    text-align: left;
  }

  .service__heading-wrap {
    width: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/bearback.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/bearback.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    text-align: center;
  }

  .service__heading-wrap.middle {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/bearback.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bearback.jpg');
    background-size: auto, cover;
  }

  .service__heading {
    padding-left: 0px;
    line-height: 1.1em;
    text-align: left;
  }

  .cta__text-wrap {
    padding-left: 0px;
  }

  .button__wrap {
    padding-left: 0px;
  }

  .content__middle {
    width: auto;
    padding-right: 0px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .beartop-1 {
    width: auto;
    height: 300px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    background-position: 50% 0%;
  }

  .news__list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .beartop-2 {
    width: 100%;
    height: 300px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    background-position: 0% 50%;
  }

  .bertop-3 {
    width: 100%;
    height: 300px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
  }

  .content__bottom {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-314 {
    margin-bottom: 0px;
    padding-bottom: 60px;
  }

  .portfolio__main-header {
    margin-top: 40px;
  }

  .websites__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .websites__main-header {
    margin-top: 40px;
  }

  .websites__main-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .privacy__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .privacy__main-headr {
    margin-top: 40px;
  }

  .terms__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .terms__header {
    margin-top: 40px;
  }

  .page__text {
    width: auto;
    line-height: 32px;
    text-align: left;
  }

  .inner__content-info {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .inner__content-info.consult {
    margin-bottom: 40px;
  }

  .cta__wrap {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cta__header.paddded {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta__description.padded {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta__paragraph {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .integrations__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner__content-cta {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .integrations__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/codeback.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/codeback.jpg');
    background-size: auto, cover;
  }

  .integrations__header {
    margin-top: 40px;
  }

  .content__top2 {
    width: auto;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .beartop4 {
    width: 100%;
    height: 300px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 20px;
    background-position: 0% 50%;
  }

  .gdrp__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/shutterstock_149910209-Converted.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/shutterstock_149910209-Converted.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }

  .gdrp__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gdpr__header {
    margin-top: 40px;
  }

  .gdrp__main-content {
    margin-bottom: 40px;
  }

  .consultancy__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .consultancy__main-header {
    margin-top: 40px;
  }

  .partnership__main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partnership__main-header {
    margin-top: 40px;
  }

  .training__main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .training__main-header {
    margin-top: 40px;
  }

  .blue {
    font-weight: 400;
  }

  .contact__enquiry {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .form-confirm {
    width: auto;
  }

  .submit-button {
    font-size: 16px;
  }

  .form {
    width: auto;
  }

  .checkbox-label {
    font-size: 16px;
  }

  .checkbox {
    width: 30px;
    height: 30px;
  }

  .bear__field {
    font-size: 16px;
  }

  .contact__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/bearback.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/bearback.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .contact__inner-content {
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content__main-header {
    margin-top: 40px;
  }

  .news__list-wrapper {
    margin-bottom: 0px;
  }

  .inner__content-integration {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .webp__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .webp__header {
    margin-top: 40px;
  }

  .template__h1 {
    font-size: 5em;
    line-height: 1.1em;
  }

  .nav__link {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    font-size: 18px;
    line-height: 22px;
  }

  .insights__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insights__main-header {
    margin-top: 40px;
  }

  .newstemp__content {
    padding-bottom: 60px;
  }

  .infinity__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__section {
    padding-bottom: 20px;
  }

  .nav__lnk {
    font-size: 14px;
  }

  .background__image-wrap {
    width: 100vw;
  }

  .background__image {
    -webkit-transform: translate(129px, -114px) rotate(9deg);
    -ms-transform: translate(129px, -114px) rotate(9deg);
    transform: translate(129px, -114px) rotate(9deg);
  }

  .slide__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact__portfolio {
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-318 {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .nav__brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav__content {
    height: 70px;
    padding-right: 0px;
    padding-left: 15px;
  }

  .brand__h1 {
    line-height: 40px;
  }

  .navbar {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-text {
    font-size: 17px;
    line-height: 22px;
    text-align: left;
  }

  .footer__top {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav__link-2.w--current {
    border-top-width: 2px;
    border-top-color: #ececec;
    border-bottom-width: 2px;
    border-bottom-color: #ececec;
  }

  .nav__link-2.drop {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text-span-2 {
    display: inline-block;
  }

  .div-block-304 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__legal {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer__legal.split {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__icons {
    margin-bottom: 20px;
  }

  .div-block-306 {
    margin-left: 0px;
  }

  .div-block-307 {
    margin-bottom: 10px;
  }

  .intro__content {
    padding-top: 60px;
  }

  .h1__heading {
    padding-right: 60px;
    font-size: 4.5em;
  }

  .h1__subheading {
    margin-top: 20px;
    padding-right: 60px;
  }

  .h1__subheading.white {
    font-size: 2em;
  }

  .bold-text-3 {
    font-size: 22px;
  }

  .text__intro1 {
    width: auto;
  }

  .text__intro2 {
    width: auto;
  }

  .text__intro3 {
    width: auto;
  }

  .news__content {
    padding-top: 0px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block {
    font-size: 18px;
  }

  .portfolio__content {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .portfolio__content.page {
    padding-top: 60px;
  }

  .portfolio__collection-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: -webkit-min-content;
    -ms-grid-rows: min-content;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }

  .portfolio__collection-list.main {
    margin-bottom: 40px;
  }

  .portfolio__collection-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .portfolio__link {
    height: 380px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .portfolio__heading {
    padding-right: 60px;
  }

  .image-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .portfolio__inner {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta__heading {
    text-align: left;
  }

  .cta__heading.view {
    margin-right: 20px;
    text-align: center;
  }

  .inner__heading {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .inner__more {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tech__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pawssig.png');
    background-image: linear-gradient(180deg, null, null), url('../images/pawssig.png');
    background-repeat: repeat, repeat;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .portfolio__button {
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block-4 {
    text-align: left;
  }

  .list-item {
    list-style-type: none;
  }

  .list {
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
  }

  .expertise__heading {
    padding-right: 60px;
  }

  .content__top {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .paragraph__text {
    width: auto;
  }

  .service__heading-wrap {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .service__heading-wrap.middle {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .content__middle {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .beartop-1 {
    display: none;
  }

  .news__heading {
    padding-right: 60px;
  }

  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .publish__text {
    font-size: 18px;
  }

  .readmore {
    font-size: 18px;
  }

  .beartop-2 {
    display: none;
  }

  .bertop-3 {
    display: none;
  }

  .content__bottom {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .div-block-314 {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }

  .portfolio__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .websites__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .websites__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .privacy__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .privacy__main-headr {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .terms__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .terms__header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .websitemain__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/beartees.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/beartees.png');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .page__text {
    width: auto;
  }

  .inner__content-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .inner__content-info.consult {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cta__wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta__header.paddded {
    padding-top: 30px;
  }

  .cta__description.padded {
    margin-top: 0px;
  }

  .cta__paragraph {
    width: auto;
    font-size: 18px;
  }

  .cta__h1 {
    padding-right: 60px;
  }

  .integrations__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner__content-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .integrations__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/codeback.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/codeback.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, auto;
  }

  .integrations__header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .content__top2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .beartop4 {
    display: none;
  }

  .gdrp__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gdpr__header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .gdrp__main-content {
    margin-bottom: 40px;
  }

  .consultancy__content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .consultancy__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .partnership__wrapper {
    padding-top: 20px;
  }

  .partnership__main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partnership__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .training__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/webflow-photo-2-Large.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/webflow-photo-2-Large.jpg');
    background-position: 0px 0px, 100% 50%;
  }

  .training__main-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .training__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .blue {
    font-weight: 400;
  }

  .contact__enquiry {
    margin-top: 20px;
  }

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

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .checkbox-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .checkbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bear__field {
    margin-right: 0px;
    font-size: 18px;
  }

  .contact__inner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .news__list-wrapper {
    margin-bottom: 40px;
  }

  .inner__content-integration {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .webp__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .webp__header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .template__h1 {
    padding-right: 60px;
    font-size: 4.5em;
  }

  .insights__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .insights__main-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .newstemp__content {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newstemp__header {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .newstemp__left {
    width: auto;
    margin-top: 10px;
  }

  .newstemp__right {
    width: auto;
    margin-top: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .livelink {
    padding-right: 60px;
    font-size: 1em;
    font-weight: 400;
  }

  .livelink.white {
    font-size: 2em;
  }

  .infinity__section {
    padding-top: 100px;
  }

  .nav__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .background__image {
    -webkit-transform: translate(129px, -214px) rotate(9deg);
    -ms-transform: translate(129px, -214px) rotate(9deg);
    transform: translate(129px, -214px) rotate(9deg);
  }

  .slide__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact__portfolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-316 {
    margin-bottom: 20px;
  }

  .utility-page-wrap {
    padding: 20px;
  }

  .div-block-318 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .lottie-animation-8 {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav__brand {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .nav__brand.w--current {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu {
    position: absolute;
    z-index: 999;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav__content {
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand__h1 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
  }

  .navbar {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .body {
    background-color: #000;
  }

  .footer-text {
    line-height: 22px;
  }

  .text__white {
    font-size: 18px;
  }

  .footer__text-right {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .footer__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 37, 38, 0.93)), to(rgba(36, 37, 38, 0.93))), url('../images/pawwalk.png');
    background-image: linear-gradient(180deg, rgba(36, 37, 38, 0.93), rgba(36, 37, 38, 0.93)), url('../images/pawwalk.png');
    background-repeat: repeat, repeat-y;
  }

  .footer__top-left {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .dropdown-toggle-2.w--open {
    border-bottom: 1px solid #000;
  }

  .nav__link-2 {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 22px;
  }

  .nav__link-2.w--current {
    border-top-color: #ececec;
    border-bottom-color: #ececec;
  }

  .nav__link-2.drop {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 400;
  }

  .nav__link-2.drop:hover {
    font-size: 18px;
    font-weight: 400;
  }

  .intro__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact__icons {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact__icon-wrap.end {
    margin-right: 0px;
  }

  .lottie-animation-2 {
    width: 60px;
    height: 60px;
  }

  .lottie-animation-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-305 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .intro__content {
    padding-top: 40px;
    padding-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .h1__heading {
    padding-right: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .h1__subheading {
    margin-top: 10px;
    padding-right: 0px;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 400;
    text-align: left;
  }

  .text-span-9 {
    display: inline;
  }

  .bold-text {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
  }

  .bold-text-3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }

  .text__intro1 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .text__intro2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .text__intro3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .intro__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .intro__1 {
    padding-bottom: 10px;
    text-align: center;
  }

  .intro_2 {
    padding-bottom: 10px;
  }

  .c-card-front {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .card-title-2 {
    font-size: 2.8em;
  }

  ._w-card-back-2 {
    padding: 20px;
  }

  .c-card-back {
    width: 100%;
  }

  .c-flip-card {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._w-flip-card-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .news__content {
    overflow: hidden;
    width: 100%;
    padding-top: 0px;
  }

  .button__cta {
    width: 100%;
  }

  .button__cta.padded {
    margin-top: 20px;
  }

  .portfolio__wrapper.main {
    padding-bottom: 60px;
  }

  .portfolio__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .portfolio__collection-wrapper {
    overflow: visible;
    padding-right: 0px;
  }

  .portfolio__collection-wrapper.main {
    overflow: visible;
    height: auto;
  }

  .portfolio__collection-list {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .portfolio__collection-list.main {
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .portfolio__collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .portfolio__link {
    position: relative;
    width: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .portfolio__heading {
    margin-top: 0px;
    padding-right: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .image-22 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .portfolio__inner {
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cta__heading {
    font-size: 2em;
  }

  .cta__heading.view {
    text-align: left;
  }

  .inner__heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .inner__more {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tech__wrapper {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pawssig.png');
    background-image: linear-gradient(180deg, null, null), url('../images/pawssig.png');
    background-repeat: repeat, repeat;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .portfolio__button {
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .text-block-4 {
    text-align: left;
  }

  .div-block-312 {
    text-align: left;
  }

  .expertise__heading {
    margin-top: 0px;
    padding-right: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .website__wrapper {
    overflow: visible;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .paragraph__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .service__heading-wrap {
    padding-bottom: 40px;
    font-size: 2em;
  }

  .service__heading-wrap.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service__heading {
    width: auto;
    padding-right: 0px;
    font-size: 1.5em;
    line-height: 1em;
  }

  .cta__text-wrap {
    width: auto;
  }

  .button__wrap {
    width: auto;
  }

  .content__middle {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .news__heading {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .news__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .content__bottom {
    width: 100%;
    padding-top: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-314 {
    position: relative;
    overflow: visible;
    width: auto;
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .portfolio__main-content {
    margin-top: 20px;
  }

  .portfolio__main-header {
    margin-bottom: 0px;
    text-align: left;
  }

  .bear__pag-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .websites__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .websites__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .websites__main-content {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .privacy__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .privacy__main-headr {
    margin-bottom: 40px;
    text-align: left;
  }

  .terms__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .terms__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .websitemain__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.76)), to(rgba(0, 0, 0, 0.76))), url('../images/beartees.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76)), url('../images/beartees.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, auto;
  }

  .page__text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }

  .inner__content-info {
    margin-top: 40px;
  }

  .inner__content-info.consult {
    margin-bottom: 0px;
  }

  .cta__wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.88)), to(rgba(255, 255, 255, 0.88))), url('../images/paws.png');
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)), url('../images/paws.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }

  .cta__header.paddded {
    padding-top: 20px;
  }

  .cta__paragraph {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
  }

  .cta__h1 {
    margin-top: 10px;
    padding-right: 0px;
    font-size: 3em;
    line-height: 1.1em;
    text-align: left;
  }

  .integrations__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner__content-cta {
    margin-top: 40px;
  }

  .integrations__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/codeback.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/codeback.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, auto;
    background-repeat: repeat, repeat-y;
  }

  .integrations__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .content__top2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .gdrp__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/shutterstock_149910209-Converted.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/shutterstock_149910209-Converted.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, auto;
  }

  .gdrp__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gdpr__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .gdrp__main-content {
    margin-bottom: 0px;
  }

  .consultancy__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consultancy__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .partnership__wrapper {
    padding-top: 20px;
  }

  .partnership__main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partnership__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .training__wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/webflow-photo-2-Large.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/webflow-photo-2-Large.jpg');
    background-position: 0px 0px, 100% 100%;
    background-repeat: repeat, repeat-y;
  }

  .training__main-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .training__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .contact__link {
    display: inline-block;
  }

  .blue {
    font-weight: 400;
  }

  .checkbox-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-102 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-100 {
    margin-top: 20px;
  }

  .checkbox-label {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .checkbox {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .contact__inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .button__text {
    font-size: 22px;
    line-height: 24px;
  }

  .button__text-wrap {
    margin-right: 20px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button__bear {
    margin-left: 0px;
  }

  .button__wipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .button__content {
    padding-left: 20px;
  }

  .inner__bear {
    padding-left: 20px;
  }

  .inner__content-integration {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .webp__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .webp__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .template__h1 {
    padding-right: 0px;
    font-size: 2.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .insights__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .insights__main-header {
    margin-bottom: 40px;
    text-align: left;
  }

  .newstemp__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newstemp__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .newstemp__left {
    margin-top: 0px;
  }

  .livelink {
    margin-top: 10px;
    padding-right: 0px;
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: left;
  }

  .infinity__section {
    padding-top: 40px;
  }

  .heading {
    margin-bottom: 10px;
  }

  .div-block {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .background__image {
    -webkit-transform: translate(33px, -252px) rotate(9deg);
    -ms-transform: translate(33px, -252px) rotate(9deg);
    transform: translate(33px, -252px) rotate(9deg);
  }

  .slide__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact__portfolio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-316 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-318 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .lottie-animation-8 {
    width: 100%;
    height: auto;
  }

  .heading-3 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }
}

#w-node-ee9ac77f-1642-4245-2088-fe07c0458912-5c310bab {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4b9939d6-69fe-760f-c6d7-03891c0120c5-35231ed9 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#Requirements.w-node-_24f45eb9-f706-cb97-0458-e3f3c104b973-499d96d5 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3ccb40cd-ff16-edfa-21f0-1722981b22ce-499d96d5 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 991px) {
  #w-node-_220cdad6-265f-d518-c438-db953d9864fe-3d9864f5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_220cdad6-265f-d518-c438-db953d9864ff-3d9864f5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-db06bf13-a101-507f-6bde-450fb3b59e21-35231ed9 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_79bbac5c-1905-e7cd-f54e-e4f32753932c-2b41cf22 {
    -ms-grid-column-span: 1.5;
    grid-column-end: span 1.5;
    -ms-grid-column: span 1.5;
    grid-column-start: span 1.5;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6cde38c7-4910-df72-2065-cc4954cb1640-65c2fb9a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-db06bf13-a101-507f-6bde-450fb3b59e21-35231ed9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_79bbac5c-1905-e7cd-f54e-e4f32753932c-2b41cf22 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6cde38c7-4910-df72-2065-cc4954cb1640-65c2fb9a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #Requirements.w-node-_24f45eb9-f706-cb97-0458-e3f3c104b973-499d96d5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

