@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
.page-section {
  padding-top: 2.8125rem; }

@media (min-width: 48em) {
  .page-section {
    padding-top: 5.625rem; } }

.page-section--has-padding-bottom {
  padding-bottom: 2.8125rem; }

@media (min-width: 48em) {
  .page-section--has-padding-bottom {
    padding-bottom: 5.625rem; } }

.navbar-fixed-top {
  position: fixed !important;
  padding-top: 2.8375rem;
  margin-top: 0;
  transition: background-color 1s, padding .5s; }
  .navbar-fixed-top .navbar-toggler {
    padding-top: .5rem;
    padding-bottom: .6rem;
    margin-top: 0; }
  @media (max-width: 47.9em) {
    .navbar-fixed-top {
      padding-top: 1rem; }
      .navbar-fixed-top .navbar-toggleable-custom .nav-item {
        margin: 0; }
      .navbar-fixed-top .navbar-toggleable-custom .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem; } }
  @media (min-width: 48em) and (max-width: 50em) {
    .navbar-fixed-top .navbar-toggleable-custom .nav-item + .nav-item {
      margin-left: .6rem; } }
  @media (min-width: 30em) and (max-width: 62em) {
    .navbar-fixed-top > .container {
      max-width: 100%; } }
  .navbar-fixed-top .navbar-brand {
    margin: 0; }

.header__title {
  font-family: 'Baloo Bhai', 'Open Sans', sans-serif;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.center-vertically--small {
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 20vh; }
  .center-vertically--small h6 {
    margin-bottom: 0; }
  .center-vertically--small > .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%; }
  @media (min-width: 768px) {
    .center-vertically--small {
      padding-top: 100px;
      padding-bottom: 60px;
      max-height: none;
      min-height: 50vh; } }
  @media (min-width: 1024px) {
    .center-vertically--small > .container {
      width: 70%;
      max-width: 1000px; } }
  .center-vertically--small .header__title {
    margin-bottom: 0;
    font-size: 2.5rem; }
    @media (min-width: 768px) {
      .center-vertically--small .header__title {
        font-size: 3.5rem;
        visibility: visible; } }
  .center-vertically--small .header__subtitle {
    margin-bottom: 0 !important; }
    @media (max-width: 34em) {
      .center-vertically--small .header__subtitle {
        font-size: 1rem; } }
  .center-vertically--small.template-item > .container {
    display: none; }
    @media (min-width: 768px) {
      .center-vertically--small.template-item > .container {
        display: block; } }
  .center-vertically--small.template-item .header__title {
    font-size: 3rem; }

.jumbotron {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center; }

.navbar-scrolled {
  padding-top: 1.65rem;
  margin-top: 0;
  background-color: rgba(49, 47, 56, 0.92); }
  @media (max-width: 47.9em) {
    .navbar-scrolled {
      padding-top: .75rem; } }

.row-flex {
  display: flex;
  margin-bottom: 1.25rem; }

.row-flex-wrap {
  flex-wrap: wrap; }

.col-flex {
  display: flex;
  float: none;
  width: auto;
  margin-bottom: 30px;
  flex-direction: column;
  flex: 0 0 auto;
  justify-content: flex-end; }

.col-flex-xs-6 {
  max-width: 50%;
  flex-basis: 50%; }

@media (min-width: 48em) {
  .col-flex-md-3 {
    max-width: 25%;
    flex-basis: 25%; } }

.col-main {
  flex: 0 0 auto; }

.col-footer {
  line-height: 1;
  flex: 0 0 20%; }
  .col-footer > p {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.3; }

@media (max-width: 47.9em) {
  .section-footer .footer-social-links-list {
    text-align: center; }
  .section-footer .footer-social-links-list > li {
    display: inline-block;
    text-align: center; } }

.footer-logo {
  display: inline-block; }

.section-testimonials {
  background: #0275d8 url(../img/bg-testimonials.jpg) no-repeat center bottom;
  background-size: cover; }
  .section-testimonials .carousel .carousel-item {
    min-height: 400px; }
    @media (min-width: 40rem) and (max-width: 62rem) {
      .section-testimonials .carousel .carousel-item {
        min-height: 340px; } }
    .section-testimonials .carousel .carousel-item .blockquote {
      margin-bottom: 0; }
  @media (max-width: 62rem) {
    .section-testimonials .testimonial-quote {
      font-size: 1.2rem; } }
  @media (max-width: 40rem) {
    .section-testimonials .carousel-indicators img {
      width: 36px;
      height: 36px;
      margin: 8px auto 0; }
    .section-testimonials .carousel-indicators li {
      width: 50px;
      height: 50px; }
    .section-testimonials .carousel-indicators li.active img {
      width: 45px !important;
      height: 45px !important;
      margin: 2px auto 0; } }

