@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.6;
  background-color: #fff;
  color: #000;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar {
  width: 0.6rem;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
  background-color: #a9b3bb;
}
body.no-scroll {
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 54%;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 920px) {
  body {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.8rem;
  }
}
.container {
  max-width: none;
  padding: 0 8rem;
}
.container.subpage-content {
  max-width: 191.4rem;
}

@media only screen and (max-width: 920px) {
  .container {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    padding: 0 2rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .animation-logo {
    display: none;
    visibility: hidden;
  }
  .display-logo:before, .phone-mockup:before {
    content: "Lottie JS er ikke understøttet af Internet Explorer! Benyt hvilken som helst anden browser, for at se animationer.";
  }
  .display-logo #search-anim, .display-logo #check-anim, .phone-mockup #search-anim, .phone-mockup #check-anim {
    display: none;
  }
}
h1 {
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 3.83rem;
  font-weight: 300;
  color: #000;
  margin-top: 0;
  margin-bottom: 3rem;
}
h1.subpage-header {
  font-family: Merriweather;
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}
h1 .header-emoji {
  position: relative;
  top: -0.3rem;
}

@media only screen and (max-width: 920px) {
  h1 {
    font-size: 2.3rem;
  }
  h1.subpage-header {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
h2, h3, h4, h5, h6, .h4 {
  font-family: Merriweather;
  font-size: 3.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2rem;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h4:first-child {
  margin-top: 0;
}
h2 + p, h3 + p, h4 + p, h5 + p, h6 + p, .h4 + p {
  margin-top: -1.4rem;
}

h2.large {
  font-size: 4.2rem;
}

@media only screen and (max-width: 920px) {
  h2 {
    font-size: 2.4rem;
  }
  h2.large {
    font-size: 2.8rem;
  }
}
h3 {
  font-size: 2.4rem;
}

@media only screen and (max-width: 920px) {
  h3 {
    font-size: 1.7rem;
  }
}
h4, .h4 {
  font-size: 1.4rem;
  margin-top: 4rem;
  margin-bottom: 0.2rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
  color: #878a8f;
}
h4 + h1, .h4 + h1 {
  margin-top: 0;
  font-family: Merriweather;
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 920px) {
  h4 {
    margin-top: 2rem;
  }
  h4 + h1 {
    margin-bottom: 0;
    font-size: 3rem;
  }
}
h5 {
  font-size: 2.2rem;
  color: #000;
  margin-bottom: 0.4rem;
}

h6 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

p {
  font-size: 2.2rem;
  font-size: 2.4rem;
  color: #000;
  margin-top: 0;
  line-height: 1.5;
}
p.large {
  font-size: 116%;
}

@media only screen and (max-width: 920px) {
  p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  h4 + h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  p {
    font-size: 1.8rem;
  }
}
@font-face {
  font-family: "Hemi Head";
  src: url("../fonts/hemihead.ttf") format("truetype"), url("../fonts/hemihead.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

footer {
  display: inline-block;
  width: 100%;
  padding: 4rem 8rem;
}
footer .footer-logo {
  position: relative;
  display: inline-block;
  margin-right: 2rem;
  font-size: 2.8rem;
  color: #878a8f;
  font-weight: 300;
  z-index: 22;
}
footer .footer-logo:before {
  display: none;
}
footer .footer-logo span {
  font-weight: 600;
  color: #505a69;
}
footer .footer-logo .primary {
  color: #FC514B;
}
footer .footer-g-logo {
  position: relative;
  display: inline-block;
  top: 0.7rem;
  width: 2.6rem;
  height: 3.6rem;
  margin-right: 2rem;
  vertical-align: top;
  background-image: url("../img/ghomri-logo-2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
footer .footer-g-logo:before {
  display: none;
}
footer .footer-copyright {
  display: inline-block;
  position: relative;
  color: #878a8f;
  font-size: 1.9rem;
}
footer .footer-copyright span {
  position: relative;
  top: 0.4rem;
  font-size: 140%;
}
footer .footer-links {
  float: right;
  position: relative;
  top: 0.5rem;
}
footer .footer-links .footer-links-item {
  font-size: 1.9rem;
  margin-left: 4rem;
  color: #878a8f;
}
footer .footer-links .footer-links-item:hover {
  color: #000;
}
footer .footer-social {
  float: right;
  position: relative;
  top: 0.9rem;
  margin-left: 8rem;
  margin-right: -0.8rem;
}
footer .footer-social .footer-social-link {
  margin-right: 1rem;
}
footer .footer-social .footer-social-link:hover:before {
  display: none;
}

@media only screen and (max-width: 920px) {
  footer {
    padding: 4rem 3rem;
  }
  footer .footer-social {
    margin-left: 4rem;
  }
}
@media only screen and (max-width: 760px) {
  footer .footer-links {
    display: none;
  }
  footer .footer-social {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  footer {
    padding: 4rem 2rem;
  }
  footer .footer-logo {
    font-size: 2.2rem;
    margin-right: 0;
  }
  footer .footer-g-logo {
    top: -0.1rem;
  }
  footer .footer-social {
    top: 0.5rem;
    margin-left: 0;
  }
  footer .footer-copyright {
    display: none;
  }
}
.text-top {
  margin-top: 38vh;
}

@media only screen and (max-width: 920px) {
  .text-top {
    margin-top: 22vh;
  }
}
.text-carousel {
  position: relative;
  display: inline-block;
  width: 33rem;
  height: 6.4rem;
  vertical-align: top;
  color: #FC514B;
  overflow: hidden;
}
.text-carousel .text-carousel-animator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: text-carousel 10s cubic-bezier(0.54, 0.01, 0, 1) infinite;
}
.text-carousel .text-carousel-animator span {
  display: block;
  width: 33rem;
  height: 6.4rem;
}

@media only screen and (max-width: 920px) {
  .text-carousel {
    width: 19.8rem;
    height: 3.5rem;
  }
}
@keyframes text-carousel {
  0% {
    transform: translateY(-6.4rem);
  }
  15% {
    transform: translateY(-6.4rem);
  }
  20% {
    transform: translateY(-12.8rem);
  }
  35% {
    transform: translateY(-12.8rem);
  }
  40% {
    transform: translateY(-19.2rem);
  }
  55% {
    transform: translateY(-19.2rem);
  }
  60% {
    transform: translateY(-25.6rem);
  }
  75% {
    transform: translateY(-25.6rem);
  }
  80% {
    transform: translateY(-32rem);
  }
  95% {
    transform: translateY(-32rem);
  }
  95.0001% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-6.4rem);
  }
}
#check-anim-frontpage {
  position: absolute;
  top: 8.8%;
  left: 49%;
  width: 13%;
  transform: rotate(40deg);
  transition: transform 1s ease;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 8rem;
  z-index: 30;
}
header .logo {
  position: absolute;
  font-size: 4.26rem;
  color: #000;
  font-weight: 300;
  z-index: 22;
}
header .logo:before {
  display: none;
}
header .logo span {
  font-weight: 600;
}
header .logo .primary {
  color: #FC514B;
}
header .g-logo {
  position: absolute;
  width: 4.4rem;
  height: 6rem;
  background-image: url("../img/ghomri-logo-2x.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 22;
  transition: filter 0.8s cubic-bezier(0.6, 0.01, 0, 1);
}
header .g-logo:before {
  display: none;
}

body.no-scroll .g-logo {
  filter: invert(180);
}

@media only screen and (max-width: 920px) {
  header {
    position: relative;
    padding: 2rem 3rem;
    opacity: 1 !important;
  }
  header .logo {
    font-size: 3.4rem;
    z-index: 20;
  }
  header .g-logo {
    top: 2.6rem;
    width: 3.2rem;
    height: 4.4rem;
  }
}
@media only screen and (max-width: 575px) {
  header {
    padding: 2rem;
  }
}
.hamburger {
  display: none;
  position: fixed;
  top: 1.8rem;
  right: 1.9rem;
  width: 6.2rem;
  height: 6.2rem;
  padding-left: 1.1rem;
  background-color: transparent;
  border-radius: 100%;
  transition: background-color 0.6s ease;
  z-index: 31;
}
.hamburger:before {
  display: none;
}
.hamburger .hamburger-line-1, .hamburger .hamburger-line-2 {
  position: absolute;
  top: 2.5rem;
  width: 4rem;
  height: 3px;
  background-color: #000;
  transition: width 0.2s ease 0.4s, top 0.2s ease 0.2s, transform 0.2s ease, background-color 0.6s ease;
}
.hamburger .hamburger-line-2 {
  width: 3rem;
  top: 3.4rem;
}
.hamburger.active {
  position: fixed;
  background-color: transparent;
}
.hamburger.active .hamburger-line-1 {
  top: 2.9rem;
  transform: rotate(45deg);
  background-color: #fff;
  transition: width 0.2s ease, top 0.2s ease 0.2s, transform 0.2s ease 0.4s, background-color 0.6s ease;
}
.hamburger.active .hamburger-line-2 {
  top: 2.9rem;
  width: 4rem;
  transform: rotate(-45deg);
  background-color: #fff;
  transition: width 0.2s ease, top 0.2s ease 0.2s, transform 0.2s ease 0.4s, background-color 0.6s ease;
}

@media only screen and (max-width: 920px) {
  .hamburger {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .hamburger {
    right: 0.9rem;
  }
}
.progress-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.4rem;
  background-color: transparent;
  z-index: 30;
}
.progress-container .progress-bar {
  height: 100%;
  background-color: #FC514B;
  width: 0%;
}

@media only screen and (max-width: 575px) {
  .progress-container {
    height: 0.2rem;
  }
}
.input-wrapper {
  position: relative;
  margin-bottom: 4rem;
}
.input-wrapper .input-label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 2.4rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: all 0.2s ease;
}
.input-wrapper .input-label span {
  color: #FC514B;
}
.input-wrapper input[type=text], .input-wrapper input[type=email], .input-wrapper input[type=number], .input-wrapper select, .input-wrapper textarea {
  position: relative;
  width: 100%;
  height: 5rem;
  padding: 1.4rem 0;
  border: none;
  border-bottom: 0.2rem solid #d8dbe0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  transition: all 0.2s ease;
}
.input-wrapper input[type=text]:focus, .input-wrapper input[type=email]:focus, .input-wrapper input[type=number]:focus, .input-wrapper select:focus, .input-wrapper textarea:focus {
  outline: none;
  border-color: #FC514B;
}
.input-wrapper input[type=text].dirty + .input-label, .input-wrapper input[type=text]:focus + .input-label, .input-wrapper input[type=email].dirty + .input-label, .input-wrapper input[type=email]:focus + .input-label, .input-wrapper input[type=number].dirty + .input-label, .input-wrapper input[type=number]:focus + .input-label, .input-wrapper select.dirty + .input-label, .input-wrapper select:focus + .input-label, .input-wrapper textarea.dirty + .input-label, .input-wrapper textarea:focus + .input-label {
  font-size: 1.8rem;
  top: -2.1rem;
  color: #878a8f;
}
.input-wrapper textarea {
  height: 12.7rem;
  resize: none;
}

@media only screen and (max-width: 920px) {
  .input-wrapper {
    margin-bottom: 2rem;
  }
  .input-wrapper .input-label {
    font-size: 1.8rem;
  }
  .input-wrapper input[type=text], .input-wrapper input[type=email], .input-wrapper input[type=number], .input-wrapper select, .input-wrapper textarea {
    height: 4rem;
    font-size: 1.8rem;
  }
  .input-wrapper input[type=text].dirty + .input-label, .input-wrapper input[type=text]:focus + .input-label, .input-wrapper input[type=email].dirty + .input-label, .input-wrapper input[type=email]:focus + .input-label, .input-wrapper input[type=number].dirty + .input-label, .input-wrapper input[type=number]:focus + .input-label, .input-wrapper select.dirty + .input-label, .input-wrapper select:focus + .input-label, .input-wrapper textarea.dirty + .input-label, .input-wrapper textarea:focus + .input-label {
    font-size: 1.5rem;
    top: -1.4rem;
  }
  .input-wrapper textarea {
    height: 15rem;
  }
}
button[type=submit] {
  position: relative;
  padding: 1.2rem 2.6rem;
  padding-bottom: 1.3rem;
  border: 0.2rem solid #FC514B;
  border-radius: 0.3rem;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  transition: all 0.2s ease;
  cursor: pointer;
}
button[type=submit]:hover {
  background-color: #FC514B;
  color: #fff;
}
button[type=submit] .material-icons {
  position: relative;
  top: 0.3rem;
  margin-left: -0.3rem;
  margin-right: 0.2rem;
}

@media only screen and (max-width: 920px) {
  button[type=submit] {
    padding: 1rem 2.6rem;
    padding-bottom: 1.1rem;
    font-size: 1.8rem;
  }
  button[type=submit] .material-icons {
    position: relative;
    top: 0.3rem;
    margin-left: -0.3rem;
    margin-right: 0.2rem;
    font-size: 1.8rem;
  }
}
.custom-radio, .custom-checkbox {
  position: relative;
  cursor: pointer;
}
.custom-radio input[type=radio], .custom-radio input[type=checkbox], .custom-checkbox input[type=radio], .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.custom-radio input[type=radio]:focus + .custom-radio-icon:before, .custom-radio input[type=radio]:focus + .custom-checkbox-icon:before, .custom-radio input[type=checkbox]:focus + .custom-radio-icon:before, .custom-radio input[type=checkbox]:focus + .custom-checkbox-icon:before, .custom-checkbox input[type=radio]:focus + .custom-radio-icon:before, .custom-checkbox input[type=radio]:focus + .custom-checkbox-icon:before, .custom-checkbox input[type=checkbox]:focus + .custom-radio-icon:before, .custom-checkbox input[type=checkbox]:focus + .custom-checkbox-icon:before {
  background-color: #d8dbe0;
}
.custom-radio input[type=radio]:checked + .custom-radio-icon:before, .custom-radio input[type=radio]:checked + .custom-checkbox-icon:before, .custom-radio input[type=checkbox]:checked + .custom-radio-icon:before, .custom-radio input[type=checkbox]:checked + .custom-checkbox-icon:before, .custom-checkbox input[type=radio]:checked + .custom-radio-icon:before, .custom-checkbox input[type=radio]:checked + .custom-checkbox-icon:before, .custom-checkbox input[type=checkbox]:checked + .custom-radio-icon:before, .custom-checkbox input[type=checkbox]:checked + .custom-checkbox-icon:before {
  background-color: #FC514B;
  transition: background-color 0.1s linear;
}
.custom-radio .custom-radio-icon, .custom-radio .custom-checkbox-icon, .custom-checkbox .custom-radio-icon, .custom-checkbox .custom-checkbox-icon {
  position: relative;
  display: inline-block;
  top: 0.5rem;
  width: 3rem;
  height: 3rem;
  border: 0.2rem solid #d8dbe0;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 0.5rem;
}
.custom-radio .custom-radio-icon:before, .custom-radio .custom-radio-icon:hover:before, .custom-radio .custom-checkbox-icon:before, .custom-radio .custom-checkbox-icon:hover:before, .custom-checkbox .custom-radio-icon:before, .custom-checkbox .custom-radio-icon:hover:before, .custom-checkbox .custom-checkbox-icon:before, .custom-checkbox .custom-checkbox-icon:hover:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.2s ease;
}
.custom-radio .custom-radio-label, .custom-radio .custom-checkbox-label, .custom-checkbox .custom-radio-label, .custom-checkbox .custom-checkbox-label {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.custom-radio:hover .custom-radio-icon:before, .custom-radio:hover .custom-checkbox-icon:before, .custom-checkbox:hover .custom-radio-icon:before, .custom-checkbox:hover .custom-checkbox-icon:before {
  background-color: #d8dbe0;
}

.custom-checkbox .custom-checkbox-icon {
  border-radius: 0.3rem;
}
.custom-checkbox .custom-checkbox-icon:before, .custom-checkbox .custom-checkbox-icon:hover:before {
  top: 0.4rem;
  left: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.2rem;
}

.custom-radio-wrapper, .custom-checkbox-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 1090px) {
  .custom-radio-wrapper, .custom-checkbox-wrapper {
    display: block;
  }
  .custom-radio-wrapper .custom-radio, .custom-radio-wrapper .custom-checkbox, .custom-checkbox-wrapper .custom-radio, .custom-checkbox-wrapper .custom-checkbox {
    display: block;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 920px) {
  .custom-radio-wrapper, .custom-checkbox-wrapper {
    margin-bottom: 3rem;
  }
  .custom-radio-wrapper .custom-radio .custom-radio-icon, .custom-radio-wrapper .custom-radio .custom-checkbox-icon, .custom-radio-wrapper .custom-checkbox .custom-radio-icon, .custom-radio-wrapper .custom-checkbox .custom-checkbox-icon, .custom-checkbox-wrapper .custom-radio .custom-radio-icon, .custom-checkbox-wrapper .custom-radio .custom-checkbox-icon, .custom-checkbox-wrapper .custom-checkbox .custom-radio-icon, .custom-checkbox-wrapper .custom-checkbox .custom-checkbox-icon {
    top: 0.3rem;
    width: 2.4rem;
    height: 2.4rem;
  }
  .custom-radio-wrapper .custom-radio .custom-radio-icon:before, .custom-radio-wrapper .custom-radio .custom-radio-icon:hover:before, .custom-radio-wrapper .custom-radio .custom-checkbox-icon:before, .custom-radio-wrapper .custom-radio .custom-checkbox-icon:hover:before, .custom-radio-wrapper .custom-checkbox .custom-radio-icon:before, .custom-radio-wrapper .custom-checkbox .custom-radio-icon:hover:before, .custom-radio-wrapper .custom-checkbox .custom-checkbox-icon:before, .custom-radio-wrapper .custom-checkbox .custom-checkbox-icon:hover:before, .custom-checkbox-wrapper .custom-radio .custom-radio-icon:before, .custom-checkbox-wrapper .custom-radio .custom-radio-icon:hover:before, .custom-checkbox-wrapper .custom-radio .custom-checkbox-icon:before, .custom-checkbox-wrapper .custom-radio .custom-checkbox-icon:hover:before, .custom-checkbox-wrapper .custom-checkbox .custom-radio-icon:before, .custom-checkbox-wrapper .custom-checkbox .custom-radio-icon:hover:before, .custom-checkbox-wrapper .custom-checkbox .custom-checkbox-icon:before, .custom-checkbox-wrapper .custom-checkbox .custom-checkbox-icon:hover:before {
    top: 0.3rem;
    left: 0.3rem;
    width: 1.4rem;
    height: 1.4rem;
  }
  .custom-radio-wrapper .custom-radio .custom-radio-label, .custom-radio-wrapper .custom-radio .custom-checkbox-label, .custom-radio-wrapper .custom-checkbox .custom-radio-label, .custom-radio-wrapper .custom-checkbox .custom-checkbox-label, .custom-checkbox-wrapper .custom-radio .custom-radio-label, .custom-checkbox-wrapper .custom-radio .custom-checkbox-label, .custom-checkbox-wrapper .custom-checkbox .custom-radio-label, .custom-checkbox-wrapper .custom-checkbox .custom-checkbox-label {
    font-size: 1.8rem;
  }
}
a {
  position: relative;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: color 200ms ease;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:hover:before {
  width: 100%;
  opacity: 1;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a.underline:before {
  width: 100%;
  opacity: 1;
}
a .material-icons {
  position: relative;
  top: 0.5rem;
}
a:before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FC514B;
  opacity: 0;
  transition: all 0.2s ease;
}
a.svg-in-link {
  display: inline-block;
  margin-bottom: 0.4rem;
}
a.svg-in-link svg {
  position: relative;
  top: 0.4rem;
  margin-right: 0.6rem;
}
a.svg-in-link svg path, a.svg-in-link svg circle {
  transition: all 0.2s ease;
}
a.svg-in-link:before {
  left: 3.4rem;
}
a.svg-in-link:hover:before {
  opacity: 1;
  width: calc(100% - 3.4rem);
}
a.svg-in-link:hover svg path, a.svg-in-link:hover svg circle {
  fill: #FC514B;
}
a.huge-link {
  font-family: "Merriweather";
  font-size: 3.6rem;
  font-weight: 600;
}
a.huge-link .material-icons {
  top: 1.6rem;
  font-size: 5.6rem;
  animation: pointy-arrow 1s ease-in-out infinite;
  transition: all 0.2 ease;
}
a.huge-link:before {
  top: 4.6rem;
}
a.huge-link:hover:before {
  width: calc(100% - 6.4rem);
}
a.huge-link:hover .material-icons {
  animation: pointy-arrow 0.3s ease-in-out infinite;
  color: #FC514B;
}

@keyframes pointy-arrow {
  0%, 100% {
    transform: translateX(-0.5rem);
  }
  50% {
    transform: translateX(0.5rem);
  }
}
@media only screen and (max-width: 575px) {
  a.huge-link {
    font-size: 2.2rem;
    padding-left: 0.4rem;
  }
  a.huge-link .material-icons {
    top: 1rem;
    font-size: 3.6rem;
  }
  @keyframes pointy-arrow {
    0%, 100% {
      transform: translateX(0rem);
    }
    50% {
      transform: translateX(0.6rem);
    }
  }
}
nav {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  left: 8rem;
  right: 8rem;
  margin-top: 1.5rem;
  text-align: right;
  z-index: 21;
}
nav .nav-item, nav .nav-item-desktop, nav .nav-item-mobile {
  position: relative;
  margin-left: 8rem;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  text-align: right;
}
nav .nav-item:last-child, nav .nav-item-desktop:last-child, nav .nav-item-mobile:last-child {
  margin-right: 0;
}
nav .nav-item:before, nav .nav-item-desktop:before, nav .nav-item-mobile:before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FC514B;
  transition: all 0.2s ease;
  opacity: 0;
}
nav .nav-item:hover, nav .nav-item-desktop:hover, nav .nav-item-mobile:hover {
  font-weight: 400;
  color: #000;
}
nav .nav-item:hover:before, nav .nav-item-desktop:hover:before, nav .nav-item-mobile:hover:before {
  width: 100%;
  opacity: 1;
}
nav .nav-item-desktop {
  top: 0.5rem;
  margin-left: 7.6rem;
}
nav .nav-item-desktop svg path {
  fill: #878a8f;
  transition: all 0.2s ease;
}
nav .nav-item-desktop:hover:before {
  display: none;
}
nav .nav-item-desktop:hover svg path {
  fill: #ea4c89;
}
nav .nav-item-mobile {
  display: none;
}

@media only screen and (max-width: 920px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10rem;
    padding-bottom: 12rem;
    margin-top: 0;
    background-color: #FC514B;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100vw);
    transition: all 0.8s cubic-bezier(0.6, 0.01, 0, 1);
  }
  nav.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  nav .nav-item, nav .nav-item-mobile {
    display: block;
    color: #fff;
    width: 100%;
    padding: 1.2rem 3rem;
    margin-left: 0;
    font-size: 2.8rem;
  }
  nav .nav-item:hover, nav .nav-item:active, nav .nav-item-mobile:hover, nav .nav-item-mobile:active {
    color: #fff;
  }
  nav .nav-item:hover:before, nav .nav-item:active:before, nav .nav-item-mobile:hover:before, nav .nav-item-mobile:active:before {
    display: none;
  }
  nav .nav-item-desktop {
    display: none;
  }
  nav .nav-item-mobile {
    color: #fdc5c3;
  }
  nav .nav-item-mobile:nth-child(5) {
    margin-top: 4rem;
  }
  nav .nav-item-mobile svg {
    position: relative;
    top: 0.3rem;
    margin-left: 0.6rem;
  }
  nav .nav-item-mobile svg g, nav .nav-item-mobile svg path {
    fill: #fff;
  }
}
.read-more .read-more-link {
  display: none;
}

@media only screen and (max-width: 575px) {
  .read-more {
    position: relative;
    max-height: 26rem;
    margin-bottom: 3.6rem;
    overflow: hidden;
    transition: all 1s ease;
  }
  .read-more .read-more-link {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    transition: all 0.6s ease;
  }
  .read-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.6s ease;
    z-index: 1;
  }
  .read-more.expanded {
    max-height: 120rem;
  }
  .read-more.expanded .read-more-link {
    visibility: hidden;
    opacity: 0;
  }
  .read-more.expanded:after {
    visibility: hidden;
    opacity: 0;
  }
}
.display-logo {
  max-width: 100%;
  border: 2px solid #ebf0f4;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
  overflow: hidden;
}

.display-image {
  max-width: 100%;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
}

.display-youtube {
  position: relative;
  max-width: 100%;
  border-radius: 0.3rem;
  margin-bottom: 5rem;
  overflow: hidden;
}
.display-youtube:before {
  display: block;
  content: "";
  padding-top: 56.36%;
  z-index: -1;
}
.display-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.display-carrousel, .display-carrousel-dark, .display-carrousel-c4 {
  max-width: 100%;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
}

.display-carrousel-dark {
  background-color: #0b1128;
}

.display-carrousel-c4 {
  background-color: #1f1434;
}

.display-video {
  position: relative;
  max-width: 100%;
  border-radius: 0.3rem;
  margin-bottom: 5rem;
  overflow: hidden;
  font-size: 0;
}
.display-video video {
  width: 100%;
}

.display-parallax {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.display-parallax .parallax-logo {
  position: relative;
  display: block;
  left: 50%;
  top: 50%;
  max-width: 70%;
  transform: translate(-50%, -50%);
}
.display-parallax .img-parallax {
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

@media only screen and (max-width: 1440px) {
  .display-parallax {
    position: relative;
    height: 60vh;
  }
}
@media only screen and (max-width: 1140px) {
  .display-parallax {
    height: 50vh;
  }
}
@media only screen and (max-width: 990px) {
  .display-parallax {
    height: 45vh;
  }
}
@media only screen and (max-width: 670px) {
  .display-parallax {
    height: 35vh;
  }
}
@media only screen and (max-width: 575px) {
  .display-carrousel, .display-image, .display-logo, .display-box, .display-youtube, .display-parallax, .display-video {
    margin-bottom: 2rem;
  }
  .display-carrousel.t-80, .display-image.t-80, .display-logo.t-80, .display-box.t-80, .display-youtube.t-80, .display-parallax.t-80, .display-video.t-80 {
    margin-top: 4.8rem;
  }
  .display-parallax {
    height: 24vh;
  }
  .display-youtube, .display-video {
    margin-bottom: 2.8rem;
  }
}
.display-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 46vw;
  border-radius: 0.3rem;
  margin-bottom: 4rem;
  background-color: #ebf0f4;
}
.display-box .phone-mockup {
  position: relative;
  width: 44.6rem;
  height: 82.6rem;
  max-height: 96%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.display-box .phone-mockup .phone-animation {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 68%;
  margin-left: -34%;
}
.display-box .phone-mockup .phone-animation#check-anim {
  top: 22%;
  width: 45%;
  margin-left: -22.5%;
}

@media only screen and (max-width: 1900px) {
  .display-box .phone-mockup .phone-animation {
    width: 16vw;
    margin-left: -8vw;
  }
  .display-box .phone-mockup .phone-animation#check-anim {
    width: 10.6vw;
    margin-left: -5.3vw;
  }
}
@media only screen and (max-width: 1400px) {
  .display-box {
    height: 54vw;
  }
  .display-box .phone-mockup .phone-animation {
    top: 16.8%;
    width: 17.5vw;
    margin-left: -8.75vw;
  }
  .display-box .phone-mockup .phone-animation#check-anim {
    top: 23.8%;
    width: 11vw;
    margin-left: -5.5vw;
  }
}
@media only screen and (max-width: 575px) {
  .display-box {
    height: 100vw;
    margin-bottom: 2.6rem;
  }
  .display-box .phone-mockup .phone-animation {
    top: 16.6%;
    width: 36vw;
    margin-left: -18vw;
  }
  .display-box .phone-mockup .phone-animation#check-anim {
    top: 22.8%;
    width: 22vw;
    margin-left: -11vw;
  }
}
.main-carousel {
  height: 100%;
  height: 44.6vw;
  background-color: #ebf0f4;
  border-radius: 0.3rem;
  overflow: hidden;
  cursor: drag;
}
.main-carousel .carousel-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.main-carousel .carousel-cell.is-selected {
  opacity: 1;
}
.main-carousel .carousel-cell img {
  box-shadow: 0 2rem 4rem #e3e8f0;
  max-width: 60vw;
}
.main-carousel .flickity-button {
  background: transparent;
  width: 9rem;
  height: 9rem;
}
.main-carousel .flickity-button .flickity-button-icon {
  width: 60%;
  height: 60%;
}
.main-carousel .flickity-button .flickity-button-icon path {
  fill: #fff;
}

