/******VARS***** */
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Black.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-BlackItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-ExtraBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-BoldItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Medium.woff2") format("woff2");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-MediumItalic.woff2") format("woff2");
  font-weight: 350;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Regular.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-LightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
/* line 19, ../sass/theme.sass */
.nidus_sans, h1, h2, h3, h4, .navigation_desktop, .navigation_mobile, .button {
  font-family: "Chivo" !important;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  line-height: 1.3;
}

/******TYPE***** */
/* line 37, ../sass/theme.sass */
body {
  color: white;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
  background-color: #ffffff;
}

#firstSection h1,
#firstSection h2,
#firstSection h3,
#firstSection h4 {
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

/* line 43, ../sass/theme.sass */
h1, h2, h3, h4, .navigation_desktop, .navigation_mobile {
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}

/* line 46, ../sass/theme.sass */
p, li, span, a {
  line-height: 1.5;
  font-size: 1.1rem;
}

/******TYPE***** */


/******GENERAL***** */

.content-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

/******GENERAL***** */

@media (max-width: 768px) {
  /* line 46, ../sass/theme.sass */
  .navigation_mobile {
	  display: block;
  }
  .navigation_desktop {
	  display: none;
  }
  p, li, span, a {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) {
  /* line 46, ../sass/theme.sass */
  .navigation_mobile {
	  display: none;
  }
  .navigation_desktop {
	  display: block;
  }
}

/* line 52, ../sass/theme.sass */
ul {
  margin-top: 0rem;
}

/* line 55, ../sass/theme.sass */
li {
  list-style: none;
  padding-left: 1.3rem;
  margin-bottom: 1rem;
  position: relative;
}
/* line 60, ../sass/theme.sass */
li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
/* line 67, ../sass/theme.sass */
li:last-of-type {
  margin-bottom: 0;
}

/* line 69, ../sass/theme.sass */
h1 {
  font-size: 2rem;
}

/* line 71, ../sass/theme.sass */
h2 {
  font-size: 2rem;
}

/* line 73, ../sass/theme.sass */
h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  /* line 73, ../sass/theme.sass */
  h3 {
    font-size: 1.5rem;
  }
}

/* line 77, ../sass/theme.sass */
h4 {
  font-size: 1.5rem;
  font-weight: 200;
}
@media (max-width: 768px) {
  /* line 77, ../sass/theme.sass */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 81, ../sass/theme.sass */
h5 {
  font-size: 1.3rem;
}

/* line 84, ../sass/theme.sass */
strong {
  font-weight: bold;
}

/* line 87, ../sass/theme.sass */
em {
  font-style: italic;
}

/* line 90, ../sass/theme.sass */
.date {
  font-size: 1.2rem;
}

/* line 93, ../sass/theme.sass */
.hx_main_pos {
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  /* line 93, ../sass/theme.sass */
  .hx_main_pos {
    margin-top: 5rem;
  }
}

/* line 100, ../sass/theme.sass */
.hx_top {
  padding-top: 1rem;
}

/* line 103, ../sass/theme.sass */
.hx_main h1,
.hx_main h2 {
  font-size: 3rem !important;
}

/* line 107, ../sass/theme.sass */
.hx_side {
  font-size: 1.8rem !important;
  text-align: right;
  padding-right: 1.3rem;
  border-right: 0.6rem solid #564285;
}
@media (max-width: 768px) {
  /* line 107, ../sass/theme.sass */
  .hx_side {
    border-right: 0 solid #564285;
    text-align: left;
  }
}
/* line 115, ../sass/theme.sass */
.hx_side h4 {
  font-size: 1.8rem !important;
}

@media (max-width: 768px) {
  /* line 118, ../sass/theme.sass */
  .hx_mobile_left {
    border-right: 0rem solid transparent;
    border-left: 0.6rem solid #564285;
    padding-left: 1.3rem;
    padding-right: 0;
    text-align: left !important;
  }
  /* line 125, ../sass/theme.sass */
  .hx_mobile_left.white_border {
    border-left: 0.6rem solid white;
  }
}

@media (max-width: 768px) {
  /* line 128, ../sass/theme.sass */
  .hx_added_margin {
    margin: 2rem 0 2rem 0;
  }
}

/* line 133, ../sass/theme.sass */
.logo_small {
  height: 1em;
}

/* line 136, ../sass/theme.sass */
.line_height_correction {
  margin-top: -0.05rem;
}

/* line 139, ../sass/theme.sass */
.button {
  display: inline-block;
  border: 1px solid #333333;
  padding: 0.7rem 5rem 0.6rem 5rem;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: 200;
  text-decoration: none;
  transition: 0.5s ease-out;
}
/* line 149, ../sass/theme.sass */
.button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 5px rgba(0, 0, 0, 0.3);
}
.button.small {
  display: inline-block;
  border: 1px solid #333333;
  padding: 0.4rem 2rem 0.3rem 2rem;
  border-radius: 2.5rem;
  font-size: 1rem;
  font-weight: 200;
  text-decoration: none;
  transition: 0.5s ease-out;
  color: #333333;
  margin-top: 0.8rem;
  margin-left: 1rem;
}
.button.small.header-margin {
	margin-top: 1rem !important;
}
@media (max-width: 768px) {
  /* line 139, ../sass/theme.sass */
  .button {
    font-size: 1.6rem !important;
  }
  .button.small {
    font-size: 1rem !important;
  }
}

