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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

h1 {
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Six Caps, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  max-width: 700px;
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin: 1.25rem auto .625rem;
  font-family: Lato, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  max-width: 700px;
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin: .625rem auto 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  max-width: 700px;
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin: .625rem auto;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  max-width: 700px;
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin: .625rem auto;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  max-width: 700px;
  color: #ff4c29;
  letter-spacing: .0625rem;
  margin: .625rem auto 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  max-width: 700px;
  color: #f8f9f9;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #ff4c29;
  font-size: 1rem;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.w--current {
  color: #ff4c29;
}

ul {
  max-width: 700px;
  color: #fff;
  margin: 0 auto .625rem;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  list-style-type: square;
}

ol {
  max-width: 700px;
  color: #f8f9f9;
  margin: 0 auto .625rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
}

li {
  margin-bottom: .8125rem;
  padding-left: 10px;
}

img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: inline-block;
}

label {
  margin-bottom: .3125rem;
  font-weight: bold;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #ff4c29;
  border-left: .3125rem rgba(226, 226, 226, .2);
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding: .625rem 0;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

figure {
  margin-top: 50px;
  margin-bottom: 50px;
}

figcaption {
  color: rgba(248, 249, 249, .5);
  text-align: center;
  margin-top: .3125rem;
  margin-bottom: 1.875rem;
  font-size: .75rem;
  font-style: italic;
}

.site-wrapper {
  font-family: Lato, sans-serif;
  position: relative;
}

.text-block-59 {
  width: 5rem;
  color: rgba(33, 33, 33, .87);
  margin-left: 1.25rem;
}

.togglebutton {
  width: 3.4375rem;
  height: 1.25rem;
  background-color: #e9e9e9;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.buttontoggle {
  z-index: 2;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 1px .1875rem rgba(0, 0, 0, .2);
}

.content-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 4.5rem;
  display: flex;
  position: relative;
}

.content-block.settings {
  padding-top: 4rem;
  padding-bottom: 0;
  padding-left: 0;
}