.display-carrousel-dark .main-carousel {
  height: 51.6vw;
}
.display-carrousel-dark .main-carousel .carousel-cell {
  background-color: #0b1128;
}
.display-carrousel-dark .main-carousel .carousel-cell img {
  box-shadow: 0 2rem 4rem #0a0f23;
  max-width: 60vw;
}
.display-carrousel-dark .main-carousel .flickity-button .flickity-button-icon path {
  fill: #070913;
}

.display-carrousel-c4 .main-carousel {
  height: 53vw;
}
.display-carrousel-c4 .main-carousel .carousel-cell {
  background-color: #1f1434;
}
.display-carrousel-c4 .main-carousel .carousel-cell img {
  box-shadow: 0 4rem 8rem #19102b;
  max-width: 78vw;
}
.display-carrousel-c4 .main-carousel .flickity-button .flickity-button-icon path {
  fill: #070913;
}

@media only screen and (max-width: 575px) {
  .main-carousel {
    height: 64vw;
  }
  .main-carousel .carousel-cell img {
    max-width: 86%;
  }
  .main-carousel .flickity-button {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .main-carousel .carousel-cell img {
    max-width: 90%;
  }
  .main-carousel .flickity-button {
    display: none;
  }
}
.next-project {
  position: relative;
  display: inline-block;
  margin-top: 1.2rem;
  font-size: 116%;
  font-weight: 600;
}
.next-project:before {
  top: 3.8rem;
}

@media only screen and (max-width: 400px) {
  .next-project {
    font-size: 100%;
  }
  .next-project:before {
    top: 3.2rem;
  }
  .next-project .material-icons {
    top: 0.7rem;
  }
}
.subpage-content {
  margin-top: 20rem;
  min-height: calc(100vh - 33rem);
}

@media only screen and (max-width: 920px) {
  .subpage-content {
    margin-top: 10rem;
  }
  .change-order {
    order: -1;
  }
}
.about-image {
  max-width: 100%;
  border-radius: 0.3rem;
}

@media only screen and (max-width: 920px) {
  .about-image {
    margin-top: 3rem;
  }
}
.client-logos {
  margin-bottom: 3rem;
  text-align: center;
}
.client-logos img {
  width: 72%;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.client-logos img:hover {
  opacity: 1;
}

@media only screen and (max-width: 760px) {
  .client-logos {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .client-logos img {
    width: 90%;
  }
}
.google-maps {
  position: relative;
  width: 100vw;
  height: 50rem;
  border-radius: 0.3rem;
  margin-bottom: 8rem;
  margin-left: -8rem;
  overflow: hidden;
  filter: saturate(0) invert(180);
  display: none;
}

#countdown {
  display: inline-block;
  width: 2.5rem;
  color: #FC514B;
  text-align: center;
}

.animate-content-in {
  animation: animate-content-in 1.32s ease;
}

@keyframes animate-content-in {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-center-top {
  animation: animate-center-top 2.4s ease;
}

@keyframes animate-center-top {
  0% {
    opacity: 0;
    transform: translateY(1.4rem);
  }
  60% {
    opacity: 0;
    transform: translateY(1.4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-center {
  animation: animate-center 2.2s ease;
}

@keyframes animate-center {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  60% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-center-fix {
  animation: animate-center-fix 2.4s ease;
}

@keyframes animate-center-fix {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-bottom {
  animation: animate-bottom 2.2s ease;
}

@keyframes animate-bottom {
  0% {
    opacity: 0;
    transform: translateY(3rem);
  }
  45% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animation-element {
  opacity: 0;
}
.animation-element.in-view {
  animation: in-view 1s ease;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .animation-element {
    opacity: 0;
  }
  .animation-element.in-view {
    animation: in-view-mobile 1s ease;
    opacity: 1;
  }
}
@keyframes in-view {
  0%, 20% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes in-view-2n {
  0%, 40% {
    opacity: 0;
    transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes in-view-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes card-anim-1 {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  10% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }
}
@keyframes card-anim-2 {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  40% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes card-anim-3 {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  60% {
    opacity: 0;
    transform: translateY(1rem);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
  }
}
.roomood-anim {
  opacity: 0;
  animation: roomood-anim 5s ease infinite;
}

@keyframes roomood-anim {
  0% {
    opacity: 0;
  }
  20%, 50% {
    opacity: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}
.button, .button-small, .button-large, .button-mega {
  position: relative;
  display: inline-block;
  height: 5.6rem;
  min-width: 8.4rem;
  padding: 1.3rem 2rem;
  border: 0.2rem solid #FC514B;
  border-radius: 0.3rem;
  font-family: halyard-display, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  margin-right: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 0.8rem 1.4rem rgba(241, 91, 37, 0.08);
  transition: all 200ms ease;
  cursor: pointer;
}
.button:hover, .button-small:hover, .button-large:hover, .button-mega:hover {
  color: #fff;
}

.card-wrapper {
  margin: 0 -2rem;
  margin-top: 30vh;
}

.card {
  float: left;
  position: relative;
  width: calc(50% - 4rem);
  padding: 4rem;
  margin: 0 2rem;
  margin-bottom: 4rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  background-color: #ebf0f4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.card:hover .card-image {
  transform: translate(-50%, -50%) scale(1.02);
}
.card:hover .card-hover-overlay {
  opacity: 1;
  visibility: visible;
}
.card:hover .card-hover-overlay .card-text .card-year {
  animation: card-anim-1 1s ease;
}
.card:hover .card-hover-overlay .card-text .card-name {
  animation: card-anim-2 1s ease;
}
.card:hover .card-hover-overlay .card-text .card-link {
  animation: card-anim-3 1s ease;
}
.card:hover .card-hover-overlay .card-text .card-link:before {
  width: 100%;
  opacity: 1;
}
.card:after {
  display: block;
  content: "";
  padding-top: 54.72%;
}
.card:nth-child(1), .card:nth-child(2) {
  opacity: 1;
}
.card:nth-child(2n).in-view {
  animation: in-view-2n 1.2s ease;
}
.card .card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  transition: all 0.6s ease;
}
.card .card-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4rem;
  border-radius: 0.3rem;
  background-color: rgba(15, 20, 30, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: saturate(0);
          backdrop-filter: saturate(0);
  transition: all 1.2s ease;
}
.card .card-hover-overlay .card-text {
  position: absolute;
  top: 4rem;
}
.card .card-hover-overlay .card-text .card-name {
  font-size: 3.6rem;
  width: 66%;
  opacity: 1;
  margin-bottom: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.card .card-hover-overlay .card-text .card-name span {
  margin: 0 0.4rem;
  font-weight: 400;
}
.card .card-hover-overlay .card-text .card-link, .card .card-hover-overlay .card-text .card-year {
  margin-bottom: 1.4rem;
  font-size: 2rem;
  opacity: 0.7;
}
.card .card-hover-overlay .card-text .card-link span, .card .card-hover-overlay .card-text .card-year span {
  margin: 0 0.2rem;
}
.card .card-hover-overlay .card-text .card-link {
  display: inline-block;
  position: relative;
}
.card .card-hover-overlay .card-text .card-link:before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: 0;
  width: 0;
  height: 0.2rem;
  background-color: #FC514B;
  opacity: 0;
  transition: all 0.2s ease 0.8s;
}
.card .card-hover-overlay .card-text .card-link .material-icons {
  position: relative;
  top: 0.6rem;
  margin-left: 0.4rem;
}

@media only screen and (max-width: 920px) {
  .card-wrapper {
    margin: 0 0;
    margin-top: 22vh;
  }
  .card {
    width: 100%;
    height: 54vw;
    padding: 2rem;
    margin: 0;
    margin-bottom: 2rem;
  }
  .card .card-text {
    bottom: 2rem;
    display: none;
  }
  .card .card-text .card-text-name {
    font-size: 1.8rem;
    display: block;
  }
  .card:nth-child(0) {
    opacity: 1;
  }
  .card:nth-child(2) {
    opacity: 0;
  }
  .card:nth-child(2).in-view {
    opacity: 1;
  }
  .card:nth-child(2n).in-view {
    animation: in-view 1s ease;
  }
}
@media only screen and (max-width: 575px) {
  .card:nth-child(2n).in-view {
    animation: in-view-mobile 1s ease;
  }
}
.page-animation-opaque {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FC514B;
  opacity: 0.5;
  z-index: 30;
  transform: translateY(100%);
  animation: page-animation-opaque 2s cubic-bezier(0.8, 0, 0.2, 1);
}

.page-animation-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FC514B;
  z-index: 31;
  transform: translateY(100%);
  animation: page-animation-full 2s cubic-bezier(0.8, 0, 0.2, 1) 200ms;
  overflow: hidden;
}

@keyframes page-animation-opaque {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes page-animation-full {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.animation-logo {
  position: fixed;
  width: 100%;
  top: 50%;
  margin-top: -10rem;
  margin-left: 0.3rem;
  text-align: center;
  font-size: 8.72vw;
  color: #fff;
  font-weight: 400;
  z-index: 32;
  opacity: 0.2;
}
.animation-logo span {
  font-weight: 600;
}
.animation-logo .primary {
  color: #fff;
}

.data, .data-header {
  margin-bottom: 0.4rem;
}
.data:before, .data:after, .data-header:before, .data-header:after {
  content: "";
  display: table;
}
.data:after, .data-header:after {
  clear: both;
}
.data .data-first, .data-header .data-first {
  float: left;
  max-width: 22.6rem;
  padding-right: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data .data-last, .data-header .data-last {
  float: right;
  padding-left: 0.7rem;
  color: #fff;
}
.data .data-unit, .data-header .data-unit {
  float: right;
  padding-left: 0.4rem;
}
.data .material-icons, .data-header .material-icons {
  position: relative;
  top: -0.2rem;
  vertical-align: top;
}

.data-header {
  font-weight: 600;
  color: #fff;
}

.data-seperator {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.22);
}

.badge {
  position: relative;
  display: inline-block;
  top: -0.1rem;
  padding: 0.2rem 0.4rem;
  padding-top: 0.1rem;
  border-radius: 0.3rem;
  margin-right: 0.1rem;
  background-color: #74AAD8;
  color: #fff;
  font-size: 1.1rem;
}
.badge.neutral {
  background-color: #2E3740;
}
.badge.success {
  background-color: #39c38d;
}
.badge.warning {
  background-color: #fdbc1d;
}
.badge.danger {
  background-color: #ff5f56;
}

@media only screen and (max-width: 920px) {
  .mobile-off {
    display: none;
  }
}
.primary {
  color: #FC514B;
}

.relative {
  position: relative;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pull-left {
  float: left;
  margin-left: 0;
}

.pull-right {
  float: right;
  margin-right: 0 !important;
}

.pull-bottom {
  position: absolute;
  bottom: 2rem;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

sub {
  line-height: 0.1rem;
}

.dark {
  color: #000;
}

.grey {
  color: #878a8f;
}

.small {
  font-size: 88%;
}

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

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

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

.quote-spacer {
  display: block;
  margin-top: 1.2rem;
}

.slash {
  margin: 0 0.4rem;
  color: #878a8f;
}

.h-100 {
  height: 100%;
}

.vertical-align {
  top: 50%;
  transform: translateY(-50%);
}

.separator {
  position: relative;
  border-bottom: 0.1rem dotted rgba(0, 0, 50, 0.12);
  margin-top: 1.9rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 575px) {
  .mobile-break {
    display: block;
    margin-bottom: 1rem;
  }
  .mobile-t-0 {
    margin-top: 0 !important;
  }
}
.vertical-align {
  position: relative;
}

.vertical-align-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.border-radius-l-0 {
  border-radius: 0 0.3rem 0.3rem 0 !important;
}

.border-radius-r-0 {
  border-radius: 0.3rem 0 0 0.3rem !important;
}

.margin-spacing {
  margin: 0 4rem;
}

@media only screen and (max-width: 640px) {
  .margin-spacing {
    margin: 0 3rem;
  }
}
.margin-off {
  margin: 0 !important;
}

.padding-off {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-l-5 {
  padding-left: 0.5rem !important;
}

.p-r-5 {
  padding-right: 0.5rem !important;
}

.p-l-20 {
  padding-left: 2rem !important;
}

.p-r-20 {
  padding-right: 2rem !important;
}

.p-l-30 {
  padding-left: 3rem !important;
}

.p-r-30 {
  padding-right: 3rem !important;
}

.p-l-40 {
  padding-left: 4rem !important;
}

.p-r-40 {
  padding-right: 4rem !important;
}

@media only screen and (max-width: 990px) {
  .m-b-0 {
    margin-bottom: 0 !important;
  }
  .p-l-40, .p-l-20 {
    padding-left: 0.75rem !important;
  }
  .p-r-40, .p-r-20 {
    padding-right: 0.75rem !important;
  }
}
.t-0 {
  margin-top: 0;
}

.t-5 {
  margin-top: 0.5rem;
}

.t-10 {
  margin-top: 1rem;
}

.t-15 {
  margin-top: 1.5rem;
}

.t-20 {
  margin-top: 2rem;
}

.t-25 {
  margin-top: 2.5rem;
}

.t-30 {
  margin-top: 3rem;
}

.t-35 {
  margin-top: 3.5rem;
}

.t-40 {
  margin-top: 4rem;
}

.t-45 {
  margin-top: 4.5rem;
}

.t-50 {
  margin-top: 5rem;
}

.t-55 {
  margin-top: 5.5rem;
}

.t-60 {
  margin-top: 6rem;
}

.t-65 {
  margin-top: 6.5rem;
}

.t-70 {
  margin-top: 7rem;
}

.t-75 {
  margin-top: 7.5rem;
}

.t-80 {
  margin-top: 8rem;
}

.t-85 {
  margin-top: 8.5rem;
}

.t-90 {
  margin-top: 9rem;
}

.t-95 {
  margin-top: 9.5rem;
}

.t-100 {
  margin-top: 10rem;
}

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

.b-5 {
  margin-bottom: 0.5rem;
}

.b-10 {
  margin-bottom: 1rem;
}

.b-15 {
  margin-bottom: 1.5rem;
}

.b-20 {
  margin-bottom: 2rem;
}

.b-25 {
  margin-bottom: 2.5rem;
}

.b-30 {
  margin-bottom: 3rem;
}

.b-35 {
  margin-bottom: 3.5rem;
}

.b-40 {
  margin-bottom: 4rem;
}

.b-45 {
  margin-bottom: 4.5rem;
}

.b-50 {
  margin-bottom: 5rem;
}

.b-55 {
  margin-bottom: 5.5rem;
}

.b-60 {
  margin-bottom: 6rem;
}

.b-65 {
  margin-bottom: 6.5rem;
}

.b-70 {
  margin-bottom: 7rem;
}

.b-75 {
  margin-bottom: 7.5rem;
}

.b-80 {
  margin-bottom: 8rem;
}

.b-85 {
  margin-bottom: 8.5rem;
}

.b-90 {
  margin-bottom: 9rem;
}

.b-95 {
  margin-bottom: 9.5rem;
}

.b-100 {
  margin-bottom: 10rem;
}

.l-0 {
  margin-left: 0;
}

.l-5 {
  margin-left: 0.5rem;
}

.l-10 {
  margin-left: 1rem;
}

.l-15 {
  margin-left: 1.5rem;
}

.l-20 {
  margin-left: 2rem;
}

.l-25 {
  margin-left: 2.5rem;
}

.l-30 {
  margin-left: 3rem;
}

.l-35 {
  margin-left: 3.5rem;
}

.l-40 {
  margin-left: 4rem;
}

.l-45 {
  margin-left: 4.5rem;
}

.l-50 {
  margin-left: 5rem;
}

.l-55 {
  margin-left: 5.5rem;
}

.l-60 {
  margin-left: 6rem;
}

.l-65 {
  margin-left: 6.5rem;
}

.l-70 {
  margin-left: 7rem;
}

.l-75 {
  margin-left: 7.5rem;
}

.l-80 {
  margin-left: 8rem;
}

.l-85 {
  margin-left: 8.5rem;
}

.l-90 {
  margin-left: 9rem;
}

.l-95 {
  margin-left: 9.5rem;
}

.l-100 {
  margin-left: 10rem;
}

.r-0 {
  margin-right: 0;
}

.r-5 {
  margin-right: 0.5rem;
}

.r-10 {
  margin-right: 1rem;
}

.r-15 {
  margin-right: 1.5rem;
}

.r-20 {
  margin-right: 2rem;
}

.r-25 {
  margin-right: 2.5rem;
}

.r-30 {
  margin-right: 3rem;
}

.r-35 {
  margin-right: 3.5rem;
}

.r-40 {
  margin-right: 4rem;
}

.r-45 {
  margin-right: 4.5rem;
}

.r-50 {
  margin-right: 5rem;
}

.r-55 {
  margin-right: 5.5rem;
}

.r-60 {
  margin-right: 6rem;
}

.r-65 {
  margin-right: 6.5rem;
}

.r-70 {
  margin-right: 7rem;
}

.r-75 {
  margin-right: 7.5rem;
}

.r-80 {
  margin-right: 8rem;
}

.r-85 {
  margin-right: 8.5rem;
}

.r-90 {
  margin-right: 9rem;
}

.r-95 {
  margin-right: 9.5rem;
}

.r-100 {
  margin-right: 10rem;
}/*# sourceMappingURL=ghomri.css.map */