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

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

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

body {
  background-color: #f7f7f7;
  font-family: 'Nunito Sans', sans-serif;
  color: #1f2126;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.2px;
}

h1 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 132%;
  font-weight: 700;
}

h2 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 42px;
  line-height: 132%;
  font-weight: 700;
}

h3 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 132%;
  font-weight: 500;
}

h4 {
  max-width: 720px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 134%;
  font-weight: 500;
}

h5 {
  max-width: 720px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: 0.4px;
}

h6 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  max-width: 720px;
  margin-top: 5px;
  margin-bottom: 16px;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #00bed5;
  text-decoration: none;
}

a:hover {
  color: #a2e7ef;
}

img {
  display: inline-block;
  max-width: 100%;
}

figcaption {
  margin-top: 10px;
  color: #a3a3a9;
  text-align: center;
}

.section-name-iph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-subtext {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #a3a3a9;
  text-align: left;
}

.paragraph-light {
  color: #a3a3a9;
}

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

.section.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section.office-impressions {
  overflow: hidden;
}

.section.grey {
  background-color: #e3e3e8;
}

.section.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container._2-column-grid {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container._2-column-grid.alternating {
  margin-top: 100px;
}

.container._2-column-grid.support {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container._3-column-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.container.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f7f7;
}

.container.license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: rgba(255, 0, 0, 0.9);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button.button-big {
  width: 240px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.9);
  line-height: 40px;
}

.button.button-big:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 190, 213, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
}