/******UTILS***** */
@media (max-width: 768px) {
  /* line 158, ../sass/theme.sass */
  .hide_on_mobile {
    display: none;
  }
}
/* line 162, ../sass/theme.sass */
.fadeElement,
.fadeController {
  opacity: 1;
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}
/* line 166, ../sass/theme.sass */
.fadeElement.set,
.fadeController.set {
  opacity: 0;
}

/* line 169, ../sass/theme.sass */
.overflow {
  overflow: auto;
}

/* line 172, ../sass/theme.sass */
.content_purple {
  color: #564285;
}
/* line 175, ../sass/theme.sass */
.content_purple li:before {
  background-image: url(../images/bullets/purple.png);
}
/* line 177, ../sass/theme.sass */
.content_purple a {
  color: #564285;
}
/* line 179, ../sass/theme.sass */
.content_purple .button {
  border: 1px solid #564285;
}

/* line 181, ../sass/theme.sass */
.content_black {
  color: #111111;
}
/* line 184, ../sass/theme.sass */
.content_black li:before {
  background-image: url(../images/bullets/black.png);
}
/* line 186, ../sass/theme.sass */
.content_black a {
  color: #111111;
}
/* line 188, ../sass/theme.sass */
.content_black .button {
  border: 1px solid #111111;
}

/* line 190, ../sass/theme.sass */
.content_white {
  color: white;
}
/* line 193, ../sass/theme.sass */
.content_white li:before {
  background-image: url(../images/bullets/white.png);
}
/* line 195, ../sass/theme.sass */
.content_white a {
  color: white;
}
/* line 197, ../sass/theme.sass */
.content_white .button {
  border: 1px solid white;
}

/* line 200, ../sass/theme.sass */
.background_purple {
  background-color: #564285;
  box-shadow: inset 0 1px 15px rgba(0, 0, 0, 0.3);
}