.text-field-box {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.text-field-box._2, .text-field-box.bio {
  flex-direction: column;
  margin-bottom: .9375rem;
}

.heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-block-29 {
  color: #616161;
  margin-left: 1.875rem;
  font-size: 1rem;
}

.notifications {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.notifications:hover {
  opacity: 1;
}

.div-block-172 {
  width: 13.75rem;
  background-color: #fff;
  border-radius: .3125rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  box-shadow: 0 5px 1.25rem rgba(0, 0, 0, .12);
}

.div-block-172._2 {
  width: auto;
  max-width: 18.75rem;
  background-color: #d0dee9;
  flex-direction: row;
  align-items: center;
  margin-top: .5rem;
  margin-right: -1.25rem;
  padding: .75rem 1.4375rem .75rem 1.375rem;
  transition: background-color .3s;
  display: flex;
}

.div-block-172._2:hover {
  opacity: 1;
  background-color: #fff;
}

.bottom-links-box {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  display: grid;
}

.div-block-174 {
  width: 100%;
  height: .0625rem;
  background-color: #e0e6eb;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.up-left-nav-box {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.up-left-nav-box:hover {
  text-decoration: none;
}

.icon-link {
  height: 100%;
  color: #f8f9f9;
  border-left: .0625rem solid rgba(255, 255, 255, .1);
  align-items: center;
  padding: .9375rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.125rem;
  line-height: 1.125rem;
  transition: color .4s;
  display: flex;
}

.icon-link:hover {
  color: #ff4c29;
}

.icon-link.mail {
  color: #fff;
  margin-right: 0;
  padding-right: .9375rem;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
}

.icon-link.mail:hover {
  color: #ff4c29;
}

.icon-link.request {
  margin-bottom: .0625rem;
  padding-left: .9375rem;
  padding-right: 1.5625rem;
}

.icon-link.request:hover {
  color: #ff4c29;
}

.icon-link.request.w--current {
  color: rgba(248, 249, 249, .3);
}

.text-field {
  width: 47%;
  background-color: #fff;
  border: .0625rem solid rgba(0, 0, 0, .18);
  border-radius: .1875rem;
  margin-bottom: 0;
  padding: 1.5rem .75rem;
  font-size: 1rem;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .32);
}

.text-field:focus {
  border-color: rgba(0, 0, 0, .54);
}

.text-field.password {
  width: 100%;
}

.text-field._2 {
  width: 100%;
  margin-bottom: .3125rem;
}

.text-field._2-copy {
  width: 100%;
  min-height: 6.25rem;
  margin-bottom: .3125rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.page-name {
  opacity: .87;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.dropdown-toggle-8 {
  height: 100%;
  padding: 0;
}

.account-settings-box {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .0625rem #dbdbdb;
  flex-direction: column;
  margin-bottom: 4rem;
  display: flex;
}

.account-settings-box.last {
  border-bottom-style: none;
}

.image-50 {
  width: 1.125rem;
  opacity: .7;
}

.text-block-28 {
  color: #757575;
  margin-left: .9375rem;
  font-size: .8125rem;
}

.settings-container {
  width: 100%;
  max-width: 46.875rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.social-accounts-wrapper {
  max-width: 40.625rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-100-copy-copy {
  height: 1.5625rem;
  opacity: .95;
}

.div-block-64 {
  display: flex;
}

.button-2 {
  color: #4347e7;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-2:hover {
  color: #0d11ab;
}

.button-2:active {
  opacity: .8;
}

.button-2._2 {
  color: #e74346;
  text-align: center;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.home-v-line {
  width: .0625rem;
  height: 1.125rem;
  background-color: #ced2da;
  display: none;
}

.account-dropdown {
  margin-left: 0;
  display: flex;
}

.dropdown-link-4 {
  color: #393f4b;
  margin-left: .75rem;
  margin-right: 0;
  padding-left: 0;
}

.header {
  z-index: 1000;
  width: 100%;
  height: auto;
  color: #212121;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link-2 {
  width: 100%;
  color: rgba(0, 0, 0, .54);
  text-transform: capitalize;
  justify-content: space-between;
  margin-right: auto;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .625rem;
  display: flex;
}

.dropdown-link-2:hover {
  color: rgba(0, 0, 0, .87);
}

.dropdown-link-2.w--current {
  color: #4347e7;
}

.link {
  color: #f8f9f9;
  margin-left: 1.5rem;
  font-size: .8rem;
  text-decoration: none;
  display: block;
}

.link:hover {
  text-decoration: underline;
}

.dropdown-toggle-2 {
  width: 100%;
  color: #fafafa;
  background-color: #e0e6eb;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: .9375rem;
  font-weight: 300;
  display: flex;
}

.dropdown-toggle-2._2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.top-bar {
  z-index: 1000;
  width: 100%;
  height: 4rem;
  -webkit-backdrop-filter: blur(.4375rem);
  backdrop-filter: blur(.4375rem);
  color: #212121;
  background-color: rgba(8, 32, 50, .7);
  border-bottom: .0625rem solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  height: 2.8125rem;
  background-color: #304ffe;
  border-radius: .3125rem;
  align-self: flex-end;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-size: 1rem;
  display: flex;
}

.button:hover {
  background-color: #203bcf;
}

.button:active {
  opacity: .8;
}

.button.hide {
  display: none;
}

.top-right-nav-links {
  width: auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.top-left-box {
  z-index: 102;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-accounts {
  width: 49%;
  border: .0625rem solid #edf2f7;
  border-radius: .3125rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.nav-links-icon {
  width: 1.5rem;
  opacity: .75;
  color: #fff;
  align-self: center;
}

.nav-links-icon:hover {
  opacity: .7;
}

.nav-links-icon.emag {
  width: 3.125rem;
  opacity: 1;
}

.settings-block {
  box-shadow: none;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-2.w--open {
  z-index: 100000;
  flex-direction: column;
  justify-content: center;
  margin-top: .375rem;
  display: flex;
  position: absolute;
  top: 2.5rem;
  right: 0;
  box-shadow: 0 -3px .75rem rgba(0, 0, 0, .05);
}

.dropdown-list-2._2.w--open {
  top: 3.875rem;
}

.home-link {
  height: 100%;
  color: #fff;
  border-bottom-width: .125rem;
  border-bottom-color: #4347e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5625rem;
  text-decoration: underline;
  display: none;
}

.home-link.w--current {
  width: 4.4375rem;
  border-bottom-style: none;
  border-bottom-width: .125rem;
}

.dropdown-box {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.full-container {
  width: 100%;
  height: 100vh;
  background-color: #082032;
  background-image: linear-gradient(279deg, rgba(51, 71, 86, .95), #082032 98%), url('../images/61cafb8343a75681ded33e50_sites-curved.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -4rem;
  margin-bottom: 0;
  padding: 7% 5% 2%;
  display: flex;
}

.div-block-175 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.grid {
  max-width: 58.75rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.what-we-do {
  color: #fff;
  letter-spacing: .01875rem;
  text-transform: none;
  border-bottom: .125rem #ff4c29;
  margin-bottom: 0;
  padding-bottom: .5625rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4375rem;
  text-decoration: none;
  transition: color .3s;
}

.what-we-do:hover {
  color: #ff4c29;
  text-decoration: none;
}

.social-link {
  color: #485259;
  margin-right: .8125rem;
  padding-left: .1875rem;
  padding-right: .1875rem;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.social-link:hover {
  color: #fff;
}

.social-link.arrow {
  margin-left: .9375rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.social-link.arrow:hover {
  text-decoration: none;
}

.social-link.arrow.w--current {
  color: #fff;
}

.social-link.bright {
  color: #6e7f8b;
  margin-left: .8125rem;
  margin-right: 0;
}

.social-link.bright:hover {
  color: #fff;
}

.div-block-176 {
  margin-bottom: 3.75rem;
}

.type-text-wrap {
  width: 80%;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.875rem;
  padding: .625rem .625rem .625rem 0;
  font-size: 2.25rem;
  line-height: 1.5rem;
  display: flex;
}

.typed-text {
  height: 10rem;
  min-height: 0;
  color: #fff;
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  line-height: 1.3;
  display: block;
}

.text-block-62 {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}

.e-link {
  height: 100%;
  color: #334756;
  border-bottom-width: .125rem;
  border-bottom-color: #4347e7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: underline;
  display: none;
}

.e-link.w--current {
  width: 4.4375rem;
  border-bottom-style: none;
  border-bottom-width: .125rem;
}

.mail {
  margin-right: 0;
  font-size: 1.25rem;
  text-decoration: none;
}

.what-we-do-mini {
  color: #fff;
  letter-spacing: .01875rem;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4375rem;
  text-decoration: none;
  transition: color .3s;
}

.what-we-do-mini:hover {
  color: #ff4c29;
}

.main-sect {
  text-align: left;
  background-color: #082032;
  justify-content: center;
  padding: 5.625rem 5% 3.75rem;
  display: block;
}

.footer-sect {
  z-index: 2;
  background-image: linear-gradient(#082032 47%, rgba(0, 0, 0, 0));
  padding: 1.25rem 1.5rem 7.3rem;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-177 {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.custom {
  font-weight: 300;
}

.grid-showcase-section {
  z-index: 2;
  height: 130vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #334756;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.showcase-grid {
  height: 100%;
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: .0625rem;
}

.div-block-178 {
  height: 100%;
  color: #334756;
  background-color: rgba(8, 32, 50, .98);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1.5625rem;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: background-color 1s;
  display: flex;
  position: relative;
}

.div-block-178:hover {
  background-color: rgba(8, 32, 50, .2);
}

.text-size-medium {
  height: auto;
  color: #f8f9f9;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #334756;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .3125rem;
  font-family: Lato, sans-serif;
  font-size: 1.375rem;
  line-height: 1.6;
}

.text-size-medium.red {
  max-width: 700px;
  color: #fff;
  letter-spacing: .0625rem;
  background-color: #ff4c29;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Six Caps, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
}

.showcase {
  background-color: #0b2334;
  position: relative;
}

.text-size-medium {
  font-family: Oswald, sans-serif;
}

.tag-wrapper {
  text-align: left;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-wrapper.centre-align {
  justify-content: center;
}

.tag {
  color: rgba(248, 249, 249, .4);
  text-transform: uppercase;
  margin-bottom: .375rem;
  font-size: .8rem;
}

.tag.t-dash {
  margin-left: .375rem;
  margin-right: .375rem;
}

.red-underline {
  width: 5.625rem;
  height: .125rem;
  opacity: .2;
  background-color: #ff4c29;
}

.service-cta-wrapper {
  flex-direction: column;
  display: flex;
}

.imgx {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  font-family: Oswald, sans-serif;
  font-size: .9375rem;
  display: inline-block;
}

.promo-sect {
  z-index: 2;
  height: 60vh;
  background-color: #082032;
  display: none;
  position: relative;
}

.grid-3 {
  height: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  padding: 1.875rem;
}

.cta-text {
  color: rgba(248, 249, 249, .5);
  font-size: .9rem;
}

.div-block-183 {
  position: relative;
}

.slide {
  width: 21.875rem;
  margin-right: 2.5rem;
}

.cta-hov-wrapper {
  width: 100%;
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.25rem;
}

.cta-hov-wrapper:hover {
  -webkit-backdrop-filter: blur(.375rem);
  backdrop-filter: blur(.375rem);
  background-color: rgba(8, 32, 50, .9);
}

.easy-builder {
  height: 100%;
  color: #334756;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: background-color 1s;
  display: flex;
  position: relative;
}

.easy-builder:hover {
  background-color: rgba(8, 32, 50, .5);
  text-decoration: none;
}

.shopfront {
  height: 100%;
  color: #334756;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: background-color 1s;
  display: flex;
  position: relative;
}

.shopfront:hover {
  background-color: rgba(8, 32, 50, .5);
  text-decoration: none;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.copy-small {
  margin-bottom: 1.25rem;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.teaser-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.teaser-img._1 {
  z-index: 4;
  height: 100%;
  object-position: 50% 0%;
  display: inline-block;
  top: 0%;
  bottom: 0%;
}

.teaser-img._2 {
  z-index: 3;
  object-position: 50% 0%;
  display: inline-block;
  top: 0%;
  bottom: 0%;
}

.teaser-img._3 {
  z-index: 2;
  object-position: 50% 0%;
  display: inline-block;
  top: 0%;
  bottom: 0%;
}

.teaser-img._4 {
  z-index: 1;
  object-position: 50% 0%;
  top: 0%;
  bottom: 0%;
}

.teaser-copy {
  max-width: 40.625rem;
  color: #fff;
  padding-right: 20%;
}

.teaser-copy-wrap {
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.25rem;
  display: flex;
}

.teaser-copy-wrap.incenter {
  height: 80vh;
  align-items: center;
  padding-top: 250px;
}

.teaser-img-tablet-down {
  display: none;
}

.p-teaser-img-wrap-2 {
  height: 90vh;
  position: -webkit-sticky;
  position: sticky;
  top: 7.5vh;
  overflow: hidden;
}

.teaser-column-2 {
  width: 50%;
  position: relative;
}

.teaser-column-2.right {
  padding: 4.375rem 3.75rem 4.375rem 4.375rem;
}

.teaser-section {
  z-index: 2;
  background-color: #082032;
  background-image: linear-gradient(#082032 93%, #041322);
  position: relative;
  top: 0;
}

.teaser-container-2 {
  max-width: 120rem;
  background-color: #082032;
  padding-left: 3.75rem;
  padding-right: 0;
}

.title1-2 {
  color: #ff4c29;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-family: Six Caps, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: .9em;
}

.div-block-185 {
  margin-bottom: 1.25rem;
}

.search {
  margin-right: 0;
}

.request {
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

.lf-nav-wrapper {
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-right: .0625rem solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: .9375rem;
  display: block;
}

.lf-nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.lf-nav-container {
  width: 1.875rem;
  height: 1.875rem;
}

.lf-nav-icon {
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}

.ui-navlink {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .0625rem dotted rgba(44, 57, 75, .5);
  border-bottom-right-radius: 0;
  padding: .9375rem 1.5625rem;
  font-family: Oswald, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: block;
}

.ui-navlink:hover {
  color: #082032;
  background-color: #fff;
  border-bottom-color: rgba(44, 57, 75, .5);
}

.ui-navlink:focus {
  color: #ff4c29;
}

.ui-navlink.w--current {
  width: 100%;
  color: #000;
  cursor: not-allowed;
  background-color: #334756;
  border-bottom-color: rgba(44, 57, 75, .5);
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.ui-navlink.tel {
  display: block;
}

.ui-navmenu {
  width: 16rem;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 3.9375rem;
  margin-right: 0;
  padding: 0;
  font-size: .875rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: auto;
}

.no {
  letter-spacing: .0625rem;
}

.blurry {
  background-color: rgba(8, 32, 50, .99);
  border-bottom: .375rem solid rgba(255, 255, 255, .1);
  border-right: .0625rem solid rgba(255, 255, 255, .1);
  overflow: auto;
}

.lf-nav-trigger {
  background-color: rgba(0, 0, 0, 0);
  border: .125rem #eaf1fb;
  border-radius: .375rem;
  position: relative;
}

.ui-navbar__logo {
  opacity: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.125rem;
  transition: opacity .4s;
}

.ui-navbar__logo:hover {
  opacity: 1;
}

.featured {
  color: rgba(248, 249, 249, .6);
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .8125rem;
}

.body {
  background-color: #082032;
  font-family: Lato, sans-serif;
}

.satisfied {
  color: rgba(255, 255, 255, .5);
  text-align: right;
  font-family: Open Sans, sans-serif;
  font-size: .8125rem;
  font-style: italic;
}

.image-3 {
  width: auto;
  height: 30px;
  margin-bottom: .9375rem;
  margin-left: .625rem;
}

.div-block-15 {
  border-top: .0625rem solid rgba(255, 255, 255, .1);
  margin-top: 3.125rem;
  margin-left: -.625rem;
  margin-right: -.625rem;
  padding-top: 3.1875rem;
}

.ft-col-2-title {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.ft-col-2-title.centred {
  color: rgba(255, 255, 255, .75);
  text-align: center;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  border-top: .0625rem rgba(255, 255, 255, .1);
  margin-bottom: 3.125rem;
  padding-top: 0;
  font-family: Six Caps, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.ft-col-2-title.centred.inftr {
  color: #f8f9f9;
}

.ft-col-3 {
  color: rgba(255, 255, 255, .4);
  text-align: right;
  font-family: Open Sans, sans-serif;
}

.form-2 {
  margin-top: 1.875rem;
}

.footer-title {
  border-bottom: .0625rem solid rgba(255, 255, 255, .1);
  margin-bottom: .9375rem;
  padding-bottom: .9375rem;
}

.footer-form {
  z-index: 0;
  background-color: #082032;
  background-image: linear-gradient(#082032, rgba(5, 25, 40, .9)), linear-gradient(rgba(8, 32, 50, .8), rgba(8, 32, 50, .8)), url('../images/61cafb8343a75681ded33e50_sites-curved.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 3.75rem 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.copyright {
  color: #ff4c29;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
}

.ft-col-2-sub {
  color: rgba(255, 255, 255, .4);
  margin-bottom: 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}

.ft-social-wrapper {
  text-align: right;
  margin-top: 1.875rem;
}

.base {
  height: 5.3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

.column-3 {
  text-align: right;
}

.column-4 {
  padding-top: .625rem;
}

.contact-button {
  width: 8.125rem;
  color: #ff4c29;
  background-color: #082032;
  border: 1px solid #334756;
  border-radius: .3125rem;
  margin-top: .625rem;
  transition: color .3s, background-color .3s;
}

.contact-button:hover {
  color: #082032;
  background-color: #ff4c29;
  border-color: #ff4c29;
}

.ce {
  color: rgba(255, 255, 255, .2);
  margin-bottom: .3125rem;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
}

.form-item {
  height: 3rem;
  color: #fff;
  letter-spacing: .5px;
  background-color: rgba(44, 57, 75, .5);
  border-top: .0625rem dotted rgba(0, 0, 0, 0);
  border-bottom: .0625rem dotted #334756;
  border-left: .375rem rgba(18, 138, 188, .3);
  border-right: .0625rem #000;
  border-radius: .3rem;
  margin-bottom: 1.25rem;
  padding-left: .9375rem;
  font-size: .9rem;
  transition: background-color .3s;
}

.form-item:hover {
  background-color: #2c394b;
  border-bottom-width: .0625rem;
  border-bottom-color: rgba(0, 0, 0, .2);
}

.form-item:focus {
  background-color: rgba(8, 32, 50, .7);
  border: .0625rem solid rgba(51, 51, 51, .5);
  border-left: .1rem solid #fff;
}

.form-item::-ms-input-placeholder {
  color: rgba(248, 249, 249, .5);
  letter-spacing: 0;
  font-size: .9rem;
}

.form-item::placeholder {
  color: rgba(248, 249, 249, .5);
  letter-spacing: 0;
  font-size: .9rem;
}

.form-item.check-box {
  width: 100%;
  float: left;
  color: rgba(248, 249, 249, .5);
  margin-right: .625rem;
  padding-top: .625rem;
  font-size: 1rem;
}

.form-item.check-box:hover {
  color: #f8f9f9;
}

.form-item.check-box:active {
  color: #fff;
}

.form-item.check-box.long-ver {
  height: auto;
  border-bottom-style: none;
  padding-bottom: .625rem;
}

.form-item.check-box.long-ver.required {
  border-bottom-style: solid;
}

.form-item.comments {
  height: 9rem;
}

.form-item.required {
  border-bottom-style: solid;
  border-bottom-color: rgba(248, 249, 249, .2);
}

.check {
  width: 18px;
  height: 18px;
  opacity: .5;
  background-color: #fff;
  margin-top: 4px;
  margin-left: 0;
  margin-right: .625rem;
  padding: 3px;
}

.check.w--redirected-checked {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  border-style: none;
}

._80 {
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pol {
  color: rgba(255, 255, 255, .4);
  margin-right: .9375rem;
  font-family: Open Sans, sans-serif;
  font-size: .8125rem;
  text-decoration: none;
}

.pol:hover {
  color: #fff;
}

.oops {
  background-color: #fff;
  padding-top: 1.3125rem;
}

.top {
  color: rgba(255, 255, 255, .1);
  text-align: right;
  text-transform: uppercase;
  margin-top: 1.875rem;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.top:hover {
  color: rgba(255, 255, 255, .5);
}

.top:active {
  color: #fff;
}

.top:focus {
  color: rgba(255, 255, 255, .4);
}

.top-wrapper {
  width: 0;
  height: 0;
}

.social-block {
  color: #fff;
  margin-left: .625rem;
  margin-right: 0;
  font-family: "Fa brands 400", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
}

.social-block.sb-footer {
  opacity: .3;
  margin-left: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  transition: opacity .3s;
}

.social-block.sb-footer:hover {
  opacity: 1;
}

.div-block-186 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.div-block-186.hide {
  justify-content: flex-end;
}

.field-label {
  color: #f8f9f9;
  margin-top: 1.5625rem;
  margin-bottom: .625rem;
  font-weight: 600;
}

.arrow {
  font-size: .9375rem;
  line-height: .9375rem;
}

.grid-4 {
  grid-template-columns: 1fr 1fr;
}

.ft-note {
  color: rgba(248, 249, 249, .3);
  margin-top: -.9375rem;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-size: .875rem;
  font-style: italic;
}

.confirmation {
  max-width: 37.5rem;
  min-height: 0;
  margin-top: 0;
  font-size: .85rem;
  line-height: 1.625rem;
}

.full-container-plus {
  width: 100%;
  min-height: 100vh;
  background-color: #334756;
  background-image: linear-gradient(rgba(51, 71, 86, .99), rgba(51, 71, 86, .99)), url('../images/61cafb8343a75681ded33e50_sites-curved.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -4rem;
  margin-bottom: 0;
  padding: 7% 5% 2%;
  display: flex;
}

.cta-links {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  display: inline-block;
}

.div-block-188 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.div-block-187-copy {
  display: flex;
}

.full {
  z-index: 2;
  height: 100vh;
  background-color: #2c394b;
  background-image: linear-gradient(rgba(8, 32, 50, .99), rgba(8, 32, 50, .99)), url('../images/61cafb8343a75681ded33e50_sites-curved.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: flex;
  position: relative;
}

.radial {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: radial-gradient(circle closest-corner, rgba(51, 71, 86, .9), rgba(8, 32, 50, .9));
  padding: 10vh 5vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-191 {
  width: 38.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5vw;
  right: 0%;
}

.latest-clientele {
  max-width: 40.625rem;
  color: #fff;
  cursor: e-resize;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-right: 20%;
}

.img-full-1 {
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: 0% 0%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-full-2, .img-full-3, .img-full-4 {
  width: 25rem;
  height: auto;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 0%;
  display: block;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 15%;
}

.latest-tag {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-size: .8125rem;
}

.main-section {
  z-index: 2;
  height: 140vh;
  color: #fff;
  background-color: #082032;
  align-items: center;
  padding: 8rem 1.5rem 2rem;
  display: flex;
  position: relative;
}

.intro {
  font-size: 1.125rem;
  line-height: 2;
}

.sub-title {
  color: #f8f9f9;
  margin-top: .625rem;
  margin-bottom: 2.5rem;
  font-size: 1.625rem;
  font-weight: 300;
}

.hp-list {
  max-width: 700px;
  padding-left: 1.25rem;
  list-style-type: square;
}

.list-item {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.3;
}

.grid-5 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.wallet {
  margin-right: 0;
  font-size: 1.25rem;
  text-decoration: none;
}

.internal-header {
  width: 100%;
  height: 21.875rem;
  background-color: #082032;
  background-image: linear-gradient(279deg, rgba(51, 71, 86, .95), #082032 98%), url('../images/61cafb8343a75681ded33e50_sites-curved.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: .0625rem rgba(248, 249, 249, .01);
  flex-direction: column;
  justify-content: space-between;
  margin-top: -4rem;
  margin-bottom: 0;
  padding: 7% 5% 2%;
  display: flex;
}

.inn-header {
  color: #ff4c29;
  margin-top: .625rem;
  font-family: Six Caps, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.margin-bottom {
  margin: 0;
}

.margin-bottom.margin-large {
  text-align: left;
  margin-bottom: 6.25rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 3.75rem;
}

.margin-bottom.margin-small {
  margin-bottom: 0;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .625rem;
}

.margin-bottom.margin-small {
  margin-bottom: 2.5rem;
}

.page-padding {
  z-index: 2;
  background-color: #082032;
  padding: 5.625rem 5%;
  position: relative;
}

.text-rich-text {
  margin-top: 0;
  font-style: normal;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-weight-bold {
  margin-bottom: 1.25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  margin-left: 0;
  position: relative;
}

.text-size-small-2 {
  color: #fff;
  font-size: .875rem;
}

.heading-xlarge {
  max-width: 700px;
  color: #ff4c29;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large.align-center {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  color: #f8f9f9;
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blogpost1_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.align-center {
  text-align: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.blogpost1_content {
  margin-bottom: 0;
}

.blogpost1_image-wrapper {
  width: 100%;
  max-height: none;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-4 {
  height: 2.6875rem;
  color: #fff;
  text-align: center;
  background-color: #334756;
  border-radius: .375rem;
  flex: none;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem rgba(0, 0, 0, .03);
}

.button-4:hover {
  color: #082032;
  background-color: #f8f9f9;
  box-shadow: 0 7px 1.25rem -.625rem rgba(0, 0, 0, .2);
}

.button-4:active {
  background-color: #0a3092;
}

.faq-answer {
  border-bottom: .0625rem #000;
  overflow: hidden;
}

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

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.hide {
  display: none;
}

.faq-component {
  border-bottom: .1875rem solid #334756;
}

.margin-top {
  max-width: 43.75rem;
  margin: 2.5rem auto 0;
}

.faq-accordion {
  max-width: 700px;
  opacity: .4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .6s;
}

.faq-accordion:hover {
  opacity: 1;
}

.faq-question {
  max-width: 700px;
  text-align: left;
  cursor: pointer;
  border-top: .0625rem dotted rgba(44, 57, 75, .8);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
  transition: padding .6s;
  display: flex;
}

.faq-question:hover {
  padding-left: .625rem;
}

.heading-large {
  font-size: 2.5rem;
  line-height: 1.2;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-small {
  color: #fff;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-small:hover {
  text-decoration: underline;
}

.faq-question-title {
  max-width: none;
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.5625rem;
}

.faq-icon-2 {
  width: 2rem;
  opacity: .21;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.pricing-plan {
  border-color: #529dff;
}

.button-5 {
  height: 2.6875rem;
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: .375rem;
  flex: none;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem rgba(0, 0, 0, .03);
}

.button-5:hover {
  background-color: #0f42c3;
  box-shadow: 0 7px 1.25rem -.625rem rgba(0, 0, 0, .2);
}

.button-5:active {
  background-color: #0a3092;
}

.button-5.outline {
  height: auto;
  color: #334756;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #334756;
}

.button-5.outline:hover {
  color: #fff;
  background-color: #334756;
  text-decoration: none;
  box-shadow: inset 0 0 0 .125rem #356af0;
}

.button-5.outline:active {
  background-color: #2c394b;
  box-shadow: inset 0 0 0 .125rem #0f42c3;
}

.button-5.outline.padded {
  margin-top: .9375rem;
  display: block;
}

.heading-medium {
  color: #334756;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-medium:hover {
  color: #fff;
  text-decoration: underline;
}

.heading-medium.price-title {
  color: #2c394b;
}

.heading-medium.price-title-smaller {
  color: #2c394b;
  font-size: 1.5rem;
}

.heading-medium.price-title-smaller.left {
  margin-left: 0;
}

.heading-medium.reduce-size {
  line-height: 0;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.pricing19_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pricing19_divider {
  width: 100%;
  height: .0625rem;
  background-color: rgba(0, 0, 0, 0);
  margin-top: .6rem;
  margin-bottom: .6rem;
}

.pricing-feature-2 {
  line-height: 1.25rem;
  display: flex;
}

.pricing-feature-2.strike {
  opacity: .5;
  color: rgba(51, 51, 51, .4);
  text-decoration: line-through;
}

.pricing19_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.pricing19_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing19_content-top {
  flex-direction: column;
}

.heading-xxlarge {
  color: #334756;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.heading-xxlarge.reduce-size {
  line-height: .2;
}

.pricing19_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing19_content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pricing-plan-2 {
  opacity: .4;
  background-color: #f8f9f9;
  border: .0625rem solid #000;
  border-radius: .375rem;
  padding: 1.1rem 2rem;
  transition: opacity .6s;
}

.pricing-plan-2:hover {
  opacity: 1;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.note {
  max-width: 18.75rem;
  color: #666;
  text-align: center;
  margin-top: .375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8125rem;
  font-style: italic;
}

.text-align-center-2 {
  text-align: center;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  opacity: 1;
  white-space: nowrap;
  mix-blend-mode: normal;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo_sample {
  max-height: 3.5rem;
  opacity: 1;
  mix-blend-mode: normal;
  transition: opacity .3s;
}

.logo_sample:hover {
  opacity: 1;
}

.logo3_component {
  display: flex;
}

.section-logo3 {
  z-index: 2;
  background-color: #082032;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo1_logo {
  max-height: 3.5rem;
  mix-blend-mode: normal;
}

.grid-6 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.75rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.pp-wrapper {
  opacity: .4;
  background-color: #fff;
  border-radius: .1875rem;
  padding: 0;
  transition: transform .6s, opacity .6s;
}

.pp-wrapper:hover {
  opacity: 1;
  transform: translate(0, -.9375rem);
  box-shadow: 0 20px 1.875rem -1.5625rem rgba(0, 0, 0, .5);
}

.div-block-192 {
  grid-column-gap: .625rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.75rem 1.875rem;
  grid-auto-columns: 1fr;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: grid;
}

.project-pic {
  height: 20rem;
  object-position: 50% 0%;
  border-bottom: .0625rem solid rgba(51, 71, 86, .1);
  border-top-left-radius: .1875rem;
  border-top-right-radius: .1875rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.div-block-193 {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pp-from {
  color: rgba(51, 51, 51, .7);
  margin-right: .625rem;
  font-size: .8125rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.pp-from.pp-link {
  font-family: Fa v4compatibility, sans-serif;
  font-style: normal;
}

.pp-from.pp-link:hover {
  color: #ff4c29;
}

.div-block-195 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.weekday {
  color: #ff4c29;
}

.bold-text {
  text-transform: capitalize;
}

.mini-title {
  max-width: 700px;
  color: rgba(248, 249, 249, .7);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.mini-title.align-center {
  text-align: center;
}

.heading-2 {
  font-size: 1.4rem;
}

.blog21_author-image-wrapper {
  margin-right: 1rem;
}

.blog21_featured-item-content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 3rem;
  display: flex;
}

.blog21_component {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.blog21_component:hover {
  background-color: rgba(0, 0, 0, 0);
}

.blog21_image-wrapper {
  width: 100%;
  border-radius: .1875rem;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.blog21_featured-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

.text-size-regular {
  color: #fff;
  font-size: 1rem;
}

.blog21_author-image {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  object-fit: cover;
  border-radius: 0%;
  padding: 0;
}

.blog_author-wrapper {
  opacity: .4;
  align-items: center;
  margin-top: 1.5rem;
  font-size: .8rem;
  font-style: italic;
  transition: opacity .2s;
  display: flex;
}

.blog_author-wrapper:hover {
  opacity: 1;
}

.blog21_item {
  opacity: .5;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity .4s;
  display: flex;
}

.blog21_item:hover {
  opacity: 1;
  text-decoration: none;
}

.blog21_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog21_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog21_title-link.featured-post {
  color: #fff;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.blog21_title-link.featured-post:hover {
  color: #fff;
  text-decoration: none;
}

.blog21_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog21_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog21_image-link.margin-bottom.margin-0 {
  margin-bottom: 0;
}

.blog21_featured-image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: .1875rem;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog21_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog21_category-link.w--current {
  border-bottom: .125rem solid #000;
}

.blog21_date-wrapper {
  display: flex;
}

.category-menu {
  width: 100%;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tab {
  color: #999;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(248, 249, 249, .06);
  border-radius: 3px;
  flex: none;
  margin-left: 0;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  transition: color .3s;
}

.tab:hover {
  color: #ff4c29;
  text-decoration: none;
}

.tab.w--current {
  color: #2c394b;
  background-color: #fff;
  border: .0625rem solid rgba(0, 0, 0, 0);
}

.tab.current {
  color: #082032;
  background-color: #fff;
  border-color: rgba(248, 249, 249, .1);
  margin-right: .5rem;
}

.tab.last-link {
  font-size: .9rem;
}

.blog21_featured-list-wrapper {
  opacity: .6;
  margin-bottom: 60px;
  transition: opacity .4s;
}

.blog21_featured-list-wrapper:hover {
  opacity: 1;
}

.blog-cat {
  color: #999;
  font-size: .9rem;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.blog-cat:hover {
  text-decoration: none;
}

.contact-section {
  z-index: 2;
  background-color: #082032;
  background-image: none;
  border-top: .0625rem #051825;
  padding: 3.75rem 1.25rem;
  position: relative;
  box-shadow: inset 0 6px 2.5rem -3.125rem rgba(6, 27, 42, .6);
}

.red {
  color: #ff4c29;
}

._700 {
  max-width: 60rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.price-description {
  margin-bottom: 1.875rem;
}

.button-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(248, 249, 249, .3);
  border-radius: .1875rem;
  margin-left: 0;
  margin-right: .625rem;
  transition: background-color .4s;
}

.button-outline:hover {
  color: #fff;
  background-color: #334756;
  text-decoration: none;
}

.button-outline.left-non {
  margin-left: 0;
}

.mini-idvider {
  max-width: 43.75rem;
  max-width: 48rem;
  border-bottom: .0625rem dotted rgba(51, 71, 86, .5);
  margin-bottom: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}

.period {
  font-size: 1rem;
  display: inline-block;
}

.text-size-large {
  height: auto;
  color: #ff4c29;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: .3125rem;
  font-family: Six Caps, sans-serif;
  font-size: 3.125rem;
  line-height: 1.6;
}

.div-block-199 {
  padding-top: 1rem;
}

.h3-tag {
  max-width: none;
  color: rgba(248, 249, 249, .4);
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 .375rem;
  font-size: .7rem;
  line-height: 1.8;
}

.toptip {
  margin-left: .8125rem;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.div-block-206 {
  padding-left: 1.25rem;
  position: relative;
}

.text-block-67 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.spacer {
  height: 3.75rem;
}

.spacer._64 {
  height: 4rem;
}

.div-block-207 {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-4 {
  width: 3.125rem;
  height: 3.125rem;
  color: #fff;
  border: .0625rem solid rgba(255, 255, 255, .1);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

.link-block-4:hover {
  color: #ff4c29;
  border-color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.link-block-4.w--current {
  color: #082032;
  background-color: #fff;
}

.sponsor {
  width: auto;
  height: auto;
  max-width: 50%;
}

.leaving {
  z-index: 1200;
  opacity: 0;
  color: #ff4c29;
  background-color: rgba(51, 71, 86, .98);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-52-copy {
  width: 220px;
  height: auto;
}

.div-block-210 {
  width: 1px;
  height: 1px;
}

.checkbox-label {
  margin-top: 3px;
}

.form-wrapper {
  width: auto;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brighter-highlight {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-decoration: underline;
}

.term-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-211 {
  width: 230px;
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  margin-right: 20px;
  padding-top: 51px;
  padding-right: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.link-block-5 {
  color: #fff;
  border-right: 1px solid rgba(248, 249, 249, .5);
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  font-size: .9rem;
}

.link-block-5:hover {
  color: #ff4c29;
}

.heading-3 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-5 {
  z-index: 2;
  background-color: #082032;
  position: relative;
}

.promo {
  z-index: 2;
  height: 390px;
  color: #fff;
  background-color: #082032;
  align-items: center;
  padding: 6rem 1.5rem 5.625rem;
  display: block;
  position: relative;
}

.cta-titles {
  color: #fff;
  font-family: Six Caps, sans-serif;
  font-size: 3.125rem;
  line-height: 1.6;
}

.cta-titles:hover {
  color: #ff4c29;
}

._2-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
}

.cta-divider {
  width: 1px;
  height: 50%;
  background-color: rgba(51, 71, 86, .4);
}

.hidden-title {
  color: rgba(255, 255, 255, .06);
  text-align: center;
  font-size: 60px;
  font-weight: 100;
  line-height: 50px;
}

.cta-hov-wrapper2 {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.25rem;
}

.cta-hov-wrapper2:hover {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.ico {
  width: 25px;
}

.fs_starrating-1_message {
  color: #9b9b9b;
}

.fs_starrating-1_icon {
  width: 1rem;
  color: #f5f5f5;
  position: relative;
}

.fs_starrating-1_icon.is-active-starrating {
  width: 1rem;
  color: #ff4c29;
}

.fs_starrating-1_label {
  display: none;
}

.fs_starrating-1_radio-button {
  width: 100%;
  height: 100%;
  border-style: none;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_starrating-1_radio-button.w--redirected-focus {
  box-shadow: none;
}

.fs_starrating-1_radio-button.w--redirected-focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_starrating-1_item {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.fs_starrating-1_item:hover {
  transform: translate(0, -2px);
}

.fs_starrating-1_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.fs_starrating-1_wrapper {
  margin-bottom: 20px;
  display: flex;
}

.fs_starrating-1_embed {
  margin-bottom: 0;
}

.fs_starrating-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.italic {
  font-style: italic;
}

.text-span-2 {
  font-size: 1.3rem;
}

.paragraph {
  line-height: 1.8;
}

.hp-button {
  width: auto;
  color: #ff4c29;
  text-align: center;
  background-color: #082032;
  border: 1px solid #334756;
  border-radius: .3125rem;
  margin-top: 1.125rem;
  transition: color .3s, background-color .3s;
}

.hp-button:hover {
  color: #082032;
  background-color: #ff4c29;
  border-color: #ff4c29;
  text-decoration: none;
}

.pane {
  padding-top: 40px;
}

.medium-h-2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.right-arrow-2 {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, .4);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(221, 224, 231, .3);
  border-radius: 3px;
  margin-top: -40px;
  margin-left: 40px;
  font-size: 15px;
  line-height: 20px;
  transition: color .5s;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.right-arrow-2:hover {
  color: #26272d;
  background-color: #fff;
}

.account-type {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline;
}

.count-title {
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.mask {
  width: 384px;
  height: auto;
  padding-top: 20px;
  overflow: visible;
}

.div-block-35 {
  width: 70px;
  height: 70px;
  color: #26272d;
  background-color: #c7c7c7;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
  display: flex;
}

.slide-2 {
  width: 350px;
  height: 100%;
  margin-right: 40px;
}

.title-dash {
  width: 50px;
  height: 3px;
  color: rgba(0, 0, 0, 0);
  background-color: #ff7c30;
  margin: 25px auto;
  display: block;
}

.bg-div {
  height: 100%;
  color: #26272d;
  text-align: center;
  background-color: #f8f9f9;
  border: 1px solid rgba(242, 234, 222, .6);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  transition: color .3s, background-color .3s;
  display: flex;
  box-shadow: 0 0 30px rgba(84, 102, 129, .08);
}

.bg-div:hover {
  color: #fff;
  background-color: #ff7c30;
}

.bg-div.highlight-title {
  color: #ff7c30;
  background-color: #fff;
}

.paragraph-74 {
  text-align: left;
}

.text-span-3 {
  font-weight: 300;
}

.counter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.counter-grid._1 {
  grid-column-gap: 30px;
  margin-top: 50px;
}

.service-title {
  min-height: 54px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.slider-2 {
  height: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 70px;
}

.sider-card {
  height: auto;
  min-height: 400px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dotted rgba(221, 224, 231, .5);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
}

.sider-card:hover {
  color: #333;
  background-color: #ff7c30;
  text-decoration: none;
  box-shadow: 0 0 30px rgba(84, 102, 129, .08);
}

.summary {
  width: 100%;
}

.main-wrapper {
  z-index: 2;
  max-width: 1280px;
  text-align: left;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-arrow-2 {
  width: 30px;
  height: 30px;
  color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(221, 224, 231, .3);
  border-radius: 3px;
  margin-top: -40px;
  padding-left: 0;
  font-size: 15px;
  line-height: 20px;
  transition: color .5s;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.left-arrow-2:hover {
  color: #26272d;
  background-color: #fff;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.slide-nav-2:hover {
  color: #fff;
  background-color: #222;
}

.button-outline-2 {
  height: 43px;
  color: #2a2f31;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .3s, color .3s, box-shadow .3s, background-color .3s;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 0 0 2px #333;
}

.button-outline-2:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.pricing26_plans {
  width: 100%;
}

.heading-xxlarge-2 {
  color: #f8f9f9;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xxlarge-2.highlight {
  color: #ff6701;
  font-size: 3.5rem;
  font-weight: 700;
}

.pricing-feature-table {
  color: #f8f9f9;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

.margin-top-2 {
  margin: 40px 0 0;
}

.icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  filter: invert();
  color: #fff;
  margin-right: 10px;
}

.margin-bottom-2 {
  margin: 0 0 0;
}

.margin-bottom-2.margin-small {
  margin-bottom: 40px;
}

.margin-bottom-2.margin-xsmall {
  margin-bottom: 10px;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 80px;
}

.note-text {
  color: #808c91;
  letter-spacing: .5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: .7rem;
  font-style: italic;
}

.pricing26_top-row-content {
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  display: flex;
}

.pricing26_top-row-content.remove-padding {
  padding-left: 0;
}

.only {
  color: #f8f9f9;
  letter-spacing: 2px;
  font-size: .7rem;
  font-style: normal;
}

.only.highlight {
  color: #ff6701;
}

.pricing26_heading-row-2 {
  border-bottom: 1px rgba(0, 0, 0, 0);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing26_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0e2639;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  align-items: stretch;
}

.heading-xsmall-2 {
  max-height: none;
  min-height: 0;
  color: #f8f9f9;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.6;
}

.heading-xsmall-2.highlight {
  color: #ff6701;
}

.text-size-small-3 {
  color: #f8f9f9;
  font-size: .875rem;
}

.highlight {
  color: #fff;
}

.pricing-row-content {
  color: #f8f9f9;
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.pricing26_top-row {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #082032;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.bold-text-2 {
  color: #f8f9f9;
}

.inbrack {
  letter-spacing: 1px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

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

.div-block-213 {
  margin-top: 40px;
}

.heading-4 {
  color: #ff6701;
  font-weight: 700;
}

.heading-xxlarge-3 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xxlarge-3.highlight {
  color: #ff6701;
  font-size: 3.5rem;
  font-weight: 700;
}

.paragraph-3 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.pricing26_row-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.intro-2 {
  color: #f8f9f9;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.pricing-feature-table-2 {
  text-align: left;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-weight: 600;
}

.data-row-content {
  text-align: left;
  border-left: 1px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 10px;
}

.only-2 {
  color: #333;
  letter-spacing: 2px;
  font-size: .7rem;
  font-style: normal;
}

.only-2.highlight {
  color: #ff6701;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-11 {
  text-align: center;
  margin-bottom: 100px;
}

.div-block-14 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.button-6 {
  height: 43px;
  color: #fff;
  text-align: center;
  background-color: #ff6701;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .3s, color .3s, box-shadow .3s, background-color .3s;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

.button-6:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px rgba(0, 0, 0, .2);
}

.button-6:active {
  background-color: #111314;
}

.heading-xlarge-2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-small-4 {
  font-size: .875rem;
}

.available {
  color: #f8f9f9;
  text-align: left;
  margin-top: 15px;
  font-size: .7rem;
  font-style: italic;
}

.theme-pic-wrapper {
  height: 350px;
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid rgba(51, 51, 51, .1);
  border-radius: 6px;
  align-items: flex-end;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.intro-3 {
  color: rgba(51, 51, 51, .7);
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.image-7 {
  width: 100%;
  object-position: 50% 0%;
}

.image-7:hover {
  align-self: flex-end;
  bottom: -155px;
}

.theme-wrapper {
  opacity: .5;
  color: #f8f9f9;
  text-align: left;
  border-radius: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform .5s, color .5s, opacity .5s;
  position: relative;
  transform: scale(.9);
}

.theme-wrapper:hover {
  opacity: 1;
  color: #ff6701;
  font-weight: 700;
  text-decoration: none;
  transform: scale(1);
}

.text-block-6 {
  color: #f8f9f9;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .6rem;
  font-weight: 600;
}

._3-grid {
  grid-column-gap: 20px;
  grid-row-gap: 70px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 60px auto;
  display: grid;
  position: relative;
}

.link-block-3 {
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .6);
  border-radius: 3px;
  padding: 9px;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .3s;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: auto;
  right: 5px;
}

.link-block-3:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .9);
}

.button-dark {
  float: none;
  color: #fff;
  object-fit: fill;
  background-color: #26272d;
  border: 1px solid #26272d;
  border-radius: 6px;
  margin-top: 40px;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: 500;
  transition: color .4s, background-color .4s;
  position: static;
}

.button-dark:hover {
  color: #fff;
  background-color: #ff7c30;
  border-color: #ff7c30;
  font-weight: 500;
  text-decoration: none;
}

.heading-medium-2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.large-h {
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-216 {
  padding-left: 60px;
  padding-right: 60px;
}

.faq-question-title-2 {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 3px;
  font-size: 18px;
  line-height: 25px;
  transition: color .3s;
}

.faq-question-title-2:hover {
  color: #ff4c29;
}

.faq-05_icon {
  width: 2rem;
  opacity: .25;
  filter: invert();
  color: #fff;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.card {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), #fff 56%), url('../images/pexels-rodnae-productions-7697401.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  padding: 39px 60px;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_accordion {
  border: 1px solid rgba(225, 229, 231, .3);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: border .3s;
}

.faq4_accordion:hover {
  border-color: #e1e5e7;
}

.divider-large {
  width: 100%;
  height: 10px;
  color: #26272d;
  background-color: #31333b;
  border-radius: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.highlight-2 {
  color: #ff4c29;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.max-width-medium-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.service-description {
  font-size: .9rem;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.service-ico {
  width: 40px;
  height: auto;
  filter: invert();
}

.highlight-bold {
  color: #f8f9f9;
  font-weight: 700;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.dark-txt {
  color: #26272d;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.grid-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer-2 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-label-copy {
  max-width: 700px;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.h3-service-title {
  font-weight: 400;
}

.main-pro-section {
  z-index: 1;
  height: auto;
  color: #fff;
  background-color: #082032;
  padding: 135px 20px 60px;
  position: relative;
}

.div-block-215 {
  border-radius: 6px;
  overflow: hidden;
}

.dark-para {
  color: #26272d;
}

.grid-8 {
  grid-column-gap: 59px;
  grid-template-rows: auto;
  margin-top: 90px;
  margin-bottom: 90px;
}

.button-secondary {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.link-3 {
  font-size: 1.1rem;
}

.pricing-tag {
  color: #fff;
  background-color: #ff7c30;
  border-radius: 24px;
  padding: 7px 25px;
  font-size: 14px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.highlight-3 {
  color: #ff7c30;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.pricing-feature-list {
  color: #2c394b;
  align-self: stretch;
}

.pricing-image {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 16px;
}

.pricing-card {
  color: #082032;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 24px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 6px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #313239;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-title {
  color: #ff4c29;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-feature.not-inluded {
  color: #9b9ca6;
  background-image: url('../images/icon_cross.svg');
  text-decoration: line-through;
}

.list-item-2, .industry-list {
  color: #2c394b;
}

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

.button-outline-offset {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid rgba(248, 249, 249, .3);
  border-radius: .1875rem;
  margin-left: 2.1rem;
  margin-right: 0;
  transition: background-color .4s;
}

.button-outline-offset:hover {
  color: #fff;
  background-color: #334756;
  text-decoration: none;
}

.button-outline-offset.left-non {
  margin-left: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.div-block-217 {
  display: flex;
}

._404 {
  color: #ff4c29;
  font-family: Six Caps, sans-serif;
  font-size: 9rem;
  line-height: 1;
}

.hidden {
  display: none;
}

.div-block-218 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-219 {
  border-radius: 3px;
  overflow: hidden;
}

.div-block-220 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3rem;
  display: flex;
}

html.w-mod-js [data-ix="fadein"], html.w-mod-js [data-ix="fadein-2"], html.w-mod-js [data-ix="fadein-3"], html.w-mod-js [data-ix="fadein-4"], html.w-mod-js [data-ix="fadein-5"], html.w-mod-js [data-ix="fadein-6"], html.w-mod-js [data-ix="fadein-7"], html.w-mod-js [data-ix="fadein-8"], html.w-mod-js [data-ix="fadein-txt"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .bottom-links-box {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .text-field {
    width: 49%;
  }

  .page-name {
    display: block;
  }

  .link {
    width: 100%;
    display: block;
  }

  .full-container {
    padding-top: 13%;
  }

  .service-cta-wrapper {
    justify-content: flex-end;
  }

  .slide {
    width: 18.75rem;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-img {
    max-width: 100%;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .teaser-img._3 {
    max-width: 60%;
  }

  .teaser-copy {
    width: 44rem;
    max-width: 44rem;
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-copy-wrap {
    height: auto;
    flex-direction: column;
    align-items: flex-end;
  }

  .teaser-copy-wrap.incenter {
    align-items: flex-end;
    display: none;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .p-teaser-img-wrap-2 {
    display: none;
  }

  .teaser-column-2 {
    width: 100%;
  }

  .title1-2 {
    font-size: 3em;
  }

  .ui-navlink {
    font-size: .875rem;
  }

  .column-3 {
    text-align: center;
  }

  .column-4 {
    text-align: center;
    padding-bottom: 1.5625rem;
  }

  .form-item.check-box, .form-item.check-box.long-ver {
    width: 100%;
  }

  ._80 {
    width: 90%;
  }

  .social-block {
    margin-left: .3125rem;
    margin-right: .3125rem;
  }

  .div-block-188 {
    justify-content: flex-start;
  }

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

  .latest-clientele {
    max-width: 40.625rem;
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .main-section {
    height: auto;
  }

  .inn-header {
    color: #ff4c29;
    margin-top: 5.225rem;
    font-size: 3.125rem;
    font-weight: 400;
    line-height: 1.2;
  }

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

  .page-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .blogpost1_content {
    margin-bottom: 3rem;
  }

  .blogpost1_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 4rem;
  }

  .button-4 {
    position: relative;
  }

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

  .faq-accordion {
    opacity: 1;
  }

  .button-5 {
    position: relative;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .pricing19_component {
    grid-template-columns: 1fr 1fr;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .pp-wrapper {
    opacity: .6;
  }

  .blog21_featured-item {
    align-items: center;
  }

  .blog21_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog_image {
    height: auto;
    max-width: none;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .blog21_featured-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 75%;
    display: flex;
  }

  .category-menu {
    flex-wrap: wrap;
  }

  .tab {
    margin-bottom: .5rem;
  }

  .blog-cat:hover {
    text-decoration: none;
  }

  .form-wrapper {
    width: 90%;
  }

  .hidden-title {
    font-size: 60px;
  }

  .mask {
    width: 320px;
  }

  .slide-2 {
    width: 300px;
  }

  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .main-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxlarge-2 {
    font-size: 3.25rem;
  }

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

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

  .heading-xxlarge-3 {
    font-size: 3.25rem;
  }

  .div-block-11 {
    margin-bottom: 60px;
  }

  ._3-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button-dark {
    margin-top: 30px;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .div-block-216 {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    padding: 30px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .button-outline-offset {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .togglebutton {
    flex: none;
  }

  .content-block {
    padding-left: 0;
  }

  .content-block.settings {
    padding-top: 3.5rem;
  }

  .text-field-box.bio {
    margin-top: 0%;
  }

  .notifications {
    margin-right: 0;
    display: none;
  }

  .bottom-links-box {
    padding-right: 1rem;
  }

  .up-left-nav-box {
    margin-left: 0;
    padding-left: 0;
  }

  .icon-link.request {
    padding-right: .875rem;
  }

  .text-field {
    margin-bottom: 0;
  }

  .text-field._2, .text-field._2-copy {
    width: 100%;
  }

  .page-name {
    display: none;
  }

  .account-settings-box {
    width: 100%;
  }

  .text-block-28 {
    margin-bottom: 0;
  }

  .home-v-line {
    display: none;
  }

  .link {
    width: 100%;
    text-align: center;
    margin-bottom: .9375rem;
    margin-left: 0;
    font-size: .9rem;
    line-height: 1.5625rem;
  }

  .top-bar {
    height: 4rem;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .top-right-nav-links {
    height: 100%;
  }

  .top-left-box {
    justify-content: flex-start;
  }

  .social-accounts {
    width: 100%;
  }

  .nav-links-icon {
    width: 1.5rem;
  }

  .settings-block {
    width: 100%;
  }

  .home-link {
    padding-left: 0;
    padding-right: 0;
  }

  .full-container {
    height: auto;
    padding-top: 8.125rem;
    padding-bottom: 10%;
  }

  .grid {
    grid-column-gap: .625rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3.75rem;
  }

  .type-text-wrap {
    width: 100%;
    display: none;
  }

  .typed-text {
    font-size: 5vw;
  }

  .text-block-62 {
    color: rgba(248, 249, 249, .5);
  }

  .text-block-62:hover {
    color: #fff;
  }

  .e-link {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium.red {
    line-height: 1.1;
  }

  .tag-wrapper.centre-align {
    text-align: center;
  }

  .promo-sect {
    height: 56.25rem;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .slide {
    width: 47%;
  }

  .easy-builder, .shopfront {
    background-color: rgba(8, 32, 50, .6);
  }

  .p-xs-start {
    width: auto;
  }

  .teaser-copy {
    width: 100%;
    max-width: none;
    padding-right: 0%;
  }

  .teaser-column-2.right {
    display: none;
  }

  .teaser-container-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1-2 {
    font-size: 2.6em;
  }

  .lf-nav-wrapper {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    padding: 1.0625rem .75rem .625rem;
  }

  .lf-nav-wrapper.w--open {
    margin-left: 0;
  }

  .lf-nav-container {
    height: 1.875rem;
  }

  .lf-nav-icon {
    width: 1.5625rem;
    height: 1.875rem;
  }

  .ui-navlink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9375rem;
  }

  .ui-navlink.w--current {
    font-size: 1rem;
  }

  .ui-navlink.tel {
    display: block;
  }

  .ui-navmenu {
    width: 17.5rem;
    margin-top: 4rem;
  }

  .lf-nav-trigger {
    height: 4rem;
    text-align: left;
    flex: 0 auto;
    display: block;
    position: relative;
  }

  .ui-navbar__logo {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    margin-left: 1rem;
  }

  .satisfied, .ft-col-3, .footer-form, .ft-social-wrapper {
    text-align: center;
  }

  .puter {
    margin-bottom: 1.875rem;
  }

  .contact-button {
    margin-bottom: 2.5rem;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: inline-block;
  }

  .form-item {
    text-align: left;
    background-color: rgba(44, 57, 75, .4);
  }

  .form-item.comments {
    height: 7rem;
  }

  ._80 {
    height: auto;
  }

  .top {
    text-align: center;
  }

  .div-block-186.hide, .cta-links {
    display: none;
  }

  .div-block-188 {
    display: block;
  }

  .full {
    display: none;
  }

  .latest-clientele {
    margin-bottom: -.6em;
    padding-right: 0%;
  }

  .main-section {
    height: auto;
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .intro {
    font-size: 1.125rem;
  }

  .sub-title {
    font-size: 1.4375rem;
  }

  .list-item {
    margin-bottom: .8125rem;
    line-height: 1.1;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .internal-header {
    height: auto;
    padding-top: 8.125rem;
    padding-bottom: 10%;
  }

  .inn-header {
    margin-top: 0;
    margin-bottom: 3rem;
  }

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

  .margin-bottom.margin-large {
    margin-bottom: 3.125rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .blogpost1_content {
    margin-bottom: 2rem;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 3rem;
  }

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

  .faq-accordion {
    opacity: 1;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .faq-icon-2 {
    width: 1.75rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .pricing19_component {
    grid-template-columns: 1fr;
  }

  .pricing-feature-2.strike {
    display: none;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .pricing-plan-2 {
    opacity: 1;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo_sample {
    max-height: 3rem;
  }

  .section-logo3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .logo3_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo1_logo {
    max-height: 3rem;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .pp-wrapper {
    opacity: 1;
  }

  .div-block-192 {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .blog21_featured-item-content {
    padding: 0;
  }

  .blog21_image-wrapper {
    padding-top: 66%;
  }

  .blog21_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .blog21_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog21_featured-image-wrapper {
    padding-top: 66%;
  }

  .category-menu {
    width: 100vw;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: visible;
  }

  .tab, .tab.current {
    margin-right: 1rem;
  }

  .tab.last-link {
    margin-right: 2rem;
  }

  .contact-section {
    text-align: center;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .mini-idvider._700 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .spacer {
    display: none;
  }

  .spacer._64 {
    display: block;
  }

  .image-52-copy {
    width: 10.625rem;
  }

  .form-wrapper {
    height: auto;
  }

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

  .promo {
    height: auto;
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .hidden-title {
    font-size: 50px;
    line-height: 30px;
  }

  .hp-button {
    margin-bottom: 2.5rem;
    padding-top: .5625rem;
    padding-bottom: .5625rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: inline-block;
  }

  .mask {
    width: auto;
  }

  .slide-2 {
    width: 47%;
  }

  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }

  .counter-grid._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

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

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

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .heading-xxlarge-3 {
    font-size: 2.5rem;
  }

  .heading-xlarge-2 {
    font-size: 2.25rem;
  }

  ._3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .button-dark {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .faq-05_icon {
    width: 28px;
  }

  .card {
    background-image: linear-gradient(270deg, rgba(255, 255, 255, .8), rgba(248, 249, 249, .9)), url('../images/pexels-rodnae-productions-7697401.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .div-block-218 {
    grid-template-columns: 1fr;
  }

  .div-block-220 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .content-block {
    padding-left: 0;
  }

  .text-field-box {
    flex-wrap: wrap;
  }

  .text-field-box._2 {
    margin-bottom: .3125rem;
  }

  .text-field-box.bio {
    margin-top: .3125rem;
    margin-bottom: .625rem;
  }

  .notifications {
    margin-right: 0;
  }

  .bottom-links-box {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-link.mail {
    border-left-style: none;
  }

  .icon-link.request {
    padding-right: .9375rem;
  }

  .text-field {
    width: 100%;
    margin-bottom: .625rem;
  }

  .text-field._2, .text-field._2-copy {
    width: 100%;
  }

  .page-name {
    display: none;
  }

  .account-settings-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-28 {
    margin-left: .625rem;
  }

  .link {
    width: 100%;
    white-space: nowrap;
    margin-bottom: .9375rem;
    margin-left: 0;
    margin-right: .0625rem;
    font-size: 1rem;
    line-height: 1.625rem;
    display: block;
  }

  .top-bar {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .top-right-nav-links {
    height: 100%;
  }

  .top-left-box {
    padding-left: 0;
  }

  .settings-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-container {
    padding-top: 7.5rem;
  }

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

  .type-text-wrap {
    display: none;
  }

  .typed-text {
    font-size: 6vw;
  }

  .footer-sect {
    background-image: linear-gradient(#082032 69%, rgba(0, 0, 0, 0));
  }

  .text-size-medium.red {
    font-size: 3rem;
  }

  .tag {
    font-size: .9rem;
  }

  .slide {
    width: 100%;
  }

  .copy-small {
    font-size: 1.1rem;
  }

  .title1-2 {
    letter-spacing: .1rem;
    font-size: 2.5em;
  }

  .lf-nav-wrapper {
    margin-left: 0;
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .lf-nav-wrapper.w--open {
    text-align: center;
    padding-left: .875rem;
  }

  .lf-nav-container {
    text-align: center;
  }

  .ui-navlink {
    color: #7b8a96;
    padding: .875rem 0 .875rem .9375rem;
    font-size: .9375rem;
    line-height: 1rem;
    display: block;
  }

  .ui-navlink.w--current {
    padding-left: .9375rem;
    font-size: 1.125rem;
  }

  .ui-navlink.tel {
    display: block;
  }

  .ui-navmenu {
    width: 16.25rem;
    margin-top: 4rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    top: 3.8125rem;
    left: 0;
    right: 0;
  }

  .blurry {
    width: 16.25rem;
    border-bottom-width: .1875rem;
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  .lf-nav-trigger {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .ui-navbar__logo {
    margin-left: 0;
  }

  .satisfied {
    font-size: 1rem;
  }

  .footer-form {
    padding: 0;
  }

  .copyright {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .base {
    height: 1.25rem;
  }

  .form-item {
    font-size: 1rem;
  }

  .form-item.check-box {
    width: 100%;
  }

  .form-item.comments {
    height: 10rem;
  }

  .top {
    color: rgba(255, 255, 255, .3);
  }

  .div-block-186.hide {
    display: none;
  }

  .div-block-188 {
    flex-direction: column;
    display: block;
  }

  .div-block-189 {
    display: block;
  }

  .main-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .intro {
    line-height: 1.5;
  }

  .list-item {
    margin-bottom: .8125rem;
    line-height: 1.1;
  }

  .internal-header {
    padding-top: 7.5rem;
  }

  .inn-header {
    font-size: 2.5rem;
  }

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

  .margin-bottom.margin-large {
    margin-bottom: 1.875rem;
  }

  .page-padding {
    padding-top: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .button-4 {
    width: 100%;
    font-size: 1rem;
  }

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

  .button-5 {
    width: 100%;
    font-size: 1rem;
  }

  .pricing-feature-2.strike {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .mini-title {
    margin-bottom: 10px;
  }

  .button-outline {
    margin-bottom: 1.25rem;
  }

  .mini-idvider {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .h3-tag {
    font-size: .9rem;
  }

  .promo {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-titles {
    font-size: 3rem;
  }

  ._2-grid {
    grid-template-columns: 1fr;
  }

  .cta-divider {
    display: none;
  }

  .hidden-title {
    line-height: 60px;
  }

  .slide-2 {
    width: 100%;
  }

  .counter-grid {
    grid-template-columns: 1fr;
  }

  .button-outline-2 {
    width: 100%;
    font-size: 16px;
  }

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

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

  .button-6 {
    width: 100%;
    font-size: 16px;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .card {
    padding: 20px;
  }

  .button-outline-offset {
    margin-bottom: 1.25rem;
  }
}

#w-node-eae57bc0-e45b-5d6a-d68e-56d0cd9140e6-01e2290d, #w-node-_612722cd-b7bf-231c-7d95-73b992aa4563-01e2290d, #w-node-_3b759e72-5d3b-fe41-4438-1f3b73bf6817-01e2290d, #w-node-_75fef98a-db9e-af85-31ad-4f1227c9f05e-01e2290d, #w-node-_0dbe91bb-b5cd-9a5d-0f7f-f315cb72d58f-01e2290d, #w-node-e18c9249-205a-d903-2573-5fb9d095159d-01e2290d, #w-node-_85998c4a-406e-ea5e-2a41-6f1e5c55d78e-01e2290d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b8c4d7-a08a-7406-7d21-0b72b9d8efc2-01e2290d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c43cf628-7c26-87b3-b9eb-d8b80a9fdf92-01e2290d, #w-node-_2bcc72f4-a0ff-b227-33a4-a4fe6556f1c4-01e2290d, #w-node-c9f2d90c-6669-fd94-bb8f-21ddf4dd0d88-01e2290d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86f77719-b787-5c90-0b2f-4ceb03f3c325-01e2290d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c9f2d90c-6669-fd94-bb8f-21ddf4dd0d9f-01e2290d, #w-node-_0b4d8859-3677-7c12-b4ee-5f484f826da1-01e2290d, #w-node-_36699c33-5baf-2665-b445-75b6a35837d9-01e2290d, #w-node-_37cde356-52b0-d48e-3560-d10310169619-10169617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37cde356-52b0-d48e-3560-d1031016961c-10169617 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e6f03fe0-114d-28be-4bc2-09b3f0aaf79a-79e22910, #w-node-af3f9ccb-b91b-73f7-bf29-fa0eb51072a5-79e22910 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1d96194-db3b-6393-4866-49f3ec1cb46f-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb474-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb479-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb47e-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb483-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb48a-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb48f-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb494-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb499-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb49e-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4a3-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4a8-77e22914, #w-node-_13a41853-2c1f-bf4a-dc73-fdfdacb8efac-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294be-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294c3-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294c8-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294cd-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294d2-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294d9-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294de-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294e3-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294e8-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294ed-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294f2-77e22914, #w-node-_03db5352-535f-4832-c72d-3a963cc294f7-77e22914, #w-node-_01fd0dad-3fed-5d89-ae11-d7a71d6e2172-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4cc-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4d1-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4d6-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4db-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4e0-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4e7-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4ec-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4f1-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4f6-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb4fb-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb500-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb505-77e22914, #w-node-a512e358-432a-79e9-16ae-0d06b6b34597-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb529-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb52e-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb533-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb538-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb53d-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb544-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb549-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb54e-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb553-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb558-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb55d-77e22914, #w-node-e1d96194-db3b-6393-4866-49f3ec1cb562-77e22914, #w-node-_7bfab1cc-0d24-b177-0cb4-402ecb7b7f2c-77e22914 {
  align-self: start;
}

#w-node-a71845e1-968a-a0e3-e5e8-8bf4413e30ad-77e22914, #w-node-_97475e4f-1c8a-87e3-40d8-09cf32d15c92-77e22914 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c8bce0e4-3f63-9950-6cfb-cac66db600d6-77e22914, #w-node-c8bce0e4-3f63-9950-6cfb-cac66db600db-77e22914, #w-node-c8bce0e4-3f63-9950-6cfb-cac66db600e0-77e22914, #w-node-c8bce0e4-3f63-9950-6cfb-cac66db600e5-77e22914, #w-node-c8bce0e4-3f63-9950-6cfb-cac66db600ea-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f44f6-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f44fb-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f4500-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f4505-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f450a-77e22914, #w-node-ee302ca1-394e-fa71-2fe8-2ba1ee4f4511-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddb8-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddbd-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddc2-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddc7-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddcc-77e22914, #w-node-_3503110f-cb6f-933f-8ccc-27242dfdddd3-77e22914 {
  align-self: start;
}

#w-node-_4bf6e168-983a-8fc4-fd5b-6ef26ea0654c-77e22914 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc380f-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3811-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3813-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3815-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3817-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3819-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc381b-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc381d-4de22915, #w-node-ac095712-d71d-2754-6d46-4c54c0bd27be-4de22915, #w-node-_165bff07-1ea4-9c5d-4c34-c58e07a22f94-4de22915, #w-node-e3efb5f4-2987-b23f-8ad1-f1a74188b56c-4de22915, #w-node-_3a195abd-62ac-4cbc-f2df-3eca6cb43f07-4de22915, #w-node-f07daa21-7580-45fe-71d8-13c62cd25f62-4de22915, #w-node-_041bd077-25e1-642d-0fc9-70f1034adc2c-4de22915, #w-node-ac5605ad-c91c-5bbd-0979-3b4444c9cea2-4de22915, #w-node-_578cccf1-7074-0330-1a9f-3788cb21f46b-4de22915, #w-node-_53c87579-1f26-16e8-3778-fe38178cb427-4de22915, #w-node-_728202c1-7612-e52d-f3d8-6d84e0340fc1-4de22915, #w-node-_52922e99-b7d1-4c90-fffe-a4b5f6f79efc-4de22915, #w-node-_5feda2c0-2a24-e929-4e6b-886af090a2ab-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3820-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3822-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3824-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3826-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc3828-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc382a-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc382c-4de22915, #w-node-_8b9d4f08-e72a-1bb1-d72c-a63a78fc382e-4de22915 {
  justify-self: center;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb6d7-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb6de-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb6e7-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb6e9-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb6eb-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb6f3-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb6fa-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb6fc-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb6fe-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb705-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb70c-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb70e-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb710-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb717-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb71e-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb720-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb722-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb729-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb730-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb732-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb734-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb73b-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaab78d8-74c9-6406-4422-d3152effb742-4de22915, #w-node-eaab78d8-74c9-6406-4422-d3152effb744-4de22915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2f0e006-f346-ae70-718c-ac7e0996af2f-43e22916, #name-2.w-node-c2f0e006-f346-ae70-718c-ac7e0996af31-43e22916, #Email-2.w-node-c2f0e006-f346-ae70-718c-ac7e0996af34-43e22916 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2f0e006-f346-ae70-718c-ac7e0996af36-43e22916 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2f0e006-f346-ae70-718c-ac7e0996af38-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af3c-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af41-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af67-43e22916 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6672462-ac0b-c7ca-8c8b-921459b7972d-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79736-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7973f-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7974a-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79750-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79752-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79756-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7975c-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7975f-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79763-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79768-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7976a-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7976e-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79773-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79775-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79779-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b79783-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7978e-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b7979d-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b797a9-98cce8b8, #w-node-c6672462-ac0b-c7ca-8c8b-921459b797bc-98cce8b8, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9c5-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9cd-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9d5-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9de-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9e6-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9ee-d61ee590, #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9f8-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750ab9fa-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba11-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba13-d61ee590 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba24-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba26-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba35-d61ee590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_37cde356-52b0-d48e-3560-d1031016961c-10169617 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a71845e1-968a-a0e3-e5e8-8bf4413e30ad-77e22914, #w-node-_97475e4f-1c8a-87e3-40d8-09cf32d15c92-77e22914, #w-node-_4bf6e168-983a-8fc4-fd5b-6ef26ea0654c-77e22914 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #Company-2.w-node-c2f0e006-f346-ae70-718c-ac7e0996af32-43e22916, #Company-2.w-node-c2f0e006-f346-ae70-718c-ac7e0996af33-43e22916, #Number-3.w-node-c2f0e006-f346-ae70-718c-ac7e0996af35-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af36-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af46-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af4a-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af4e-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af52-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af56-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af5a-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af5e-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af62-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af6c-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af70-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af74-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af78-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af7c-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af83-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af87-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af8b-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af92-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af96-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af9a-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996af9e-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996afa2-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996afa6-43e22916, #w-node-c2f0e006-f346-ae70-718c-ac7e0996afaa-43e22916 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba11-d61ee590 {
    order: -9999;
  }

  #w-node-_8e5c15fd-5eb7-e33b-fc53-cbc3750aba35-d61ee590 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_37cde356-52b0-d48e-3560-d1031016961c-10169617 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Italiana';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}