.button.button-big.margin-right {
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button.button-quote {
  margin-top: -14px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button.button-grid {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(255, 0, 0, 0.9);
  color: #ff4365;
}

.circle.circle-big {
  width: 100px;
  height: 100px;
}

.circle.circle-big.no-margin {
  margin-right: 0px;
  background-color: rgba(255, 0, 0, 0.9);
  color: rgba(255, 0, 0, 0.9);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #a3a3a9;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.color {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  float: left;
  background-color: #1f2126;
}

.color.platinum {
  background-color: #a3a3a9;
}

.color.isabelline {
  background-color: #e3e3e8;
}

.color.gost-white {
  border: 1px solid #000;
  background-color: #f7f7f7;
}

.color.magic-potion {
  background-color: #ff4365;
}

.color.main-light {
  background-color: #a2e7ef;
}

.color.pale-aqua {
  background-color: #c2cae8;
}

.color.main {
  background-color: #00bed5;
}

.color.mikado-yellow {
  background-color: #ffc914;
}

.logo {
  width: 100px;
  height: 30px;
  margin-top: -4px;
  background-image: url('../images/iPhixit-Logo-Invert.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo.w--current {
  background-image: url('../images/iPhixit-Logo-Invert.png');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1f2126;
}

.nav-element:hover {
  color: #1f2126;
}

.nav-element.w--current {
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.navlink-underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 2px;
  box-shadow: inset 0 2px 0 0 #000;
}

.nav-element-wrapper {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.blob-wrapper {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blob-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.outer-blob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Blob-Outer.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.inner-blob {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Blob-Inner.svg');
  background-position: 50% 50%;
  background-size: 65%;
  background-repeat: no-repeat;
}

._2-col-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-hero {
  margin-top: 0px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.o {
  margin-left: -14px;
  color: #00bed5;
}

.h {
  color: #00bed5;
}

.m {
  margin-left: -14px;
  color: #00bed5;
}

.e {
  margin-left: -14px;
  color: #00bed5;
}

.l {
  color: #00bed5;
}

.i {
  margin-left: -14px;
  color: #00bed5;
}

.ee {
  margin-left: -14px;
  color: #00bed5;
}

.c {
  color: #00bed5;
}

.a {
  margin-left: -14px;
  color: #00bed5;
}

.r {
  margin-left: -14px;
  color: #00bed5;
}

.f {
  margin-left: -14px;
  color: #00bed5;
}

.phone-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 33, 38, 0.8);
}

.video {
  width: 900px;
  height: 500px;
}

.video-close {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  cursor: pointer;
}

.play-button {
  position: absolute;
  display: none;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.play-icon-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
  background-color: #a3a3a9;
}

.play-icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  background-image: url('../images/play.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.play-button-outer-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #e3e3e8;
}

._3-col-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

._4-column-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.h5-footer {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
}

.h5-footer:hover {
  color: #a3a3a9;
}

.footer-link {
  margin-bottom: 15px;
  color: #a3a3a9;
}

.footer-link:hover {
  color: #1f2126;
}

.tab-link {
  margin-right: 100px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #a3a3a9;
  font-weight: 600;
}

.tab-link:hover {
  border-bottom: 2px solid #000;
  color: #1f2126;
}

.tab-link.w--current {
  margin-left: 0px;
  border-bottom: 2px solid #000;
  background-color: transparent;
  color: #1f2126;
}

.tab-link.last-child {
  margin-right: 0px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #a3a3a9;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.pre-header-green {
  margin-bottom: -25px;
  color: #00bed5;
}

.tabs-grid-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.customer-reviews {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review-pagination {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 35px;
  padding-right: 10px;
  padding-left: 10px;
}

.review-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-reviews {
  margin-top: 60px;
  margin-bottom: 40px;
}

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

.customer-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.customer-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customer-name {
  margin-top: 0px;
  margin-bottom: 5px;
}

.next-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

.previous-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cta-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f7f7f7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.password-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-form-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(31, 33, 38, 0.5);
  color: #f7f7f7;
}

.password-form {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.password-input {
  width: 200px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px none #000;
  border-radius: 50px;
  color: #e3e3e8;
}

.password-background-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
}

.factbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #c2cae8;
  text-align: center;
}

.team-member {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 380px;
  margin-top: -60px;
  padding: 70px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #a2e7ef;
  text-align: center;
}

.team-member-position {
  margin-bottom: 20px;
  color: #a3a3a9;
}

.team-member-img {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 120px;
}

.team-member-wrapper {
  text-align: center;
}

.office-impression-gallery {
  width: 8400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.office-img-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 700px;
  height: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.office-img-wrapper._500px {
  width: 500px;
}

.office-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 400px;
  min-width: 700px;
}

.open-role {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  min-height: 100px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #c2cae8;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #1f2126;
}

.open-role:hover {
  box-shadow: 0 15px 20px 0 rgba(194, 202, 232, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
  color: #1f2126;
}

.open-role-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.position {
  margin-top: 0px;
  margin-bottom: 5px;
}

.team {
  color: #a3a3a9;
}

.location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-logo {
  margin-right: 20px;
  margin-left: 20px;
}

.support-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #1f2126;
}

.support-topic:hover {
  background-color: #c2cae8;
  color: #1f2126;
}

.support-topic-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -10px;
  margin-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-topic-name {
  margin-top: 0px;
}

.license-link {
  margin-bottom: 10px;
}

.quotation-image {
  height: 120px;
}

.top-bar-mobile {
  z-index: 100;
  display: none;
  height: 120px;
  padding-top: 50px;
  border-bottom: 1px solid #a3a3a9;
}

.mobile-menu-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding-top: 16px;
  padding-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 80px;
  background-color: #00bed5;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-nav-menu {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 299;
  display: none;
  width: 240px;
  height: 450px;
  padding: 40px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #00bed5;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-menu-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 300;
  display: none;
  width: 80px;
  height: 80px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.mobile-navlink {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #1f2126;
}

.mobile-navlink:hover {
  color: #1f2126;
}

.mobile-navlink.w--current {
  border-left: 2px solid #1f2126;
  font-weight: 700;
}

.insurance-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 400;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(31, 33, 38, 0.9);
}

.form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f7f7f7;
}

.infobar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.insurance-product {
  margin-top: 0px;
  margin-bottom: 0px;
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-indicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.indicator {
  width: 50px;
  height: 8px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #e3e3e8;
}

.indicator.active {
  background-color: #00bed5;
}

.slide-nav {
  display: none;
}

.navigation-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #00bed5;
  font-size: 18px;
}

.navigation-button.previous {
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-button.next {
  float: right;
}

.form-slider {
  height: auto;
  background-color: transparent;
}

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

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input {
  width: 45%;
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: #f7f7f7;
}

.input:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.select {
  width: 45%;
  height: 60px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: #f7f7f7;
}

.select:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.textarea {
  min-height: 120px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a9;
  border-radius: 12px;
  background-color: transparent;
}

.textarea:focus {
  border-color: #1f2126;
  color: #1f2126;
}

.submit-button {
  z-index: 1000;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  float: right;
  border-radius: 40px;
  background-color: #00bed5;
}

.success-message {
  background-color: #e3e3e8;
}

.error-message {
  padding: 20px;
  background-color: #ff4365;
  color: #f7f7f7;
}

.modal-close {
  cursor: pointer;
}

.locu-widget-reset {
  background-color: transparent;
}

.section-white {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-white.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-white.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-white.office-impressions {
  overflow: hidden;
}

.section-white.grey {
  background-color: #e3e3e8;
}

.section-white.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-tx {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
}

.section-tx.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-tx.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-tx.office-impressions {
  overflow: hidden;
}

.section-tx.grey {
  background-color: #e3e3e8;
}

.section-tx.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-hide {
  display: none;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container-hide._2-column-grid {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-hide._2-column-grid.alternating {
  margin-top: 100px;
}

.container-hide._2-column-grid.support {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-hide.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-hide._3-column-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 40px;
  padding-left: 40px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-hide._4-column-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-hide.bottom-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f7f7f7;
}

.container-hide.license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-hide {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-hide.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-hide.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-hide.office-impressions {
  overflow: hidden;
}

.section-hide.grey {
  background-color: #e3e3e8;
}

.section-hide.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-hidden {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-hidden.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-hidden.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-hidden.office-impressions {
  overflow: hidden;
}

.section-hidden.grey {
  display: none;
  background-color: #e3e3e8;
}

.section-hidden.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blob-og {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blob-container-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: static;
  opacity: 0.4;
}

.section-copy {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-copy.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-copy.office-impressions {
  overflow: hidden;
}

.section-copy.grey {
  background-color: #e3e3e8;
}

.section-copy.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-foot {
  margin-top: 20px;
  color: #333;
}

.phonelink {
  color: #333;
}

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

.link {
  color: rgba(255, 0, 0, 0.9);
}

.link-2 {
  color: rgba(255, 0, 0, 0.9);
}

.section-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-location.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-location.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-location.office-impressions {
  overflow: hidden;
}

.section-location.grey {
  background-color: #e3e3e8;
}

.section-location.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-hidemore {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-hidemore.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-hidemore.footer {
  padding-bottom: 0px;
  background-color: #e3e3e8;
}

.section-hidemore.office-impressions {
  overflow: hidden;
}

.section-hidemore.grey {
  background-color: #e3e3e8;
}

.section-hidemore.featured-in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.button-wrapper-vert {
  display: none;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-copy {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: rgba(255, 0, 0, 0.9);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-copy:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button-copy.button-big {
  width: 240px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.9);
  line-height: 40px;
}

.button-copy.button-big:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 190, 213, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
}

.button-copy.button-big.margin-right {
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button-copy.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button-copy.button-quote {
  margin-top: -14px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button-copy.button-grid {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button-wrapper-mobile {
  display: none;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-mobnav {
  width: 200px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: rgba(255, 0, 0, 0.9);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #f7f7f7;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.button-mobnav:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 190, 213, 0.1), 0 10px 20px 0 rgba(31, 33, 38, 0.1);
  color: #f7f7f7;
}

.button-mobnav.button-big {
  width: 240px;
  height: 60px;
  background-color: rgba(255, 0, 0, 0.9);
  line-height: 40px;
}

.button-mobnav.button-big:hover {
  box-shadow: 0 15px 20px 0 rgba(0, 190, 213, 0.1), 0 15px 20px 0 rgba(31, 33, 38, 0.1);
}

.button-mobnav.button-big.margin-right {
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button-mobnav.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.button-mobnav.button-quote {
  margin-top: -14px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.button-mobnav.button-grid {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(255, 0, 0, 0.9);
}

.section-name-iph-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 12px;
  }
  p {
    font-size: 16px;
  }
  .paragraph-light {
    font-size: 16px;
  }
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container._2-column-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container.brands {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container._3-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container._4-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .navbar {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .blob-wrapper {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .phone-wrapper {
    display: none;
  }
  .video {
    width: 600px;
    height: 400px;
  }
  .play-button {
    width: 80px;
    height: 80px;
  }
  .play-icon-wrapper {
    width: 60px;
    height: 60px;
  }
  .play-icon {
    width: 30px;
    height: 30px;
    margin-left: 6px;
  }
  .play-button-outer-ring {
    width: 80px;
    height: 80px;
  }
  .review-wrapper {
    max-width: 500px;
  }
  .cta-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .news-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .quotation-image {
    height: 100px;
  }
  .top-bar-mobile {
    display: block;
    height: 100px;
    padding: 40px 30px;
    border-bottom-style: none;
  }
  .mobile-menu-button {
    background-color: rgba(255, 0, 0, 0.9);
  }
  .mobile-nav-menu {
    display: none;
    background-color: #1f2126;
    background-image: url('../images/iPhixit-Chip.png');
    background-position: 50% 110%;
    background-size: 211px;
    background-repeat: no-repeat;
  }
  .mobile-menu-wrapper {
    display: block;
  }
  .mobile-navlink {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f7f7f7;
  }
  .mobile-navlink:hover {
    color: #cfcfcf;
  }
  .mobile-navlink.w--current {
    color: #f7f7f7;
  }
  .section-white {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-white.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-tx {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-tx.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-hide._2-column-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-hide.brands {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-hide._3-column-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .container-hide._4-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-hide {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-hide.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-hidden {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-hidden.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blob-og {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }
  .image {
    display: none;
  }
  .section-copy {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-copy.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-foot {
    font-size: 16px;
  }
  .section-location {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-location.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-hidemore {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-hidemore.office-impressions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .button-mobnav {
    width: 150px;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .section-name-iph {
    margin-bottom: 60px;
  }
  .heading-subtext {
    font-size: 16px;
  }
  .section {
    padding: 80px 20px;
  }
  .section.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container._2-column-grid.alternating {
    margin-top: 60px;
  }
  .container._3-column-grid {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container._4-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  .container.bottom-bar {
    margin-top: 80px;
  }
  .button {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .button.button-big {
    width: 200px;
  }
  .circle.circle-big {
    width: 80px;
    height: 80px;
  }
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-wrapper {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-link {
    margin-right: 60px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .tabs-menu {
    margin-bottom: 80px;
  }
  .tab-pane-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .review-pagination {
    position: relative;
    top: 24%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-reviews {
    margin-top: 40px;
  }
  .next-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .previous-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cta-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cta-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .quotation-image {
    position: absolute;
    left: 0%;
    top: -10%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: block;
    width: 100%;
    height: 80px;
    margin-bottom: 0px;
  }
  .top-bar-mobile {
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-container {
    width: 360px;
  }
  .progress-bar {
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .indicator {
    margin-right: 10px;
  }
  .navigation-button.previous {
    width: 100%;
  }
  .navigation-button.next {
    width: 100%;
  }
  .input-wrapper {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .input {
    width: 100%;
    margin-bottom: 20px;
  }
  .select {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-white {
    padding: 80px 20px;
  }
  .section-white.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-tx {
    padding: 80px 20px;
  }
  .section-tx.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container-hide._2-column-grid.alternating {
    margin-top: 60px;
  }
  .container-hide._3-column-grid {
    padding-right: 20px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-hide._4-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  .container-hide.bottom-bar {
    margin-top: 80px;
  }
  .section-hide {
    padding: 80px 20px;
  }
  .section-hide.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-hidden {
    padding: 80px 20px;
  }
  .section-hidden.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-copy {
    padding: 80px 20px;
  }
  .section-copy.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-location {
    padding: 80px 20px;
  }
  .section-location.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-hidemore {
    padding: 80px 20px;
  }
  .section-hidemore.featured-in.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button-wrapper-vert {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-copy {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .button-copy.button-big {
    width: 200px;
  }
  .button-wrapper-mobile {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button-mobnav {
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  .button-mobnav.button-big {
    width: 200px;
  }
  .section-name-iph-copy {
    margin-bottom: 60px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 15px;
  }
  p {
    font-size: 15px;
  }
  .section-name-iph {
    margin-bottom: 50px;
    text-align: center;
  }
  .heading-subtext {
    font-size: 15px;
  }
  .paragraph-light {
    font-size: 15px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .container._2-column-grid.alternating {
    margin-top: 50px;
  }
  .container.brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container._3-column-grid {
    grid-row-gap: 60px;
  }
  .container._4-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container.bottom-bar {
    margin-top: 60px;
  }
  .button {
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  .button.button-big {
    width: 100%;
    height: 50px;
    line-height: 30px;
  }
  .button.button-big.margin-right {
    margin-right: 0px;
  }
  .color {
    margin-bottom: 10px;
  }
  .logo {
    width: 80px;
  }
  .h1-hero {
    max-width: 240px;
  }
  .button-wrapper {
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .video {
    width: 320px;
    height: 240px;
  }
  .footer-link {
    font-size: 16px;
  }
  .tab-link {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .tabs-menu {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }
  .review-pagination {
    top: 20%;
  }
  .cta-container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  .factbox {
    width: 200px;
    height: 200px;
  }
  .team-member {
    width: auto;
    height: auto;
  }
  .team-member-position {
    font-size: 15px;
  }
  .open-role-arrow {
    max-width: 40px;
  }
  .location-detail {
    font-size: 14px;
  }
  .support-topic {
    padding: 20px;
  }
  .support-topic-name {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .license-link {
    max-width: 260px;
  }
  .quotation-image {
    top: -5%;
    height: 60px;
  }
  .mobile-menu-button {
    background-color: rgba(255, 0, 0, 0.9);
    color: #f7f7f7;
  }
  .mobile-nav-menu {
    display: none;
    background-color: #252525;
  }
  .mobile-navlink {
    color: #f7f7f7;
  }
  .mobile-navlink.w--current {
    color: #f7f7f7;
  }
  .form-container {
    width: 320px;
  }
  .section-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-tx {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-hide._2-column-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .container-hide._2-column-grid.alternating {
    margin-top: 50px;
  }
  .container-hide.brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-hide._3-column-grid {
    grid-row-gap: 60px;
  }
  .container-hide._4-column-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .container-hide.bottom-bar {
    margin-top: 60px;
  }
  .section-hide {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-hidden {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blob-og {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image {
    display: none;
  }
  .heading {
    font-size: 40px;
  }
  .section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paragraph-foot {
    font-size: 15px;
  }
  .section-location {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-hidemore {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .button-wrapper-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-copy {
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  .button-copy.button-big {
    width: 100%;
    height: 50px;
    line-height: 30px;
  }
  .button-copy.button-big.margin-right {
    margin-right: 0px;
  }
  .button-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .button-mobnav {
    width: 100%;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
  }
  .button-mobnav.button-big {
    width: 100%;
    height: 50px;
    line-height: 30px;
  }
  .button-mobnav.button-big.margin-right {
    margin-right: 0px;
  }
  .section-name-iph-copy {
    margin-bottom: 50px;
    text-align: center;
  }
}

#w-node-7f59ad9f0b16-ac1a3b95 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3bdb3b529033-ac1a3b95 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-6ebc24c8b89a-ac1a3b95 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-6ebc24c8b8a8-ac1a3b95 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6ebc24c8b8b4-ac1a3b95 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-790fd673c796-9b1a3b98 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-6ca56e750922-9b1a3b98 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-818be0353c3a-9b1a3b98 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-a41e32780e1c-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-54eb5a7457a1-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de6808c5f5dd-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-227bfa25db37-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1d78dfe7d3be-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-1d78dfe7d3c7-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-23ad43c23564-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-2be15385b2cc-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1096d9023e5a-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-1f9a21efb449-cc1a3b9c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b2d0592523c-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9b2d05925244-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e9da1e3ee03e-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e9da1e3ee04c-571a3b9e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e9da1e3ee058-571a3b9e {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cd6b42e1477d-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd6b42e14786-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd6b42e14788-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cd6b42e14789-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bd8b6c0b833c-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bd8b6c0b8345-571a3b9e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-26321bbd37e5-0f1a3b9f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-26321bbd37ed-0f1a3b9f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e17c80528c9-0f1a3b9f {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-722325b546ee-0f1a3b9f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7030137934f5-7f1a3ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7030137934fd-7f1a3ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-007ea2b0ba2a-7f1a3ba1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-19278b4c4d03-ac1a3b95 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-78146161cc28-ac1a3b95 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-02d2bf1dc906-ac1a3b95 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-3bdb3b529033-ac1a3b95 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-c7a34f565eb7-cc1a3b9c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-c7a34f565ebe-cc1a3b9c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-c7a34f565ec5-cc1a3b9c {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-1d78dfe7d3be-cc1a3b9c {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-1d78dfe7d3c7-cc1a3b9c {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-cd6b42e14788-571a3b9e {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-0e17c80528b4-0f1a3b9f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-0e17c80528bb-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-0e17c80528c2-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
  #w-node-0e17c80528c9-0f1a3b9f {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-e4525ee1beb1-0f1a3b9f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-95a8d2a07837-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-f961824e68f9-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-32447a9b8531-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-5f7e598e46bb-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-06db27034c1b-0f1a3b9f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3bdb3b529033-ac1a3b95 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-19278b4c4d03-ac1a3b95 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-78146161cc28-ac1a3b95 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-02d2bf1dc906-ac1a3b95 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-3bdb3b529033-ac1a3b95 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
  #w-node-86c627ee9b1d-9b1a3b98 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  #w-node-8cf2328c4047-9b1a3b98 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