.background_gradient_purple {
	background: linear-gradient(to bottom, #564285 0%,#427385 100%);
}
.background_gradient_purple_inverse {
	background: linear-gradient(to bottom, #427385 0%,#564285 100%);
}

/* line 204, ../sass/theme.sass */
.background_black {
  background: #333333;
  background: linear-gradient(to top, #222222 0%, black 100%);
}

/* line 208, ../sass/theme.sass */
.background_white {
  background-color: white;
}
/* line 211, ../sass/theme.sass */
.background_white .button:hover {
  background-color: rgba(160, 11, 36, 0.2);
}

/* line 214, ../sass/theme.sass */
.background_complex_cubes {
  background-color: white;
  background-image: url(../images/background_medallion_white.png);
  background-repeat: repeat;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* line 220, ../sass/theme.sass */
.background_japanese_squares {
  background-color: white;
  background-image: url(../images/background_japanese_squares.png);
  background-repeat: repeat;
}

/* line 226, ../sass/theme.sass */
.float_left {
  float: left;
}

/* line 229, ../sass/theme.sass */
.float_right {
  float: right;
}

/* line 232, ../sass/theme.sass */
.clr:after {
  content: "";
  clear: both;
}

/* line 236, ../sass/theme.sass */
.fadein,
.fade_control {
  display: none;
}

/****STRUCTURE*** */
/* line 242, ../sass/theme.sass */
.scroll_arrow {
  display: block;
  position: absolute;
  bottom: 10rem;
  width: 100%;
  height: 30px;
  background-image: url(../images/scroll_arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  animation: pulse 3s infinite;
  transition: 0.5s ease-out;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/* line 261, ../sass/theme.sass */
.scroll_arrow:hover {
  animation: pulsetwo 3s infinite;
}
@keyframes pulsetwo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 270, ../sass/theme.sass */
section,
.row {
  overflow: auto;
}

/* line 274, ../sass/theme.sass */
.logo {
  display: block;
  width: 11.85rem;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  padding-top: 0.4rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 2rem;
  overflow: visible;
}

.logo img {
	width: 100%;
}

/* line 283, ../sass/theme.sass */
.logo_bg {
  opacity: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  background: #dfdc9b;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background: linear-gradient(to bottom, #dfdc9b 0%, #564285 100%);
  z-index: 0;
  background-size: 400% 400%;
  -webkit-animation: logo-bg-animation 10s ease infinite;
  -moz-animation: logo-bg-animation 10s ease infinite;
  animation: logo-bg-animation 10s ease infinite;
}
@-webkit-keyframes logo-bg-animation {
  0% {
    background-position: 56% 0%;
  }
  50% {
    background-position: 45% 100%;
  }
  100% {
    background-position: 56% 0%;
  }
}
@-moz-keyframes logo-bg-animation {
  0% {
    background-position: 56% 0%;
  }
  50% {
    background-position: 45% 100%;
  }
  100% {
    background-position: 56% 0%;
  }
}
@keyframes logo-bg-animation {
  0% {
    background-position: 56% 0%;
  }
  50% {
    background-position: 45% 100%;
  }
  100% {
    background-position: 56% 0%;
  }
}
/* line 320, ../sass/theme.sass */
.logo_bg:before {
  display: block;
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  background: white;
  left: 15rem;
  z-index: 1;
  top: 15rem;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 337, ../sass/theme.sass */
.logo_reduced:before {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: absolute;
  content: "";
  background-image: url("../images/logo_end_hover.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* line 351, ../sass/theme.sass */
.logo_reduced,
.logo_end {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: relative;
  height: 2rem;
  overflow: visible;
  left: 2px;
}
/* line 357, ../sass/theme.sass */
.logo_reduced img,
.logo_end img {
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: relative;
  height: 100%;
  z-index: 99;
}

.logo_footer {
	width: 11.85rem;
	padding-right: 2rem;
}

@media (max-width: 768px) {
  /* line 351, ../sass/theme.sass */
  .logo_reduced,
  .logo_end {
    height: 3rem;
  }
  .logo {
	padding-right: 1rem;
  }
}

/* line 365, ../sass/theme.sass */
#logoFade {
  width: 6.65rem;
  overflow: hidden;
}
/* line 368, ../sass/theme.sass */
#logoFade.faded {
  width: 0rem;
}
@media (max-width: 768px) {
  /* line 365, ../sass/theme.sass */
  #logoFade {
    width: 0rem;
  }
}

/* line 373, ../sass/theme.sass */
.logo-footer-margin {
  margin-top: 0.1rem;
}

/* line 376, ../sass/theme.sass */
nav {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
/* line 384, ../sass/theme.sass */
nav.scrolled {
  background-color: rgba(28, 26, 16, 0.8);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
}
/* line 387, ../sass/theme.sass */
nav.scrolled .logo_bg {
  opacity: 1;
}
/* line 389, ../sass/theme.sass */
nav.scrolled .logo {
  padding-left: 1rem;
}
/* line 391, ../sass/theme.sass */
nav.scrolled .logo:hover {
  padding-left: 1rem;
}
/* line 393, ../sass/theme.sass */
nav.scrolled .logo:hover img {
  opacity: 0;
}
/* line 396, ../sass/theme.sass */
nav.scrolled .logo:hover .logo_reduced:before {
  opacity: 1;
}
/* line 399, ../sass/theme.sass */
nav.scrolled .logo:hover .logo_bg:before {
  left: -4rem;
  top: -4rem;
}

/* line 403, ../sass/theme.sass */
.menu_item {
  display: block;
  margin-top: 1.1rem;
  color: #333;
  text-decoration: none;
  font-weight: 300;
  padding-left: 1rem;
}
/* line 409, ../sass/theme.sass */
.menu_item:hover {
  opacity: 0.8;
}
/* line 411, ../sass/theme.sass */
.menu_item.separator {
  border-right: 0.4rem solid #564285;
  height: 1.3rem;
  display: block;
}
/* line 415, ../sass/theme.sass */
.menu_item.separator:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 403, ../sass/theme.sass */
  .menu_item {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    padding-left: 1.5rem;
  }
}

/* line 421, ../sass/theme.sass */
.image_wrapper {
  background-repeat: repeat;
  position: relative;
  height: 100vh;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  max-height: 25rem;
  padding: 0;
  background-size: cover;
  background-position: top center;

}
/* line 428, ../sass/theme.sass */
.image_wrapper.set {
  max-height: 100vh;
}

/* line 431, ../sass/theme.sass */
.video_wrapper {
  min-width: 100%;
  min-height: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  background-size: cover;
  padding: 0;
}

/* line 442, ../sass/theme.sass */
.video_margin {
  height: 100vh;
}

/* line 445, ../sass/theme.sass */
.top-img {
  width: 100%;
  max-width: 350px;
}

/* line 449, ../sass/theme.sass */
#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

/* line 463, ../sass/theme.sass */
.center_v {
  text-align: center;
}

/* line 466, ../sass/theme.sass */
.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}

/* line 474, ../sass/theme.sass */
.center_top {
  width: 100%;
  padding: 2rem;
}

/* line 478, ../sass/theme.sass */
.image {
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 10rem;
  height: 10rem;
  background-image: url(../images/icon_placeholder.png);
  background-size: 100% 100%;
}

/* line 486, ../sass/theme.sass */
.icon {
  width: 7rem;
  height: 7rem;
  background-image: url(../images/icon_placeholder.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 492, ../sass/theme.sass */
.icon-brain {
  background-image: url(../images/icons/brain.png);
  margin-top: -1rem;
}

.icon-ux {
  background-image: url(../images/icons/ux.png);
}
.icon-backend {
  background-image: url(../images/icons/backend.png);
}

/* line 496, ../sass/theme.sass */
.icon-digital {
  background-image: url(../images/icons/digital.png);
  margin-top: -0.5rem;
}

/* line 500, ../sass/theme.sass */
.icon-precision {
  background-image: url(../images/icons/precision.png);
  margin-top: -0.5rem;
  background-position: -0.5rem center;
}

/* line 505, ../sass/theme.sass */
.icon-gear {
  background-image: url(../images/icons/gear.png);
  margin-top: -0.5rem;
}

/* ADDITIONAL THEME STYLING */

.lined-col {
  font-size: 1.8rem !important;
  text-align: center;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  border-right: 0.6rem solid #564285;
  display: block;
  float: left;
}
.start-line {
	border-left: 0.6rem solid #564285;
}

@media (max-width: 768px) {
  /* line 365, ../sass/theme.sass */
	.third-line {
		border-left: 0.6rem solid #564285;
	}
}

.show-nav .nav-icon {
	height: 4.1rem;
	width: 4.1rem;
	margin-left: 1rem;
	background-color: #564285;
	display: block;
	position: relative;
}
.show-nav .nav-icon:before {
	content: "";
  position: absolute;
  left: 0.8rem;
  top: 1.3rem;
  width: 2em;
  height: 0.25em;
  background: #ffffff;
  box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}

#toggleMenu {
	border-top: 1px solid #ebebeb;
	background-color: #fff;
	position: fixed;
	top: 4.1rem;
	right: 0;
	left: 0;
	z-index:999;
}

#toggleMenu .menu_item {
	text-align: right;
}
#toggleMenu .menu_item:hover {
	border-left: 0.6rem solid #564285;
}

.overflow-visible {
	overflow: visible;
}

/* LOGOS */

.client-logo {
  width: 100%;
  background-size: contain;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position-x: center;
  vertical-align: middle;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.client-logo-padding {
	padding: 0rem 1.5rem 3rem 1.5rem;
}

.client-logo-avanza {
  background-image: url(../images/logotypes/avanza.png);
}
.client-logo-bonnier {
  background-image: url(../images/logotypes/bonnier.png);
}
.client-logo-izettle {
  background-image: url(../images/logotypes/izettle.png);
}
.client-logo-mag {
  background-image: url(../images/logotypes/mag.png);
}
.client-logo-nordnet {
  background-image: url(../images/logotypes/nordnet.png);
}
.client-logo-pricerunner {
  background-image: url(../images/logotypes/pricerunner.png);
}
.client-logo-spotify {
  background-image: url(../images/logotypes/spotify.png);
}
.client-logo-thomascook {
  background-image: url(../images/logotypes/thomascook.png);
}
.client-logo-tink {
  background-image: url(../images/logotypes/tink.png);
}
.client-logo-unibet {
  background-image: url(../images/logotypes/unibet.png);
}
.client-logo-discovery {
  background-image: url(../images/logotypes/discovery.png);
}
.client-logo-filmstaden {
  background-image: url(../images/logotypes/filmstaden.png);
}
.client-logo-pricerunner {
  background-image: url(../images/logotypes/pricerunner.png);
}

/* line 509, ../sass/theme.sass */
.icon_padding {
  width: calc(100% - 8rem);
}