.breadcrumb {
  height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-item {
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee; }

#listing figure img,
#listing p > img,
#listing a > img,
.list-item figure img,
.list-item p > img,
.list-item a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.list-blog-date {
  float: right;
  text-align: center; }
  .list-blog-date span {
    display: block;
    margin-top: -2px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1; }
  .list-blog-date em {
    display: block;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.1;
    text-transform: uppercase;
    border-top: 1px solid #eee; }

.list-item-image {
  margin-bottom: 1.5rem; }

.tags {
  margin-left: 0; }
  .tags > li {
    padding: 0; }
  .tags .tag {
    display: inline-block;
    padding: .1rem .4rem;
    margin-bottom: .2rem;
    font-size: .8rem;
    color: #1bb3e9;
    text-transform: uppercase;
    border: 1px solid #1bb3e9;
    border-radius: 3px; }

.archive-plus-article-link {
  padding-left: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .archive-plus-article-link a::before {
    content: '-' !important; }

.prev-next {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sidebar-content {
  margin-bottom: 2rem; }
  .sidebar-content:not(:first-child) {
    padding-top: 2rem;
    border-top: 1px solid #ededed; }
  .sidebar-content .active {
    text-decoration: underline; }

.navbar-brand > img {
  display: inline-block; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:visited {
  color: white;
  text-decoration: none; }

.language-selection > a {
  padding: .5rem; }
  .language-selection > a.active {
    font-weight: 500;
    text-decoration: underline; }
  @media (min-width: 48em) {
    .language-selection > a {
      padding-right: 0; } }

@media (max-width: 768px) {
  .language-selection {
    text-align: center; } }

.section-intro__image-container {
  position: relative; }
  .section-intro__image-container::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 69%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1); }

.introimg {
  margin-bottom: -1rem; }

.currency-abbr {
  top: -2.1rem;
  right: 10px;
  font-size: 1.2rem;
  letter-spacing: inherit; }

.team-member-social-links {
  margin-top: .5rem; }

.team-member-social-link, .team-member-social-link:focus, .team-member-social-link:hover, .team-member-social-link:visited {
  color: #414651; }

.google-map p {
  line-height: 1.3; }

.has-icon-left:after {
  z-index: 1000; }

.navbar-nav .nav-item-button {
  padding: 10px; }
  @media (min-width: 48em) {
    .navbar-nav .nav-item-button {
      padding: 0; } }
  .navbar-nav .nav-item-button > .nav-link {
    color: white; }
    .navbar-nav .nav-item-button > .nav-link:hover {
      color: #f1f1f1; }

@media (max-width: 47.9em) {
  #collapsingNavbar {
    position: absolute;
    top: 4em;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0; }
  .navbar-nav {
    float: right !important;
    background: white;
    padding: 1rem;
    border-radius: .5em;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.21);
    width: auto;
    display: block;
    margin: 0 1em 0 1em; }
    .navbar-nav .btn.nav-link {
      display: inline-block;
      border-radius: 0.5em; } }

.features__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%; }

.text-bold {
  font-weight: bold; }

.font-weight-medium {
  font-weight: 500; }

.form-control-data\[tel\]::after {
  font-family: 'icomoon' !important;
  font-size: 20px;
  line-height: 1.4;
  content: '\e942' !important; }

.btn-square {
  border-radius: .25rem; }

.form-inline {
  text-align: center; }
  .form-inline .form-group {
    padding-right: .5rem; }
  .form-inline .form-field {
    display: inline-block !important; }
  .form-inline .form-control-data\[tel\]::after {
    left: 12px; }
  .form-inline .btn-square {
    padding-top: 19px;
    padding-bottom: 19px; }

.request-call-section {
  padding-bottom: 3.5rem; }

.team-row {
  display: flex;
  flex-wrap: wrap; }

.team-col {
  display: flex;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  border: 10px solid transparent; }
  @media (min-width: 30em) {
    .team-col {
      width: 50%;
      max-width: 50%;
      margin-bottom: 20px; } }
  @media (min-width: 48em) {
    .team-col {
      width: 25%;
      max-width: 25%; } }
  .team-col > .team-col-header {
    display: flex;
    margin: 0;
    text-align: center;
    flex-direction: column;
    flex: 0 0 60px;
    justify-content: space-around; }
    .team-col > .team-col-header > .team-member-name {
      margin: 0; }
  .team-col .team-member-image-container {
    position: relative; }
  .team-col .team-member-image {
    display: block;
    width: 100%; }
  .team-col .team-member-logo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20%;
    height: 20%;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 2px solid black;
    border-radius: 50%; }
  .team-col > .team-footer {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: space-between; }
  .team-col .team-role {
    margin-top: .5rem;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center; }
  .team-col .team-link {
    margin: 0;
    text-align: center; }
  .team-col .team-description {
    padding: 0 .5rem;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.4;
    text-align: center; }

.separator-x--offset-1::before {
  left: -7%;
  display: none; }
  @media (min-width: 48em) {
    .separator-x--offset-1::before {
      display: block; } }

.separator-x--offset-0::before {
  left: 0;
  height: auto;
  top: 3rem;
  bottom: 1rem; }

figure img + figcaption {
  font-size: 14px;
  font-style: italic;
  text-align: center; }

.btn.sidebar-button {
  padding: .8rem .5rem .9rem;
  line-height: 1.5;
  white-space: normal; }

.btn.btn-sm {
  padding: 5px 0.75rem 6px;
  font-size: .8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  letter-spacing: inherit; }

.form-control-sm {
  padding: 5px 0.75rem; }

.form-group-sm {
  margin-bottom: 10px; }
  .form-group-sm::before {
    top: 8px;
    height: 18px; }
  .form-group-sm::after {
    top: 5px;
    width: 24px;
    height: 24px; }

.section-footer .footer-social-links-list {
  margin-bottom: 0;
  white-space: nowrap; }
  @media (min-width: 48em) {
    .section-footer .footer-social-links-list {
      text-align: right; }
      .section-footer .footer-social-links-list > li:last-of-type {
        padding-right: 0; } }
  @media (min-width: 62em) {
    .section-footer .footer-social-links-list {
      text-align: center; } }

.section-footer .footer-subscribe-form {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  padding-left: 16px; }
  .section-footer .footer-subscribe-form .footer-subscribe-form-header {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px; }
  .section-footer .footer-subscribe-form .form-field {
    width: 100%; }
    @media (min-width: 34em) {
      .section-footer .footer-subscribe-form .form-field {
        width: auto; } }
  .section-footer .footer-subscribe-form .form-group {
    padding-right: 0; }
    @media (min-width: 34em) {
      .section-footer .footer-subscribe-form .form-group {
        padding-right: 10px; } }
  .section-footer .footer-subscribe-form .btn[type='submit'] {
    display: block; }

@media (min-width: 34em) {
  #request-call-form .form-group {
    display: inline-block;
    margin-bottom: 0.8rem;
    vertical-align: middle; } }

.google-map {
  height: 500px !important; }
  @media (min-width: 34em) {
    .google-map {
      height: 50vh !important; } }

a {
  color: #0275d8; }
  a:focus, a:hover, a:visited {
    color: #1678c2; }
  a:hover {
    text-decoration: underline; }
  a.btn {
    color: white; }
  a.btn-primary-outline {
    color: #0275d8; }

.btn.btn-sm {
  padding: 0.75rem 1.3rem 0.75rem;
  font-size: 0.7rem;
  border-radius: 2rem;
  letter-spacing: 0.1rem; }

@media (max-width: 47.9em) {
  .list-blog-header {
    margin-top: 1em; } }

.list-blog-title > a {
  color: #414651 !important; }
  .list-blog-title > a:hover {
    text-decoration: none; }

.bg-inverse a,
.bg-inverse a:focus,
.bg-inverse a:hover {
  color: #fff; }

#item .lead {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 1.25rem;
  font-style: italic; }

@media (min-width: 48em) {
  .footer-links-column {
    text-align: right; }
  .footer-links-list {
    display: inline-block;
    max-width: 270px; }
    .footer-links-list > .nav-item {
      padding-right: 0 !important; } }

.deal-addon {
  display: inline-block;
  width: 30px;
  -webkit-transform: translateY(20%) rotate(-23deg);
          transform: translateY(20%) rotate(-23deg); }

@media (min-width: 48em) {
  .pricing-column {
    padding-left: 0;
    padding-right: 0;
    margin-right: -1px; }
    .pricing-column .pricing-box:not(.pricing-highlighted) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      overflow: hidden; }
    .pricing-column:first-child .pricing-box {
      border-top-right-radius: 0;
      border-top-left-radius: 0.25rem; }
    .pricing-column:last-child .pricing-box {
      border-top-left-radius: 0;
      border-top-right-radius: 0.25rem; }
  .section-pricing .container {
    max-width: 98%; }
  .pricing-box {
    overflow: hidden; }
    .pricing-box .card-title {
      font-size: 0.8rem; }
    .pricing-box .currency-abbr {
      font-size: 0.8rem; }
    .pricing-box .pricing-box-price {
      font-size: 2.4rem; }
      .pricing-box .pricing-box-price.price-as-text {
        font-size: 1.8rem; }
    .pricing-box .list-group {
      margin-bottom: 2rem; }
    .pricing-box .list-group-item {
      padding: 0.7rem 0;
      line-height: 1.5;
      font-size: 0.8rem; }
    .pricing-box .btn {
      font-size: 0.7rem;
      padding: 1rem 1rem 1.1rem; }
    .pricing-box h4 small {
      font-size: 0.6rem; } }

@media (min-width: 62em) {
  .pricing-column .pricing-box {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  .pricing-column {
    padding-left: 4px;
    padding-right: 4px; }
  .section-pricing .container {
    max-width: 62rem; }
  .pricing-box .card-title {
    font-size: 0.9rem; }
  .pricing-box .currency-abbr {
    font-size: 1rem; }
  .pricing-box .pricing-box-price {
    font-size: 3rem; }
    .pricing-box .pricing-box-price.price-as-text {
      font-size: 2.4rem; }
  .pricing-box .list-group {
    margin-bottom: 2rem; }
  .pricing-box .list-group-item {
    padding: 0.7rem 1.3rem 0.7rem;
    line-height: 1.5;
    font-size: 1rem; }
  .pricing-box .btn {
    padding: 1rem 1.5rem 1.1rem; }
  .pricing-box h4 small {
    font-size: 0.7rem; } }

.pricing-highlighted {
  border-color: #2f323a; }
  .pricing-highlighted .card-header {
    background-color: #2f323a;
    color: white; }

.btn-preely {
  line-height: 36px;
  padding: 0 13px;
  font-size: 12px;
  border-radius: 5px; }

.pricing {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 62em) {
    .pricing {
      right: 0;
      padding-top: 70px;
      padding-bottom: 70px; } }
  .pricing b,
  .pricing strong {
    font-weight: 600; }

.pricing__action-bar {
  position: relative; }
  .pricing__action-bar::after {
    position: relative;
    display: block;
    content: '';
    border-bottom: 1px solid #E8E8E8;
    width: 70%;
    height: 1px;
    margin: 25px auto 0; }
    @media (min-width: 62em) {
      .pricing__action-bar::after {
        display: none; } }

.pricing__billing-toggle-container {
  text-align: center; }
  @media (max-width: 360px) {
    .pricing__billing-toggle-container {
      text-align: left; } }

.pricing__action-item {
  display: inline-block;
  border-radius: 12px;
  line-height: 24px;
  background-color: #E8E8E8;
  font-size: 12px;
  padding-left: 16px;
  padding-right: 16px;
  color: #C8C8C8; }

.pricing__billing-toggle-item {
  cursor: pointer;
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .pricing__billing-toggle-item:hover {
    color: #2185d0; }
  .pricing__billing-toggle-item--active {
    color: #2185d0; }

.pricing__billing-promo-tagline {
  font-size: 14px;
  font-weight: 600; }

.pricing__flag {
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 0 7px; }
  .pricing__flag--active {
    color: #2185d0; }
  .pricing__flag--dkk {
    background-image: url("../img/flag-da.svg"); }
  .pricing__flag--eur {
    background-image: url("../img/flag-eu.svg"); }
  .pricing__flag--gbp {
    background-image: url("../img/flag-uk.svg"); }
  .pricing__flag--usd {
    background-image: url("../img/flag-us.svg"); }

.pricing__currency-dropdown-toggle {
  position: absolute;
  right: 15px;
  top: 6px;
  cursor: pointer;
  color: #2185d0;
  padding-left: 40px;
  padding-right: 30px;
  background-position: 13px 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: uppercase; }
  @media (min-width: 62em) {
    .pricing__currency-dropdown-toggle {
      right: 0; } }
  .pricing__currency-dropdown-toggle::after {
    content: '▼';
    display: inline-block;
    position: absolute;
    right: 13px;
    top: 0;
    color: rgba(0, 0, 0, 0.29); }

.click-trap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 1; }
  .click-trap--visible {
    display: block; }

.pricing__currency-dropdown {
  border: 1px solid #2185d0;
  position: absolute;
  background: white;
  right: 0;
  list-style: none;
  z-index: 2;
  border-radius: 5px;
  padding: 7px 15px;
  margin-top: -15px;
  display: none; }
  .pricing__currency-dropdown--visible {
    display: block; }
  .pricing__currency-dropdown::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2185d0;
    border-left: 1px solid #2185d0;
    top: -5px;
    right: 15px;
    background: white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .pricing__currency-dropdown > li {
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 2; }
    .pricing__currency-dropdown > li:hover {
      color: #2185d0; }
    .pricing__currency-dropdown > li.pricing__currency-dropdown-item--active {
      color: #2185d0; }

.pricing__column {
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  margin-bottom: 50px; }
  .pricing__column:not(:first-child) .pricing__main {
    position: relative; }
    .pricing__column:not(:first-child) .pricing__main::after {
      display: block;
      content: '';
      position: absolute;
      background-color: #E8E8E8;
      width: 70%;
      height: 1px;
      margin: 0 auto;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (min-width: 62em) {
        .pricing__column:not(:first-child) .pricing__main::after {
          height: 140px;
          width: 1px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
                  transform: translate(0, -50%);
          left: -3px; } }

.pricing__main {
  padding-top: 35px; }
  @media (min-width: 40em) {
    .pricing__main {
      padding-top: 50px; } }

.pricing__plan-image {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.pricing__plan-price {
  font-size: 36px;
  line-height: 40px;
  margin: 12px 0 18px;
  font-weight: 600; }

.pricing__plan-price-container {
  position: relative; }

.pricing__plan-price-promo {
  position: absolute;
  bottom: 5px;
  color: #21ba45;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  transition: opacity 0.2s; }
  .pricing__plan-price-promo--visible {
    opacity: 1; }

.pricing__plan-currency,
.pricing__plan-term {
  position: relative; }

.pricing__plan-currency {
  display: inline-block; }
  .pricing__plan-currency::before {
    content: attr(data-plan-pricing-currency);
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 6px;
    padding-right: 4px;
    line-height: 1;
    text-transform: uppercase; }

.pricing__plan-term::after {
  content: '/ month';
  font-size: 12px;
  color: #8E8E8E;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  margin-left: 4px;
  line-height: 2;
  white-space: nowrap;
  left: 100%; }

.pricing__plan-price--small {
  font-size: 30px; }

.pricing__plan-tagline {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 80%;
  margin: 0 auto;
  min-height: 32px; }

.pricing__button {
  margin-top: 27px;
  margin-bottom: 40px;
  letter-spacing: normal; }

.pricing__feature-list {
  list-style: none;
  padding: 26px 20px;
  max-width: 340px;
  margin: 0 auto;
  background-color: #F7F7F7;
  text-align: left; }

.pricing__feature-list > li {
  padding-left: 28px;
  background-image: url("../img/checkmark--primary.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 4px;
  font-size: 14px;
  line-height: 2; }

.pricing__creative-commons {
  position: absolute;
  box-sizing: border-box;
  padding-left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #8E8E8E;
  line-height: 1; }

html.webapp-modal-open, html.webapp-modal-open body {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.webapp-modal-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2100;
  background: transparent;
  overflow: auto;
  transition: background-color 0.15s ease-in; }

html.webapp-modal-open .webapp-modal-container {
  background: rgba(0, 0, 0, 0.6); }

html.webapp-modal-open.out .webapp-modal-container {
  background: transparent; }

html.webapp-modal-open.out .webapp-modal {
  visibility: hidden; }

.webapp-modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer; }

.webapp-modal {
  position: relative;
  background: white;
  z-index: 2110;
  width: 500px;
  max-width: 100%;
  margin: auto;
  min-height: 100%; }

.webapp-modal iframe {
  width: 100%;
  height: 100%;
  display: block; }

.related-pages {
  list-style-type: none;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 0.5rem; }
  .related-pages > li {
    margin-bottom: 1rem;
    line-height: 1.5; }
    .related-pages > li a {
      line-height: 1.5; }
  .related-pages .related-page-image {
    width: 100%;
    height: 160px;
    display: block;
    background-size: cover;
    margin-bottom: 0.5rem;
    background-position: center; }

.template-feature {
  overflow: hidden; }

.template-feature__image-column {
  text-align: center; }

.template-feature__image {
  width: 50vw;
  max-width: 1000px;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .template-feature__image--left {
      float: right; } }

.template-feature__text-column {
  position: relative; }
  @media (min-width: 1300px) {
    .template-feature__text-column {
      margin-top: 100px;
      margin-bottom: 50px; } }

.template-feature--image-right {
  display: flex;
  flex-direction: column; }
  .template-feature--image-right .template-feature__text-column {
    order: 1; }
  @media (min-width: 768px) {
    .template-feature--image-right {
      display: block; } }

.card-block > span {
  border: 0; }

/*# sourceMappingURL=landio-extended.css.map */
