/*

Theme Name: Mit Samtykke
Author: Kontrast | SFT
Author URI: https://www.kontrastcph.dk
Version: 1.0

*/
/* 		COLORS 		*/
/*		FONTS 		*/
@font-face {
  font-family: ClarikaProGeo-Rg;
  src: url(fonts/ClarikaProGeo-Rg.woff);
  font-display: swap;
  font-weight: regular; }
@font-face {
  font-family: ClarikaProGeo-Dm;
  src: url(fonts/ClarikaProGeo-Dm.woff);
  font-display: swap;
  font-weight: semi-bold; }
/*		BOX SHADOW 		*/
/*		BODY 		*/
* {
  outline: none; }
  *:focus {
    outline: none; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #909090;
  font-family: "ClarikaProGeo-Rg", sans-serif;
  background-color: #FFFFFF;
  margin: 0; }

.container {
  max-width: 1360px; }

/*		HEADLINE		*/
h1 {
  font-family: "ClarikaProGeo-Dm", sans-serif;
  font-size: 5rem;
  color: #001e1b;
  line-height: 1; }

h2 {
  font-size: 3.2rem;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  color: #001e1b;
  line-height: 1;
  margin-bottom: 20px; }

h3 {
  font-size: 30px;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  color: #001e1b;
  line-height: 1; }

h4 {
  font-size: 24px;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  color: #001e1b;
  line-height: 1; }

h5 {
  font-size: 1rem;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  color: #002f38;
  line-height: 1; }

p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
  color: #666666; }
  p.label {
    color: #009b95;
    font-family: "ClarikaProGeo-Dm", sans-serif; }

/*		LINKS		*/
a {
  color: #009b95;
  text-decoration: none;
  transition: ease .3s; }
  a:hover {
    color: #3f726b;
    text-decoration: none; }

/*		IMG 		*/
img {
  max-width: 100%; }

/*		LIST 		*/
ul {
  padding: 0;
  margin-bottom: 0; }
  ul li {
    list-style-type: none; }

/*		SEPERATOR 		*/
.seperator {
  border-bottom: 1px solid rgba(0, 47, 56, 0.1);
  width: 100%; }

/*		BUTTONS 		*/
button {
  cursor: pointer; }
  button:focus, button:active {
    outline: none;
    box-shadow: none; }

