:root {
  --rm_green_2: #40c397;
  --steel-blue-60: rgba(9, 106, 208, .6);
  --rm_white_2: #f7f7f7;
  --rm_green_2_20: rgba(38, 237, 171, .2);
  --096ad0: rgba(9, 106, 208, .04);
  --rm_grey_1: #323942;
  --rm_white_1: white;
  --rm_green_1: #25eeaa;
  --rm_blue: #002643;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--rm_green_2);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--rm_green_2);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--rm_green_2);
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--steel-blue-60);
  margin-bottom: 12px;
}

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

blockquote {
  border-left: 1px solid var(--rm_green_2);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  background-color: var(--rm_white_2);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bo-bottom-padding {
  padding-bottom: 0;
}

.section.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.black {
  background-color: var(--rm_grey_1);
}

.section.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.section.pale-blue {
  background-color: var(--096ad0);
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.color-block {
  background-color: var(--rm_green_2_20);
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.steel-blue {
  background-color: var(--rm_green_2);
}

.color-block.black {
  background-color: var(--rm_grey_1);
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  background-color: var(--rm_white_1);
  border: 1px solid #3d9afc;
}

.color-block.light-blue {
  border-style: none;
}

.color-block.white_2 {
  background-color: #fff;
}

.color-block.white_2.border {
  background-color: var(--rm_white_2);
  border: 1px solid #3d9afc;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.grid.intro {
  height: 100%;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid rgba(9, 106, 208, .05);
  border-right: 1px solid rgba(9, 106, 208, .05);
  width: 100%;
  height: 100%;
}

.column-overlay.white {
  border-left-color: rgba(255, 255, 255, .08);
  border-right-color: rgba(255, 255, 255, .08);
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.centre-align {
  align-items: center;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  justify-content: flex-end;
  align-items: stretch;
}

.col.lg-6.xs-2.career {
  border: .4px solid var(--rm_green_2);
  border-radius: 20px;
  width: 100%;
  padding-top: 10px;
}

.col.lg-6.xs-2.career:hover {
  border-color: var(--rm_green_1);
}

.col.lg-6.no_careers {
  width: 100%;
}

.col.lg-6.careers_yes {
  border-bottom: 1px solid var(--rm_white_1);
  border-radius: 0;
  width: 100%;
  padding-left: 0;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-5.no_careers, .col.lg-5.career {
  width: 100%;
  padding-left: 0;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.paragraph-small {
  color: var(--steel-blue-60);
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.white {
  color: rgba(255, 255, 255, .6);
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-small.rm_white {
  color: var(--rm_white_1);
}

.paragraph-small.rm_white.bold {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.row.flex-horizontal.careers_padding {
  margin-top: 15px;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.button {
  border: 1px solid var(--rm_green_2);
  background-color: var(--rm_green_2);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: block;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .33);
}

.button:hover {
  border: 1px solid var(--rm_green_2);
  background-color: var(--rm_green_2);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px rgba(1, 58, 117, .33);
}

.button.ghost {
  border: 1px solid var(--rm_green_2);
  box-shadow: none;
  color: var(--rm_green_2);
  background-color: rgba(0, 0, 0, 0);
}

.button.ghost:hover {
  background-color: var(--rm_green_2);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.ghost.reversed:hover, .button.reversed {
  color: var(--rm_green_2);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-bottom.header_button {
  margin-bottom: 0;
}

.button.margin-left {
  margin-right: 20px;
  display: none;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.white {
  color: var(--steel-blue-60);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px rgba(1, 58, 117, .1);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: var(--rm_grey_1);
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

.margin-bottom {
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
}

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

.margin-bottom.align-left {
  text-align: left;
}

.form {
  width: 100%;
}

.form-field {
  background-color: var(--096ad0);
  color: var(--rm_green_2);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--rm_green_2);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--096ad0);
  color: var(--rm_green_2);
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--rm_green_2);
}

.page-preview-link {
  background-color: var(--rm_grey_1);
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, var(--rm_green_2));
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, .1);
}

.page-wrapper {
  overflow: hidden;
}

.price-table-container {
  border: 1px solid var(--rm_green_2_20);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--rm_green_2);
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.column-styleguide {
  border: 1px solid var(--rm_green_2);
  background-color: rgba(9, 106, 208, .06);
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--rm_green_2);
}

.horizontal-line.light {
  color: var(--rm_green_2);
  background-color: rgba(41, 127, 202, .8);
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: rgba(255, 255, 255, .8);
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: .5;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
  display: none;
}

.contact-form-container.card {
  border: 1px none var(--rm_green_2_20);
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 0 80px rgba(31, 44, 61, .1);
}

.contact-form-container.card.white-background {
  border: 1px solid var(--rm_green_2);
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: rgba(9, 106, 208, .04);
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  border: 1px solid var(--rm_green_2_20);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--rm_green_2);
  color: var(--rm_green_2);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--rm_green_2);
  color: var(--rm_green_2);
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: var(--rm_green_2);
  cursor: pointer;
  padding: 16px 20px 18px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: var(--rm_green_2);
}

.nav-link-2.w--current {
  color: var(--rm_green_2);
  font-weight: 700;
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--rm_green_2);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  background-color: var(--rm_green_2);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: rgba(9, 106, 208, .6);
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--rm_green_2);
}

.menu-button-2.w--open {
  color: var(--rm_green_2_20);
  background-color: #fff;
}

.nav-bar {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--rm_grey_1);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: var(--rm_green_2);
}

.partner-logo {
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.styleguide-small-divider {
  opacity: .3;
  width: 100%;
  margin-top: 0;
}

.no-bottom-margins {
  margin-bottom: 0;
}

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

.column-image {
  margin-bottom: 20px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

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

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow, .slide-nav {
  color: var(--rm_green_2);
}

.full-width-image {
  width: 100%;
}

.overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

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

.components-list-container {
  background-color: var(--rm_grey_1);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px solid var(--rm_green_2_20);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: none;
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.masonry-div {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-div.vertical {
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: var(--rm_green_2);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.intro-hero-headline {
  color: #fff;
  letter-spacing: -3px;
  font-size: 112px;
  font-weight: 300;
  line-height: 1em;
}

.intro-paragraph {
  opacity: .5;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.big-brick._4 {
  z-index: 1;
  position: relative;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -66px;
  margin-bottom: 238px;
  display: flex;
  transform: scale(2);
}

.white-bricks {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blue-bricks {
  align-items: flex-start;
  margin-left: -50px;
  display: flex;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.dark-blue {
  background-color: var(--rm_grey_1);
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--rm_green_2);
  color: #fff;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--rm_grey_1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  background-color: var(--rm_grey_1);
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.components-wrapper {
  border-style: solid none;
  border-width: 20px;
  border-color: var(--rm_green_2_20);
  overflow: hidden;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid var(--rm_green_2);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.hide {
  display: none;
}

.flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.horizontal-short-line {
  background-color: var(--rm_green_2_20);
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--rm_green_2);
  background-color: var(--rm_green_2);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
    opacity:0;
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
}

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

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 50px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-3 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.centre-align {
  justify-content: center;
  display: flex;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.intro-feature-container {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-feature-container.bottom-right {
  justify-content: space-between;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-bottom: -30px;
  margin-right: -30px;
}

.mac-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-35 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rich-text-block img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.starter-website-image {
  margin-bottom: -75px;
  margin-right: -208px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.success-message {
  background-color: var(--096ad0);
}

.footer-heading {
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  color: var(--steel-blue-60);
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

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

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  opacity: .6;
  color: var(--rm_green_2);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--rm_green_2);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  transition: transform .15s;
}

.blog-thumbnail:hover {
  transform: translate(0, -5px);
}

.blog-tag {
  background-color: var(--rm_green_2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.blog-content-preview-container {
  margin-top: -37px;
  position: relative;
}

.back-icon {
  margin-right: 8px;
}

.utility-page-wrap {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.utility-page-wrap.light-blue {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-icon {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shadow {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 16px;
}

.shadow._1 {
  top: auto;
  bottom: -10px;
  left: auto;
  right: 2px;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: rgba(9, 106, 208, .2);
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px rgba(31, 44, 61, .1);
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.paragraph-small-2 {
  color: rgba(9, 106, 208, .6);
  font-size: 15px;
  font-weight: 300;
}

.heading {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.paragraph, .paragraph-2 {
  font-family: Sf Pro Display, sans-serif;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

.heading-5 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
}

.rm_header {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rm_header.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_header.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_header.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_header.full-screen.stretch {
  align-items: stretch;
}

.rm_header.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_header.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_header.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_header.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_header.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_header.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_header.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_header.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_header.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_header.half-screen-background-image.right {
  background-position: 100%;
}

.rm_header.black {
  background-color: var(--rm_grey_1);
}

.rm_header.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_header.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_header.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_header.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_header.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_header.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_header.pale-blue {
  background-color: var(--096ad0);
}

.rm_header.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_header.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_header.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-6 {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 700;
}

.rm_header_new {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_header_new.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_header_new.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_header_new.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  opacity: 1;
  background-image: url('../images/header_bg_blur.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
}

.rm_header_new.full-screen.stretch {
  align-items: stretch;
}

.rm_header_new.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_header_new.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_header_new.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_header_new.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_header_new.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_header_new.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_header_new.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_header_new.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_header_new.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_header_new.half-screen-background-image.right {
  background-position: 100%;
}

.rm_header_new.black {
  background-color: var(--rm_grey_1);
}

.rm_header_new.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_header_new.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_header_new.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_header_new.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_header_new.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_header_new.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_header_new.pale-blue {
  background-color: var(--096ad0);
}

.rm_header_new.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_header_new.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_header_new.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_rm {
  background-color: var(--rm_green_2);
  color: var(--rm_white_1);
  border-radius: 20px;
  height: 2.5rem;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button_rm._404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-top: 5%;
  display: flex;
}

.rm_services {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_services.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_services.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_services.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_services.full-screen.stretch {
  align-items: stretch;
}

.rm_services.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_services.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_services.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_services.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_services.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_services.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_services.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_services.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_services.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_services.half-screen-background-image.right {
  background-position: 100%;
}

.rm_services.black {
  background-color: var(--rm_grey_1);
}

.rm_services.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_services.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_services.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_services.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_services.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_services.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_services.pale-blue {
  background-color: var(--096ad0);
}

.rm_services.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_services.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_services.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rm_services_header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
  display: block;
}

.rm_services_sub {
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
}

.rm_values {
  background-color: var(--rm_blue);
  background-image: url('../images/rm_icon_noborder.svg'), linear-gradient(0deg, var(--rm_blue), #023b66);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 175vh, auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_values.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_values.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_values.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_values.full-screen.stretch {
  align-items: stretch;
}

.rm_values.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_values.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_values.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_values.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_values.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_values.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_values.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_values.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_values.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_values.half-screen-background-image.right {
  background-position: 100%;
}

.rm_values.black {
  background-color: var(--rm_grey_1);
}

.rm_values.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_values.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_values.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_values.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_values.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_values.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_values.pale-blue {
  background-color: var(--096ad0);
}

.rm_values.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_values.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_values.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rm_values_icon {
  width: 50px;
  margin-right: 30px;
}

.rm_careers_contact {
/*  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;*/
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_careers_contact.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_careers_contact.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_careers_contact.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_careers_contact.full-screen.stretch {
  align-items: stretch;
}

.rm_careers_contact.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_careers_contact.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_careers_contact.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_careers_contact.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_careers_contact.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_careers_contact.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_careers_contact.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_careers_contact.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_careers_contact.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_careers_contact.half-screen-background-image.right {
  background-position: 100%;
}

.rm_careers_contact.black {
  background-color: var(--rm_grey_1);
}

.rm_careers_contact.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_careers_contact.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_careers_contact.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_careers_contact.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_careers_contact.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_careers_contact.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_careers_contact.pale-blue {
  background-color: var(--096ad0);
}

.rm_careers_contact.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_careers_contact.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_careers_contact.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rm_feature_paragraph {
  color: var(--steel-blue-60);
  margin-bottom: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 300;
}

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

.rm_feature_paragraph.align-left {
  text-align: left;
}

.rm_paragraph_right {
  background-color: var(--rm_white_2);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_paragraph_right.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_paragraph_right.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_paragraph_right.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_paragraph_right.full-screen.stretch {
  align-items: stretch;
}

.rm_paragraph_right.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_paragraph_right.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_paragraph_right.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_paragraph_right.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_paragraph_right.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_paragraph_right.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_paragraph_right.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_paragraph_right.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_paragraph_right.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_paragraph_right.half-screen-background-image.right {
  background-position: 100%;
}

.rm_paragraph_right.black {
  background-color: var(--rm_grey_1);
}

.rm_paragraph_right.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_paragraph_right.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_paragraph_right.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_paragraph_right.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_paragraph_right.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_paragraph_right.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_paragraph_right.pale-blue {
  background-color: var(--096ad0);
}

.rm_paragraph_right.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_paragraph_right.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_paragraph_right.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-7 {
  font-weight: 600;
}

.nav-bar-dark {
  z-index: 99999999;
  background-color: var(--rm_grey_1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bar-dark.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar-dark.burger-nav {
  background-color: #fff;
}

.nav-menu-2-dark {
  background-color: var(--rm_grey_1);
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.careers_title {
  margin-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 600;
}

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

.careers_title.align-left {
  text-align: left;
}

.link_title {
  margin-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 500;
  transition: transform .2s;
}

.link_title:hover {
  color: var(--rm_green_1);
  transform: translate(2px);
}

.career_link {
  text-decoration: none;
}

.section-copy {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-copy.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.bo-bottom-padding {
  padding-bottom: 0;
}

.section-copy.full-screen {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-copy.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy.full-screen.stretch {
  align-items: stretch;
}

.section-copy.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section-copy.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section-copy.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section-copy.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-copy.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.section-copy.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section-copy.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section-copy.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-copy.half-screen-background-image.right {
  background-position: 100%;
}

.section-copy.black {
  background-color: var(--rm_grey_1);
}

.section-copy.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section-copy.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section-copy.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-copy.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.section-copy.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-copy.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.section-copy.pale-blue {
  background-color: var(--096ad0);
}

.section-copy.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section-copy.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-copy.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-3 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col-3.lg-6 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
}

.col-3.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.low-opacity-2 {
  color: rgba(9, 106, 208, .6);
}

.row-4 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.icon-3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.values_2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.values_2.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.values_2.bo-bottom-padding {
  padding-bottom: 0;
}

.values_2.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.values_2.full-screen.stretch {
  align-items: stretch;
}

.values_2.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.values_2.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.values_2.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.values_2.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.values_2.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.values_2.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.values_2.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.values_2.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.values_2.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.values_2.half-screen-background-image.right {
  background-position: 100%;
}

.values_2.black {
  background-color: var(--rm_grey_1);
}

.values_2.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.values_2.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.values_2.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.values_2.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.values_2.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.values_2.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.values_2.pale-blue {
  background-color: var(--096ad0);
}

.values_2.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.values_2.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.values_2.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.values_paragraph {
  color: var(--rm_white_2);
}

.services {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.services.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.services.bo-bottom-padding {
  padding-bottom: 0;
}

.services.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.services.full-screen.stretch {
  align-items: stretch;
}

.services.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.services.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.services.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.services.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.services.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.services.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.services.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.services.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.services.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.services.half-screen-background-image.right {
  background-position: 100%;
}

.services.black {
  background-color: var(--rm_grey_1);
}

.services.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.services.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.services.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.services.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.services.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.services.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.services.pale-blue {
  background-color: var(--096ad0);
}

.services.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.services.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.services.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.service_image {
  margin-bottom: 20px;
}

.protected_page {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-image {
  max-width: 25%;
}

.button-2 {
  background-color: var(--rm_green_2);
  text-align: center;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_new {
  background-color: var(--rm_white_1);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer_new.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_new.bo-bottom-padding {
  padding-bottom: 0;
}

.footer_new.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_new.full-screen.stretch {
  align-items: stretch;
}

.footer_new.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.footer_new.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.footer_new.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.footer_new.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.footer_new.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.footer_new.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.footer_new.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.footer_new.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.footer_new.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.footer_new.half-screen-background-image.right {
  background-position: 100%;
}

.footer_new.black {
  background-color: var(--rm_grey_1);
}

.footer_new.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.footer_new.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.footer_new.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.footer_new.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.footer_new.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.footer_new.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.footer_new.pale-blue {
  background-color: var(--096ad0);
}

.footer_new.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.footer_new.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer_new.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rm_paragraph_left {
  background-color: var(--rm_white_1);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_paragraph_left.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_paragraph_left.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_paragraph_left.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_paragraph_left.full-screen.stretch {
  align-items: stretch;
}

.rm_paragraph_left.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_paragraph_left.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_paragraph_left.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_paragraph_left.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_paragraph_left.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_paragraph_left.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_paragraph_left.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_paragraph_left.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_paragraph_left.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_paragraph_left.half-screen-background-image.right {
  background-position: 100%;
}

.rm_paragraph_left.black {
  background-color: var(--rm_grey_1);
}

.rm_paragraph_left.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_paragraph_left.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_paragraph_left.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_paragraph_left.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_paragraph_left.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_paragraph_left.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_paragraph_left.pale-blue {
  background-color: var(--096ad0);
}

.rm_paragraph_left.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_paragraph_left.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_paragraph_left.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rm_careers_contact_no_jobs {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rm_careers_contact_no_jobs.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rm_careers_contact_no_jobs.bo-bottom-padding {
  padding-bottom: 0;
}

.rm_careers_contact_no_jobs.full-screen.background-image-side {
  background-color: var(--rm_green_2_20);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rm_careers_contact_no_jobs.full-screen.stretch {
  align-items: stretch;
}

.rm_careers_contact_no_jobs.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rm_careers_contact_no_jobs.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rm_careers_contact_no_jobs.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rm_careers_contact_no_jobs.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rm_careers_contact_no_jobs.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rm_careers_contact_no_jobs.light-blue {
  background-color: rgba(9, 106, 208, .08);
}

.rm_careers_contact_no_jobs.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rm_careers_contact_no_jobs.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.rm_careers_contact_no_jobs.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rm_careers_contact_no_jobs.half-screen-background-image.right {
  background-position: 100%;
}

.rm_careers_contact_no_jobs.black {
  background-color: var(--rm_grey_1);
}

.rm_careers_contact_no_jobs.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.rm_careers_contact_no_jobs.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rm_careers_contact_no_jobs.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.rm_careers_contact_no_jobs.page-header.image {
  background-image: url('../images/rm_gradient_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}

.rm_careers_contact_no_jobs.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rm_careers_contact_no_jobs.top-divider {
  border-top: 1px solid var(--rm_green_2_20);
}

.rm_careers_contact_no_jobs.pale-blue {
  background-color: var(--096ad0);
}

.rm_careers_contact_no_jobs.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rm_careers_contact_no_jobs.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rm_careers_contact_no_jobs.divider {
  background-color: rgba(9, 106, 208, .2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.back_to_top {
  z-index: 15;
  background-image: url('../images/back_to_top.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 4%;
}

.back_to_top.w--current {
  background-image: url('../images/back_to_top.svg');
}

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

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

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

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black._80vh {
    height: 700px;
    min-height: auto;
  }

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

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .grid {
    flex-flow: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-8.flex-stretch {
    align-items: stretch;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

  .col.lg-11.md-3 {
    width: 75%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .margin-bottom {
      opacity: 0;
    margin-bottom: 40px;
  }
  .margin-bottom-vis {
    margin-bottom: 40px;
  }

  .margin-bottom.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--rm_green_2);
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .intro-hero-headline {
    letter-spacing: -2px;
    font-size: 92px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 20px;
  }

  .centred-logo-container {
    display: block;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

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

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .row-3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .features-phone-image {
    height: 70%;
    position: relative;
  }

  .starter-website-image {
    margin-bottom: 40px;
    margin-right: 0;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 200px;
    right: 0;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .md-align-centre {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-image {
    height: 90px;
  }

  .mobile-nav {
    background-color: var(--rm_grey_1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--rm_grey_1);
  }

  .nav-link-3 {
    background-color: var(--rm_grey_1);
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    background-color: var(--rm_grey_1);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    float: left;
    background-color: var(--rm_green_2_20);
    color: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: var(--rm_grey_1);
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .brand {
    flex: 1;
  }

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

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--rm_green_2);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 50%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .rm_header {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_header.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_header.full-screen {
    min-height: 800px;
  }

  .rm_header.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_header.half-screen-background-image, .rm_header.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_header.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_header.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_header_new {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_header_new.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_header_new.full-screen {
    min-height: 800px;
  }

  .rm_header_new.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_header_new.half-screen-background-image, .rm_header_new.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_header_new.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_header_new.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_services.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_services.full-screen {
    min-height: 800px;
  }

  .rm_services.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_services.half-screen-background-image, .rm_services.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_services.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_services.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_services_header {
    margin-bottom: 40px;
  }

  .rm_values {
    background-position: 50%, 0 0;
    background-size: auto 110%, auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_values.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_values.full-screen {
    min-height: 800px;
  }

  .rm_values.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_values.half-screen-background-image, .rm_values.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_values.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_values.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_careers_contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_careers_contact.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_careers_contact.full-screen {
    min-height: 800px;
  }

  .rm_careers_contact.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_careers_contact.half-screen-background-image, .rm_careers_contact.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_careers_contact.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_careers_contact.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_feature_paragraph {
    margin-bottom: 40px;
  }

  .rm_feature_paragraph.md-centre-align {
    text-align: center;
  }

  .rm_paragraph_right {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_paragraph_right.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_paragraph_right.full-screen {
    min-height: 800px;
  }

  .rm_paragraph_right.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_paragraph_right.half-screen-background-image, .rm_paragraph_right.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_paragraph_right.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_paragraph_right.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .nav-bar-dark {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2-dark {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .careers_title {
    margin-bottom: 10px;
  }

  .careers_title.md-centre-align {
    text-align: center;
  }

  .section-copy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-copy.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section-copy.full-screen {
    min-height: 800px;
  }

  .section-copy.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-size: 48%;
  }

  .section-copy.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .col-3 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-3.lg-6.md-4 {
    width: 100%;
  }

  .col-3.lg-6.md-3 {
    width: 75%;
  }

  .col-3.lg-4 {
    width: 50%;
  }

  .col-3.lg-4.md-33 {
    width: 33.33%;
  }

  .row-4 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .values_2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .values_2.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .values_2.full-screen {
    min-height: 800px;
  }

  .values_2.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .values_2.half-screen-background-image, .values_2.half-screen-background-image.right {
    background-size: 48%;
  }

  .values_2.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .values_2.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .services {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .services.full-screen {
    min-height: 800px;
  }

  .services.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .services.half-screen-background-image, .services.half-screen-background-image.right {
    background-size: 48%;
  }

  .services.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services.black._80vh {
    height: 700px;
    min-height: auto;
  }

  ._404-image {
    max-width: 50%;
  }

  .footer_new {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer_new.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_new.full-screen {
    min-height: 800px;
  }

  .footer_new.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer_new.half-screen-background-image, .footer_new.half-screen-background-image.right {
    background-size: 48%;
  }

  .footer_new.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer_new.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_paragraph_left {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_paragraph_left.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_paragraph_left.full-screen {
    min-height: 800px;
  }

  .rm_paragraph_left.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_paragraph_left.half-screen-background-image, .rm_paragraph_left.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_paragraph_left.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_paragraph_left.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .rm_careers_contact_no_jobs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rm_careers_contact_no_jobs.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rm_careers_contact_no_jobs.full-screen {
    min-height: 800px;
  }

  .rm_careers_contact_no_jobs.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rm_careers_contact_no_jobs.half-screen-background-image, .rm_careers_contact_no_jobs.half-screen-background-image.right {
    background-size: 48%;
  }

  .rm_careers_contact_no_jobs.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rm_careers_contact_no_jobs.black._80vh {
    height: 700px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: cover;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.black._80vh {
    height: 560px;
  }

  .section.hide-sm-down {
    display: none;
  }

  .wrapper.space-around {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2, .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2, .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--rm_green_2);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .intro-paragraph.short-paragraph {
    font-size: 19px;
  }

  .bricks-container {
    margin-bottom: 100px;
    transform: none;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .col-2.lg-6 {
    align-items: center;
    width: 100%;
  }

  .side-image {
      opacity:0;
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .feature-image {
    height: 30%;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .rm_header.full-screen {
    min-height: 600px;
  }

  .rm_header.wider-padding.background-image {
    height: 400px;
  }

  .rm_header.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_header.half-screen-background-image, .rm_header.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_header.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_header.black._80vh {
    height: 560px;
  }

  .rm_header.hide-sm-down {
    display: none;
  }

  .rm_header_new.full-screen {
    min-height: 600px;
  }

  .rm_header_new.wider-padding.background-image {
    height: 400px;
  }

  .rm_header_new.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_header_new.half-screen-background-image, .rm_header_new.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_header_new.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_header_new.black._80vh {
    height: 560px;
  }

  .rm_header_new.hide-sm-down {
    display: none;
  }

  .button_rm._404 {
    font-family: Sf Pro Display, sans-serif;
    font-weight: 600;
  }

  .rm_services.full-screen {
    min-height: 600px;
  }

  .rm_services.wider-padding.background-image {
    height: 400px;
  }

  .rm_services.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_services.half-screen-background-image, .rm_services.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_services.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_services.black._80vh {
    height: 560px;
  }

  .rm_services.hide-sm-down {
    display: none;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_values.full-screen {
    min-height: 600px;
  }

  .rm_values.wider-padding.background-image {
    height: 400px;
  }

  .rm_values.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_values.half-screen-background-image, .rm_values.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_values.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_values.black._80vh {
    height: 560px;
  }

  .rm_values.hide-sm-down {
    display: none;
  }

  .rm_careers_contact.full-screen {
    min-height: 600px;
  }

  .rm_careers_contact.wider-padding.background-image {
    height: 400px;
  }

  .rm_careers_contact.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_careers_contact.half-screen-background-image, .rm_careers_contact.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_careers_contact.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_careers_contact.black._80vh {
    height: 560px;
  }

  .rm_careers_contact.hide-sm-down {
    display: none;
  }

  .rm_paragraph_right.full-screen {
    min-height: 600px;
  }

  .rm_paragraph_right.wider-padding.background-image {
    height: 400px;
  }

  .rm_paragraph_right.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_paragraph_right.half-screen-background-image, .rm_paragraph_right.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_paragraph_right.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_paragraph_right.black._80vh {
    height: 560px;
  }

  .rm_paragraph_right.hide-sm-down {
    display: none;
  }

  .careers_title {
    margin-bottom: 10px;
  }

  .section-copy.full-screen {
    min-height: 600px;
  }

  .section-copy.wider-padding.background-image {
    height: 400px;
  }

  .section-copy.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-size: cover;
  }

  .section-copy.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section-copy.black._80vh {
    height: 560px;
  }

  .section-copy.hide-sm-down {
    display: none;
  }

  .col-3.lg-6, .col-3.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .row-4 {
    flex-wrap: wrap;
  }

  .values_2.full-screen {
    min-height: 600px;
  }

  .values_2.wider-padding.background-image {
    height: 400px;
  }

  .values_2.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .values_2.half-screen-background-image, .values_2.half-screen-background-image.right {
    background-size: cover;
  }

  .values_2.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .values_2.black._80vh {
    height: 560px;
  }

  .values_2.hide-sm-down {
    display: none;
  }

  .services.full-screen {
    min-height: 600px;
  }

  .services.wider-padding.background-image {
    height: 400px;
  }

  .services.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .services.half-screen-background-image, .services.half-screen-background-image.right {
    background-size: cover;
  }

  .services.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .services.black._80vh {
    height: 560px;
  }

  .services.hide-sm-down {
    display: none;
  }

  .footer_new.full-screen {
    min-height: 600px;
  }

  .footer_new.wider-padding.background-image {
    height: 400px;
  }

  .footer_new.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .footer_new.half-screen-background-image, .footer_new.half-screen-background-image.right {
    background-size: cover;
  }

  .footer_new.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .footer_new.black._80vh {
    height: 560px;
  }

  .footer_new.hide-sm-down {
    display: none;
  }

  .rm_paragraph_left.full-screen {
    min-height: 600px;
  }

  .rm_paragraph_left.wider-padding.background-image {
    height: 400px;
  }

  .rm_paragraph_left.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_paragraph_left.half-screen-background-image, .rm_paragraph_left.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_paragraph_left.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_paragraph_left.black._80vh {
    height: 560px;
  }

  .rm_paragraph_left.hide-sm-down {
    display: none;
  }

  .rm_careers_contact_no_jobs.full-screen {
    min-height: 600px;
  }

  .rm_careers_contact_no_jobs.wider-padding.background-image {
    height: 400px;
  }

  .rm_careers_contact_no_jobs.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rm_careers_contact_no_jobs.half-screen-background-image, .rm_careers_contact_no_jobs.half-screen-background-image.right {
    background-size: cover;
  }

  .rm_careers_contact_no_jobs.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rm_careers_contact_no_jobs.black._80vh {
    height: 560px;
  }

  .rm_careers_contact_no_jobs.hide-sm-down {
    display: none;
  }

  .div-block-51 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 21px;
    line-height: 30px;
  }

  .section.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-position: 50%;
  }

  .section.black._80vh {
    height: 500px;
  }

  .section.page-header {
    padding-top: 80px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .wrapper.mobile-nav {
    position: relative;
  }

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

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-3, .col.lg-3._2-col-in-mobile {
    width: 100%;
  }

  .col.lg-3.md-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5, .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical, .masonry-div.big {
    padding-top: 100%;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-hero-headline {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1.1em;
  }

  .intro-paragraph.short-paragraph {
    font-size: 16px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .feature-icon-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-side {
    margin-right: 0;
  }

  .computer-image {
    width: 110%;
  }

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

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

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

  .side-image.lightbox-video {
    width: 100%;
  }

  .intro-feature-container {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .intro-feature-container.bottom-right {
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    flex-direction: column;
    justify-content: space-between;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .features-mac {
    max-width: 120%;
    margin-bottom: -20%;
    margin-right: -25%;
  }

  .mac-container {
    align-items: flex-end;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    width: 100%;
    position: fixed;
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .rm_header.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_header.half-screen-background-image, .rm_header.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_header.black._80vh {
    height: 500px;
  }

  .rm_header.page-header {
    padding-top: 80px;
  }

  .rm_header.page-header.image {
    padding-bottom: 80px;
  }

  .rm_header_new.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_header_new.half-screen-background-image, .rm_header_new.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_header_new.black._80vh {
    height: 500px;
  }

  .rm_header_new.page-header {
    padding-top: 80px;
  }

  .rm_header_new.page-header.image {
    padding-bottom: 80px;
  }

  .rm_services.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_services.half-screen-background-image, .rm_services.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_services.black._80vh {
    height: 500px;
  }

  .rm_services.page-header {
    padding-top: 80px;
  }

  .rm_services.page-header.image {
    padding-bottom: 80px;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_values {
    background-position: 50% 100%, 0 0;
    background-size: auto 90%, auto;
  }

  .rm_values.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_values.half-screen-background-image, .rm_values.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_values.black._80vh {
    height: 500px;
  }

  .rm_values.page-header {
    padding-top: 80px;
  }

  .rm_values.page-header.image {
    padding-bottom: 80px;
  }

  .rm_values_icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .rm_careers_contact.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_careers_contact.half-screen-background-image, .rm_careers_contact.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_careers_contact.black._80vh {
    height: 500px;
  }

  .rm_careers_contact.page-header {
    padding-top: 80px;
  }

  .rm_careers_contact.page-header.image {
    padding-bottom: 80px;
  }

  .rm_feature_paragraph {
    text-align: center;
  }

  .rm_paragraph_right.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_paragraph_right.half-screen-background-image, .rm_paragraph_right.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_paragraph_right.black._80vh {
    height: 500px;
  }

  .rm_paragraph_right.page-header {
    padding-top: 80px;
  }

  .rm_paragraph_right.page-header.image {
    padding-bottom: 80px;
  }

  .nav-bar-dark {
    position: relative;
  }

  .careers_title {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-copy.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section-copy.half-screen-background-image, .section-copy.half-screen-background-image.right {
    background-position: 50%;
  }

  .section-copy.black._80vh {
    height: 500px;
  }

  .section-copy.page-header {
    padding-top: 80px;
  }

  .section-copy.page-header.image {
    padding-bottom: 80px;
  }

  .col-3 {
    margin-bottom: 0;
  }

  .col-3.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col-3.lg-4, .col-3.lg-4.md-33.xs-2 {
    width: 100%;
  }

  .values_2.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .values_2.half-screen-background-image, .values_2.half-screen-background-image.right {
    background-position: 50%;
  }

  .values_2.black._80vh {
    height: 500px;
  }

  .values_2.page-header {
    padding-top: 80px;
  }

  .values_2.page-header.image {
    padding-bottom: 80px;
  }

  .services.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .services.half-screen-background-image, .services.half-screen-background-image.right {
    background-position: 50%;
  }

  .services.black._80vh {
    height: 500px;
  }

  .services.page-header {
    padding-top: 80px;
  }

  .services.page-header.image {
    padding-bottom: 80px;
  }

  ._404-image {
    max-width: 75%;
  }

  .footer_new.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .footer_new.half-screen-background-image, .footer_new.half-screen-background-image.right {
    background-position: 50%;
  }

  .footer_new.black._80vh {
    height: 500px;
  }

  .footer_new.page-header {
    padding-top: 80px;
  }

  .footer_new.page-header.image {
    padding-bottom: 80px;
  }

  .rm_paragraph_left.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_paragraph_left.half-screen-background-image, .rm_paragraph_left.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_paragraph_left.black._80vh {
    height: 500px;
  }

  .rm_paragraph_left.page-header {
    padding-top: 80px;
  }

  .rm_paragraph_left.page-header.image {
    padding-bottom: 80px;
  }

  .rm_careers_contact_no_jobs.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rm_careers_contact_no_jobs.half-screen-background-image, .rm_careers_contact_no_jobs.half-screen-background-image.right {
    background-position: 50%;
  }

  .rm_careers_contact_no_jobs.black._80vh {
    height: 500px;
  }

  .rm_careers_contact_no_jobs.page-header {
    padding-top: 80px;
  }

  .rm_careers_contact_no_jobs.page-header.image {
    padding-bottom: 80px;
  }

  .div-block-51 {
    text-align: center;
    align-self: center;
  }
}


@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype'), url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype'), url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
