body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

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

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

a {
  color: #2e80b6;
  text-decoration: underline;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.button.all {
  padding-bottom: 12px;
  border: 1px solid #69b9ff;
  background-color: transparent;
  color: #69b9ff;
}

.button.port-link {
  position: relative;
  left: 0px;
  top: 1px;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: -71px;
  margin-left: 63%;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid #69b9ff;
  border-radius: 5px;
  background-color: transparent;
  color: #69b9ff;
  font-weight: 400;
}

.button.port-link:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
  font-size: 16px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #434444;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 40px 10px 100px;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  padding-top: 30px;
  background-color: #192024;
}

.w-row.tiled {
  font-size: 0;
}
.tiled .paragraph-3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.white-box2 {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}

.white-box2.transparent {
  position: static;
  display: inline-block;
  width: 50%;
  height: 420px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-style: none;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0.5)), color-stop(93%, rgba(46, 157, 255, 0.22))), url('../images/homepage1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 25%, rgba(46, 157, 255, 0.22) 93%), url('../images/homepage1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 12px;
  color: #fff;
}

.section-subheading.center {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-top: 70px;
  margin-bottom: 30px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  margin-top: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  margin-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.w--current {
  color: #195080;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  position: relative;
  display: block;
  width: 62%;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 10%;
  float: none;
  text-align: center;
}

.tabs-wrapper {
  margin-top: -32px;
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  height: 57px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}

.form {
  margin-top: 40px;
}

.spc {
  color: #000;
}

.div-block {
  height: 100%;
}

.section-2 {
  height: 100%;
}

.container {
  height: 100%;
}

.container-2 {
  height: 500px;
  color: #6a859c;
}

.heading {
  margin-top: 14px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.heading-2 {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.paragraph {
  font-weight: 400;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.heading-3 {
  margin-top: 7px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 400;
}

.body {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.block-quote {
  padding-top: 0px;
  border-left-width: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-style: italic;
}

.div-block-2 {
  margin-top: 15px;
  margin-bottom: 25px;
  border-left: 8px solid #2e80b6;
}

.text-block {
  padding-left: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.heading-4 {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}

.heading-5 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-3 {
  height: 1920px;
  background-color: #192024;
}

.column {
  height: 438px;
}

.body-2 {
  height: 696px;
}

.paragraph-3 {
  height: 150px;
  color: #fff;
}

.heading-6 {
  color: #000;
  font-weight: 400;
}

.heading-7 {
  color: #000;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.paragraph-4 {
  color: #000;
}

.link-block-2 {
  margin-top: 0px;
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.paragraph-5 {
  color: #000;
}

.paragraph-6 {
  color: #000;
}

.paragraph-7 {
  color: #000;
}

.heading-8 {
  color: #000;
}

.paragraph-8 {
  color: #000;
  font-weight: 400;
}

.paragraph-9 {
  color: #000;
  font-weight: 400;
}

.paragraph-10 {
  color: #000;
  font-weight: 400;
}

.paragraph-11 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}

.heading-9 {
  color: #000;
}

.heading-10 {
  color: #000;
}

.heading-11 {
  color: #000;
}

.paragraph-12 {
  color: #000;
}

.paragraph-13 {
  color: #000;
}

.paragraph-14 {
  color: #000;
}

.paragraph-15 {
  color: #000;
  font-weight: 400;
}

.paragraph-16 {
  margin-top: 0px;
  color: #000;
  font-weight: 400;
}

.paragraph-17 {
  margin-top: 0px;
  color: #000;
  font-weight: 400;
}

.unordered-list {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.paragraph-18 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}

.list-item {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-2 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.paragraph-19 {
  color: #000;
  font-weight: 400;
}

.container-3 {
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
}

.paragraph-20 {
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph-21 {
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}

.unordered-list-2 {
  color: #000;
}

.paragraph-22 {
  color: #000;
  font-weight: 400;
}

.paragraph-23 {
  color: #000;
  font-weight: 400;
}

.paragraph-24 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-25 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.unordered-list-3 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.paragraph-26 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-27 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.paragraph-28 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 400;
}

.list-item-4 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-5 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-6 {
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
}

.list-item-7 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-8 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-9 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-10 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-11 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-12 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-13 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-14 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-15 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-16 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-17 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-18 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-19 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-20 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-21 {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-item-22 {
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  list-style-type: none;
}

.unordered-list-4 {
  color: #000;
  font-size: 14px;
}

.important-text {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 19px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.link-6 {
  text-decoration: none;
}

.link-7 {
  text-decoration: none;
}

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

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

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

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

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

.paragraph-29 {
  color: #000;
  font-weight: 400;
}

.list-item-23 {
  margin-top: 3px;
}

.list-item-24 {
  margin-top: 3px;
}

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

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

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

.link-16 {
  text-decoration: none;
}

.list-item-25 {
  margin-top: 0px;
  list-style-type: none;
}

.list-item-26 {
  margin-top: 7px;
  list-style-type: none;
}

.list-item-27 {
  margin-top: 7px;
  list-style-type: none;
}

.list-item-28 {
  margin-top: 5px;
  list-style-type: none;
}

.list-item-29 {
  margin-top: 7px;
  list-style-type: none;
}

.list-item-30 {
  margin-top: 7px;
  list-style-type: none;
}

.list-item-31 {
  margin-top: 7px;
  list-style-type: none;
}

.link-17 {
  text-decoration: none;
}

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

.link-19 {
  text-decoration: none;
}

.link-20 {
  text-decoration: none;
}

.link-21 {
  text-decoration: none;
}

.link-22 {
  text-decoration: none;
}

.link-23 {
  text-decoration: none;
}

.link-24 {
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.container-4 {
  color: #000;
}

.link-block-8 {
  text-decoration: none;
}

.container-5 {
  color: #000;
}

.body-3 {
  margin-bottom: 0px;
  color: #6a859c;
}

.white-box {
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  position: static;
  display: inline-block;
  width: 80%;
  height: 487px;
  padding-bottom: 15px;
  border-style: none;
  background-color: transparent;
}

.heading-12 {
  color: #000;
}

.heading-13 {
  margin-top: 22px;
  color: #000;
}

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

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

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

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

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

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

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

.link-32 {
  text-decoration: none;
}

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

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

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

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

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

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

.link-39 {
  text-decoration: none;
}

.link-40 {
  text-decoration: none;
}

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

.link-42 {
  text-decoration: none;
}

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

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

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

.link-46 {
  text-decoration: none;
}

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

.link-48 {
  text-decoration: none;
}

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

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

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

.link-52 {
  text-decoration: none;
}

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

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

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

.link-56 {
  text-decoration: none;
}

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

.link-58 {
  text-decoration: none;
}

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

.link-60 {
  text-decoration: none;
}

.link-61 {
  text-decoration: none;
}

.link-62 {
  text-decoration: none;
}

.link-63 {
  text-decoration: none;
}

.image {
  margin-top: 20px;
}

.portfolio-pic {
  width: 100%;
  height: auto;
  max-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
}

.portfolio-heading {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}

.list-item-32 {
  font-size: 14px;
}

.list-item-33 {
  font-size: 14px;
}

.list-item-34 {
  font-size: 14px;
}

.technology-list {
  color: #000;
}

.list-item-35 {
  font-size: 14px;
}

.list-item-36 {
  font-size: 14px;
}

.tech-list-item {
  color: #000;
  font-size: 14px;
}

.default {
  color: #000;
  font-size: 14px;
}

.container-6 {
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  font-weight: 400;
}

.paragraph-30 {
  font-weight: 400;
}

.body-4 {
  color: #000;
}

.list-item-37 {
  font-size: 14px;
}

.list-item-38 {
  font-size: 14px;
}

.list-item-39 {
  font-size: 14px;
}

.body-5 {
  color: #000;
}

.list-item-40 {
  font-size: 14px;
}

.list-item-41 {
  font-size: 14px;
}

.list-item-42 {
  font-size: 14px;
}

.list-item-43 {
  font-size: 14px;
}

.list-item-44 {
  font-size: 14px;
}

.paragraph-31 {
  font-weight: 400;
}

.list-item-45 {
  font-size: 14px;
}

.list-item-46 {
  font-size: 14px;
}

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

.link-65 {
  text-decoration: none;
}

.image-2 {
  width: 100%;
  height: auto;
}

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

.link-67 {
  text-decoration: none;
}

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

.link-69 {
  text-decoration: none;
}

.link-70 {
  text-decoration: none;
}

.row {
  margin-top: 50px;
}

.tab-link {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-2 {
  margin-left: 565px;
}

.tab-pane {
  margin-bottom: 0px;
}

.tabs-content {
  margin-top: 0px;
}

.container-7 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-8 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-9 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-10 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-11 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-13 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-14 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-15 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-16 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-17 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-18 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-19 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-20 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-21 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-22 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-23 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-24 {
  padding-right: 5px;
  padding-left: 5px;
}

.container-25 {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .button.tab {
    margin-left: 0px;
  }
  .button.tab.w--current {
    margin-left: 0px;
  }
  .button.port-link {
    margin-left: 77%;
  }
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .tab-menu {
    width: 80%;
    margin-left: 0%;
  }
  .white-text {
    height: 91px;
    margin-top: 20px;
  }
  .container-11 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-13 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    padding: 5px;
    font-size: 12px;
  }
  .button.tab.w--current {
    padding: 5px;
  }
  .button.port-link {
    margin-left: 71%;
    padding: 7px;
  }
  .white-box2 {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .hollow-button {
    margin-top: 17px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .tab-menu {
    width: 80%;
  }
  .white-text {
    margin-top: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .section-3 {
    height: 3787px;
  }
  .container-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .text-block-2 {
    padding: 7px;
  }
  .text-block-3 {
    padding: 7px;
  }
  .text-block-4 {
    padding: 7px;
  }
  .column-2 {
    margin-bottom: 58px;
  }
  .column-3 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .button.tab {
    display: block;
    width: 127px;
  }
  .button.tab.w--current {
    display: block;
  }
  .button.port-link {
    display: block;
    width: 158px;
    margin: 208px 0px -30px 29%;
  }
  .white-box2.transparent {
    height: 530px;
    padding-left: 0px;
  }
  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-subheading {
    width: 100%;
    padding-left: 1%;
  }
  .hollow-button {
    display: block;
    margin-top: 15px;
    font-size: 14px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .grid-image {
    width: 35%;
  }
  .tab-menu {
    margin-top: -229px;
    margin-left: 10%;
    padding-left: 22%;
  }
  .tabs-wrapper {
    margin-top: -15px;
  }
  .fullwidth-image {
    margin-top: 17px;
  }
  .white-text {
    width: 100%;
    height: 87px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
  }
  .white-text.white-title {
    font-size: 14px;
  }
  .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .section-3 {
    height: 4594px;
  }
  .column {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph-3 {
    height: 49%;
    margin-bottom: 67px;
    padding-left: 5px;
    font-size: 13px;
  }
  .container-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .tabs-content {
    margin-top: 42px;
  }
  .div-block-3 {
    padding-top: 1px;
  }
  .image-3 {
    margin-top: 29px;
    padding-top: 0px;
  }
  .text-block-3 {
    display: block;
  }
  .column-3 {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .column-4 {
    margin-top: 10px;
  }
  .column-5 {
    margin-top: 17px;
  }
  .container-7 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-8 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-9 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-10 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-11 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-12 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