.btn {
  background-color: #009b95;
  border-radius: 30px;
  height: 40px;
  min-width: 40px;
  border: none;
  color: #FFFFFF;
  box-shadow: none;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  font-size: 1rem;
  height: 60px;
  padding: 17px 40px;
  transition: ease .3s; }
  .btn:hover {
    background-color: #002f38; }
  .btn.btn-transparent {
    background-color: transparent;
    border: 2px solid #009b95;
    color: #009b95;
    padding: 15px 30px 15px; }
    .btn.btn-transparent svg {
      margin-right: 10px; }
      .btn.btn-transparent svg .fill-green {
        fill: #009b95; }
      .btn.btn-transparent svg .fill-light {
        fill: #b8e5df; }
    .btn.btn-transparent:hover {
      background-color: #002f38;
      border-color: #002f38;
      color: #FFFFFF; }
      .btn.btn-transparent:hover svg .fill-green {
        fill: #FFFFFF;
        transition: ease .3s; }
      .btn.btn-transparent:hover svg .fill-light {
        fill: #002f38;
        transition: ease .3s; }

.green-bg {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #effaf9; }
  .green-bg + .double-row {
    margin-top: 160px; }

.shape-bg {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #effaf9;
  background-image: url("assets/light-bg.jpg");
  background-size: cover;
  background-position: center; }
  .shape-bg + .double-row {
    margin-top: 160px; }

@media screen and (max-width: 1480px) {
  .container {
    max-width: 90%; }

  h1 {
    font-size: 4.2rem; } }
@media screen and (max-width: 1380px) {
  .container {
    max-width: 1260px; }

  h2 {
    font-size: 3rem; }

  p {
    font-size: 16px; } }
@media screen and (max-width: 1280px) {
  .container {
    max-width: 95%; }

  h1 {
    font-size: 3rem; }

  .green-bg {
    padding-top: 120px;
    padding-bottom: 120px; }
    .green-bg + .double-row {
      margin-top: 120px; }

  .shape-bg {
    padding-top: 120px;
    padding-bottom: 120px; }
    .shape-bg + .double-row {
      margin-top: 120px; }

  .btn {
    padding: 17px 20px; } }
@media screen and (max-width: 1190px) {
  .container {
    max-width: 95%; }

  h1 {
    font-size: 3.4rem; }

  h2 {
    font-size: 2.4rem; }

  h4 {
    font-size: 20px; }

  .green-bg {
    padding-top: 110px;
    padding-bottom: 110px; }
    .green-bg + .double-row {
      margin-top: 120px; }

  .shape-bg {
    padding-top: 110px;
    padding-bottom: 110px; }
    .shape-bg + .double-row {
      margin-top: 120px; }

  .btn {
    height: 50px;
    padding: 12px 30px; }
    .btn.btn-transparent {
      padding: 10px 20px; }
      .btn.btn-transparent svg {
        margin-right: 5px; } }
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 3rem; } }
@media screen and (max-width: 920px) {
  .container {
    max-width: 100%; }

  h1 {
    font-size: 3.4rem; }

  .green-bg {
    padding-top: 80px;
    padding-bottom: 80px; }
    .green-bg + .double-row {
      margin-top: 80px; }

  .shape-bg {
    padding-top: 80px;
    padding-bottom: 80px; }
    .shape-bg + .double-row {
      margin-top: 80px; } }
@media screen and (max-width: 620px) {
  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 1.8rem; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 18px; }

  .green-bg {
    padding-top: 60px;
    padding-bottom: 60px; }
    .green-bg + .double-row {
      margin-top: 60px; }

  .shape-bg {
    padding-top: 60px;
    padding-bottom: 60px; }
    .shape-bg + .double-row {
      margin-top: 60px; } }
.double-row {
  margin-bottom: 160px; }
  .double-row ul {
    padding-top: 30px;
    padding-bottom: 30px; }
    .double-row ul li {
      margin-bottom: 20px; }
      .double-row ul li .icon {
        max-width: 40px;
        margin-right: 25px; }
      .double-row ul li p {
        font-family: "ClarikaProGeo-Dm", sans-serif;
        color: #001e1b;
        line-height: 1.5; }
  .double-row p + .btn {
    margin-top: 40px; }

.text-block-container {
  margin-bottom: 160px; }
  .text-block-container h2 {
    font-size: 80px;
    margin-bottom: 60px;
    position: relative;
    z-index: 2; }
    .text-block-container h2.with-quote:before {
      content: '';
      position: absolute;
      z-index: -1;
      left: 0;
      top: -65px;
      height: 115px;
      width: 145px;
      background-image: url("assets/quote.svg");
      background-size: cover;
      background-position: center; }
    .text-block-container h2 em {
      font-style: normal;
      position: relative; }
      .text-block-container h2 em:after {
        content: '';
        width: calc(100% + 30px);
        height: 35px;
        bottom: -25px;
        left: -15px;
        background-image: url(assets/shape.svg);
        position: absolute;
        background-size: 100%;
        background-repeat: no-repeat; }

.counting-container {
  padding-bottom: 100px; }
  .counting-container h2 {
    margin-bottom: 10px; }

/* 		FORM 		*/
.with-form {
  margin-bottom: 130px; }

.wpcf7-form .input-container {
  margin-bottom: 20px;
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .wpcf7-form .input-container p {
    font-size: 20px;
    color: #001e1b;
    opacity: .3;
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
    transition: ease .3s; }
  .wpcf7-form .input-container input {
    border: none;
    height: 80px;
    background-color: #FFFFFF;
    padding: 20px 30px 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    border-radius: 4px;
    transition: ease .3s; }
    .wpcf7-form .input-container input:focus {
      box-shadow: inset 0px -2px 0px 0px rgba(0, 155, 149, 0.004);
      border-color: #009b95; }
    .wpcf7-form .input-container input:focus + p, .wpcf7-form .input-container input.active + p {
      color: #009b95;
      font-size: 12px;
      opacity: 1;
      top: 25px; }
.wpcf7-form .wpcf7-submit {
  background-color: #009b95;
  border-radius: 30px;
  height: 40px;
  min-width: 40px;
  border: none;
  color: #FFFFFF;
  box-shadow: none;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  font-size: 1rem;
  height: 60px;
  padding: 17px 40px;
  transition: ease .3s;
  margin-top: 10px; }
  .wpcf7-form .wpcf7-submit:hover {
    background-color: #002f38; }

/*		SERVICES CONTAINER 		*/
.services-container .box {
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 40px; }
  .services-container .box .icon {
    max-width: 60px;
    margin-right: 20px; }
  .services-container .box h5 {
    margin-bottom: 5px; }
  .services-container .box p {
    font-size: 1rem;
    line-height: 1.5; }

/*		STEPS CONTAINER 		*/
.steps-container .number {
  font-size: 120px;
  font-family: "ClarikaProGeo-Dm", sans-serif;
  line-height: 1;
  color: #001e1b;
  margin-right: 30px; }
.steps-container h2 {
  margin-bottom: 0; }
.steps-container .box {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .steps-container .box .count {
    position: absolute;
    left: -100px;
    font-size: 400px;
    font-family: "ClarikaProGeo-Dm", sans-serif;
    color: #f1faf8;
    top: 80px;
    z-index: 0;
    line-height: 220px; }
  .steps-container .box h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
  .steps-container .box p {
    position: relative;
    z-index: 1; }

.info-box {
  background-color: #002f38;
  padding: 60px;
  border-radius: 10px;
  margin-bottom: 20px; }
  .info-box .icon {
    max-width: 60px;
    margin-right: 20px; }
  .info-box h4 {
    color: #FFFFFF; }
  .info-box p {
    color: #779498; }
  .info-box .badge {
    border: 2px solid #009b95;
    border-radius: 4px;
    font-size: 12px;
    color: #009b95;
    margin-left: 15px; }

/*		REF LOGOS 		*/
.ref-container {
  margin-bottom: 160px; }
  .ref-container img {
    filter: grayscale(1);
    opacity: .2; }

/*		INTRO CONTAINER 		*/
#next {
  padding-top: 2em;}
.intro-container {
  margin-bottom: 120px;}
  .intro-container .top {
    margin-bottom: 80px; }
    .intro-container .top p {
      font-size: 20px; }
  .intro-container .col-lg-3:first-child {
    margin-left: -50px; }
  .intro-container .box {
    padding: 50px;
    display: block;
    border-radius: 10px; }
    .intro-container .box img {
      margin-bottom: 30px; }
    .intro-container .box h4 {
      margin-bottom: 10px; }
    .intro-container .box p {
      font-size: 15px;
      line-height: 1.5; }
    .intro-container .box:hover {
      background-color: #effaf9;
      transition: ease .3s; }

/*		STEPS W ICONS 		*/
.steps-icons-container {
  margin-bottom: 120px; }
  .steps-icons-container .content {
    position: relative;
    padding-top: 25px; }
    .steps-icons-container .content .icon {
      height: 60px;
      position: absolute;
      top: 0;
      left: 30px;
      z-index: -1;
      opacity: .4; }
      .steps-icons-container .content .icon img {
        width: auto;
        max-height: 100%; }
    .steps-icons-container .content h2 {
      line-height: 1; }
    .steps-icons-container .content p {
      font-size: 15px;
      line-height: 1.5; }

/*		PRICING 		*/
.green-info-box {
  border-radius: 10px;
  background-color: #e3f5f2;
  height: 80px;
  padding: 20px;
  margin-bottom: 30px; }
  .green-info-box img {
    max-width: 30px;
    margin-right: 20px; }
  .green-info-box p {
    font-size: 15px;
    font-family: "ClarikaProGeo-Dm", sans-serif;
    color: #002f38;
    line-height: 1.1; }

.content-container {
  margin-bottom: 100px; }

.pricing-box {
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  height: 100%; }
  .pricing-box .badge {
    background-color: #ea9754;
    color: #FFFFFF;
    font-family: "ClarikaProGeo-Dm", sans-serif;
    font-size: 14px;
    padding: 13px;
    line-height: 1;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    width: calc(100% - 40px);
    text-align: left;
    position: absolute;
    top: -20px;
    left: 0; }
    .pricing-box .badge:after {
      content: '';
      height: 6px;
      width: 6px;
      left: 4px;
      position: absolute;
      top: 40px;
      background-color: #ea9754; }
    .pricing-box .badge:before {
      content: '';
      height: 12px;
      width: 12px;
      left: 4px;
      position: absolute;
      top: 40px;
      border-radius: 50%;
      background-color: #002f38;
      z-index: 2; }
  .pricing-box .top {
    background-color: #002f38;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .pricing-box .top.with-badge {
      border-left: 4px solid #ea9754; }
    .pricing-box .top .content {
      height: 180px;
      padding: 45px 45px 0; }
    .pricing-box .top .bottom {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 20px 45px; }
      .pricing-box .top .bottom p {
        color: #FFFFFF;
        line-height: 1; }
    .pricing-box .top p {
      color: #FFFFFF;
      line-height: 1; }
      .pricing-box .top p.label {
        color: #009b95;
        margin-bottom: 20px; }
      .pricing-box .top p.pricing-text {
        font-size: 24px;
        font-family: "ClarikaProGeo-Dm", sans-serif; }
      .pricing-box .top p.price {
        font-size: 50px;
        font-family: "ClarikaProGeo-Dm", sans-serif;
        color: #FFFFFF;
        margin-right: 15px; }
      .pricing-box .top p.subject {
        font-size: 18px;
        font-family: "ClarikaProGeo-Dm", sans-serif; }
    .pricing-box .top .comment {
      color: #508993;
      font-size: 15px; }
  .pricing-box .list-content {
    padding: 40px 45px 130px; }
    .pricing-box .list-content li {
      font-size: 15px;
      color: #002f38;
      margin-bottom: 20px; }
      .pricing-box .list-content li svg {
        margin-top: 6px;
        margin-right: 15px;
        min-width: 15px; }
  .pricing-box .btn {
    position: absolute;
    bottom: 45px;
    width: calc(100% - 90px); }

/*		VIDEO 		*/
.video-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: #002f38;
  z-index: 9998;
  transition: ease .2s .3s; }
  .video-container .inner-container {
    height: 100%;
    position: relative; }
  .video-container.is-visible {
    display: block;
    animation: fadein .5s linear; }
  .video-container .close {
    position: absolute;
    z-index: 9999;
    top: -70px;
    right: 0;
    opacity: 1;
    text-shadow: none; }
  .video-container video {
    max-width: 1315px;
    max-height: calc(100vh - 120px);
    width: auto; }

.basic-text {
  padding-top: 200px;
  padding-bottom: 200px; }
  .basic-text p {
    margin-bottom: 20px; }

/*		404			*/
.fail-page {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(assets/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 120px; }
  .fail-page .btn {
    margin: 20px auto; }

@media screen and (max-width: 1480px) {
  .intro-container .box {
    padding: 40px; }
  .intro-container .col-lg-3:first-child {
    margin-left: -40px; }

  .text-block-container h2 {
    font-size: 65px; } }
@media screen and (max-width: 1380px) {
  .intro-container .top p {
    font-size: 18px; }

  .steps-container .count {
    font-size: 110px; }

  .services-container .box {
    padding: 30px 25px; } }
@media screen and (max-width: 1280px) {
  .info-box {
    padding: 50px; }

  .pricing-box .badge {
    font-size: 12px; }
    .pricing-box .badge:before {
      top: 38px; }
    .pricing-box .badge:after {
      top: 38px; }
  .pricing-box .top .content {
    height: 160px;
    padding: 40px 30px 0; }
  .pricing-box .top .bottom {
    padding: 20px 30px; }
  .pricing-box .top p.price {
    font-size: 40px; }
  .pricing-box .top p.label {
    margin-bottom: 10px; }
  .pricing-box .list-content {
    padding: 30px 35px 110px; }
    .pricing-box .list-content li {
      font-size: 14px; }
      .pricing-box .list-content li svg {
        margin-right: 10px; }
  .pricing-box .btn {
    bottom: 35px;
    width: calc(100% - 70px);
    padding: 17px 20px; }

  /* VIDEO */
  .video-container video {
    max-width: 100%; }
  .video-container .close {
    top: -50px;
    right: 20px; }
    .video-container .close svg {
      max-width: 25px; } }
@media screen and (max-width: 1190px) {
  .intro-container {
    margin-bottom: 80px; }
    .intro-container .top {
      margin-bottom: 60px; }
      .intro-container .top p br {
        display: none; }
    .intro-container .box {
      padding: 20px; }
    .intro-container .col-lg-3:first-child {
      margin-left: -20px; }

  .ref-container {
    margin-bottom: 120px; }

  .double-row {
    margin-bottom: 120px; }
    .double-row ul {
      padding-bottom: 10px; }

  .steps-container .number {
    font-size: 100px;
    margin-right: 20px; }
  .steps-container .box {
    padding: 30px; }
    .steps-container .box .count {
      left: -60px;
      font-size: 240px; }
    .steps-container .box h4 {
      margin-bottom: 15px; }

  .info-box {
    padding: 30px; }
    .info-box .icon {
      max-width: 40px;
      margin-right: 15px; }

  .pricing-box {
    height: auto;
    margin-bottom: 50px; }
    .pricing-box .btn {
      padding: 12px 20px; }

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

  .text-block-container {
    margin-bottom: 120px; }
    .text-block-container h2 {
      font-size: 50px; }

  .basic-text {
    padding-top: 200px;
    padding-bottom: 200px; } }
@media screen and (max-width: 1100px) {
  .intro-container .box {
    padding: 10px; }
  .intro-container .col-lg-3:first-child {
    margin-left: -10px; }

  .services-container .box .icon {
    margin-bottom: 20px; } }
@media screen and (max-width: 920px) {
  .with-form {
    margin-bottom: 80px; }
    .with-form .wpcf7-form {
      margin-top: 30px; }

  .intro-container {
    margin-bottom: 50px; }
    .intro-container .top {
      margin-bottom: 40px; }
    .intro-container .content {
      max-width: calc(83.333333% + 50px);
      margin-left: calc(8.333333% - 25px); }
    .intro-container .col-lg-3:first-child {
      margin-left: 0; }
    .intro-container .box {
      margin-bottom: 30px; }
      .intro-container .box img {
        margin-bottom: 20px; }

  .ref-container {
    margin-bottom: 50px; }
    .ref-container img {
      margin-bottom: 30px; }

  .double-row {
    margin-bottom: 80px; }
    .double-row.with-img h2 {
      margin-top: 40px; }
    .double-row p + .btn {
      margin-top: 20px;
      margin-bottom: 40px; }

  .services-container .boxes {
    max-width: calc(83.333333% + 30px);
    margin-left: calc(8.333333% - 15px); }

  .steps-container .box {
    height: auto;
    margin-bottom: 20px;
    padding: 40px; }
    .steps-container .box .count {
      left: auto;
      font-size: 190px;
      right: 30px;
      top: -20px; }

  .info-box {
    padding: 40px; }

  .steps-icons-container {
    margin-bottom: 60px; }
    .steps-icons-container .content {
      padding-top: 0;
      margin-bottom: 30px; }
      .steps-icons-container .content .icon {
        left: 55px;
        top: 0;
        height: 40px; }

  .wpcf7-form .wpcf7-submit {
    height: 50px;
    padding: 12px 30px; }

  .content-container {
    margin-bottom: 50px; }

  .with-content {
    max-width: 83.333333%;
    margin-left: 8.333333%; }

  .counting-container {
    padding-bottom: 60px; }
    .counting-container h2 {
      margin-bottom: 0; }
    .counting-container p {
      margin-bottom: 20px; }

  .text-block-container {
    margin-bottom: 80px; }
    .text-block-container h2 {
      font-size: 2.4rem;
      margin-bottom: 30px; }
      .text-block-container h2 em:after {
        width: calc(100% + 20px);
        bottom: -30px;
        left: -10px; } }
@media screen and (max-width: 620px) {
  .with-form {
    margin-bottom: 60px; }

  .intro-container {
    margin-bottom: 30px; }
    .intro-container .top p {
      font-size: 16px; }
    .intro-container .content {
      max-width: none;
      margin-left: -15px; }
    .intro-container .box {
      padding: 0; }

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

  .double-row {
    margin-bottom: 60px; }
    .double-row.with-img h2 {
      margin-top: 25px; }

  .services-container .boxes {
    max-width: none;
    margin-left: -15px; }
  .services-container .box {
    padding: 25px 20px;
    margin-bottom: 15px; }
    .services-container .box .icon {
      max-width: 45px;
      margin-right: 15px; }
  .services-container .col-md-6:last-child .box {
    margin-bottom: 0; }

  .steps-container .number {
    font-size: 65px;
    margin-right: 10px; }
  .steps-container .box {
    padding: 30px; }
    .steps-container .box .count {
      right: 10px;
      top: auto;
      bottom: -10px; }

  .info-box {
    padding: 30px; }
    .info-box .icon {
      max-width: 60px;
      margin-bottom: 20px; }
    .info-box h4 {
      margin-bottom: 0; }

  .steps-icons-container {
    margin-bottom: 40px; }
    .steps-icons-container .content .icon {
      top: 0;
      height: 50px;
      left: auto;
      right: 10px; }

  .wpcf7-form .input-container p {
    top: 20px;
    left: 20px;
    font-size: 16px; }
  .wpcf7-form .input-container input {
    height: 60px;
    padding: 15px 20px 0; }
    .wpcf7-form .input-container input:focus + p, .wpcf7-form .input-container input.active + p {
      top: 15px; }

  .content-container {
    margin-bottom: 50px; }

  .with-content {
    max-width: none;
    margin-left: -15px; }

  .green-info-box {
    margin-bottom: 10px; }

  .pricing-box {
    margin-bottom: 20px; }
    .pricing-box .top.with-badge {
      margin-top: 20px; }

  .counting-container {
    padding-bottom: 40px; }
    .counting-container h2 {
      margin-bottom: 5px; }
    .counting-container p {
      font-size: 14px; }

  .text-block-container {
    margin-bottom: 60px; }
    .text-block-container h2 {
      font-size: 1.6rem; }

  .fail-page {
    padding-top: 40px;
    padding-bottom: 40px; } }
.hero {
  background-image: url("assets/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 85px;
  background-color: #b9e6e1; }
  .hero .container {
    padding-top: 150px;
    padding-bottom: 50px; }
    .hero .container.with-info {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      .hero .container.with-info .row {
        min-height: auto !important; }
      .hero .container.with-info .btn-container {
        margin-bottom: 50px; }
  .hero .row {
    min-height: calc(100vh - 300px); }
  .hero h1 {
    margin-bottom: 25px; }
  .hero p {
    color: #3f726b;
    line-height: 2;
    margin-bottom: 10px; }
    .hero p.label {
      color: #009b95; }
  .hero .small-cta {
    margin-left: 20px; }
    .hero .small-cta span {
      font-family: "ClarikaProGeo-Dm", sans-serif;
      color: #002f38;
      font-size: 16px;
      margin-left: 10px; }
  .hero .btn-container {
    margin-top: 50px; }
  .hero .hero-img img {
    width: 120%;
    max-width: 120%;
    margin-right: -20%; }
  .hero .white-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); }
    .hero .white-box .content {
      padding: 60px; }
    .hero .white-box a {
      font-size: 40px;
      line-height: 1.2; }
    .hero .white-box p {
      margin-bottom: 0;
      line-height: 1.5; }
      .hero .white-box p.name {
        color: #002f38;
        font-family: "ClarikaProGeo-Dm", sans-serif; }
  .hero.img-bottom {
    position: relative;
    overflow: hidden; }
    .hero.img-bottom .hero-img img {
      max-width: none;
      margin-right: 0;
      height: 100%;
      width: auto;
      max-height: calc(100vh - 200px);
      bottom: -107px;
      position: relative; }
    .hero.img-bottom .scroll-icon {
      margin-top: -100px; }
  .hero.with-bg .row {
    min-height: calc(100vh - 230px); }
  .hero.with-bg .scroll-icon {
    margin-top: -70px; }
  .hero .scroll-icon {
    padding-top: 0;
    padding-bottom: 0;
    height: 100px; }
    .hero .scroll-icon a {
      max-width: max-content; }
    .hero .scroll-icon .icon {
      margin-right: 20px;
      position: relative;
      display: block;
      width: 20px;
      height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #009b95;
      border-radius: 23px; }
      .hero .scroll-icon .icon span {
        position: absolute;
        display: block;
        top: 10%;
        left: calc(50% - 0.5px);
        width: 1px;
        height: 6px;
        border-radius: 1px;
        margin: 0 auto;
        background: #009b95;
        -webkit-animation: ani-mouse 1.5s linear infinite;
        -moz-animation: ani-mouse 1.5s linear infinite;
        animation: ani-mouse 1.5s linear infinite; }
    .hero .scroll-icon p {
      font-size: 15px;
      font-family: "ClarikaProGeo-Dm", sans-serif;
      color: #002f38;
      line-height: 1;
      margin-bottom: 0; }
  .hero .with-info {
    height: 150px;
    margin-top: -100px; }
    .hero .with-info .icon {
      height: 30px;
      width: 25px;
      margin-bottom: 15px; }

.pricing-hero {
  background-image: url("assets/hero-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 150px;
  background-color: #b9e6e1;
  padding-top: 150px;
  padding-bottom: 150px;
  min-height: 100vh; }
  .pricing-hero h1 {
    margin-bottom: 70px; }

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 0;
    -webkit-transform: 100%;
    transform: 100%; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0); } }
@-moz-keyframes ani-mouse {
  0% {
    opacity: 0;
    -webkit-transform: 100%;
    transform: 100%; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0); } }
@keyframes ani-mouse {
  0% {
    opacity: 0;
    -webkit-transform: 100%;
    transform: 100%; }
  50% {
    opacity: 1; }
  90% {
    opacity: 0.9; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0); } }
@media screen and (max-height: 900px) {
  .hero .container.with-info {
    height: 115px;
    margin-top: -30px; }
  .hero.img-bottom .hero-img img {
    max-height: calc(100vh - 200px);
    bottom: -137px;
    position: relative;
    right: -70px; } }
@media screen and (max-width: 1600px) {
  .hero .hero-img img {
    max-width: 100%;
    width: 100%;
    margin-right: 0; }
  .hero .container {
    padding-top: 120px; }
  .hero .scroll-icon {
    padding-top: 0; } }
@media screen and (max-width: 1480px) {
  .hero .hero-img img {
    max-width: 100%;
    width: 100%;
    margin-right: 0; } }
@media screen and (max-width: 1280px) {
  .hero h1 br {
    display: none; }
  .hero p br {
    display: none; }
  .hero .btn-container {
    margin-top: 20px;
    margin-bottom: 60px; }
  .hero .white-box a {
    font-size: 30px; }
  .hero .white-box .content {
    padding: 45px; } }
@media screen and (max-width: 1190px) {
  .hero {
    margin-bottom: 80px; }
    .hero .white-box .content {
      padding: 40px; }
    .hero .btn-container {
      margin-top: 30px; }
    .hero.img-bottom .container {
      padding-top: 60px; }
    .hero.img-bottom .hero-img img {
      bottom: -100px;
      position: relative;
      height: auto;
      max-height: none;
      width: 100%; }
    .hero.img-bottom .scroll-icon {
      padding-top: 0; }
    .hero .container.with-info {
      height: 110px;
      margin-top: -60px; }

  .pricing-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    margin-bottom: 120px; }
    .pricing-hero h1 {
      margin-bottom: 40px; } }
@media screen and (max-width: 920px) {
  .hero.with-bg {
    background-size: 160%;
    background-position: right bottom;
    background-repeat: no-repeat; }
    .hero.with-bg .container {
      padding-top: 120px; }
      .hero.with-bg .container.scroll-icon {
        padding-top: 0; }
    .hero.with-bg .row {
      min-height: calc(100vh - 230px); }
  .hero .container {
    padding-top: 120px; }
    .hero .container.with-info {
      background-color: #effaf9;
      position: relative;
      height: auto;
      margin-top: -40px;
      width: calc(100% + 60px);
      max-width: none;
      margin-left: -30px;
      padding: 20px 50px !important; }
  .hero h1 {
    margin-bottom: 15px; }
  .hero .small-cta {
    margin-top: 20px;
    margin-left: 0; }
  .hero .btn-container {
    margin-top: 20px; }
  .hero .white-box {
    margin-top: 30px; }
    .hero .white-box a {
      margin-bottom: 5px;
      display: block; }
  .hero .scroll-icon {
    padding-top: 0;
    margin-left: 0;
    height: 60px; }
    .hero .scroll-icon a {
      padding-left: 15px;
      margin: 0 auto; }
  .hero .btn-container {
    margin-bottom: 40px; }
  .hero.img-bottom .container {
    padding-top: 120px; }
  .hero.img-bottom .scroll-icon {
    padding-top: 0; }
    .hero.img-bottom .scroll-icon a {
      max-width: 60%; }
  .hero.img-bottom .hero-img img {
    bottom: -10px; }

  .pricing-hero {
    padding-bottom: 30px;
    margin-bottom: 80px; } }
@media screen and (max-width: 620px) {
  .hero {
    margin-bottom: 60px; }
    .hero.with-bg .row {
      min-height: calc(100vh - 310px); }
    .hero.with-bg .container {
      padding-top: 100px;
      padding-bottom: 160px; }
      .hero.with-bg .container.scroll-icon {
        display: none; }
    .hero .container {
      padding-top: 100px; }
      .hero .container.with-info {
        padding-top: 30px !important;
        padding-bottom: 10px !important; }
        .hero .container.with-info .icon {
          margin-bottom: 10px; }
        .hero .container.with-info h5 {
          margin-bottom: 30px; }
          .hero .container.with-info h5 br {
            display: none; }
    .hero p {
      font-size: 16px;
      line-height: 1.5; }
      .hero p br {
        display: none; }
    .hero .white-box a {
      font-size: 24px;
      margin-bottom: 10px; }
    .hero .white-box p {
      font-size: 15px; }
    .hero .white-box img {
      max-width: 40%; }
    .hero .scroll-icon {
      padding-top: 0;
      margin-left: 0; }
      .hero .scroll-icon a {
        padding-left: 0; }
      .hero .scroll-icon .icon {
        margin-right: 10px; }
    .hero.img-bottom .hero-img img {
      max-height: 40vh;
      width: auto; }
    .hero.img-bottom .scroll-icon a {
      max-width: max-content; }

  .pricing-hero {
    margin-bottom: 60px;
    padding-bottom: 50px; } }
/*		FAQ 		*/
.faq-container {
  padding-top: 40px;
  padding-bottom: 160px; }
  .faq-container h2 {
    margin-bottom: 40px; }
  .faq-container .accordion .card {
    border-radius: 10px;
    border: none;
    margin-bottom: 10px;
    background-color: #e3f5f2; }
    .faq-container .accordion .card .card-header {
      padding: 0;
      border-radius: 0;
      border: none; }
      .faq-container .accordion .card .card-header button {
        width: 100%;
        text-align: left;
        border: none;
        background-color: #e3f5f2;
        padding: 30px 35px;
        font-size: 16px;
        color: #002f38; }
        .faq-container .accordion .card .card-header button.collapsed {
          color: #002f38; }
          .faq-container .accordion .card .card-header button.collapsed .collapse-icon span {
            transition: ease .3s; }
            .faq-container .accordion .card .card-header button.collapsed .collapse-icon span:last-child {
              transform: rotate(90deg);
              margin-top: -2px; }
        .faq-container .accordion .card .card-header button:focus {
          outline: none; }
      .faq-container .accordion .card .card-header .collapse-icon {
        position: absolute;
        right: 45px;
        top: 50px; }
        .faq-container .accordion .card .card-header .collapse-icon span {
          width: 16px;
          height: 2px;
          border-radius: 1px;
          background: #009b95;
          display: block;
          transition: ease .3s; }
          .faq-container .accordion .card .card-header .collapse-icon span:last-child {
            margin-top: -2px; }
    .faq-container .accordion .card .card-body {
      border-top: 0;
      padding: 0 35px 30px;
      font-size: 16px; }
      .faq-container .accordion .card .card-body p {
        margin-bottom: 1rem; }

@media screen and (max-width: 1190px) {
  .faq-container {
    padding-top: 40px;
    padding-bottom: 100px; } }
@media screen and (max-width: 920px) {
  .faq-container {
    padding-top: 20px;
    padding-bottom: 80px; }
    .faq-container .accordion .card .card-header button {
      padding: 20px 60px 20px 25px; }
    .faq-container .accordion .card .card-header .collapse-icon {
      right: 25px;
      top: 30px; }
    .faq-container .accordion .card .card-body {
      padding: 0 25px 20px; } }
@media screen and (max-width: 620px) {
  .faq-container {
    padding-top: 10px;
    padding-bottom: 60px; }
    .faq-container h2 {
      margin-bottom: 20px; } }
.testimonials-container {
  margin-bottom: 140px; }
  .testimonials-container .img-container {
    position: relative;
    width: calc(100% - 60px);
    height: 520px;
    margin: 20px 30px;
    background: #009b95;
    border-radius: 50% / 12%;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .testimonials-container .img-container:before {
      content: '';
      position: absolute;
      top: 10%;
      bottom: 10%;
      right: -5%;
      left: -5%;
      background: inherit;
      border-radius: 6% / 50%; }
    .testimonials-container .img-container .shape {
      position: absolute;
      width: calc(100% + 60px);
      height: calc(100% + 60px);
      right: -60px;
      bottom: -60px;
      z-index: -1; }
  .testimonials-container .icon {
    max-width: 75px;
    margin-bottom: 40px; }
    .testimonials-container .icon svg {
      max-width: 100%; }
    .testimonials-container .icon .fill-color {
      fill: #009b95; }
  .testimonials-container .item {
    padding: 0 0 40px; }
  .testimonials-container p {
    line-height: 1.5; }
    .testimonials-container p.quote {
      font-size: 30px;
      color: #002f38;
      font-style: italic;
      margin-bottom: 30px; }
  .testimonials-container .testimonial-logo {
    padding-right: 25px;
    border-right: 1px solid #909090;
    margin-right: 20px; }
    .testimonials-container .testimonial-logo img {
      max-width: 110px; }
  .testimonials-container .owl-item.owl-animated-in .item {
    background-color: #effaf9; }

.owl-dots {
  display: flex;
  width: 50%;
  margin-left: calc(50% + 15px);
  margin-top: -120px;
  margin-bottom: 120px;
  position: relative;
  z-index: 99; }
  .owl-dots .owl-dot {
    margin-right: 12px; }
    .owl-dots .owl-dot span {
      width: 16px;
      height: 16px;
      border-radius: 4px;
      background-color: rgba(0, 47, 56, 0.08);
      display: block; }
    .owl-dots .owl-dot.active span {
      background-color: #009b95; }

@media screen and (max-width: 1380px) {
  .testimonials-container .img-container {
    height: 480px; } }
@media screen and (max-width: 1280px) {
  .testimonials-container .img-container {
    height: 440px; }

  .owl-dots {
    margin-top: -40px;
    margin-bottom: 40px; } }
@media screen and (max-width: 1190px) {
  .testimonials-container .img-container {
    height: 385px; }
  .testimonials-container p.quote {
    font-size: 20px; }
  .testimonials-container .owl-dots {
    margin: 0 auto 40px;
    text-align: center;
    width: max-content; } }
@media screen and (max-width: 1024px) {
  .testimonials-container .img-container {
    height: 335px; } }
@media screen and (max-width: 920px) {
  .testimonials-container .icon {
    max-width: 55px;
    margin-bottom: 20px; } }
@media screen and (max-width: 620px) {
  .testimonials-container .img-container {
    height: 282px; }
    .testimonials-container .img-container .shape {
      width: calc(100% + 40px);
      height: calc(100% + 40px);
      right: -30px;
      bottom: -30px; }
  .testimonials-container .icon {
    max-width: 55px;
    margin-bottom: 20px; } }
.navbar {
  transition: ease .3s;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px; }
  .navbar .navbar-brand img {
    max-width: 230px; }
  .navbar .button-nav .sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    left: -2px;
    width: calc(100% + 4px);
    transition: ease .3s;
    opacity: 0; }
    .navbar .button-nav .sub-menu li a {
      padding: 12px 25px 15px;
      display: block;
      text-align: left;
      background-color: #FFFFFF;
      font-family: "ClarikaProGeo-Rg", sans-serif;
      color: #001e1b;
      border-top: 1px solid rgba(0, 47, 56, 0.1);
      transition: ease .3s; }
    .navbar .button-nav .sub-menu li:hover a {
      background-color: #effaf9;
      color: #009b95;
      font-family: "ClarikaProGeo-Dm", sans-serif; }
    .navbar .button-nav .sub-menu li:last-child a {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
  .navbar .btn {
    font-size: 15px;
    height: 45px;
    padding: 11px 30px;
    margin-left: 20px;
    min-width: 140px;
    border-radius: 22.5px; }
    .navbar .btn.button-nav {
      background-color: transparent;
      color: #009b95;
      border: 2px solid #009b95;
      line-height: 1;
      padding: 11px 37px 10px 22px;
      position: relative; }
      .navbar .btn.button-nav:after {
        content: '';
        position: absolute;
        top: 17px;
        right: 23px;
        height: 5px;
        width: 8px;
        background-image: url("assets/dropdown.svg"); }
      .navbar .btn.button-nav:hover {
        background-color: #FFFFFF;
        border-color: #FFFFFF; }
  .navbar .nav-text.show-mobile {
    display: none; }
  .navbar .navbar-nav li {
    padding: 0 25px;
    position: relative; }
    .navbar .navbar-nav li a {
      font-size: 15px;
      color: #002f38;
      font-family: "ClarikaProGeo-Dm", sans-serif;
      display: block; }
      .navbar .navbar-nav li a:after {
        content: '';
        width: 20%;
        height: 2px;
        left: 25px;
        bottom: -10px;
        position: absolute; }
    .navbar .navbar-nav li:hover a {
      color: #009b95; }
    .navbar .navbar-nav li.current-menu-item a:after {
      background-color: #009b95; }
  .navbar .navbar-toggler {
    width: auto;
    height: auto;
    padding: 0;
    z-index: 9; }
    .navbar .navbar-toggler:focus {
      outline: none; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      position: relative;
      height: 18px;
      width: 25px;
      top: 9px; }
      .navbar .navbar-toggler .navbar-toggler-icon .bar {
        height: 2px;
        background-color: #009b95;
        width: 25px;
        margin-bottom: 6px;
        display: block;
        transition: ease .3s;
        position: absolute; }
        .navbar .navbar-toggler .navbar-toggler-icon .bar:first-child {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }
        .navbar .navbar-toggler .navbar-toggler-icon .bar.middle {
          background-color: transparent; }
        .navbar .navbar-toggler .navbar-toggler-icon .bar:last-child {
          -webkit-transform: rotate(225deg);
          -moz-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
          transform: rotate(225deg);
          margin-bottom: 0; }
    .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
      top: 0; }
      .navbar .navbar-toggler.collapsed .navbar-toggler-icon .bar {
        position: relative;
        transform: none; }
        .navbar .navbar-toggler.collapsed .navbar-toggler-icon .bar.middle {
          background-color: #009b95; }
  .navbar .button-nav:hover, .navbar .button-nav:focus {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .navbar .button-nav:hover .sub-menu, .navbar .button-nav:focus .sub-menu {
      display: block;
      opacity: 1;
      top: 40px; }
  .navbar.scrolled {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 1280px) {
  .navbar {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px; }
    .navbar .navbar-brand img {
      max-width: 180px; } }
@media screen and (max-width: 920px) {
  .navbar .btn {
    height: 40px;
    padding: 8px 10px;
    margin-left: 15px;
    min-width: 120px; }
    .navbar .btn.button-nav {
      padding: 10px 37px 8px 15px; }
      .navbar .btn.button-nav:hover .sub-menu, .navbar .btn.button-nav:focus .sub-menu {
        top: 38px; }
  .navbar .nav-text {
    width: calc(100% - 270px);
    position: relative;
    z-index: 3; }
  .navbar .navbar-brand {
    z-index: 9; }
  .navbar .navbar-collapse {
    right: -500px;
    height: 100vh !important;
    top: 0;
    position: absolute;
    background-color: #FFFFFF;
    position: absolute;
    width: 50%;
    height: 100vh;
    transition: ease .3s;
    display: block;
    z-index: 2; }
    .navbar .navbar-collapse .navbar-nav {
      padding-top: 100px;
      padding-bottom: 20px;
      padding-left: 30px;
      padding-right: 30px;
      float: right;
      width: 100%; }
      .navbar .navbar-collapse .navbar-nav li {
        margin-bottom: 30px;
        width: fit-content;
        padding: 0 5px; }
        .navbar .navbar-collapse .navbar-nav li a {
          font-size: 20px;
          color: #002f38; }
          .navbar .navbar-collapse .navbar-nav li a:after {
            left: 5px; }
        .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
          color: #009b95; }
    .navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing {
      right: 0; } }
@media screen and (max-width: 620px) {
  .navbar {
    padding: 10px 20px;
    z-index: 99; }
    .navbar .nav-text {
      width: 100%; }
      .navbar .nav-text.hide-mobile {
        display: none; }
      .navbar .nav-text.show-mobile {
        display: block; }
      .navbar .nav-text .navbar-nav {
        padding-top: 0; }
    .navbar .btn {
      margin: 0 auto;
      height: 50px;
      padding: 13px 30px;
      min-width: 160px; }
    .navbar.scrolled {
      padding: 10px 20px; }
    .navbar .navbar-collapse {
      width: 100%; }
      .navbar .navbar-collapse #menu-primaer-menu {
        position: relative;
        z-index: 99; }
      .navbar .navbar-collapse .navbar-nav {
        text-align: center;
        padding-bottom: 0; }
        .navbar .navbar-collapse .navbar-nav li {
          width: 100%; }
          .navbar .navbar-collapse .navbar-nav li a:after {
            left: 40%; }
          .navbar .navbar-collapse .navbar-nav li.menu-item-has-children > a {
            display: none; }
        .navbar .navbar-collapse .navbar-nav .sub-menu {
          display: block;
          opacity: 1; } }
footer {
  padding-top: 90px;
  padding-bottom: 90px; }
  footer p.label {
    color: #002f38;
    margin-bottom: 20px;
    line-height: 1.5; }
  footer a.k-logo {
    font-size: 14px;
    color: #001e1b;
    max-width: max-content;
    margin-top: -35px; }
    footer a.k-logo span {
      opacity: .3;
      transition: ease .3s; }
    footer a.k-logo svg {
      opacity: .5;
      margin-left: 5px;
      transition: ease .3s; }
    footer a.k-logo:hover span {
      opacity: .5; }
    footer a.k-logo:hover svg {
      opacity: 1; }
  footer ul li {
    margin-bottom: 10px; }
    footer ul li a {
      color: #909090; }
      footer ul li a:hover {
        color: #009b95; }

.cta-footer {
  padding-bottom: 130px; }
  .cta-footer h2 {
    margin-bottom: 0; }
  .cta-footer .icon {
    margin-right: 10px; }
  .cta-footer p {
    font-family: "ClarikaProGeo-Dm", sans-serif;
    color: #002f38;
    font-size: 16px; }

/*		COOKIE BAR 		*/
.cli-bar-btn_container {
  font-size: 16px; }
  .cli-bar-btn_container a {
    font-family: "ClarikaProGeo-Dm", sans-serif;
    font-size: 16px;
    text-decoration: none !important; }
  .cli-bar-btn_container .cli-plugin-button {
    border-radius: 30px;
    min-width: 40px;
    border: none;
    box-shadow: none;
    font-family: "ClarikaProGeo-Dm", sans-serif;
    font-size: 1rem;
    height: 50px;
    padding: 17px 30px;
    transition: ease .3s; }

@media screen and (max-width: 1190px) {
  .cta-footer {
    padding-bottom: 100px; } }
@media screen and (max-width: 920px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px; }
    footer .footer-logo {
      margin-bottom: 30px;
      display: block; }
    footer a.k-logo {
      margin-top: 20px; }

  .cta-footer {
    padding-bottom: 70px; }
    .cta-footer .btn {
      margin-top: 20px; } }
@media screen and (max-width: 620px) {
  .cta-footer {
    padding-bottom: 60px; }
    .cta-footer h2 {
      font-size: 1.6rem; } }

/*# sourceMappingURL=style.css.map */
